/* CSS Document */

	body{
		width:1000px;	
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		font-family:Helvetica, Arial, sans-serif;
		background-image: -webkit-linear-gradient(top, #aaaaaa 0%, #ffffff 100%);/* Chrome10 et suivants - Safari 5.1 et suivants */
		background-image:    -moz-linear-gradient(top, #aaaaaa 0%, #ffffff 100%);/* Firefox 3.6 et suivants */ 
		background-image:     -ms-linear-gradient(top, #aaaaaa 0%, #ffffff 100%);/* IE 10 et suivants */ 
		background-image:      -o-linear-gradient(top, #aaaaaa 0%, #ffffff 100%);/* Opera 11.10 et suivant */
		background-image:         linear-gradient(top, #aaaaaa 0%, #ffffff 100%);	
	}
	
  	img{ border:0px; }
  

  	#global{
		width:1000px;
		height:auto;
		margin:auto;
    }

  	#entete{
    	width:1000px;
    	margin:auto;
    	border:0;
	}
	
	#menunav{
		width:auto;
		height:auto;
	}
	
	#news{
		width:auto;
		height:auto;
		padding:8px;
	}
	
	#pied{
		width:1000px;
		height:auto;
	}
	
	#trait {
		border-top: 1px solid grey;
		width:100%;
	}

/* Debut navigation */

#nav {	
	display: block; position: relative; width: auto; height: 50px; margin-top: 0; margin-left: 0;
	background: #7d7d7d;
	line-height: normal;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);	
	font-family: 'Lato';
	font-size: 18px;
	text-align: center;
}

#nav li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	position: relative;
	list-style: none;
	}

/* lien de niveau principal */
#nav a {
	display: block; position: relative; width: 180px; height: 35px; margin-top: 7; margin-left: 0;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	}

/* lien de niveau principal en survol */
#nav li:hover a {
	display: block; position: relative; width: 180px; height: 35px; margin-top: 7; margin-left: 0;
	background: #c6c6c6;
	color: #222;	
	border-top: solid 1px black;
	-webkit-box-shadow: 0 1px 1px ;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
	}
	
/* lien de sous-niveau en survol */
#nav ul a:hover {
	display: block; position: relative; width: 180px; height: 25px; margin-top: 7; margin-left: 0;
	background: #0078ff url(images/gradient.png) repeat-x 0 -100px !important;
	color: #333 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}

#nav ul li:hover a, #nav li:hover li a {
	display: block; position: relative; width: 180px; height: 25px; margin-top: 7; margin-left: 0;
	background: none;
	border: none;
	margin-top:0;
	color: #333;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;}
	
/* menu déroulant */
#nav li:hover ul {display: block;}

/* liste de niveau 2 */
#nav ul {
	display: none;margin: 0;padding: 0;width: 180px; position: absolute;top: 40px;left: 0;
	background: #ddd;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);}
#nav ul li {float: none;margin: 0;padding: 0;}

#nav ul a {font-weight: normal;}

/* liste de niveau 3 */
#nav ul ul {left: 180px;top: -3px;}

/* coins arrondis du 1er et dernier liens */
#nav ul li:first-child a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
#nav {display: inline-block;} 
html[xmlns] #nav {display: block;}
* html #nav {height: 1%;}

/* Fin navigation */

/*Début Navigation hors menu*/
#news a {
		text-decoration:none;
	}

#news a:hover {
		color: #ffffff;
		background-color: #018800;
		}
/* Fin Navigation hors Menu */

	h1{
		font-family:Helvetica, Arial, sans-serif;
		font-size:28px;
		font-weight:normal;
	}
	h2{
		font-family:Helvetica, Arial, sans-serif;
		font-size:24px;
		font-weight:normal;
		text-decoration: underline;
	}
	
	.colonnes{
	   	clear:left;
		clear:right;
		width:auto;
		padding:3px;
	}

	.troiscolonnes {
		-webkit-column-count: 3; /* Chrome, Safari, Opera */
		-moz-column-count: 3; /* Firefox */
		column-count: 3;
		-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
		-moz-column-gap: 40px; /* Firefox */
		column-gap: 40px;
		-webkit-column-rule: 2px outset #6666cc; /* Chrome, Safari, Opera */
		-moz-column-rule: 2px outset #6666cc; /* Firefox */
		column-rule: 2px outset #6666cc;
}
	
	.separateur{
		width:900px;
		height:5px;
		clear:both;
	}
	.gris{color:#666666;}
	.grisg{color:#000000; font-weight:bold; background-color: #CCCCCC;}
	.noir{color:#000000;}
	.bleu{color:#0068B1;}
	.bleug{color:#000066;}
	.red {color:#FF0000; font-weight:bold;}
	
	.bords{
		border-left:1px solid #B7B7B7;
		border-right:1px solid #B7B7B7;
	}

	.fs10{
		font-family:Helvetica, Arial, sans-serif;
		font-size:10px;
	}
	.fs12{
		font-family:Helvetica, Arial, sans-serif;
		font-size:12px;
	}
	.fs14{
		font-family:Helvetica, Arial, sans-serif;
		font-size:14px;
		font-weight:normal;
	}
	.fs16{
		font-family:Helvetica, Arial, sans-serif;
		font-size:16px;		
		font-weight:normal;
	}
	.fs24{
		font-family:Helvetica, Arial, sans-serif;
		font-size:24px;
		font-weight: normal;		
	}
	
	.fgauche{ float:left; width:170px; height:auto;}
	.fdroite{ float:right; width: 780px; height:auto;}
	.flottantdroit {float:right; width:100px; }
	.flottantgauche {float:left; width:100 px; padding:10px; padding-right: 20px;}
	.flottantstop {clear:both;}

	
	.survolimage span {visibility: hidden;}
 	.survolimage img:hover + span {visibility: visible;}
	
/* Formulaire */

form {
 background-color:#FAFAFA;
 padding:10px;
 width:auto;
 }
fieldset {
 padding:0 20px 20px 20px;
 margin-bottom:10px;
 border:1px solid #DF3F3F;
 }
legend {
 color:#DF3F3F;
 font-weight:bold
 }
label {
 margin-top:10px;
 display:block;
 }
label.inline {
 display:inline;
 margin-right:50px;
 }
input, textarea, select, option {
 background-color:#FFF3F3;
 }
input, textarea, select {
 padding:5px;
 border:1px solid #F5C5C5;
 border-radius:5px;
 width:400px;
 box-shadow:1px 1px 2px #C0C0C0 inset;
 }
select {
 margin-top:10px;
 }
input[type=radio] {
 background-color:transparent;
 border:none;
 width:10px;
 }
input[type=submit], input[type=reset] {
 width:150px;
 margin-left:5px;
 box-shadow:1px 1px 1px #D83F3D;
 cursor:pointer;
 }
 
 /* Fin Formulaire /*