@charset "UTF-8";
/* CSS Document */

#body {
	text-align:center;
	margin:0px;
	padding:0px;
}

#container {
	position:relative;
	left:50%;
	margin-left:-476px;
	width:955px;
	min-height:600px;
	border:thin #666666 solid;
	text-align:left;
	//background-image:url(images/fond_fillette02.jpg);
	//background-repeat:no-repeat;
	//background-position: bottom right;
}

div#bandeau { 
	background-image: url(images/bandeauS.jpg); 
	background-repeat: no-repeat; 
	width: 955px;
	height: 277px;
	padding: 0; 
	text-align: right;
	text-valign: bottom;
} 

#nav {
	float:left;
	width:240px;
	margin-left:50px;
	height:100%;
}
#navHome {
	float:left;
	width:240px;
	margin-left:0px;
	height:100%;
}
#content {
	text-align: justify;
	width:460px;
	margin-left:291px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
}

/* Menu de navigation */

#nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}

#nav ul li {
	list-style:none;
	margin-top:20px;
	padding:0px;
}

#nav ul li a {
	display:block;
	text-decoration:none;
	color:#666666;}

#nav ul li a:hover {
	text-decoration:underline;
	//color:#C10134;
	color:#800000;
}

#nav ul ul li {
	list-style:none;
	margin-left:10px;
	margin-top:2px;
	font-size:12px;
}

#nav ul ul li a {
	color:#888888;
	}
h1, h2 { 
	color:#888888;
	text-align: left;	
	}

a:link { 
	//color:#C10134; 
	color:#800000; 
	text-decoration:none ; 
	//font-weight:bold; 
	}

a:visited { 
	//color:#C10134; 
	color:#800000; 
	text-decoration:none ;
	}

a:hover { 
		color:#888888 ; 
		//text-decoration:overline underline ; 
		text-decoration:underline ; 
		}
input, textarea, select {
	width: 150px;
	}


/* styles spécifiques */
.emphase {
	color: #C10134;
}

