/*Style Global*/

body
{
	height: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
}

/*
@font-face { 
	font-family:"Segoe Print";
	src:url(Segoe-print.ttf); 
	font-size:10pt,12pt,14pt;
}
*/

p {
	text-align: justify;
	font-family: Verdana;
	vertical-align: middle;
	line-height: 1.3em;
	font-size: 0.8em;
	color: #ffffff ;
}

h1 {
	padding-top: 20;
	text-align: left;
	text-indent: 25;
	font-size: 1.1em ;
	background: url(../img/bouton_flocon.gif) no-repeat left bottom;
	color: #ffffff ;
	border-bottom: 1px solid #ffffff ;
}

h3 {
	text-align: center;
	line-height: 1em ;
	font-size: 1em ;
	color: #ffffff ;
}

h4 {
	text-align: center;
	line-height: 1.3em;	
	color: #ffffff ;
	
}
h5 {
	text-align: left;
	line-height: 0.1em;	
	color: #ffffff ;
	
}
img {
 	display: block;
 	margin-right: auto;
 	margin-left: auto;
 	margin-bottom: 0.1em;
 	margin-top: 0.5em;
}
 
li {
 	padding-left: 1.6em;
 	padding-bottom: 0.7em;
 	text-align: left;
 	vertical-align: bottom;
 	background: url(../img/bouton_flocon.gif) no-repeat left top;
 	color: #fff;
 	list-style: none;
}
 	
a {
	color: #ffffff;
}

a:hover {
	color: #fdb01d;
}

/*Class */

.active a{
	background: url(../img/bg_menu2.gif);
}

a.info {
	position:relative;
}

a.info span {
	display: none;
}

a.info:hover span {
	display: block;
	position: fixed;
	top: 200;
	left: 35%;
}


/*Blocs*/

#conteneur
{
	width: 1000px;
	min-height: 90%;
	margin: 0 auto;
	background: url(../fondtitre.gif);
	position: relative;
}


	#header {
		height: 185px;
		background: url(../img/banniere.gif);
		position: relative;
	}
		
		#header a{
				float: left;
				width: 700px ;
				height: 130px ;
				display: block ;
				position: relative ;
		}
		
		#pub {
			float: right;
			width: 250px;
			margin-right: 10em;
			height: 130px;
		}
	
	#navig {
		width: 100%;
		padding-top: 1em;
		padding-bottom: 4em;
		position: relative;
		overflow: auto;
	}
	
			#divleft {
				margin-left: 2%;
				padding-top: 5em;
				float: left;
				width: 23%;
			}
			
			#divcentre {
				float: left;
				width: 37%;
				margin-left: 5%;
				padding-top: 1em;
			}
			
			
			#divright {
				margin-right: 4%;
				padding-top: 1em;
				float: right;
				width: 23%;
			}

	#footer {
		bottom: 0.5em;
		position: relative;
		width: 100%;
	}
	
	#footer p {
		text-align: center;
	}

/* Menus */


#boutons {
	bottom: 0;
	right: 0;
	height: 1.3em;
	margin: 0em;
	padding: 0;
	padding-right: 5;
	position: absolute;
	overflow: hidden;
}

#boutons li {
	float: left;
	background: none;
	display: block;
	
}

#boutons li a {
	padding-top: 0em;
	width: 220;
	font-size: 0.8em;
	font-family:"verdana";
	text-align: center;
	color: #fff;
	text-decoration: none;
	border: 0.1em outset #fff;
	background: url(../fondmenubase.gif);
}

#boutons li a:hover {
	color: #fff;
	padding-top: 0.1em;
	background: url(../fondmenu.gif);
	border-style: inset;
}


#boutonsv {
	margin: 0;
	padding: 0;
	position: top;
}

#boutonsv li {
	list-style: none;
	text-align: center;
	background: none;
}

#boutonsv li a {
	width: 200;
	height: 15;
	padding-top: 0.2em;
	font-size: 0.8em;
	font-family:"verdana";
	color: #fff;
	text-decoration: none;
	border: 0.1em outset #fff;
	display: block;
}

#boutonsv li a:hover {
	color: white;
	padding-left: 3;
	border-style: inset;
