/* Texte principal */
.texteNoir {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}

/* Texte principal blanc */
.texteBlanc {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

/* Couleur et format des gros titres */
.titreSections {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #004A63;
}

/* Sous-titres section Grand-Public & médias */
.titreInfo {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #8CAD52;
	line-height: 16px;
}

/* Sous-titres section Optométristes & étudiants */
.titrePrive {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #CC6600;
	line-height: 16px;
}

/* Sous-titres section Partenaires & assistantes optométriques */
.titrePartenaire {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #B52421;
	line-height: 16px;
}

/* Liens dans les menus */
.texteLienMenus {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
}

/* "Path" ou "comments" en petit */
.textePath {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	color: #999999;
}

/* Éléments de formulaire */
.formstyle {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
	border: 1px solid #000000;
}

/* Éléments de formulaire */
.input {  
	color: #000000; 
	background-color: #FFFFFF; 
	font-size: 9px;
}

/* Background de tableau gris neutre medium */
.tableauM {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	background-color: #CCCCCC;
}

/* Background de tableau gris neutre pâle */
.tableauP {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	background-color: #DDDDDD;
}

/* Background de tableau blanc */
.tableauBlanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	background-color: #FFFFFF;
}

/* "Unorder list" en général */
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	list-style-image: url(images/carre.gif);

}

/* "Unorder list" avec une autre image pour le "bullet" */
li.2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	list-style-image: url(images/carre2.gif);
}

/* "Order list" pour que le numéro apparaisse à la place du petit carré */
li.3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	list-style-image: none;
}

ol.listChiffre {
	list-style:decimal;
	list-style-image:none;
}
ol.listChiffre li {
	list-style-image:none;
}

ol.questionnaire {
	list-style:decimal;
	list-style-image:none;
}
ol.questionnaire li {
	list-style-image:none;
	padding-bottom:15px;
	font-weight:bold;
}
ol.questionnaire ol {
	list-style:lower-alpha;
	list-style-image:none;
}
ol.questionnaire li li {
	list-style:lower-alpha;
	padding-bottom:0px;
	font-weight:normal;
}
ol.questionnaire li li.bonneReponse {
	color:#004A63;
	font-weight:bold;
}

/* Message d'erreur */
.messageErreur {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}

/* Styles de la section "Revue l'Optométriste" */

.revuesCredits {
	font-family: Verdana;
	font-size: 9px;
	font-style: italic;
	color: #555555;
}

.revuesTitre {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #004A63;
	line-height: 18px;
}

.revuesArticle {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: 004a63;
}

.revuesNumero {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	color: #333333;
	line-height: 10px;
}

.revuesTexte {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
}

.revuesSousTitre {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}

.revuesTexteItal {
	font-family: Verdana;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}

.revuesReferences {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	color: #555555;
	line-height: 14px;
}

.revuesSousTitrePetit {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	line-height: 14px;
}
.revuesTexteBleu {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #004A63;
	line-height: 14px;
}
.revuesBg {
	background-attachment: fixed;
	background-image: url(revue/images/bg_contenu.jpg);
	background-repeat: no-repeat;
}

.revuesTexteItalBold {
	font-family: Verdana;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	line-height: 14px;
}

.revuesQuizReponses {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 14px;
}

.revuesQuizReponsesTitre {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #CC3300;
	line-height: 14px;
}

.revuesTableau {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	vertical-align:top;
	padding: 4px;
}
.revuesTd {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	vertical-align:top;
	padding: 4px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
.revuesTr {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	vertical-align:top;
	padding: 4px;
}
/* Couleur des liens, les liens dans les sous-sous-menus DHTML doivent avoir la class 2 */

a:active { color: #004A63; text-decoration: none;}
a:link { color: #004A63; text-decoration: none;}
a:visited { color: #0084AD; text-decoration: none;}
a:hover { color: #0084AD; text-decoration: underline;}

a.2:active { color: #004A63; text-decoration: none;}
a.2:link { color: #004A63; text-decoration: none;}
a.2:visited { color: #004A63; text-decoration: none;}
a.2:hover { color: #004A63; text-decoration: underline;}
.revuesTresPetit {

	font-family: Verdana;
	font-size: 7px;
	font-style: normal;
	color: #000000;
}
.revuesTexteBold {

	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 14px;
}

body.revuesBg ol li,
body.revuesBg ol  {
	list-style-image:none;
}
