/* CSS Document */

.petit {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #272528;
}
.petitBlanc {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #FFFFFF;
	line-height: 18px;
}
.petitRouge {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #B50100;
	line-height: 18px;
}
.contenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-left-width: 1;
	border-left-style: dotted;
	border-left-color: #B50100;
	padding-left:15px;
	padding-right:25px;
}

.alerte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #B50100;
	padding-left:10px;
	padding-right:10px;	
}

.cadre {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #272528;
	border-bottom-color: #272528;
	border-left-color: #272528;
}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #B50100;
	font-weight: bold;
	padding-top: 25px;
	line-height: 30px;
}
.titreBlanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 30px;
}
.encart {
	width: 180px;
	background-color: #B50100;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #B50100;
	text-decoration:none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #272528;
	text-decoration:underline;
}
.petitlien  {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #272528;
	text-decoration:underline;
}
.petitlien:hover  {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #272528;
	text-decoration:underline;
}
.enquete {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 1px solid #272528;		
}
.bordB {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #272528;
}
.texte {
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #272528;
	font-size: 9pt;
	text-align:left;
}
.libelle {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #666666;
	font-size: 9pt;
}

