@charset "utf-8";
/* CSS Document */

body
{
   width: 760px;
   margin-left:auto;
   margin-right:auto;
   background-image:url(images/fond.png); background-position:center; 				background-repeat:repeat-y; background-attachment:fixed;
   background-color:black;
   color:#FFFFFF;
   font-family:Verdana, Geneva, sans-serif;
   font-size:12px;
}

div.conteneur {
background:url(images/HautPage.png);
background-repeat:no-repeat;
width:760px;
height:180px;
border-style:none;
} 

#menu
{float:left;
width:140px;

}

.element_menu
{
   background-color: #E9E9E9;
   border-style:none;
   padding-top:20px;
   padding-left:10px;
   padding-right:10px;
   padding-bottom:20px;

}


.element_menu a:link, .element_menu a:visited /* Tous les liens se trouvant dans un menu */
{
   color: #374972;
   display:block;
   padding:4px;
   text-decoration:none;
   outline:none; /* Pas de décoration pour Firefox */
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   background-color: #fb9a04;
   color:#8c2464;
}

#corps{
background-color: #FFF;
color: #333;
border-style:none;
padding: 5px;
margin-left: 140px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */

}
#corps h1 /* Tous les titres h1 du corps */
{
   color:#000033;
   text-align: center;
   font-family: "Vladimir Script", Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size:xx-large;
   text-transform:uppercase;
   
}

#corps h2 /* Tous les titres h2 du corps */
{
   height: 30px;   
   padding-left: 30px;
   color: #B3B3B3;
   text-align: left;
}

#pied_de_page
{
   clear: both;
	width:760px;
	height:30px;
   text-align: center;
   vertical-align:middle;
   border:none;
}

.violet
{
	background-color:#8c2464;
	height:8px;
	wodth:760px;
	color:#fb9a04;
}

.orange
{
	background-color:#fb9a04;
	height:22px;
	wodth:760px;
	color:#8c2464;
	text-align:right;
}

