@charset "utf-8";
/* CSS Document */
/*DEFAUT*/
html{
	overflow-x:hidden;
	}
body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-attachment:scroll;
	background-position:top center;
	margin:0;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
p{
	text-align:justify;
	}
a{
	text-decoration:none;
	color:#309BCA;
}
a:hover{
	text-decoration:none;
	color:#9EC10A;
}
/*TITRE*/
.contentheading{
	color:#309bca;
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
}
h1{
	color:#9EC10A;
	font-size:15px;
	margin:0;
	padding:0;
	text-transform:uppercase;
	}
/*BANNER*/
#banner{
	position:absolute;
	width:1920px;
	left:50%;
	margin-left:-960px;
	top:0px;
	height:468px;
	background-image:url(../images/header.jpg);
	overflow: auto;
	z-index:1;
	}
	/*FLASH INFO*/
#flashinfo{
	position:absolute;
	width:990px;
	height:50;
	left:50%;
	margin-left:-495px;
	z-index:4;
	}
/*HEADER*/
#header{
	position:absolute;
	width:990px;
	height:397px;
	left:50%;
	margin-left:-495px;
	z-index:3;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	}
#langue{
	position:absolute;
	right:23px;
	z-index:5;
}
#anim{
	position:absolute;
	z-index:3;
}
#arianne{
	background-color:#F3F3F3;
	bottom:13px;
	height:21px;
	left:294px;
	padding-left:10px;
	padding-top:4px;
	position:absolute;
	width:686px;
	z-index:3;
}
/*MENU*/
#menu{
	height:50px;
	left:50%;
	margin-left:-201px;
	position:absolute;
	top:322px;
	width:699px;
	z-index:4;
	}
#menu ul{
	display:block;
	margin:0;
	padding:0;
	}
#menu ul li{
	background-color:#9EC10A;
	display:inline;
	float:left;
	height:25px;
	margin-right:1px;
	padding:0;
	text-align:center;
	text-transform:uppercase;
	}
#menu ul li:hover{
	background-color:#309bca;
	}
#menu ul li a{
	text-decoration:none;
	color:#fff;
	}
/*WRAPPER*/
#wrapper{
	position:absolute;
	width:990px;
	background-image:url(../images/spacer-wrapper.gif);
	background-repeat:repeat-y;
	margin-left:-495px;
	left:50%;
	z-index:2;
	margin-bottom:50px;
	top:395px;
	}
#corrections-logo{
	position:absolute;
	width:29px;
	height:29px;
	z-index:4;
	left:50%;
	margin-left:-524px;
	top:316px;
	}
/*LEFT*/
#left{
	float:left;
	width:295px;
	}
#left img{
	float:left;
}
/*CONTENT*/
#containercontent{
	float:right;
	margin-right:53px;
	width:570px;
	}
#footer{
	float:left;
	background-image:url(../images/footer-bg.jpg);
	width:990px;
	height:43px;
	color:#FFF;
	text-align:center;
	}
#footer ul{
	margin:10px;
	}
#footer ul li{
	display:inline;
	margin:15px;
	}
#footer ul li a{
	color:#fff;
	text-decoration:none;
	}
#footer ul li a:hover{
	color:#309bca;
	}
/*MODULE ACTUALITE*/
#actualites{
	background-color:#309BCA;
	float:left;
	height:39px;
	width:296px;
}
#actualites h1{
	color:#fff;
	text-transform:uppercase;
	margin:0;
	font-weight:normal;
	padding:9px;
}
/*MODULE LASTEST NEWS*/
.moduletablenosactualites h3{
	background-color:#309BCA;
	color:#FFFFFF;
	font-weight:normal;
	height:17px;
	margin:0 0 15px;
	padding:9px;
	text-transform:uppercase;
	width:277px;
}
.moduletablenosactualites ul{
	list-style-type:none;
	margin:0;
	padding:0 20px;
	text-align:justify;
}
.moduletablenosactualites ul li{}

/*MODULE CALENDRIER*/
.moduletablecalendrier{
	margin-bottom:15px;
}
.moduletablecalendrier h3{
	background-color:#309BCA;
	color:#FFFFFF;
	font-weight:normal;
	height:17px;
	margin:0;
	padding:9px;
	text-transform:uppercase;
	width:277px;
}
/*MODULE RECHERCHER*/
.searchrechercher{
	background-color:#309BCA;
	height:21px;
	margin-bottom:11px;
	padding:8px;
}
#mod_search_searchword{
	margin-right:5px;
	width:174px;
}
#w3c{
	bottom:-1px;
	position:absolute;
	right:4px;
}
