/* ***************  */
/*    COULEUR       */
/* ***************  */
/* ROUGE : #d20202
/* GRIS : #373739


/* ************************************ */
/*              BODY					*/
/* ************************************ */

body {
	background :#e1e1e3;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #373739;
	margin : 0;
	padding : 0px;
	border-style : hidden;
}

/* ************************************ */
/*              CADRES					*/
/* ************************************ */
.bandeau {
    position:absolute;    
	background-image:url(../images/barre_haut.png);
	background-repeat:no-repeat;
	width:930px;
    height:165px;
	left : 50%;
	/*margin-left : -465px;/*-475px;*/
    margin : 40 0 0 -465px; /* H - - G*/
}
.logo {
    position:relative;    
	width:172px;
    height:92px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
    margin : 50 0 0 10px; /* H - - G*/
}
.BTPresse {
    position:relative;    
	width:127px;
    height:31px;
    margin : -125 0 0 770px; /* H - - G*/
}
.BTAccueil {
    position:relative;    
	width:127px;
    height:31px;
    margin : 10 0 0 770px; /* H - - G*/
}
.BTQui {
    position:relative;    
	width:127px;
    height:31px;
    margin : 10 0 0 770px; /* H - - G*/
}
div#centre {
    position:absolute;    
	width:850px;
    height:450px;
	left : 50%;
    margin : 210 0 0 -425px; /* H - - G*/
}
div#footer {
    position:absolute;    
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	width:930px;
    height:75px;
	left : 50%;
	/*margin-left : -465px;/*-475px;*/
    margin : 780 0 0 -465px; /* H - - G*/
}


/* ************************************ */
/*              POLICES					*/
/* ************************************ */

 H1 { 
  	color : #373739;/*#1C0E01;*/
  	font-size : 18px;
  	
  	font-family : verdana, arial, sans-serif;
    font-weight: bold;
  }
  
  H2 { /* TITRE*/
  	color : #373739;/*#1C0E01;*/
  	font-size : 14px;
  	font-family : verdana, arial, sans-serif;
    font-weight: normal;
  }
  
  H3 { /* TITRE*/
  	color : #373739;/*VERT*/
  	font-size : 12px;
  	font-family : verdana, arial, sans-serif;
    font-weight: normal;
  }
  H4 { /* TITRE*/
  	color : #373739;/*noir*/
  	font-size : 11px;
  	font-family : verdana, arial, sans-serif;
    font-weight: normal;
  }
  
