body {
margin:0;
padding:0;
font: 0.8em/1.5em Arial, Helvetica, sans-serif;
}

h1.titre {
	color: #166D0C;
	font-size: 1.8em;
	
}

h2 {
	color: #166D0C;
	font-size: 1.8em;
	
}

h3.news {
	color: #015480;
	margin-bottom:0;
	
}
h3.spip {
	color: #015480;
	margin-bottom:0;
	font-size: 1.5em;
}

hr {
	clear: both;
	visibility: hidden;
	height:1px;
}

/* links */

a:link, a:visited {
	color: #015480;
	 }

a:hover {
	color: #166D0C;
	}

div#container {
text-align:left;
width:800px;
margin:0 auto;
}
div#header {

margin:0px;
}
div#navigation {

float:left;
width:150px;
margin-left:-800px;
text-align:center;
}

div#extra {

float:left;
width:150px;
margin-left:-150px;
text-align:center;
}

div#footer {
clear:left;
width:100%;
}
#footer p {
	color: #666;
	width: 800px;
	margin:1em auto 0 auto;
	border-top:1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background-color: #f2f2f2;
	padding: 0.6em 0;
	text-align:center;
}

div#wrapper {
float:left;
width:100%;
}

div#content {
margin:0 150px;
padding:0px 10px;
border-right:1px dotted #015480;
}
/* menu */

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 12px Arial;
margin:0;
padding: 0;
list-style: none;

}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: black;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
background-color: white; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: #166D0C; /*Menu hover bgcolor*/
color: white;
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #015480; /*Brown color theme*/ 
border-color: #015480; /*Brown color theme*/ 
color: white;
}

#modernbricksmenuline{
clear: both;
margin-bottom:1.6em;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #015480; /*Brown color theme*/ 
}


/* Logos, documents et images */
img, .spip_logos { margin: 5px; padding: 0; border: 0; }
.spip_documents { text-align: center; line-height: normal; }
.spip_documents p { margin: 0.10em; padding: 0; }
.spip_documents_center { display: block; clear: both; width: 100%; margin: 1em auto; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { margin-right: auto; margin-left: auto; font-weight: bold; font-size: 0.90em; }
.spip_doc_descriptif { clear: both; margin-right: auto; margin-left: auto; font-size: 0.90em; }

