body
{
   width: 900px;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 10px;   
   background-color: #222222;
   color: #FFCC33;
   font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   
}

#en_tete
{
   width: 900px;
   height: 100px;
   background-image: url("../design/bandeau.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}


#menu
{   
   width: 897px;
   height: 50px;
   background-color: #333333;
   color: #FFCC33;
   border: 2px solid #FFCC33;
}

.element_menu
{
   padding-bottom: 20px;
   margin-bottom: 20px;
}

.element_menu a
{
	font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
	color: #FFCC33;
}

.element_menu a:hover
{
   background-color: #FFCC33;
   color: #222222;
}

#corps
{
   margin-left: 0px;
   margin-top: 10px;
   margin-bottom: 10px;
   padding: 30px;
   color: #FFCC33;
   background-color: #333333;
   background-image: url("../design/motif.png"); 
   background-repeat: no-repeat;
   background-position: bottom right;
   border: 2px solid #FFCC33;
}

#corps h3, #corps h2 , #corps h1
{
    padding-left: 370px;
	color: orange;
	font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;	
	background-image: url("../design/planche.png"); 
    background-repeat: no-repeat;
	background-position: 320px;
}

#corps h4
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 2px dotted #FFCC33;
}

#corps a img
{
	color: #333333;
}
#corps a img:hover
{
	color: #FFCC33;
}

#corps a
{
	color: #FFCC33;
	font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps a:hover
{
   background-color: #222222;
   color: #FFCC33;
}


#news
{
	height: 200px;
	margin-left: 0px;
   margin-top: 10px;
   margin-bottom: 10px;
   padding: 10px;
   color: #FFCC33;
   background-color: #333333;
   border: 2px dotted #FFCC33;
	
	font-style: italic;	
	overflow: auto;
	
}

#news h4
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 2px dotted #FFCC33;	
}

#news a
{
	color: #FFCC33;
	font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
}

#news a:hover
{
   background-color: #222222;
   color: #FFCC33;
}

#news a img
{
	color: #333333;
	height: 190px;
}
#news a img:hover
{
	color: #FFCC33;
}

#footer
{
	text-align: center;
}

#footer a
{
	color: #333333;
	background-image: url("../design/haut1.gif");
	background-repeat: no-repeat;
}

#footer a:hover
{
	color: #333333;
	background-color: #333333;
	background-image: url("../design/haut2.gif");
	background-repeat: no-repeat;
}
