/* CSS */
html {	width:100%;	height:100%;}
body {	margin: 0;	font-family: Verdana;	font-size: 11px;	color: #666666;	font-weight: normal;	width:100%;		height:100%	}

.blanc13 {		line-height: 15px;	font-size: 13px;	color: #FFFFFF;		font-weight: normal }
.gris10 {		line-height: 14px;	font-size: 10px;	color: #666666;		font-weight: normal }
.rougeBold8 {						font-size: 8px;		color: #AC1580;		font-weight: bold 	}
.rougeBold10 {	line-height: 14px;	font-size: 10px;	color: #AC1580;		font-weight: bold 	}
.rougeBold11 {	line-height: 14px;	font-size: 11px;	color: #AC1580;		font-weight: bold 	}
.rouge10 {		line-height: 14px;	font-size: 10px;	color: #AC1580;		font-weight: normal	}
.rouge11 {		line-height: 14px;	font-size: 11px;	color: #AC1580;		font-weight: normal	}
.rouge12 {		line-height: 14px;	font-size: 12px;	color: #AC1580;		font-weight: normal }
.violet11 {		line-height: 13px;	font-size: 10px;	color: #5F218A;		font-weight: normal }
.violetBold10 {	line-height: 13px;	font-size: 10px;	color: #5F218A;		font-weight: bold 	}

a:link {		color: #666666;		text-decoration: underline;	}
a:hover {		color: #666666;		text-decoration: none;		}

.lienRouge:visited {	font-size: 8px;		color: #AC1580;		font-weight: bold; 	text-decoration:none	}
.lienRouge:link {		font-size: 8px;		color: #AC1580;		font-weight: bold; 	text-decoration:none	}
.lienRouge:hover {		font-size: 8px;		color: #666666;		font-weight: bold; 	text-decoration:none	}

.lienBlanc:visited {	font-size: 12px;	color: #FFFFFF;		font-weight: bold; 	text-decoration:underline; 		line-height: 15px 	}
.lienBlanc:link {		font-size: 12px;	color: #FFFFFF;		font-weight: bold; 	text-decoration:underline; 		line-height: 15px 	}
.lienBlanc:hover {		font-size: 12px;	color: #FFFFFF;		font-weight: bold; 	text-decoration:none; 			line-height: 15px 	}

.gris9 {				font-size: 9px;		color: #666666;		font-weight: normal;	}

/* Classes pour le quiz */
.quizTitre { 			font-size:14px;		color: #FF8E00; 	font-family: Verdana;		line-height:12px	}
.quizQuestion {			font-size:11px; 	color: #4E0071; 	font-family: Verdana;		line-height:12px	}
.quizBonneReponse {		font-size:14px; 	color: #AC1580;  	font-family: Verdana; 		line-height:12px; 		font-weight:bold	}
.quizReponse {			font-size:11px; 	color: #FF8E00; 	font-family: Verdana; 		line-height:12px	}

.boxBoutonRadio	{		width:44px; 	 	text-align:right; 		float:left  }
.boxQuestion {			width:480px; 		margin-bottom:8px;		float:left	}