#body {
	background-color: #82B100;
	font: 14px/130% Arial, Helvetica, sans-serif;
}

#container {
	border: 0px solid #CC6600;
	border-bottom: 0;
	margin-top:0;

}
#entete
{
	float: left;
	width: 100%;
	margin-bottom:1em;
}

#contenucontainer {
	padding-top:2em;
	background: #FFF;
}

#menu-articles {
	padding: 0;
	width: 100%;

	
}

#menu-articles ul{
	margin:0 0 0 0px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	width: 100%;

}

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

#menu-articles a{
	float: left;
	display: block;
	font: bold 13px Arial;
	color: #FFF;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 15px 25px;
	background: #E94100;	
}

#menu-articles a:hover{
	background-color: #F8F8F8; /*Highlight color theme*/
	color: #000;
	
}

#menu-articles .actif a{ /** currently selected menu item **/
	background: #FFF;	 /*Highlight color theme*/
	color: #000;
	
}

table.spip td {
	vertical-align: middle;
}

table.spip td ul {
	margin: 0;
}
#contenu {
	padding-left:1em;
	line-height:135%;
	border-right: 1px solid #FFFFFF;
	
}
#contenu h2 {
	color: #666;
	font-size: 18px;
	font-weight: bold;
}
#contenu a {
	color: #E94100;
}
#contenu a:hover {
	color: #AD2100;
	text-decoration: none;
}





#contenu h3 {
	font-weight:normal;
	font-size: 15px;
	color: #F60;
	padding-bottom: 3px;
	border-bottom:0px none #FFFFFF;
}

#photos{
	color:#FFFFFF;
	font-size:1px;
	}



table.spip{
	font-size:11px;
	}