body {
	background-color : #CECFCE;
	scrollbar-face-color : #FFFFCF;
	scrollbar-highlight-color : #1875A5;
	scrollbar-shadow-color : #1875A5;
	scrollbar-3dlight-color : #CECFCE;
	scrollbar-arrow-color : #E66D31;
	scrollbar-track-color : #CECFCE;
	scrollbar-darkshadow-color : #CECFCE;
}


/* Texte noir */

.txtNoir10 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
	text-decoration : none;
}

.txtNoir11 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	text-decoration : none;
}

.txtNoir12 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	text-decoration : none;
}

.txtNoir12s {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	text-decoration : underline;
}

.txtNoir12s_bis {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	text-decoration : none;
}

.txtNoir13 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #000000;
	text-decoration : none;
}

.txtNoir14 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #000000;
	text-decoration : none;
}

.txtNoir14s {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #000000;
	text-decoration : none;
}

.txtNoir16 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #000000;
	text-decoration : none;
}

.txtNoir12s_bis:hover, .txtNoir14s:hover {
	text-decoration : underline;
}


/* Texte blanc */

.txtBlanc11 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	text-decoration : none;
}

.txtBlanc12s {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
}

.txtBlanc14b {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
}

.txtBlanc12s:hover {
	text-decoration : underline;
}


/* Texte bleu */

.txtBleu11s {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #0000FF;
	text-decoration : none;
}

.txtBleu11s:hover {
	text-decoration : underline;
}

.txtBleu12bs {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #195A7C;
	text-decoration : none;
}

.txtBleu12bs:hover {
	text-decoration : none;
	border-bottom : 1px solid #C0C0C0;
}

.txtBleu16 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #195A7C;
}

.txtBleu20 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : #195A7C;
}


/* Texte orange */

.txtOrange11b {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #E66D31;
}

.txtOrange11bs {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #E66D31;
	text-decoration : underline;
}

.txtOrange11bs:hover {
	text-decoration : none;
}

.txtOrange12b {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #F5CE9F;
}

.txtOrange13b {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #E66D31;
	text-decoration : none;
}


.txtOrange13b:hover {
	text-decoration : none;
	border-bottom : 1px solid #C0C0C0;
}


/* Texte gris */

.txtGris11 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #999999;
	text-decoration : none;
}

.txtGrisFonce11 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	text-decoration : none;
}

.txtGrisFonce11s {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	text-decoration : none;
}

.txtGris11:hover, .txtGrisFonce11s:hover {
	text-decoration : underline;
}

.txtGris12 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #666666;
	text-decoration : none;
}


/* Formulaires */

form {
	margin : 0px;
	padding : 0px;
}

.champNoir12 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	border : 1px solid #000000;
	background : #FFFFFF;
}

.champNoir12scroll {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	border : 1px solid #000000;
	background : #FFFFFF;
	overflow: auto;
}

.boutonNoir {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
	border : 0px solid #000000;
	background : #000000;
}

.asterisque, .txtRouge12 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FF0000;
}

