#body{
	color : red;
}
.paragraphes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: underlined; 	
}
.itwquestion {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: red;
	font-weight: bolder;
	padding: 10px;
}
.border {
	border: thin solid #990099;
}
.menutitre {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#9933CC;
	font-weight: 900;
}

.petitgrasnoir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 800;
	color: #000000;
	text-align: justify;
}

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

.grosgrasnoir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #000000;
}

.petitgrasviolet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 800;
	color:#990099;
}

.moyengrasviolet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	color:#990099;
}

.grosgrasviolet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color:#990099;
}

.grosgrasrouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color:#FF0000;
}

.moyenrouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 200;
	color:#FF0000;
}

.strong_{
	font-weight: 800;
	color:#990099;
}

.petitrouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 200;
	color: #FF0000;
}

.petitnoir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 200;
	color: #000000;
}

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

.grosnoir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #000000;
}

.imageFloatLeft {
	CLEAR: left;
	FLOAT: left; 
	MARGIN: 5px; 
	TEXT-DECORATION: none
}
.imageFloatRight {
	CLEAR: right; 
	FLOAT: right; 
	MARGIN: 5px; 
	TEXT-DECORATION: none
}

	a.popup {
	   position: relative;
	   color: black;
	   text-decoration: none;
	   border-bottom: 1px gray dotted; /* on souligne le texte */
	}
	a.popup span {
	   display: none; /* on masque l'infobulle */
	}
	a.popup:hover {
	   background: none; /* correction d'un bug IE */
	   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
	
	   cursor: pointer; /* on change le curseur par défaut en curseur d'aide */
	}
	a.popup:hover span {
	   display: inline; /* on affiche l'infobulle */
	   position: absolute ;
	
	   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
	
	   top: 18px; /* on positionne notre infobulle */
	   left: -113px;
	
	   background: white;
	
	   color: green;
	   padding: 0px;
	
	   border: 0px solid #6a5070;
	}
.titresarticles
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #6a5070; 
}
