@charset "UTF-8";
/* 

*/

/* RESETS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration:none;
}
.clear	{ clear:both; }

body {
	color: #000;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size:14px;
	background: #004268;
	overflow-x: hidden !important; margin:0; padding: 0;
}


h1 {	font-family: Arial, Helvetica, sans-serif;	font-size:24px;	color:#f00;	letter-spacing: -1px;	font-weight: 400;}
h2 { font-family: Arial, Helvetica, sans-serif;font-size:28px; color:#00446b; margin:0 0 5px 0 }
h3 { font-family: Arial, Helvetica, sans-serif; font-size:18px; color:#5F879D;margin:10px 0 5px 0  }
p { font-size:13px; color:#6e6e70; line-height:18px;}
a {text-decoration:none; color:#fff;}
a:hover { text-decoration:none; color:#004268;}
a img { border: none }


/* Structure */
#logo { margin:0 auto; margin-top:50px;  width: 978px; clear:both; }
#logo img { float:left;}

#menu {
	margin:0 auto;
	width: 978px; height:24px;
	clear:both;
	position:relative;
}

#positionmenu {
	width:320px;
	float:right;
}
/* Elements de premier niveau
--------------------------------------*/
#menuDeroulant
{
	width: 644px;
	height: 21px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position:absolute;
}
#menuDeroulant li
{
	float: left; 
	width: 150px;
	margin: 0; margin-left:10px;
	padding: 0;
	border: 0;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	height: 1%;
	color: #FFF;
	background: #be9e55;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
}
#menuDeroulant li a:hover { background-color: #5F879D; }
#menuDeroulant li a:active { background-color: #5F879D; }

#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant .sousMenu li
{
	float: none;
	background-color: #be9e55;
	margin: 0; 
	padding: 0;
	border: 0;
	width: 149px;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #FFF;
	margin: 0;
	border: 0;
	text-decoration: none;
	background: transparent url("fondTR.png") repeat;
}
#menuDeroulant .sousMenu li a:hover
{
	background-image: none;
	background-color: #004268;
}

#menuDeroulant li:hover > .sousMenu { display: block; }	
#contenu-home {
	clear:both;
	margin:0 auto;
	margin-top:10px;
	width: 978px; height:1612px;
	background: #004268 url('../img/bg-site.jpg') top center no-repeat;
	color:#6e6e70; text-align:justify;
		
}

#contenu-home .content {
	width:480px;
	float:right;
	margin:10px 90px 0 0;
	
}

.mentions-legales{
font-size:13px;
color:#6e6e70; 
line-height:18px;
}
.mentions-legales:hover{
color:#6e6e70; 
font-weight:normal;
}
