


body {
    font-family: Arial, Helvetica, Verdana, Tremuchet MS, sans-serif;
    font-size: 11px;
}
/*  Tous texte dans TD*/
TD {
    font-family: Arial, Helvetica, Verdana, Tremuchet MS, sans-serif;
    font-size: 11px;
	border: 0px;
}

h1 {
	font-size: 36px;
	color:#2e3f75;
	text-align:center;
}

h2 {
	font-size: 24px;
	color:#2e3f75;
	text-align:center;
}

h3 {
	font-size: 16px;
	text-align:justify;
}

#enquete {
	width: 760px;
}

TD.QUESTION {
	color: #7b0223;
    font-weight: bold;
}

TD.REPONSE {
    background-color: white;
}
TD.listechoix {
	background-color: #9eaaea;
	vertical-align:middle;
}

#contact {
	color: #2d47b4;
	font-weight: bold;
	font-size: 18px;
}

#contact_nom {
	color: red;
	font-weight: bold;
	font-size: 14px;
}

#contact_email {
	color: red;
	font-weight: bold;
	font-size: 14px;	
}

#contact_comm {
	color: red;
	font-weight: bold;
	font-size: 14px;	
}


A {
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
}
