* { margin:0;padding:0; }		/*on colle tous sur les bords*/

body 					/*fond blanc, police noir vendana, */
{
	background-color : #FFF;
	font : normal 0.8em "Trebuchet MS",Verdana,Helvetica,sans-serif;
	color : #000;
	height : 100%;
}


#bandeau
{	
	width: 80px;
	height: 100%;
	float: left;
	background: url('../images/b.png') repeat-y;
	position: fixed;
}

/************************************Image du haut*******************************************/
#haut 
{
	height : 100px; 
	background : #FFF url("../images/fondlogo.png")  repeat-x; 
}


/*****************************************Corps***********************************************/
#corps
{
	width : 720px; /*90%*/
	background-color : #FFFFFF; /*F9FBFF*/
	margin: 5px 0 0 32px;
	padding: 5px 0 0 32px;
}

h3
{ 
	font-weight : BOLD;
	color : #A2B6D7 ;				/* Police couleur blanche */  
	font-size : 14px ;			/* Taille de la police */
 	
}

/* H2  */

h2
{ 
	height : 20px ;				/* spécifie la hauteur du contenu */
	line-height : 20px ; 			/* spécifie la hauteur de ligne */
	background : #A2B6D7 ;			/* Couleur de fond */
	color : #FFF ;				/* Police couleur blanche */  
 	font-size : 12px ;			/* Taille de la police */
 	text-indent : 10px ; 			/* Pour que le texte ne colle pas au bord */
}

.engloge_h2
{
	background : #fff ; 
	border : 1px solid #A2B6D5;
	margin : 10px 0 0 20px ; 
	padding : 1px; 
}

.post {

  min-height : 160px ; 
  background : transparent ; 
   margin : 0 10px 0 15px ;
   padding : 0 0 10px 15px; 
}
/* image avec cadrage*/
#imgg 
{
float : left ;
margin : 5px 15px 0 0 ; 
border : 1px solid #000;
padding : 1px  
}

#imgd 
{
float : right ;
margin : 0 0 5px 15px ; 
border : 1px solid #000;
padding : 1px  
}

#imgc 
{
float : center ;
margin : 5px 15px 0 0 ; 
border : 1px solid #000;
padding : 1px   
}

/* image sans cadrage*/
#imgg2
{
float : left;
}

#imgd2 
{
float : right ; 
}

#imgc2 
{
float : center ;
}

/************************************reference du bas*****************************************/ 
#bas
{
	width: 85%; /*697px*/
	height: 20px; 
	position: relative;
	float:center;			/*centrer*/
	left: 80px;
	bottom: 0px;				/*Ca collera en bas*/ 
	margin-top: 20px;		/*Il y aura un espace entre le corps et le bas*/
	background: #D2DCEA;
	
	border : 1px solid #A2B6D5;

	font:normal 11px "Trebuchet MS",Verdana,Helvetica,sans-serif;

}
/* Liens Bas */
#bas a
{
	color : #0000FF ; 
	text-decoration : none ; 
}

#img_fond
{
	background-image:url("../images/contact/backworld.gif");
	background-position:center center;
	background-repeat:no-repeat;
}






