/* feuille css pour impression des pages */
/* body idem */


/* les grands titres idem*/
h1 {width:98%;}
h2 {font-size:1.66em; width:98%;}
h3 {font-size:1.33em; width:98%; border-bottom: thin solid;}
h4 {font-size:1.25em; width:98%;}
h5 {font-size:1.08em; width:98%; font-weight: bold; font-style: normal; line-height: normal; font-variant: normal;}
h6 {font-size:1.00em; width:98%; font-weight: bold; font-style: normal; line-height: normal; font-variant: normal;}

/* titre couleur selon la rubrique idem */
.titre00 {color:#FF0000; border-bottom-color:#FF0000;}
.titre00d {color:#74849E; border-bottom-color:#74849E;}
.titre01 {color:#ee7F01; border-bottom-color:#ee7F01;}
.titre02 {color:#E3B73D; border-bottom-color:#E3B73D;}
.titre03 {color:#79b51c; border-bottom-color:#79b51c;}
.titre04 {color:#990066; border-bottom-color:#990066;}
.titre05 {color:#330066; border-bottom-color:#330066;}
.titre06 {color:#5a5099; border-bottom-color:#5a5099;}
.titre07 {color:#00a7b4; border-bottom-color:#00a7b4;}
.titre08 {color:#e85181; border-bottom-color:#e85181;}
.titre09 {color:#339999; border-bottom-color:#339999;}

.centrer {text-align:center;}
.aligner_droite {text-align:right;}
.italique {font-style:italic;} 
.retraitgauche { padding-left:30px;} 
.graisser {font-weight:bolder;}
.barrer { text-decoration:line-through;}
.sondage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	color: #FFFFFF;
	text-align: left;
}

/* la zone de texte est elargie et plus haute */
#zonetexte {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color:#FFFFFF;
	position: absolute; 
	width:700px;
	left:0;
	border:0;
	text-align:left;
	top:70px;
}
/* les liens */
a:link {color:#2F3F8C;}
a:visited {color:#666666;}
a:hover {font-weight: bolder; text-decoration:none;}
a:active {color: #666666;}
a:focus {font-weight:bold; color:#2F3F8C; text-decoration:underline;}

/*formulaire de contacts*/
label {display:block; margin:1em; }

/* images */
img { border-style:none;}

/* pas de menus gauche et droit, pas de fil d'ariane*/
#menudroit {display: none}
#menu {display: none}
#filariane {display: none}
#rechercher {display: none}
#banniere {display: none}
