@charset "UTF-8";
/* CSS Document */

/****************** STRUCTURE ******************/

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	background: url(../images/bg_top.jpg) no-repeat top #fff;
}

div#header {
	height: 159px;
	background: url(../images/bg_head.jpg) no-repeat top;
}

div#headerEN {
	height: 159px;
	background: url(../images/bg_headEN.jpg) no-repeat top;
}

div#extras img {
	border: 0;
	margin: 0;
	padding: 0;
}


div#extras {
	position: absolute;
	width: 71px;
	height: 34px;
	margin: 25px 0 0 460px;
}

div#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -134px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	width: 780px;
	background: url(../images/bg_pagelayout.gif) repeat-y center;
}

div#left {
	float:left;
	width:555px;
	display:inline;
	margin: 0;
	padding: 0;
}

div#left img.stylish {
	border: 1px solid #CCCCCC;
	padding: 6px;
	margin: 10px 20px 5px 20px;
}
	
div#right {
	float:right;
	width:225px;
	display:inline;
	background: url(../images/bg_droit.jpg) no-repeat top;
}

div#footer, div#push {
	height: 134px; /* .push must be the same height as .footer */
}

div#footer {
	position: relative;
	width: 780px;
	margin: 0 auto;
	font: 10px Arial, Helvetica, sans-serif;
	color: #a7aeb4;
	padding-left: 15px;
	background: url(../images/bg_footer.gif) no-repeat top;
}

div#footer div#footer_content {
	padding: 3px 0 0 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	color:#b7b7b7;
	letter-spacing: 0px;
}

div.separ {
	border-top: 1px #ebebeb solid;
	margin:20px 10px 20px 10px;
	height:2px;
}



/****************** TYPO ET LISTE ******************/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #3591b0;
	margin: 20px 0 15px 40px;
	font-size: 24px;
	letter-spacing: 1px;
	text-align:left;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #493735;
	margin: 40px 20px 0 40px;
	padding: 0 0 5px 0;
	font-size: 18px;
	letter-spacing: 1px;
	border-bottom: 1px solid #ebebeb;
	text-align:left;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #727676;
	margin: 30px 17px 15px 8px;
	padding: 0 5px 3px 20px;
	font-size: 16px;
	letter-spacing: 2px;
	text-align:left;
	border-bottom: 1px solid #d8dfe1;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-align:justify;
	line-height: 21px;
	margin: 10px 22px 20px 40px;
	color:#464646;
}

p.liste {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align:justify;
	line-height: 21px;
	margin: 0 22px 30px 70px;
	padding-left: 15px;
	border-left: 6px solid #e7f3f8;
	color:#464646;
}

div#right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	line-height: 20px;
	margin: 15px 30px 15px 30px;
	color:#3c4a4e;
	letter-spacing: 0px;
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align:left;
	line-height: 21px;
	padding-left: 20px;
	margin: 10px 22px 30px 40px;
	color:#3591b0;
}

div#renseignements {
	margin-left: 40px;
	width: 490px;
	height: 200px;
	overflow:auto;
	border: 1px solid #e9e9e9;
	background-color: #fffced;
}

div#renseignements h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #493735;
	margin: 20px 20px 0 20px;
	padding: 0 0 5px 0;
	font-size: 13px;
	letter-spacing: 1px;
	border-bottom: 1px solid #ebebeb;
	text-align:left;
}

div#renseignements p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	line-height: 18px;
	margin: 5px 20px 30px 20px;
	color:#3c4a4e;
}

div#renseignements ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	line-height: 18px;
	margin: 5px 20px 30px 20px;
	padding-left: 20px;
	color:#3c4a4e;
}

table.form {
	background-color:#fff;
	margin: 0 0 30px 40px;
	font-family:Arial, Helvetica, sans-serif;
	color:#484848;
	font-size:11px;
	text-align:left;
	letter-spacing: 0px;
}

table.form th {
	font-size: 12px;
	background-color: #f0f8fb;
	padding: 8px;
}

table.form td {
	vertical-align:top;
	padding: 5px;
}

table.form input.send {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px;
	border: 0;
	color: #fff;
	background-color:#4d3938;
}

table.form input.send:hover {
	background-color:#484848;
}

/****************** LIENS ******************/

a {
	text-decoration: underline;
	color: #975c55;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a.glossaire {
	text-decoration: none;
	color: #975c55;
}

a.glossaire:hover {
	color: #000;
	cursor: help;
	text-decoration: none;
}

a.lire_plus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 15px 0 30px 40px;
	padding-right: 50px;
	padding-bottom: 6px;
	height: 30px;
	text-decoration: none;
	background-color: #00FF33;
	color: #2578b1;
	background: url(../images/lire_plus.gif) no-repeat bottom right;
}

a.lire_plus:hover {
	color: #000;
	text-decoration: none;
}

div#extras a {
	margin: 0;
	padding: 0;
}

div#right a {
	padding: 0px;
	color: #000;
	text-decoration:underline;
}

div#right a:hover {
	color: #000;
	text-decoration: none;
}

div#footer a {
	padding: 0px;
	color: #2578b1;
	text-decoration:none;
}

div#footer a:hover {
	color: #000;
	text-decoration: underline;
}

/* NAV - Son of Suckerfish Dropdowns http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font: 13px Georgia, "Times New Roman", Times, serif;
}

#nav {
	padding-left: 20px;
	padding-top: 83px;
	height:2.09em;
	margin: 0;
}

#nav li {
	position:relative;
	float: left;
	width: auto;
	display:block;
	margin: 0;
	padding:0;
}

#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	border-bottom: none;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
	display: block;
	padding-right: 6px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	-khtml-opacity:0.9;

}

#nav a:hover {
	background: transparent;
	color:#eadc83;
}

#nav li ul {
	border: 1px solid #d2e0ec;
	background: #e4f4f8;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	-khtml-opacity:0.9;
	width:130px;
	font-size:90%;
	position: absolute;
	margin-left: -5px;
	margin-top: 25px;
	font: 11px Arial, Helvetica, sans-serif;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	top:19px;
	left: 4px;
	z-index:99999;
}

#nav li li {
	background:none;
	text-align:left;
	float:none;
	border:none;
	border: 1px solid #d2e0ec;
	border-top:none;
	border-right:none;
	border-left:none;
	padding-left:0;
}

#nav li li.last {
	border-bottom:none
}

#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover {
	color:#163855;
	border-bottom: none;
	padding: 3px 8px 3px;
}

#nav li li a:hover {
	color:#fff;
	background-color: #4d3a37;
}
