/* TOUS */

{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
}

.fixe {
	font : 9px Arial, Helvetica, sans-serif;
}

A:active {
	color : #000090;
	text-decoration : underline;
}


A:link,A:link:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000090;
	text-decoration : none;
}


A.bleu:hover {
	text-decoration : none;
	background : #333399;
	color : White;
}

A.navbar:link, A.navbar:visited, {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	background : #000090;
	color : White;
	text-decoration : none;
}


A.navtop:link, A.navtop:visited, A.navtop:active {
	color: White;
	font-family: Verdana, Geneva, arial, helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration : none;}

A.navtop:hover	{
	color: #900000;	
	font-family: Verdana, Geneva, arial, helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration : none;
}




.bleuback {
	text-decoration : none;
	background : #333399;
	color : White;
}

.green {
	color : Green;
	background-color: white;
}
.red{
	color : Red;
	background-color: white;
}

.selectred{
	background-color : #ffdddd;
}
.selectorange{
	background-color : #FFEDC1;
}
.selectgreen {
	background-color : #ddffdd;
}

.chkred{
	background-color : #ffaaaa;
}
.chkorange{
	background-color : #FFccaa;
}
.chkgreen {
	background-color : #aaffaa;
}



TEXTAREA {
	background : White;
	/*border : 1px solid #000090;*/
}


/* INPUT */
INPUT.bouton {
	background-color : #DCDCDC;
	font : bold 14px Arial, Helvetica, sans-serif;
	text-align : center;
	cursor : hand;
	border : 1px solid;
	color : Black;
}

TR.bleu {
	background-color : #333399;
	font-weight : bold;
	color : White;
	text-align : center;
	font-size : 9px;
}