/***Défini le style des élément html Normal*/
body {
	font-size:150%;
	line-height:1em;
	font-family:"Comic Sans MS";
	color:#FFF;
	margin: 0;
	padding: 0;
	background-color: #DBD1CF;/*	background:url(images/fond.jpg) top center repeat-x;*/
}


a img {	border: none; }/*** Enleve la bordure autour des images ***/

h2 {
	/*background-color: #FFF;*/
	margin: 0px;
	padding: 10px;
	color: #990000;
	border-bottom-width: 0px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	letter-spacing: 0em;
	background-image: url(images/fond_titre.jpg);
	background-repeat: repeat-y;
	text-decoration: underline;
}

.txtbleu {
	color: #1ab7ea;
	font-weight: bolder;
	}

a {
	text-decoration:none;
	color: #990000;
}

a:hover,a:active {text-decoration:underline;}


.video {
	width: 530px;
	background-color: #000;
}


/*** Les différente partie de la structure du site */

.container { /* ~~ ce conteneur à largeur fixe entoure les autres divs ~~ */
	width: 940px; 
	min-width: 940px;	
	margin: 0 auto;
/*	background-color: #006599;  --*/
}

.header {

/*	background:url(images/logo.jpg) top center repeat-x;*/
	width:100%; height:266px;	
}

.conteneur_centre {
	width: 100%;
	border: 0px solid #006599;
/*	background:url(images/fond.jpg) top center repeat-x; */
	background-position: 0 0;
}

.centre {
	width: 100%;
	font-size:0.8em;
	line-height:1.25em;
	margin: 0px;
	padding: 0px;
/*	background-color: #F8F9FB;*/
/*	background-image: url(images/tall_cont_wr.gif);*/
	background-repeat: repeat-x;
	background-position: 0 0;
}


/************ Menu horizontale **************/
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
}

.menu ul{
	background:#002B55;
	height:40px;
	list-style:none;
	margin:0;
	padding:0;
}

.menu li{
	float:left;
	padding:0px;
}

.menu li a{
	background:#002B55;
	color:#FFFFFF;
	display:block;
	line-height:20px;
	margin:0px;
	padding:0px 11px;
	text-align:center;
	text-decoration:none;
}

.menu li a:hover, .menu ul li:hover a{
	background: #006599 url("images/hover-over.gif") bottom center no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}

.menu li ul{
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:245px;
	z-index:200;
	background-color: #08699C;
}

.menu li:hover ul{
	display:block;
}
	
.menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:245px;
}

.menu li:hover li a{
	background:none;
}

.menu li ul a{
	display:block;
	height:35px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
}


.menu li ul a:hover, .menu li ul li:hover a{
	background:#1AB7EA url('images/hover_sub.gif') center left no-repeat;
	border:0px;
	color: #FFFFFF;
	text-decoration:none;
}

.menu p{
	clear:left;
}	

/*pour determiner la page en cour */
#current{
	background: #1AB7EA url("images/hover.gif") bottom center no-repeat;
	color:#FFFFFF;
}
/************Fin menu horizontale **************/


.contenu {
	padding:20px 0 20px 0;
	margin-left: 40px;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
}


/* ~~ Pied de page ~~ */
.footer {
	text-align:center;
	
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #002B55;