@charset "ISO-8859-1";
/* Les regles de style pour les pages d'informations */

table#informations {
	width:535px;
	margin-top:30px;
	margin-left:0;
	padding:0;
	border:0;
	border-collapse:collapse;
}
table#informations td#image {
	width:185px;
	padding-top:10px;
}
table#informations td {
	vertical-align:top;
}
table#informations h1 {
	font-size:24px;
	font-weight:bold;
	color:#CC0000;
	margin:0 0 0 20px;
	letter-spacing: -0.5px;
}
table#informations h2 {
	font-weight:bold;
	font-size:14px;
	color:#333;
	margin:15px 0px 5px 20px;
}
table#informations p {
	font-size:13px;
	line-height:20px;
	margin-left:20px;
	text-indent:0px;
	margin-top: 10px;
}
table#informations p.premier {
	text-indent:0px;
}
table#informations td.indention p, p.indention {
	margin-left:20px;
}
table#informations hr {
	margin:15px 120px 10px 140px;
	color:666;
}
ul.liste_conditions {
	list-style:disc;
	margin-left: 15px;
	padding-left: 10px;
}
ul.liste_conditions li {
	font-size:13px;
	line-height:20px;
	margin:0 0 0 35px;
}

