
ul.normal {
	margin-left : 50px;
}


p.texte_droite {
	width: 80%;
}

p.texte_droite img {
	float: left;
	margin: 0 10px 0 0;
}


p.texte_gauche {
	width: 80%;
	float: right;
}

p.texte_gauche img {
	float : right;
	margin: 0 0 0 10px;
}



p.italic {
	text-indent : 10px;
	font-style : italic;
}

table.recap {
	width : 100%;
	text-align : center;
	border-collapse : collapse;
	margin-left : 2px;
	margin : 0 auto;
	
}

table.recap th {
	background-color : #7C7E79;
	border-right : 2px solid white;
	color : white;
	font-weight : normal;
}

table.recap td {
	border-bottom : 1px dashed #aaa;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.recap th.nom_prestataire {
	width: 200px;
}

table.recap th.type_conf {
	width: 90px;
}

img.logo_soc {
	margin : 0 auto;
	text-align : center;
	border : 0px;
	display : block;
}
