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

body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#ariane{
	height:16px;
	padding-top:3px;
	}
#menuhaut {
	background-color:#7C99B7;
	background-image:url(../images/fondHaut.png);
	background-position:right;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	height:50px;
	}
#menuhaut h2 { 
	font-size: 1.40em; font-weight: normal; 
	}
#banniere {
	height: 124px;
	width: 100%;
	background-color:#95B7DB;
	border-top:#CCCCCC solid 6px;
	border-bottom:#CCCCCC solid 3px;
}
#container {
	font-size: 12px;
	background-color:#7C99B7;
	height: auto;
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #CCCCCC;
}
#contenu {
	color:#1B2228;
	height: auto;
	width: 1010px;
	margin-left:auto;
	margin-right:auto;
}

/*h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-weight: normal; font-size: 1em; font-family: Georgia, Times, serif; }
h1 { font-size: 1.70em; color: #000; }
h2 { font-size: 1.40em; font-weight: normal; }
h3 { font-size: 1.20em; font-weight: bold; }*/
.vignette {
	background-color:#FFFFFF;
	color:#4C5D70;
	width:476px; 
	padding:2px; 
	text-align:left; 
	border:#6D4A5B 1px solid;
	}
.vignetteGrande {
	background-color:#FFFFFF;
	color:#4C5D70;
	width:970px; 
	padding:2px; 
	text-align:left; 
	border:#6D4A5B 1px solid;
	}
a {
	color:#00346D;
	text-decoration:underline;
	}
a:hover {
	color:#0A3A6D;
	font-weight:bold;
	}
.headerBox{
	color:#5B6D4A;
	font-weight:bold;
	text-align:center;
	background-color:#ADD4FF;
	width:300px;
	height:18px;
	border:#6D4A5B solid 1px;
	}
.bodyBox{
	color:#343F4C;
	background-color:#FFFFFF;
	width:300px;
	height:300px;
	border:#6D4A5B solid 1px;
	overflow:scroll;
	}
#footer {
	background-color:#647B93;
	width:1024px;
	height:25px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;2px solid #6D4A5B;
	border-left:2px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
	}
#menuGauche {
	font-size:9px;
	width:250px;
	background:#FFFFFF;
	border-right:#CCCCCC solid 3px;
}
*+html #menuGauche{ /*hack pour ie7*/
	margin-top:10px;
	}
#menuGauche h2{
	font-size:11px;
	color:#0A3A6D;
	font-weight:bolder;
}
#menuGauche a{
	font-size:9px;
	font-weight:lighter;
	color:#0A3A6D;
}
#contenuDroit {
	margin-top:10px;
	width:760px;
	background-color:#FFFFFF;
	height:510px;
	overflow:scroll;
	}
	
/* les balises de spip */
.spip_logos{
	padding:2px;
	margin:3px;
}
.surtitre, .soustitre {
color:#666666;
font-size:0.9em;
letter-spacing:0.1em;
text-transform:uppercase;
}
.titre {
	color:#3c546d;
}
.chapo { 
	margin-bottom: 1.50em; 
	line-height: 1.40em; 
	font-weight: bold; 
	color: #669; 
	}

.ps, .notes {
	margin-bottom: 2em; 
	line-height: 1.40em; 
	}
.notes { 
	clear: both; 
	font-size: 0.90em; 
	}
.docu {
	text-align:center;
	width:120px;
	height:180px;
	float:left;
	border:#0066CC solid 1px;
	margin:2px;
	}
.docu a {
	text-decoration:none;
	border:0px;
	}
