﻿/*-------------------------------
HIDE ELEMENTS
-------------------------------*/
.obvious, .quick_nav {
display: none;
}
/*-------------------------------
GENERAL
-------------------------------*/
body {
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Arial, sans-serif;
background: #FFF;
font-size: 95%;
color: #000;
}

h1,h2,h3,h4,h5,h6 {
font-weight: normal;
margin: 0;
}
h1 {
color: #333;
padding: .3em 0 0;
font-style: italic;
font-size: 1.5em;
margin-bottom: .4em;
border-bottom: 1px solid #333;
}
h2 {
padding: .4em 0 .4em;
font-size: 1.3em;
}
h2.clear {
clear: both;
}
h3 {
padding: .3em 0 .2em 2em;
font-size: 1.1em;
}
/* Utilise pour les notes */
h4 {
padding: .3em 0 .2em 1em;
font-size: 1.1em;
font-style: italic;
font-family:  FreeSerif, "Palatino Linotype", serif;
color: #ff7e00;
}
p {
padding: 0;
font-size: .9em;
margin: .2em 0 1em 0;
line-height: 1.2em;
color: #111;
}

a {
color: #333;
}
a:visited {
color: #666;
}
a:hover {
color: #555;
}
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 {
list-style-position: outside;
margin: .5em 0 1em 1em;
padding: 0;
}
li {
list-style-type: disc;
margin: .5em 0 0 0;
padding: 0;
font-size: .9em;
}
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;
}
#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;
}
/*----------------------------------------
TABLES
------------------------------------------*/
table {
	border-collapse:collapse;
	border-spacing: 0;
	border: 2px solid #666;
	margin: 0 0 1em 0;
	padding: 0;
	background: #f5e6d8;
}

td {
	border: 1px solid #666;
	margin: 0;
	color: #000;
	padding: .2em .5em;
}

th {
	border: none;
	background: #ed8722;
	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 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 {
text-align: left;
margin: 20px auto;
width: 800px;
padding: 0;
background-color: #ed8722;
}

/*-------------------------------
HEADER
-------------------------------*/
#header {
float: left;
width: 800px;


}

#site_header {
background-image /**/: url('../images/header.png');
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/round/header.png', sizingMethod='image');
background-repeat: no-repeat;
height: 60px;
}

#site_title {
	position: relative;
padding: 0;

}
#site_title h1 {
padding: .4em 10px 0;
margin: 0;
border: none;
font-size: 2.5em;
font-weight: bold;
font-style: italic;
font-family: Georgia, serif;
color: #FFF;
}
#site_title a {
text-decoration: none;
color: #FFF;
}
#site_signature {
float: right;
margin-top: -1.6em;

}
#site_signature p {
padding: 0 10px 0 0;
margin: 0;
color: #FFF;
font-size: 1.2em;
letter-spacing: .18em;
}
#site_signature p strong {
font-weight: normal;
}

/*-------------------------------
MENUS
-------------------------------*/
#navigation {
float: left;
width: 800px;
margin: 0;
background-color: transparent;
}

/* LANGUAGES */

#languages {
	position: absolute;
	top: 0;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: right;
}
#languages ul {
	margin: 0 10px 0 0;
	padding: 0;
}
#languages ul li{
	display: inline;
	margin: 0;
	padding: 0;
	text-align: right;
}
#languages ul li a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #666;
}
#languages ul li.current a{
	font-weight: bold;
	color: #ed8722;
}

.menu {
position: relative;
margin: 0;
padding: 0;

}
.menu li {
float: left;
list-style: none;
margin: 0;
padding: 0;
font-size: 1em;
}
.menu a,
.menu a:link,
.menu a:visited {
display: block;
color: #666;
text-decoration: none;
padding: 0 20px 0 10px;
font-size: 1em;
font-weight: bold;
font-family: Georgia, serif;
line-height: 1.4em;
}
.menu a:hover,
.menu a:active {
color: #ed8722;
}
.menu .current a,
.menu .current a:visited {
color: #000;
}

#section_menu {
}
#section_menu ul {
float: left;
width: 800px;
background-color: #fff;
}
#section_menu ul a {
white-space: nowrap;
}

#sub_section_menu{
float: left;
width: 800px;
padding: 0;
margin: 0;
background-color: #ed8722;
background-image /**/: url('../images/menu2.png');
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/round/menu2.png', sizingMethod='image');
background-repeat: repeat-y;
}
#sub_section_menu .menu {
padding: 0;
float: left;

}
#sub_section_menu a {
font-size: 1em;
color: #f5e6d8;
padding: 0 20px 2px 10px;
white-space: nowrap;
}
#sub_section_menu .current {
background: none;
}
#sub_section_menu li.current a {
text-decoration: none;
color: #FFF;
}
#sub_section_menu a:hover {
color: #f5d7b9;
}

/*-------------------------------
MAIN
-------------------------------*/
#main {
float: left;
width: 800px;
margin: 0;
background-color: transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/round/sidebar.png', sizingMethod='scale');
background-image /**/:url('../images/sidebar.png');
background-position: right top;
background-repeat: repeat-y;
}
/*-------------------------------
CONTENT
-------------------------------*/
#content_container {
width: 800px;
float: left;
margin-right: -250px;
background-color: transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/round/bg2.png', sizingMethod='crop');
background-image /**/:url('../images/bg.png');
background-position: right top;
background-repeat: repeat;
}
#content {
margin-right: 250px;
padding: 10px;
overflow: hidden;
}
#content .article_header h1 {
margin-top: 0;
padding-top: 0;
}

#content p {
text-align: justify;
}

/*-------------------------------
SIDEBAR
-------------------------------*/
#sidebar_container {
width: 250px;
float: right;
color: #FFF;
}
#sidebar {
padding: 10px;
}
#sidebar .article_header h1 {
margin-top: 0;
padding-top: 0;
}

#sidebar h1 {
border: none;
font-style: normal;
color: #FFF;
}
#sidebar p {
color: #FFF;
}

/*-------------------------------
FOOTER
-------------------------------*/
#footer {
clear: both;
margin: 0;
width: 780px;
height: 20px;
padding: 0 10px;
background-color: transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/round/footer.png', sizingMethod='image');
background-image /**/:url('../images/footer.png');
background-position: right top;
background-repeat: no-repeat;
}
#footer p {
	position: relative;
margin: 0;
padding: 2px 0 0 0;
font-size: .8em;
text-align: right;
color: #FFF;
}
#footer a {
color: #FFF;
text-decoration: none;
}

#sidebar {
position: relative;
}