#site
{
	width:950px;
	padding:0;
	margin-left: 1px;
	background:#fff url(imagesadmin/rap.jpg) center repeat-y;
}
body
{
        
	width:950px;
	min-height: 100%;
	margin:0 auto;
	padding:0;
	font-family: Arial, sans-serif;
	font-size: 0.80em;
}
a
{
	color:black;
	line-height: 125%
}
 a:hover
{
	color: blue;
}

#en_tete
{
	background:#fff url(imagesadmin/banniere2.jpg)  no-repeat top center; 
	height: 200px;
	margin: 0 ;
	width:950px;
	padding:0;
	
}
#menu
{	
    font-weight: bold;
    background-color: #5882D5;
    font-family: Verdana, Arial, sans-serif; 
    text-align:center;
    font-size:0.79em;
    margin-left: 23px;
    height:12px;
    width: 900px;
    padding: 5px 0px 5px 0px; /*placement des mots*/
    color: White;

}
#menu a 
{
    color: White;
    background-color: #5882D5;
    text-decoration: none;
    padding: 5px 3px 5px 3px; /* taille du carré derrière les liens*/
}

#menu a:hover
{
    background-color: #A39163;
}
#corps
{
	
	margin-bottom: 0px;
	padding:2px;
	margin-top:9px;
	width:890px;
	margin-left: 27px;
	height: auto;
	overflow:hidden;
}
#pied_de_page
{
	background:#fff url(imagesadmin/bas.jpg)  no-repeat center; 	height: 8px;
	width:950px;
	padding:0;
	margin-left:1px;
}

h1, h3
{
	text-align:center;
}
h3
{
	
	
	font-size:0.9em;
	margin-bottom:0px;
}
#gauche
{
	width: 65%; /*  largeur  */
	line-height: 16px;
	height: auto ;
}
#droite
{
	float: right;/* flottera à droite */
   	width: 35%; /*  largeur  */
	background-color: #B5C7EC;
	padding: 8px;
	/*min-height: auto auto;*/
	/*text-align: right;*/
}
#g
{
	float: left;
}
.d
{
	float: right;
}
.centre
{
	margin-left: 50%;
	margin-right: 10%;
}
.u
{
	text-decoration: underline;
}


