/* CSS Document */

body
{
   background-color: #000000;
   font-family:Verdana, Geneva, sans-serif;
}



img
{
margin-top : 4px;
margin-bottom : 10px;
margin-right : 20px;
margin-left : 20px;
}



#menu /*  */

{
	float: left;
	background-color: #000000;
	margin-top: 5px;
	padding-right:15px;
}




#corps
{	

	border-top : #666666;
	border-left : #666666;
	border-right : #000000;
	border-bottom : #000000;
	color: #878787;
	font-size: small;
	background-color: #000000;
	text-align: justify;
}


#cadre
{
	height: 530x;
	white-space : nowrap;
	text-align: left;
	margin-top:1px;
	background-color: #000;
	overflow: auto;
}


