/*-------------------------------
HIDE ELEMENTS
-------------------------------*/
.obvious, .quick_nav {
display: none;
}
/*-------------------------------
GENERAL
-------------------------------*/
body {
margin: 0;
padding: 0 0 1em 0;
border: none;
font-family: "Trebuchet MS", sans-serif;
background: #fff url(../images/bg.png) top repeat-x;
font-size: 80%;
color: #000;
}
h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-family: "Trebuchet MS", sans-serif;
margin: 0;
color: #004990;
background: transparent;
}
h1 {
padding: .3em 0 0;
font-style: normal;
font-weight: bold;
font-size: 1.6em;
margin-bottom: .4em;
}
h2 {
padding: .4em 0 .2em 0;
font-size: 1.2em;
font-weight: bold;
}
h2.clear {
clear: both;
}
h3 {
font-weight: bold;
padding: 1em 0 .4em 1em;
font-size: 1.1em;
color: #00b0ef;
}
/* Utilise pour les notes */
h4 {
padding: .3em 0 .2em 1em;
font-size: 1.25em;
font-style: italic;
font-family:  FreeSerif, "Palatino Linotype", serif;
}

p {
padding: 0;
margin: .2em 0 1em 0;
line-height: 1.2em;
font-size: 1em;
}

a {
color: #004990;
background: transparent;
}
a:visited {
color: #004990;
background: transparent;
}
a:hover {
color: #00b0ef;
background: transparent;
}
strong {
font-weight: bold;
}

img {
border: none;
overflow: hidden;
}
.image_before,
.image_after {
	margin: 1em 0;
	padding: 0;
	text-align:center !important;
}
.image_left {
	float: left;
	margin: 0 1em .5em 0;
	padding: 0;
}
.image_right {
	float: right;
	margin: 0 0 .5em 1em;
	padding: 0;
}
.image_right .image_right {
float: none;
}

small {
font-size: 80%;
}

/* -- LIST --*/
ul, 
ol, 
li {
list-style-position: outside;
margin: .2em 0 1em 2em;
padding: 0;
}
li {
list-style-type: disc;
margin: 0;
padding: .2em 0;
}
ol {

}
ol, ol li {
list-style-type: decimal;
}

ul li ul,
ol li ol,
ul li ol,
ol li ul {
	padding: 0 0 0 2em;
	margin: 0;
}

li {
	font-size: .9em;
}
li li,
li li li {
	font-size: 100%;
}

.image_left {
float: left;
}
.image_right {
float: right;
}
.image_right .image_right {
float: none;
}
.image_before, .image_after {
position:relative;
text-align: center;
}
/*----------------------------------------
TABLES
------------------------------------------*/
table {
	border-collapse:collapse;
	border-spacing: 0;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: .9em;
	width: 100%;
}

td {
	border: none;
	margin: 0;
	padding: 0 .5em .2em 0;
}

th {
	border: none;
	background: #00b0ef;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0;
	padding: .2em 1em;
	vertical-align: bottom;
}

table.no-style {
	border-collapse:collapse;
	border-spacing: 0;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

table.no-style td {
	border: none;
	margin: 0;
	padding: 0;
}

/*-----------------------
ALL FORM
-----------------------*/
form table {
table-layout: auto;
}
form td {
vertical-align: top;
}
form td.right{
text-align: right;
padding-right: .5em;
white-space: nowrap;
}
form input,
form  select,
form textarea {
	background: #fff;
}

.field_box {
padding-bottom: .5em;
}
.form_submit_box {
padding-top: .5em;
}
.form_submit_box input {
font-weight: bold;
}
fieldset {
clear: both;
border: none;
}
.field_box {
background: url('/images/field_bg.png') repeat-y;
padding-left: 8px;
padding-bottom: 1px;
margin-bottom: 1em;
position: relative;
}
.field_helper {
color: #777;
}
.flash_error {
background: url('/images/flash-error.gif') -20px 50% no-repeat;
border: 1px solid red;
margin: 1em 0;
padding-left: 40px;
font-weight: bold;
color: red;
}
.flash_error p {
padding: .6em 0 .3em;
}
.field_error {
background-image: url('/images/field_error_bg.png');
}
.field_error_message {color: red;}
.field_error input {
background-image: url('/images/flash-error.gif');
background-position:  -50px 50%;
background-repeat: no-repeat;
padding-left: 5px;
}

/*-------------------------------
Page
-------------------------------*/
#page {
	margin: 0 auto 2em auto;
	padding: 0;
	width: 980px;
	background-color: transparent;
	border: none;
}

/*-------------------------------
HEADER
-------------------------------*/
#header {
margin: 0;
padding: 0;
float: left;
width: 980px;
overflow: hidden;
background: transparent;
border-bottom: 4px solid #00b0ef;
}

#site_header {
margin: 0;
width: 980px;
height: 152px;
background-color: transparent;
background-repeat: no-repeat;
}

#site_title {
float: left;
padding: 0;
margin: 0;
overflow: hidden;
}
#site_title h1 {
padding: 0;
margin: 0;
width: 188px;
height: 152px;
border: none;
font-size: 3.5em;
font-weight: normal;
background: transparent url(../images/logo.png) no-repeat;
}
#site_title a {
	display: block;
	width: 188px;
height: 152px;
text-indent: -90000px;
overflow: hidden;
font-style: normal;
text-decoration: none;
}
#site_signature {
	float: right;
	width: 750px;
	margin: 0;
	margin-top: 94px;
	padding: 0;
}
#site_signature p {
	text-align: right;
	color: #00b0ef;
}
#site_signature p strong {
	font-style: normal;
	font-weight: bold;
}

