/*
Gris1 #DBDBDB
Gris2 #D0D0D0
Gris Beige #D4D0C8
Gris Bleu #8EA3B5
Gris Bleu clair #C9D2DC
Bleu #0C479D
Bleu foncé #003366
Mauve #9999CC

*/

body {
	margin-top: 10px;
	margin-left: 10px;
	background-image:url(images/bg.jpg);
/*
	scrollbar-3dlight-color : #000000;
	scrollbar-arrow-color : #000000;
	scrollbar-base-color : #8EA3B5;
	scrollbar-darkshadow-color : #000000;
	scrollbar-face-color : #8EA3B5;
	scrollbar-highlight-color : #8EA3B5;
	scrollbar-shadow-color : #8EA3B5;
	scrollbar-track-color : #C9D2DC;
*/
}

a:link, a:active, a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color: #8EA3B5
}

.mainTable {
	border: 1px solid #8EA3B5;
	background-color:#FFFFFF;
/*
	position:absolute;
	left: 50%;
	margin-left: -385px;
	background-color:#FFFFFF
*/
}

.txt {
	font-family: Verdana;
	font-size: 10px;
	color: #003366;
	text-align:justify
}

.txtMauve {
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	color: #9999CC;
}

.txtViolet {
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	color: #990066;
}

.txtVert {
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	color: #339966;
}

.txtRouge {
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	color: #CC0000;
}

.txtRose {
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	color: #CC99CC;
}

.txtBleu {
	font-family: Tahoma;
	font-size: 10px;
	color: #0C479D;
	padding-left:10px;
	padding-bottom: 2px;
	padding-top:2px;
}

.txtBleu2 {
	font-family: Tahoma;
	font-size: 10px;
	color: #0C479D;
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 2px;
	padding-top:2px;
}

.txtOrange {
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	color: #FF6600;
}

.txtBleu3 {
	font-family: Tahoma;
	font-size: 10px;
	color: #003366;
}

.titreBleu {
	font-family: Verdana;
	font-size: 14px;
	color: #003366;
	font-weight: bold
}

ul, li {
	list-style-position: outside;
	text-align: justify;
	margin-top: 4px;
	margin-bottom:5px
}

.puceVerte {
	list-style-image: url(images/puce02.gif);
}



.puceViolette {
	list-style-image: url(images/puce03.gif);
}

.puceToussaint {
	list-style-image: url(images/puce04.gif);
}


.puceLuc {
	list-style-image: url(images/puce05.gif);
}

.puceBarbe {
	list-style-image: url(images/puce06.gif);
}

.puceAnne {
	list-style-image: url(images/puce07.gif);
}

.puceIfsi {
	list-style-image: url(images/puce08.gif);
}





.legal {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	text-align: center;
	background-color: #8EA3B5;
}

.legal:link, .legal:active, .legal:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.legal:hover {
	text-decoration: none;
	color:#003366
}

.labelForm {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	text-align:right
}

.inputText {
	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
	border: 1px solid #003366;
}

.inputButton {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}