
body
{

   /*width:960;*/
   margin: auto; /*centrer page */
   margin-top: 20px; /* Pour �viter de coller avec le haut de la fen�tre du navigateur*/
   margin-bottom: 20px;
   height:auto;
      		background-image:  url(image_css\\);
		background-attachment:fixed; 
		background-position:50% 50%;
		background-repeat:no-repeat;
		background-color:#FFCC33;

}

#lien_menu
{
color:#4B4B4B;
}


#sousmenu
	{
		background-color:#FFCC33 ;
	}
	
#sous_sousmenu
	{
		background-color:#FFCC33 ;
	}

#tete
{
width:990px;
z-index: 4;
height:80px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
margin-left:0px;

}

#sous_tete
{
position:absolute;
z-index: 4;
width:800px;
height:10px;
top:89px;
left:240px;

}



#connection
{
/*border:#000000;
border-style:double;*/
position:absolute;
z-index: 5;
top:120px;
left:10px;
width:150px;
height:150px;


}




/*debut style corps*/
#corps
	{
	position:absolute;
	z-index: 1;
   	left: 180px; /* Une marge � gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
	top: 120px;
	width:800px;
        border-right-color:#000000;
        border-left-color: #000000;
        border-bottom-color: #000000;
        border-top-color: #000000;
	
	border:groove;
	background-color:#FFCC33;

	}

#contenu
	{
	z-index: 3;
	/* padding: 5px;  Pour �viter que le texte � l'int�rieur du corps ne colle trop � la bordure */
	overflow:hidden;
	width:800;
	background-color:#FFFFFF;

	}

#titre
{
text-align:center;
z-index: 2;
left:0px;
top:0px;
width:800;
height:auto;
background-color:#DDDDDD;
}

#cheval{
	z-index: 5;
	width:150px;
	height:200px;
	display:inline-table;
	margin-left:30px;
	margin-top:30px;
	background-color:#6666FF;
	}

#image {
display:inline-table;
}
/*fin style corps*/


#dhtmlgoodies_contentBox {
  border:1px solid #317082;
  height:0px;
  visibility:hidden;
  position:absolute;
  z-index: 100;
  background-color:#FFCC33;
  overflow:hidden;
  padding:2px;
  width:150px;
}

#dhtmlgoodies_content {
  position:relative;  
  z-index: 100;
  /* font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; */
  width:100%;
  /* font-size:0.8em; */
}




 ?>

