

/** styles du menu deroulant **/

.normal {font-family:Verdana; font-size:9pt; text-decoration:none }
.titre {font-family:Verdana; font-size:14pt; text-decoration:italic }
.bgnorepeat {background-repeat: no-repeat; }



/** styles generaux**/

.nom{font-family:Verdana; font-size:9pt;  font-weight: bold}
.libelle{font-family:Verdana; font-size:10pt; font-style: italic ; font-weight: bold}
.libelle_gros{font-family:Verdana; font-size:12pt; font-style: italic ; font-weight: bold}
.libelle_bleu{font-family:Verdana; font-size:10pt; font-style: italic ; font-weight: bold ; color : blue ; background-color : #8560A8;}

/** styles pour les onglets**/

 #header 
 	{
	margin:0;
	padding:0;
    float:right;
    width:100%;
    font-size:130%;
    line-height:bottom;
	}
	
	#header ul 
	{
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    }
	
	#header li 
	{
    float:right;
	background:url("./norm_right3.png")       no-repeat right top;
    margin:0;
    padding:0;
	}
	
	#header a 
	{
    display:block;
	background:url("./norm_left.png")      no-repeat left top;
	padding:5px 15px 4px;
	text-decoration:none;
	font-weight:bold;
    color:#1BD870;
	 }
	
	#header #current 
	{
    background-image:url("./norm_right_on.gif");
    }
 
 	#header #current a 
	{
    background-image:url("./norm_left_on.gif");
	padding-bottom:5px;
    }
	
	/*
Feuille de styles pour formulaire contact.php
màj du 17.05.2005
*/


.checkit { width: auto; vertical-align: middle; display: inline-block }
.venus { display: none; position: absolute; top: -1000px; left: -1000px }

#submit:hover {
	border: 2px yellow solid
}
.alerte {
	font-weight: bold; font-size: 18px
}
.focus {
	background: #ff9
}

a {
       color : white ;
    }