#body {
	background-color: #666600;
	font-size:15px;
}


#container {
	border: 5px solid #CC6600;
	border-bottom: 0;
	background-color: #CC6600;
}

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



#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 12px Arial;
	color: #000000;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 8px 10px; /*Padding within each menu item*/
	background-color: #FF9900;
	
}

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

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

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

table.spip td ul {
	margin: 0;
}

#contenu h3 {
	font-size: 19px;
	color: #CC6600;
	padding-bottom: 3px;
	border-bottom:1px solid #CC6600;
}

#etab {
	width:520px;
}

#contenu h4.news {
	font-size:15px;
	color:black;
	border-bottom:1px solid black;
}