@charset "utf-8";

/********************* MENU ***********************/
nav {
	border-bottom: 2px solid #0066cc;
	height:41px;
	width: 100%;
  	font: bold 12px/25px Arial, Helvetica;

}

/* Mini reset - on réinitialise certains styles par défaut des balises <u> */
#menu, #menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
}


/* Menu Principal - correspond à la balise <ul> */
#menu {
		width: 100%;

		background: #003366;
		background-image: linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);
		background-image: -moz-linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);
		background-image: -webkit-linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);	
		background-image: -ms-linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);
		background-image: -o-linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);
	 -pie-background: linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);
  behavior: url(PIE/PIE.php);
		-moz-box-shadow: 0 1px 1px #3366cc;
        -webkit-box-shadow: 0 1px 1px #3366cc;
       	box-shadow: 0 1px 1px #3366cc;
		behavior: url(PIE/PIE.htc);

/*		behavior: url(PIE/PIE.htc);*/
	}

/*Annulation des flottements*/

#menu:before,
#menu:after {
        content: "";
        display: table;
}

#menu:after {
        clear: both;
}

#menu {
        zoom:1;
}

/* Eléments de liste */


/*taille des éléments de liste et sous-éléments de liste*/
#menu li, #menu li:last-child li{width:120px;}
#menu li li, #menu li li li, #menu li li:last-child li{width:220px;}



#menu li {
	 	display:inline-block;
		-moz-box-shadow: 1px 0px 0px #3366cc, 2px 0px 2px #CCC;
		-webkit-box-shadow: 1px 0px 0px #3366cc, 2px 0px 2px #CCC;
		box-shadow: 1px 0px 0px #3366cc, 2px 0px 2px #CCC;
		position: relative;
		height:35px;
		text-align:center;
		behavior: url(PIE/PIE.htc);
/*		border:rgba(255,0,0,1) 1px solid;
*/
	
		
	}

/* Pour retirer à droite du dernier onglet*/	
#menu li:last-child {
		-moz-box-shadow: 0px 0px 0px #3366cc, 0px 0px 0px #CCC;
		-webkit-box-shadow: 0px 0px 0px #3366cc, 0px 0px 0px #CCC;
		box-shadow: 0px 0px 0px #3366cc, 0px 0px 0px #CCC;
		behavior: url(PIE/PIE.htc);


	}


/* LIEN DES onglets principaux */
#menu a {
		display:block;
		padding: 5px 0px 5px 0px;
		color: #FFF;
		text-decoration: none;
		text-shadow: 0 1px 0 #000;
	}

	
	#menu li:hover > a,#menu li:focus > a {
		color: #fafafa;

	}
	
	*html #menu li a:hover { /* IE6 only */
		color: #fafafa;
	}
	
	
#menu li a:hover, #menu li a:focus {
background: #003366;
background-image: linear-gradient(#003366,#006699, #006699,#003366);
background-image: -moz-linear-gradient(#003366,#006699, #006699,#003366);
background-image: -webkit-linear-gradient(#003366,#006699, #006699,#003366);    
background-image: -ms-linear-gradient(#003366,#006699, #006699,#003366);	
background-image: -o-linear-gradient(#003366,#006699, #006699,#003366);	
 -pie-background: linear-gradient(#003366,#006699, #006699,#003366);	
  behavior: url(PIE/PIE.php);}
#menu li a:hover, #menu li a:focus {  
-moz-box-shadow: -1px 0px 1px #111111,1px 0px 1px #111111, -2px 0px 2px #777777,2px 0px 2px #777777;
-webkit-box-shadow: -1px 0px 1px #111111,1px 0px 1px #111111, -2px 0px 2px #777777,2px 0px 2px #777777;
box-shadow: -1px 0px 1px #006699,1px 0px 1px #006699, -2px 0px 2px #003366,2px 0px 2px #003366;
behavior: url(PIE/PIE.htc);
}

/* pour ne pas avoir des dépassement du container avec l'ombre, on donne des spécifications au premier élément et au dernier*/
#menu li:first-child a:hover, #menu li:first-child a:focus {
-moz-box-shadow: 1px 0px 1px #003366, 2px 0px 2px #003366;
-webkit-box-shadow: 1px 0px 1px #003366, 2px 0px 2px #003366;
box-shadow: 1px 0px 1px #003366, 2px 0px 2px #003366;	
behavior: url(PIE/PIE.htc);

	}
	
#menu li:last-child a:hover {
-moz-box-shadow: -1px 0px 1px #003366, -2px 0px 2px #003366;
-webkit-box-shadow: -1px 0px 1px #003366, -2px 0px 2px #003366;
box-shadow: -1px 0px 1px #003366, -2px 0px 2px #003366;
behavior: url(PIE/PIE.htc);
}


/* Sous-menu */

#menu ul {	
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 41px;
		left: 0;
		z-index: 9999;    
		background: #0066cc;
		background-image: -moz-linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);
		background-image: -webkit-linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);   
		background-image: -o-linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);
		background-image: -ms-linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);
		background-image: linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);
		 -pie-background: linear-gradient(#99ccff, #3399cc, #3399cc, #0066cc,#0066cc,#0066cc);	
 	 	behavior: url(PIE/PIE.php);}
