/*-------------------------------
HIDE ELEMENTS
-------------------------------*/
.obvious, .quick_nav {
display: none;
}
/*-------------------------------
GENERAL
-------------------------------*/
body {
margin: 18px auto;
padding: 0;
border: none;
font-family: Verdana, sans-serif;
background: #FFF url(../images/home_bg.png) repeat-x;
font-size: 90%;
}

hr {
	border: 0;
	width: 100%;
	color: #BBB;
	background-color: #BBB;
	height: 2px;
}

h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-family: "trebuchet ms", sans-serif;
margin: 0;
color: #000;
}
h1 {
color: #444;
padding: .3em 0 0;
font-style: normal;
font-weight: normal;
font-size: 1.6em;
margin-bottom: .4em;
border-bottom: 2px solid #BBB;
}
h2 {
padding: .4em 0 .4em;
font-size: 1.4em;
}
h2.clear {
clear: both;
}
h3 {
padding: .3em 0 .2em 1em;
font-size: 1.3em;
color: #444;
}
/* Utilise pour les notes */
h4 {
padding: .3em 0 .2em 1em;
font-size: 1.3em;
font-style: italic;
font-family:  FreeSerif, "Palatino Linotype", serif;
color: #6f7c91;
}
p {
padding: 0;
margin: .2em 0 1em 0;
line-height: 1.2em;
font-size: .8em;
}

a {
color: #666;
}
a:visited {
color: #444;
}
a:hover {
color: #AAA;
}
strong {
font-weight: bold;
}


img {
border: none;
overflow: hidden;
}
.image_before,
.image_after {
	margin: 1em 0;
	padding: 0;
	text-align:center !important;
}
.image_left {
	position: relative;
	float: left;
	margin: 0 1em .5em 0;
	padding: 0;
}
.image_right {
	position: relative;
	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,
li ul li,
li ol li {
	font-size: .9em;
}
li {
list-style-type: square;
margin: 0;
padding: .2em 0;
}
ol, 
ol li {
list-style-type: decimal;
}

ul li ul,
ol li ol,
ul li ol,
ol li ul {
	padding: 0 0 0 1em;
	margin: 0;
}
#content .image_left {
float: left;
}
#content .image_right {
float: right;
}
#content .image_right .image_right {
float: none;
}
#content .image_before, p.image_after {
position:relative;
text-align: center;
}
#content ul {
clear: both;
}
/*----------------------------------------
TABLES
------------------------------------------*/
table {
	border-collapse:collapse;
	border-spacing: 0;
	border: none;
	margin: 0 0 1em 0;
	padding: 0;
	background: #EEE;
	font-size: .8em;
}

td {
	border: 1px solid #FFF;
	margin: 0;
	color: #000;
	padding: .2em .5em;
}
th {
	border: 2px solid #FFF;
	background: #6f7c91;
	color: #FFF;
	font-weight: bold;
	text-transform: none;
	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 FORMS
-----------------------*/
form table {
table-layout: auto;
}
form td {
vertical-align: top;
}
form td.right{
text-align: right;
padding-right: .5em;
white-space: nowrap;
}
.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 {
	width: 952px;
	margin: 0 auto;
	padding: 0;
}

/*-------------------------------
HEADER
-------------------------------*/
#header {
width: 952px;
margin: 0;
padding: 0;
background-color: #FFF;
}

#site_header {
height: 101px;
background-image: url('../images/home_header.png');
background-repeat: no-repeat;
padding: 17px 20px 0 0;
}

#site_title {
	float: left;
padding: 0;
width: 300px;
}
#site_title h1 {
padding: .3em 40px;
margin: 0;
border: none;
font-size: 1.4em;
font-weight: normal;
color: #000;
}
#site_title a {
font-style: normal;
text-decoration: none;
color: #000;
}
#site_signature {
float: left;
margin-top: -1em;
color: #000;
font-size: 1.2em;
font-weight: normal;
letter-spacing: .18em;
}
#site_signature p {
padding: 0 40px 15px ;
color: #000;
margin: 0;
}

/*-------------------------------
MENUS
-------------------------------*/
#navigation {
float: left;
width: 912px;
margin: 0;
padding: 0 20px;
background-color: #FFF;
background-image: url('../images/home_menu.png');
background-repeat: no-repeat;
}

/* LANGUAGES */

#languages {
	position: absolute;
	top: 0;
	right: 60px;
}
#languages ul li{
	display: inline;
	text-align: right;
}
#languages ul li a{
	text-decoration: none;
	color: #666;
}
#languages ul li.current a{
	font-weight: bold;
	color: #2B80CC;
}


.menu {
margin: 0;
padding: 0;
}
.menu li {
float: left;
list-style: none;
margin: 0;
padding: 0;
}
.menu a,
.menu a:link,
.menu a:visited {
display: block;
color: #FFF;
text-decoration: none;
padding: 5px 10px 0 10px;
font-size: 1.1em;
font-weight: normal;

}
.menu a:hover,
.menu a:active {
padding: 6px 10px 0 10px;
color: #CCC;
}
.menu .current a,
.menu .current a:visited {
color: #DDD;
}

#global_menu {
float: right;
width: 320px;
height: 20px;
}
#global_menu ul {
float: right;
height: 20px;
}
#global_menu a {
padding-left: 20px;
}

#section_menu {
height: 28px;
}
#section_menu ul {
float: left;

}
#section_menu ul a {
white-space: nowrap;
}

#sub_section_menu{
float: none;
clear: both;
background: #FFF;
padding: 0 20px;
height: 20px;
}
#sub_section_menu .menu {
padding: 0;
float: left;
color: #000;
}
#sub_section_menu a {
color: #000;
font-size: 1em;
padding: 0 20px;
}
#sub_section_menu .current {
background: none;
}
#sub_section_menu .current a {
text-decoration: none;
color: #0053B2;
font-weight: bold;
}
#sub_section_menu a:hover {
text-decoration: underline;
background: none;
}

/*-------------------------------
MAIN
-------------------------------*/
#main {
float: left;
width: 892px;
padding: 0 30px;
background: #FFF;
}

/*-------------------------------
CONTENT
-------------------------------*/
#content_container {
width: 100%;
float: left;
margin-right: -250px;
background: #FFF;
}
#content {
margin-right: 250px;
padding: 0 20px 20px 0 ;
background: #FFF;
overflow: hidden;
}
#content .article_header h1 {
margin: 0 0 1em 0;
padding: 0;
height: 35px;
}

#content p {
text-align: justify;
}

/*-------------------------------
SIDEBAR
-------------------------------*/
#sidebar_container {
width: 250px; /* 5px de marge pour bug text italic sous IE */
float: right;
color: #000;
background: #FFF;
}
#sidebar {
	margin-top: 35px;
padding: 0 0 20px 0;
background: #FFF;
overflow: hidden;
}

#sidebar h1 {
border: none;
font-style: normal;
}

#sidebar .article_header h1 {

margin-bottom: 1em;
padding-top: 0;
border-top: 2px solid #BBB;
border-bottom: 1px solid #BBB;
height: 1.6em;
font-size: 1.4em;
text-align: center;
}

/*-------------------------------
FOOTER
-------------------------------*/
#footer {
clear: both;
width: 952px;
height: 40px;
margin: 0;
padding: 10px 20px;
font-size: small;
background: #FFF url(../images/footer.png) no-repeat;
}
#footer p {
margin: 0;
padding: 0;
line-height: 20px;
text-align: center;
color: #333;
}
#footer a {
color: #333;
text-decoration: none;
}


#content,
#sidebar {
position: relative;
}