/* CSS Document */
/* Gestion de la page */
Body {
	background-color: #FFCC00; /* Couleur de fond de la page */
	leftmargin: 0; /* Marge de gauche de la page */
	topmargin: 0; /* Marge de haut de la page */
	
	scrollbar-3d-light-color: #ffffff; /* Ascenceurs */
    scrollbar-arrow-color: #330099;
    scrollbar-base-color: #FFFF99;
    scrollbar-dark-shadow-color: #FFCC00;
    scrollbar-face-color: #FFCC00;
}
/* Gestion des liens */
A:hover {
font-weight : bold;
font-size : 12px;
font-family : Times New Roman;
color : #000000;
/*background : #B5CFEF;*/
text-decoration : normal;
} 
A:visited, A:link, A:active {
font-weight : bold;
font-size : 12px;
font-family : Times New Roman;
color : #000000;
text-decoration : normal;
} 
/* Gestion des paragraphes et titre */
P {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	list-style-type: disc;
}

H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #006600;
}

H2 {
}

H3 {
}

H4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: strong;
	color: #006600;	
}

H5 {	
}

H6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	color: #006600;	
}
/* Gestion des formulaires */
.FormEntete {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #006600;
}
.PetiteRemarque {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

/* Tableaux */
input {
	background-color: #FFFFCC;
	border: 1px #93B7B7 solid;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}

SELECT {
	background-color: #FFFFCC;
	border: 1px #93B7B7 solid;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}

textarea {
	background-color: #FFFFCC;
	border: 1px #93B7B7 solid;
	font-family: Verdana;
	font-????;?A6weight: bold;
	font-size: 11px;
}

hr {
	color: #006600; 
	height: 1;
	/*text-align: left;
	width: 80%;*/
}
