/*---------------------------------------------------------------------- 
Copyright : webac
Web : http://www.webac.net/
----------------------------------------------------------------------*/
body {
/*définition typo ,marge,fondet couleur police...*/
font-family:Verdana, Arial, Helvetica,Myriad Pro, sans-serif;
font-size: 11px;
font-weight:normal;
margin: 0px;
margin-top: 0px;
margin-bottom: 0px;
text-align:center;
/*background-color:#33CCFF;*/
background: transparent url(../img/fond.jpg) top center repeat;
color: #666666;
}

/*tout le contenu du site avec les double bordure*/
#conteneur {
width: 940px;
height:auto;


border-left:5px solide #ffffff;
border-right:5px solide #ffffff;
margin-left:auto;
margin-right:auto;
text-align:left;
/*background: transparent url(img/page.jpg) top center repeat-y;*/
background-color:#FFFFFF;

}

/*le bloc du flash*/
#flash {
height: 230px;
background-color:#999999;
text-align:center;
border:0px;
border-top:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
}


#page {
margin:0px;
margin-top:20px;
margin-bottom:1px;
margin-left: 10px;
margin-right: 20px;
height: auto;
width: 650px;
text-align:justify;
/*min-height:400px;*/
float:right;

/*background: transparent url(../img/croco.jpg) top center repeat;*/
}

#pied {
width: 940px;
height:auto;
margin-left:auto;
margin-right:auto;
color:#ffffff;
background-color:#7b858e;
text-align:center;
}







/*bas de page*/
#bas {
clear:both;
height: 20px;
/*background: transparent url(img/bas.jpg) top center no-repeat;*/
background-color:#7b858e;
text-align:center;
border:0px;
font-size: 10px;
border-top:1px solid #FFFFFF;
}





/*pour le calage du texte de la partie gauche*/
#txt_page {
width:650px;
}
* html #txt_droite {width:900px;}

/*---------------------------------------------------------------------- 
Copyright : webac
Web : http://www.webac.net/
----------------------------------------------------------------------*/