/*---------------------------------------
 style.css : feuille de style 
---------------------------------------*/

/* corps de page */
body {
	background-color: white;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* pour éviter la marge en dessous des images avec I.E */
.imgIE {
	display: block;
}

/* texte standard */
.txt {
	font-family:tahoma;
	font-size:13px;
	color:black;
}

/* texte petit */
.txt_petit {
	font-family:tahoma;
	font-size:11px;
	color:black;
}

/* texte bleu */
.txt_bleu {
	font-family:tahoma;
	font-size:13px;
	color:#1C4D92;
}

/* texte blanc */
.txt_blanc {
	font-family:tahoma;
	font-size:13px;
	color:white;
}

/* texte mauve  */
.txt_mauve {
	font-family:tahoma;
	font-size:13px;
	color:#7D106D;
}

/* texte petit bleu */
.txt_petit_bleu {
	font-family:tahoma;
	font-size:11px;
	color:#1C4D92;
}

/* texte petit blanc */
.txt_petit_blanc {
	font-family:tahoma;
	font-size:11px;
	color:white;
}

/* texte petit mauve */
.txt_petit_mauve {
	font-family:tahoma;
	font-size:11px;
	color:#7D106D;
}

/* texte grand bleu */
.txt_grand_bleu {
	font-family:tahoma;
	font-size:15px;
	color:#1C4D92;
}

/* titre 1 */
h1 {
	font-family:tahoma;
	font-size:15px;
	color:#1C4D92;
}

/* lien standard */
a {
	font-family:tahoma;
	font-size:13px;
	color:#7D106D;
	text-decoration:none;
}

/* lien standard survolé */
a:hover {
	font-family:tahoma;
	font-size:13px;
	color:#7D106D;
	text-decoration:underline;
}

/* grand lien */
a.grand {
	font-family:tahoma;
	font-size:18px;
	color:#7D106D;
	text-decoration:none;
}

/* grand lien survolé */
a.grand:hover {
	font-family:tahoma;
	font-size:18px;
	color:#7D106D;
	text-decoration:underline;
}


/* lien du menu principal */
a.menu {
	font-family:tahoma;
	font-size:13px;
	color:#FFFF66;
	text-decoration:none;
}

/* lien du menu principal survolé */
a.menu:hover {
	font-family:tahoma;
	font-size:13px;
	color:#FFFF66;
	text-decoration:underline;
}

/* zone de texte ou bouton */
input {
	font-family:verdana;
	font-size:10px;
	color:darkblue;
	border-width:1px;
	border-color:black;
	background-color:white;
}