/* CSS Document */

body
{
	background-color:#000000;
	background-image: url(../Image_ying_yang/yy501.jpg);
	background-repeat:repeat-y;
}

a
{
text-decoration: none;
color: #FFFF99;
font-weight: bold;
}

a:hover
{
text-decoration: none;
color: #FFFF66;
}

#en_tete
{
	
	height: 100px;
	background-image: url(../Image_ying_yang/bg.gif);
	margin: auto;
	margin-top: 20px;
	background-repeat: no-repeat;
	width: 760px;
}

#menu
{
   margin-left: 10px;
    margin-top: 20px;
   width: 190px; 
   height:auto;
  }
  

  
.fond_menu
{
color:#FFFFCC;
font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
height:160px;
margin-top: 25px;
margin-top: 25px;
background-image:url(../Image_ying_yang/fondyy.gif);
background-repeat: no-repeat;
padding-top:100px;
padding-left:30px;
}
   
  
  .element_menu
{
   padding: 5px;
}

.element_menu h3 /* Tous les titres de menus */
{   
	color:#FFFFCC;
   font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   
  }
  
  
   .element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
	list-style-type: none;
	padding-left: 0px;
  	margin-left: 0px; 
	
}

.element_menu a /* Tous les liens se trouvant dans un menu */
{
	border-bottom: 1px solid #FFFF99;
	background: #000000;	
	color: #FFFFCC;
	display: block;
	padding: 3px 0 3px 25px;
	width: 150px;
	text-decoration: none;
	background-image: url(../Image_ying_yang/ying_yang3.JPG);
	background-position:2px 3px ;
	background-repeat:no-repeat;

}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
 	background: #000000;
	color: #FFFFCC;
 	background-image: url(../Image_ying_yang/ying_yang.gif);
	background-position:2px 3px ;
	background-repeat:no-repeat;
		 }

#corps
{
	width: 90%;
	margin-left: 20px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
	margin-top: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
	padding: 20px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
	color: #FFFFFF;
	background-image:url(../Image_ying_yang/testfond2.png);
	background-repeat:no-repeat;
	background-position:center;
	font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
	text-align: center;
	}



#pied_de_page
{
   width: 90%;
   margin-left: 20px; 
   margin-top: 25px;
   padding: 20px;
   text-align: center;
	color : #FFE;
   font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
}
