/* CSS Document */

.texte { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color:#FFFFFF;
	}
.texte2 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color:#000000;
	}

.texte_form { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color:#000000;
	}
.texte_blanc{ 
	font-family:"Arial";
    font-size: 12px;
	color:#FFFFFF;
	
	}
.titre { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#009933;
	font-weight:bold;
	}
	
.titre2 { 
	font-family:Arial;
	font-size:14px;
	color:#006699;
	font-weight:bold;
	}
	
.titre_haut { 
	font-family:"Liberty BT";
	font-size:36px;
	color:#FFFFFF;
	}

	
a.titre{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#7A9BBC;
	font-weight:bold;
}

a.texte:hover{
	color:#AACF8A;
}

.petit{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	}
	
.petit2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	}
	
a.petit2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#AACF8A;
	}

a.petit3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#AACF8A;
	}


a.petit2:hover{color:#FFFFFF;}

.bord{
border-style:dotted;
border-color:#FFFFFF;
} 

a {  
	font-family:Arial;
	font-size:10px;
	color:#CCCCCC;
	text-decoration: none
	}

a.red {  
	font-family:Arial;
	font-size:12px;
	color:#FF3300;
	text-decoration: none
	}

a.red:hover {
	color: #CCCCCC;
	text-decoration: underline overline;
	background-color: #ffffff;
}
.saisie {
background-color : #333333;
color : #FFFFFF; 
font-size : 12px; 
font-family : Arial;
border : 1px solid;
border-color : #cccccc;
}

.type {
background-color : #EDEDED;
color : #000000; 
font-size : 12px; 
font-family : Arial;
border : 1px solid;
border-color : #888888;
}

.out {
               background: buttonface; 
               border: 1px solid buttonface;
               margin: 1; 
}

.over { 
               background: buttonface;
               border-top: 1px solid buttonhighlight;
               border-left: 1px solid buttonhighlight;
               border-bottom: 1px solid buttonshadow;
               border-right: 1px solid buttonshadow;
               margin: 1;
}