﻿/*-------------------------------
HIDE ELEMENTS
-------------------------------*/
.obvious, .quick_nav {
display: none;
}
/*-------------------------------
GENERAL
-------------------------------*/
body {
margin: 0;
padding: 0;
font-family: Futura, "Trebuchet MS", Arial, sans-serif;
background: #fff url('../images/gradient_top.png') repeat-x;
font-size: 90%;
color: #111;
}

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;
clear: both;
}
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;
color: #ff7e00;
}
p {
padding: 0;
font-size: .9em;
margin: .2em 0 1em 0;
line-height: 1.2em;
color: #111;
}

a {
color: #ed7f2e;
}
a:visited {
color: #b86223;
}
a:hover {
color: #434d3e;
}
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;
}

.prix {
color: red;
font-weight: bold;
}

/*----------------------------------------
TABLES
------------------------------------------*/
table {
	border-collapse:collapse;
	border-spacing: 0;
	margin: 0 0 1em 0;
	padding: 0;
}

td {
	margin: 0;
	color: #000;
	padding: .2em .5em;
}

th {
	border: none;
	background: #87a5c2;
	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: 0 auto 0;
width: 1000px;
padding: 0;
background-color: transparent;
}

/*-------------------------------
HEADER
-------------------------------*/
#header {
float: left;
width: 100%;
background-image: url('../images/header2.png');
background-repeat: no-repeat;
}

#site_header {
height: 166px;
}

#site_title {
position: relative;
padding: 0;

}
#site_title h1 {
display: none;
}
#site_title a {
display: none;
}
#site_signature {
display: none;
}

/*-------------------------------
MENUS
-------------------------------*/
#navigation {
float: left;
width: 1000px;
height: 50px;
margin: 3px 0 0 12px;
background-color: transparent;
}

.menu {
position: relative;
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: #ed7f2e;
text-decoration: none;
padding: 0 20px 0 10px;
font-weight: bold;
line-height: 1.2em;
}
.menu a:hover,
.menu a:active {
color: #434d3e;
}
.menu .current a,
.menu .current a:visited {
color: #434d3e;
}

#section_menu {
float: none;
clear: both;
height: 18px;
}
#section_menu ul {
float: left;
}
#section_menu ul a {
white-space: nowrap;
}

#sub_section_menu{
float: none;
clear: both;
background: transparent;
padding: 0 0 0 20px;
margin: 0;
height: 22px;
}
#sub_section_menu .menu {
padding: 0;
float: left;
}
#sub_section_menu a {
padding: 0 20px 0 10px;
font-weight: normal;
}


/*-------------------------------
MAIN
-------------------------------*/
#main {
float: left;
width: 1000px;
margin: 4px 0 0 0;
}
/*-------------------------------
CONTENT
-------------------------------*/
#content_container {
width: 1000px;
float: left;
margin-right: -380px;
background-color: transparent;
}
#content {
margin: 0 380px 0 22px;
padding: 0;
overflow: hidden;
}
#content .article_header h1 {
margin-top: 0;
padding-top: 0;
}

#content p {
text-align: justify;
}

/*-------------------------------
SIDEBAR
-------------------------------*/
#sidebar_container {
width: 333px;
margin: 0 20px 0 0;
float: right;
color: #111;
}
#sidebar {
padding: 0px;
}
#sidebar .article_header h1 {
margin-top: 0;
padding-top: 0;
}

#sidebar h1 {
border: none;
font-style: normal;
color: #111;
}
#sidebar p {
color: #111;
}

/*-------------------------------
FOOTER
-------------------------------*/
#footer {
clear: both;
margin: 0 0 0 22px;
width: 800px;
height: 20px;
padding: 0;
background-color: transparent;
}
#footer p {
	position: relative;
margin: 0;
padding: 2px 0 0 0;
font-size: .8em;
text-align: left;
color: #434d3e;
}
#footer a {
color: #434d3e;
text-decoration: none;
}

#sidebar {
position: relative;
}
