
body
{
   width: 760px;
   margin: auto; 
   margin-top: 20px;
   margin-bottom: 20px;
   background-color: #1462af;
	
}

td, .rang
{
width: 80px;
height: 44px;
overflow: auto;
}

#en_tete
{
	width:716px;
	height:100px;
	background-image: url("banniere.png");
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	margin-bottom: 10px; 
	margin-left: 15px;

}

#menu
{

}

#sous-menu1, #sous-menu2
{
   float: left;
   width: 140px; 
   height: 200px;
   background-repeat: repeat-x;
   background-image: url("menu.png");
   margin-bottom: 10px;
}


a
{
   text-decoration: none;
   color: #ffffff;
}

img
{
	display: block;
	margin: auto;
	margin-top: 20px;
   	border: 3px ridge #113a63;
}

#corps
{
   margin-left: 150px;
   margin-bottom: 20px;
   padding: 5px;
   color: #10ebff;
   background-color: #0080ff;
   background-image: url("fond.png");
   background-repeat: no-repeat;
   background-size: 100% 100%;
   word-wrap: break-word;
   
      
}

#pied_page
{
   padding: 5px;
   clear: both;
   text-align: center;
   color: #10ebff;
   background-color: #0080ff;
   margin-bottom: 200px;
   background-image: url("fond.png");
   background-repeat: no-repeat;
   background-size: 100% 100%;
}

.formulaire
{
	text-align: center;
	margin: auto;
}