/*-------------------------------
MENUS
-------------------------------*/
#navigation {
display: block;
position: absolute;
top: 116px;
width: 802px;
margin: 0 0 0 178px;
padding: 0 auto;
font-size: 1em;
text-align: left;
background: transparent;
z-index: 1000;
}

/* LANGUAGES */
#languages {

	position: absolute;
	width: 802px;
	top: 0px;
	margin: -24px auto 0 auto;
	padding: 0;
	text-align: right;
	font-size: 1.1em;
}
#languages ul {
	margin: 0 2px 0 0;
	padding: 0;
	color: #004990;
}
#languages ul li{
	display: inline;
	text-align: right;
	margin: 0;
	padding: 0;
}
#languages ul li a{
	text-decoration: none;
	color: #004990;
}
#languages ul li.current a{
	font-weight: bold;
	color: #00B0EF;
}

/* menu */
#section_menu {
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(../images/menu-bg.png) no-repeat top right;
}
#section_menu ul {
	margin: 0;
	padding: 0;
    list-style-type: none;
}

#section_menu ul li {
	display: block;
	float: left;
	height: 35px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/menu-b.png) no-repeat top left;
}
#section_menu ul li:first-child {
	background: transparent url(../images/menu-a.png) no-repeat top left;
}
#section_menu ul li:first-child a {
	background: transparent ;
}
#section_menu ul li a {
	white-space: nowrap;
	margin: 0;
	margin-left: 10px;
	padding: 0px 10px 0px 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 36px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#section_menu ul li a:hover {
	color: #00b0ef;
}
#section_menu ul li.current {
	border-bottom: 1px solid #00b0ef;
	background: #00b0ef url(../images/menu-b-h.png) no-repeat top left;
}
#section_menu ul li.current:first-child {
	background: #00b0ef url(../images/menu-a-h.png) no-repeat top left;
}
#section_menu ul li.current a {
	color:#fff;
	font-weight: bold;
}
#section_menu ul li.current a:hover {
	color:#fff;
}

#sub_section_menu {
	margin: 3px 0  0 60px;
	padding: 0;
	height: 22px;
	background: transparent url(../images/sub-menu-bg.png) 0px 1px repeat-x;
}
#sub_section_menu ul {
	margin: 4px 0 0 0;
    padding: 0;
    list-style-type: none;
}
#sub_section_menu ul li {
	display: block;
	float:left;
	margin: -1px 1px 0 0;
	line-height: 17px;
	text-transform: uppercase;
	background: transparent url(../images/sub-menu-tab.png) repeat-x bottom right;
}

#sub_section_menu ul li a {
	white-space: nowrap;
	margin: 0 1px 0 0;
	padding: 2px 10px 5px 10px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	background: none;
}
#sub_section_menu .current {

}
#sub_section_menu .current a {
	font-weight: bold;
}
#sub_section_menu a:hover {
	color:#004990;
}


/*-------------------------------
MAIN
-------------------------------*/
#main {
position: relative;
float: left;
width: 980px;
height: auto;
margin: 1px 0;
padding: 0;
border: none;
background: transparent url(../images/col-bg-b.png) no-repeat top left;
overflow: visible;
}
#main hr.obvious {
	display: block;
	visibility: hidden;
	clear: both;
	background: #fff;
}
/*-------------------------------
CONTENT
-------------------------------*/
#content_container {
width: 490px;
float: left;
margin: 2.5em 0 1em 0;
padding: 0 20px;
}
* html #content_container {
padding: 0 0 0 20px;}
#content {
position: relative;
margin: 0;
padding: 0;
overflow: visible;
}
#content .article_header h1 {
margin: 0 0 1em 0;
padding-top: 0;
}

#content p {
text-align: justify;
font-size: 1em;
}

#content p.image_header {
	position: relative;
	margin: -32px 0 0 -19px;
	z-index: 0;
}

/*-------------------------------
SIDEBAR
-------------------------------*/
#sidebar_container {
width: 237px; 
float: left;
margin: 2.5em 0 1em 0;
padding: 0;

}
#sidebar {
padding: 0;
}
#sidebar .article_header h1 {
margin: 0 0 1em 0;
padding-top: 0;
}

#sidebar h1 {
	padding: 0 10px;
	background: transparent;
}
#sidebar h2 {
	margin-top: 1px;
	margin-bottom: 0;
	padding: 0.3em 10px 0 10px;
}
#sidebar h3 {
	margin-top: 1px;
	margin-bottom: 0;
	padding: 0.3em 10px 0 10px;
}
#sidebar h4 {
	margin-top: 1px;
	margin-bottom: 0;
	padding: 0.3em 10px 0 10px;
}
#sidebar p {
	margin: 0;
	padding: .3em 10px .5em 10px;
	text-align: left;
	color: #00376c;
	font-size: .9em;
}

/*-------------------------------
SPONSOR
-------------------------------*/
#sponsor {
	width: 213px;
	float: right;
	text-align: center;
	margin: 160px 0 .5em 0;
	padding: 0;
}
#sponsor img {
	clear: both;
	margin: 2px auto;
}
/*-------------------------------
FOOTER
-------------------------------*/
#footer {
clear: both;
margin: 0;
padding: 0;
height: 20px;
font-size: small;
background: transparent;
border-top: 4px solid #00b0ef;
}
#footer p {
margin: 0;
padding: 4px 0 0 0;
text-align: right;
font-size: .7em;
color: #777;
}
#footer a {
color: #777;
text-decoration: none;
}
