/* Feuille de style css pour Los Ojos Design */

/* Fond */

Body { margin: 0px; background-color: black;}

Body a{
	filter:alpha(opacity=20);   
	-moz-opacity:0.2;    
	-khtml-opacity: 0.2;    
	opacity: 0.2; 
}

Body a:hover{
	filter:alpha(opacity=100);   
	-moz-opacity:1.0;    
	-khtml-opacity: 1.0;    
	opacity: 1.0; 
}

#conteneur{
	width: 800px;
	margin: 0 auto;
}

/* Background */

#Background{
	position:absolute; top: -30px; left: -30px;
	background-image: url(../images/template/background_soulstyle.gif);
	height: 428px; width: 1130px;
	z-index:-1;
}

/* Header */

#Header{
	background-image: url(../images/template/header_soulstyle.png);
	height: 60px; width: 262px;
	margin-top: 15%;
}

#Facebook{
	position: fixed; top: 5px; right: 5px;
}

#menu{
	margin-left: 300px; margin-top: -20px;
	font-family: Verdana, Geneva, sans-serif, Courier, monospace;
 	font-size:18px; font-weight:bold;
	z-index:2;
}

#menu ul li{
	list-style: none;
	float: left;
	padding-left: 10px; padding-right: 10px;
}

#menu a{
	color: #FFF; text-decoration:none;
}

#menu a:hover{
	color: #FFF; text-decoration:overline;
}

/* Content */

#content {
	margin-top: 70px; color:#FFF;
	text-align:justify; font-size: 18px;
}

#content a{
	color: #FFF; text-decoration:none;
}
#content a:hover{
	color: #FFF; text-decoration:underline;
}

#flyer {
	float:left; padding-right: 30px;
}

#apero {
	margin: 20px;
}

#amp {
	float: left; margin-left: 150px;
}

/* Footer */

#Footer{
	background-image: url(../images/template/footer_soulstyle.gif);
	height: 19px; width: 232px;
	position:fixed; bottom: 0px; right: 5px;
}




					