/* ------------------- [Style CSS - MISE en PAGE GENERAL  ]  ---------------------*/

html
{
font-size: 100%;
}

body 
{
width:100%;
height:auto;
text-align:center;
margin-left:auto;
margin-right:auto;	
border:0px;
padding:0px;
background-color: #0066FF;
}	

/*---- CADRE GENERAL avec FOND  --------*/
div#contenugeneral	
{
width:1005px;
height:810px;
margin-top:5px;
margin-left:auto;
margin-right:auto;	
border:2px outset black;
padding:0px;
text-align:center;
background-image:url(/images_v4/site_fonds/fond_site_01.jpg);
background-repeat: no;			
}
