/* CSS Document */

.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e9480b;
	font-weight: bold;
	background-color: white;
}

.edito {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: 600;
}

/* mise en forme du prix dans la page presentation */

.prix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: 500;
}

/* mise en forme des autres marques dans la page presentation */

.autresmarques {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	background-image: url(../box/background.gif);
	background-repeat: repeat;
	background-position: center top
}

/* mise en forme du texte SONDAGEA */

.SondageA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	background-color:#999999;
}

/* mise en forme du texte SONDAGEB */

.SondageB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;background-color:#C3C3C3;
	font-weight: bold;
}

/* mise en forme du texte SONDAGEC */

.SondageC {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background-color:#C3C3C3;
	font-weight: bold;
}

/* mise en forme du lien des sondages */
a.lienssondage{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#635E5E;
	font-size: 15px;
	text-decoration:none;
	font-weight:bold;
}
a.lienssondage:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 15px;
	text-decoration: none;
	font-weight:bold;
}


.boiteFormulaire {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	Border-Color: #000000;
	Border-Style: solid ;
	Border-Width: 1px;
	background-color: #B6B3B2;
}

/* mise en forme du texte SONDAGEC */
a.liensmoteur{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#464040;
	font-size: 15px;
	text-decoration:none;
	font-weight:bold;
}
a.liensmoteur:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#D84444;
	font-size: 15px;
	text-decoration: none;
	font-weight:bold;
}