#menu ul {	
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;behavior: url(PIE/PIE.htc);}
		
#menu ul {			
		/* Les transitions*/
		/*-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out; 
		behavior: url(PIE/PIE.htc); 
		-moz-transition: .8s all .3s;
		-webkit-transition: .8s all .3s;
		-o-transition: .8s all .3s;
		-ms-transition: .8s all .3s;
		transition: .8s all .3s;*/
	

	}

	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	

	
	#menu ul ul {/* sous sous menu*/
		top: 0;
		left: 225px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		/*-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);___?*/		
	}
	

	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		-moz-box-shadow: 0 1px 0 #3366cc, 0 2px 0 #CCC;
		-webkit-box-shadow: 0 1px 0 #3366cc, 0 2px 0 #CCC;
		box-shadow: 0 1px 0 #3366cc, 0 2px 0 #CCC;
		text-align: left;
	behavior: url(PIE/PIE.htc);

		
	}
	
	#menu ul li:last-child { 
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		behavior: url(PIE/PIE.htc);

	}
	
	#menu ul a {    
		padding: 10px;
		width:auto;/* ou y mettre un taille précise pour les miens des sous-menus*/
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
	}
	




#menu li li a:hover{
background: #003366;
background-image: -moz-linear-gradient(#003366,#006699, #006699,#003366);
background-image: -webkit-linear-gradient(#003366,#006699, #006699,#003366);    
background-image: -o-linear-gradient(#003366,#006699, #006699,#003366);	
background-image: -ms-linear-gradient(#003366,#006699, #006699,#003366);	
background-image: linear-gradient(#003366,#006699, #006699,#003366);
 -pie-background: linear-gradient(#003366,#006699, #006699,#003366);
 	 	behavior: url(PIE/PIE.php);}

#menu li li a:hover{
-moz-box-shadow: 0px 0px 0px;
-webkit-box-shadow: 0px 0px 0px;
box-shadow: 0px 0px 0px;
behavior: url(PIE/PIE.htc);
}


#menu li li:first-child a:hover, #menu li li:last-child a:hover, #menu li li:nth-child(2) a:hover,  #menu li li:nth-child(3) a:hover {
	-moz-box-shadow: 0px 0px 0px;
-webkit-box-shadow: 0px 0px 0px;
box-shadow: 0px 0px 0px;	
behavior: url(PIE/PIE.htc);
}

#menu li li li a:hover{
background: #003366;
background-image: -moz-linear-gradient(#003366,#006699, #006699,#003366);
background-image: -webkit-linear-gradient(#003366,#006699, #006699,#003366);    
background-image: -o-linear-gradient(#003366,#006699, #006699,#003366);	
background-image: -ms-linear-gradient(#003366,#006699, #006699,#003366);	
background-image: linear-gradient(#003366,#006699, #006699,#003366);
 -pie-background: linear-gradient(#003366,#006699, #006699,#003366);
 	 	behavior: url(PIE/PIE.php);}

#menu li li li a:hover{
-moz-box-shadow: 0px 0px 0px;
-webkit-box-shadow: 0px 0px 0px;
box-shadow: 0px 0px 0px;
behavior: url(PIE/PIE.htc);
} 




/* Style des premiers et derniers éléments de liste*/


#menu ul li:first-child > a {
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		behavior: url(PIE/PIE.php);

	}
	
	#menu ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
		behavior: url(PIE/PIE.php);

		
	}
	
	
/*Flèche pointante menu */
		#menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #99ccff;

	}
	
	#menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3399cc;

	}
	
	#menu ul li:first-child a:hover:after {
		border-bottom-color: #003366; 
	}
	
	#menu ul ul li:first-child a:hover:after {
		border-right-color:#006699; 
		border-bottom-color: transparent; 	
	}
	

	
	
/*page en cours*/

#menu li.en_cours{
		display:inline-block;		
		position: relative;
		height:35px;
		background: #003366;
		background-image: -moz-linear-gradient(#003366,#006699, #006699,#003366);
		background-image: -webkit-linear-gradient(#003366,#006699, #006699,#003366);    
		background-image: -o-linear-gradient(#003366,#006699, #006699,#003366);	
		background-image: -ms-linear-gradient(#003366,#006699, #006699,#003366);	
		background-image: linear-gradient(#003366,#006699, #006699,#003366);
			 -pie-background: linear-gradient(#003366,#006699, #006699,#003366);	
  behavior: url(PIE/PIE.php);

		-moz-box-shadow: -1px 0px 1px #003366,-2px 0px 2px #003366,2px 0px 2px #003366;
		-webkit-box-shadow: -1px 0px 1px #003366,-2px 0px 2px #003366,2px 0px 2px #003366;
		box-shadow: -1px 0px 1px #003366,-2px 0px 2px #003366,2px 0px 2px #003366;
		behavior: url(PIE/PIE.htc);

	
}
#menu li.en_cours:first-child {
	
-moz-box-shadow: 1px 0px 1px #003366, 2px 0px 2px #003366;
-webkit-box-shadow: 1px 0px 1px #003366, 2px 0px 2px #003366;
box-shadow: 1px 0px 1px #003366, 2px 0px 2px #003366;
behavior: url(PIE/PIE.htc);

		
	}
#menu li.en_cours:last-child {
-moz-box-shadow: -1px 0px 1px #003366, -2px 0px 2px #003366;
-webkit-box-shadow: -1px 0px 1px #003366, -2px 0px 2px #003366;
box-shadow: -1px 0px 1px #003366, -2px 0px 2px #003366;
behavior: url(PIE/PIE.htc);

		
}
#menu li.en_cours a{
color: #fafafa;
}

#menu li.en_cours li a{
color: #fafafa;
}


/************************** Page contact *********************/

/*****Fieldset*/

#monForm p
{
	margin: 20px 0px;
	height:20px;
}

/* fieldset , legend */
#monForm fieldset
{
	margin-bottom: 10px;
	border: #CCC 1px solid;
	padding-right:5px;
}

#monForm fieldset:hover
{
	background-color: #FFF;
}

#monForm fieldset legend
{
	padding: 0px 10px;
	border-left: #999 1px solid;
	border-right: #999 1px solid;
	font-size: 1.2em;
	color: #999;
	margin-left:20px;
}

/*******Label******/
#monForm label
{
	
width: 140px;color: #0066cc;margin-left:10px;letter-spacing: 1px;
	float: left;
line-height:20px;

}

#monForm label:hover
{
	font-weight: bold;
}

#monForm .form_label_nostyle
{
	background: none;
}

/*********Input******/
#monForm input, #monForm select, #monForm textarea
{	width: 300px;border: #CCC 1px solid;float:left;margin-left: 20px;line-height:15px;


}

#monForm input:hover, #monForm select:hover, #monForm input:focus, #monForm select:focus, #monForm textarea:hover, #monForm textarea:focus
{
	border: #999 1px solid;
	background-color: #F9F9F9;
}

/*******Submit******/

/* button submit */
#monForm input[type="submit"]
{
	border:  #999 1px solid;
	width: 75px;
	margin-left:400px;
	margin-top:10px;

}

#monForm input[type="submit"]:hover
{
	background-color: #0066cc;
	color:#FFF;
	cursor: pointer;
}

.txterror { color: black;
 font-size: 11px; 
 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
 }
.txtform { color: black; 
font-size: 12px; 
font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
}
.Style1 {color: #FF0000;
}

.error_message{
color: #FF0000;clear:both;
display:block;
	margin-left: 35%;font-size:10px;

	/*margin: 0 auto;
*/
}

#obligatoire{ font-size: xx-small; font-style:italic; color:#666;
margin-left:10px;
margin-bottom:10px;
clear:both;
}
.obligatoire{ font-size: xx-small; font-style:italic; color:#666;

}

/**************fin formulaire********/