*{
	margin:0;
	padding:0;
	}
	
	
/*********** Balises ******************************/


body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
	}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;
	color:#3b4337;
	text-align:justify;
	padding:0;
	margin:0;
}

a {
	color:#666666;
	text-decoration:none;
}

a:hover {
	color:#666666;
	text-decoration:none;
}

img{
	border:none;
	}


/*********** Structure de la page ******************************/

#conteneur{
	width:995px;
	margin:auto;
	}
	
#habillage{
	width:995px;
	float:left;
	background-image:url(../images/bg_conteneur.gif);
	background-repeat:repeat-y;
	}

#habillage_top{
	background-image:url(../images/bg_top.jpg);
	width:995px;
	height:11px;
	}
	
#habillage_main{
	background-image:url(../images/bg_main.jpg);
	background-repeat:no-repeat;
	width:983px;
	min-height:594px;
	padding-left:12px;
	}
	
#colonne_gauche{
	float:left;
	width:300px;
	}
	
#colonne_principale{
	float:left;
	width:672px;
	}
	
#middle{
	width:672px;
	float:left;
	background-image:url(../images/bg_middle.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
#habillage_bottom{
	float:left;
	background-image:url(../images/bg_bottom.jpg);
	background-repeat:no-repeat;
	width:985px;
	height:20px;
	padding-top:5px;
	padding-right:10px;
	}

/************* Colonne gauche *****************/

#titre_temoignage{
	width:276px;
	height:16px;
	background-color:#8c9fb1;
	padding-left:24px;
	padding-top:7px;
	}
	
#bloc_temoignage{
	padding-left:20px;
	padding-top:5px;
	}
	

/************* Header *****************/

#header{
	float:left;
	height:140px;
	width:622px;
	padding-left:50px;
	padding-top:32px;
	background-image:url(../images/bg_header.gif);
	background-repeat:repeat-y;
	}
	
#menu_top{
	padding-top:0px;
	}
	
#menu_top a{
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	color:#3c5872;
	padding-right:10px;
	}
	
#menu_top a:hover{
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	color:#91aac0;
	padding-right:10px;
	}
	

/************* Middle *****************/

#ligne_horiz{
	background-image:url(../images/lignes_horizontales.gif);
	background-repeat:repeat-x;
	width:672px;
	height:22px;
	}
	
#middle_zone_gauche{
	float:left;
	width:320px;
	padding-left:22px;
	}
	
#middle_zone_droite{
	float:left;
	width:300px;
	padding-left:27px;
	padding-top:50px;
	}
	
#bloc_ecce{
	float:left;
	background-image:url(../images/bg_ecce.jpg);
	background-repeat:no-repeat;
	width:255px;
	height:102px;
	padding-top:115px;
	padding-left:21px;
	padding-right:20px;
	}
	
/************* Bottom *****************/	
	
#habillage_bottom, #habillage_bottom a{
	font-size:10px;
	color:#999;
	text-decoration:none;
	}


/************* Textes *****************/

.texte{
	font-size:11px;
	color:#617c94;
	line-height:14px;
	}
	
.texte a, a.texte, a .texte{
	text-decoration:underline;
	color:#617c94;
	line-height:14px;
	}
	
.texte_rouge{
	font-size:11px;
	color:#e30143;
	line-height:14px;
	}

.texte_ecce{
	font-size:11px;
	color:#4e5f6e;
	line-height:13px;
	}
	
.texte_fd_rouge{
	background-color:#e30143;
	color:#FFF;
	font-size:14px;
	}