:link,:visited{ }
ul,ol{ list-style:none }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,ul,fieldset,input{ margin:0; padding:0 }
a img,:link img,:visited img{ border:none }
address{ font-style:normal }


/* STYLES GENERAUX */
body{
	padding:0; margin:0;
	background:#00141a url(images/back_body.jpg) no-repeat center top;
	text-align: center;
	color: #3b0d03;
	font-family: Arial, sans-serif;
	font-size: 13px;
	height: 802px;
}
a{
	color: #003c46;
}
a:hover{
	color: #3b0d03;
}
p{
	text-align: justify;
	margin: 0;
	padding: 10px 0;
}
h1{
	font-family: Georgia, sans-serif;
	font-size: 16px;
	color: #003c46;
	font-weight: bold;
	font-style: italic;
}
h2{
	font-family: Georgia, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
h3{
	font-family: Georgia, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
form,
fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}
label{
	display: block;
}
label p{
	display: inline;
	color: #f00;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
legend{display: none;}
input{
	width: 170px;
	border: 1px solid #003c46;
	font-size: 12px;
	padding: 2px;
}
textarea{
	display: block;
	width: 245px;
	height: 100px;
	border: 1px solid #003c46;
	padding: 0 2px;
}
#col1{
	width: 195px;
	float: left;
}
#col2{
	margin-left: 205px;
}
#my-glider{
	width: 490px;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -95px;
}
a.menu{
	font-family: Georgia, sans-serif;
	font-size: 15px;
	font-style: italic;
	color: #3b0d03;
}
a.mentions{
	font-family: Georgia, sans-serif;
	font-style: italic;
	color: #3b0d03;
	font-size: 12px;
}
a.active{
	color: #003c46;
}
#my-glider .controls{
	display: block;
	height: 30px;
}
#my-glider .controls li{
	display: inline;
}
#my-glider .controls li span{
	margin: 0 5px;
}
#my-glider .scroller {
	width: 490px; 
	height: 430px;
	margin-bottom: 25px;
	overflow: hidden;
}
#my-glider .scroller .section {
	width:460px;
	height:405px;
	overflow:auto;
	float:left;
	padding: 15px;
	text-align: left;
	line-height: 20px;		
}
#my-glider .scroller .content {
	width: 10000px;
}


/* CLASSES */
.img_right{
	float: right;
	margin: 0 0 15px 15px;
}
.img_center{
	display: block;
	margin: 0 auto 10px  auto;
}
.imgBox{
	display: block;
	float: left;
	margin: 0 10px 15px 0;
	text-align: center;
	width: 100px;
	font-size: 10px;
	line-height: 10px;
	height: 120px;
}
.imgBox img{
	border: 1px solid #3b0d03;
}
.actu{
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 10px;
}
.plan{
	float: right;
	margin: 0 0 15px 15px;
}
.plan iframe{
	border: 1px solid #3b0d03;
}
.plan a{
	display: block;
	text-align: center;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
.source{
	font-size: 10px;
	text-align: right;
	margin: 0;
	padding: 0;
}
.submit{
	width: auto;
	display: block;
	margin: 10px auto;
	border: 0;
}
.obligatoire{
	font-size: 9px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.liste{
	margin-left: 15px;
	padding-bottom: 10px;
}
.bouton{
	display: block;
	width: 120px;
	height: 30px;
	margin: 10px 0;
	padding: 0 10px;
	background: #666;
	border: 0;
}
.bouton:hover{
	background: #f00;
	cursor: pointer;
}
