/* Global
------------------------------------------------------------------*/
html, body {
height:100%;
background-color:#edf7d7;
}

body {
font-family:Helvetica, Arial, sans-serif;
font-size:0.8em;
color:#000000;
margin:0 0 0 0;
padding:0 0 0 0;
background-color:#edf7d7;
text-align:center;
}

br { clear: left; }
.clear { clear:both; }
.spacer {clear: both;height:1em;}

hr { 
clear: both;
width: 30%;
border: 0; /* enleve toute bordure */
border-bottom: 1px #666 dotted; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
height: 1px; /* pour IE */
}

.small {
font-family:stonehen, Helvetica, Arial, sans-serif;
font-size:.85em;
text-transform:uppercase;
}

img {
border:none;
}

ul.videolist {
	list-style-type: circle;
	list-style-image: none;
	list-style-position: inside;
}
ul.videolist li { font-style: italic; line-height:1.5em;}

/* Header
------------------------------------------------------------------*/

#logo {
margin:.5em 0 0 0;
width:15em;
height:14em;
}

/* Menu Haut
------------------------------------------------------------------*/

.navbar {
position:relative;
left:0;
top:0;
width:55em;
height:2em;
margin:0 0 0 0;
padding:0 0 0 0;
background:#edf7d7;
font-family:stonehen, Helvetica, Arial, sans-serif;
font-size:1.2em;
font-weight:bold;
}

#navbar_fade {
position:relative;
left:0;
top:0;
width:55em;
height:3em;
margin:0 0 0 0;
padding:0 0 0 0;
background:#ffffff url(/images/navbar_fade.png) top repeat-x;
border-left:1px solid #DFD8D2;
border-right:1px solid #DFD8D2;
}

#nav ul{
padding:0 0 0 0;
margin: 0 0 0 0;
white-space: nowrap;
font-size:1em;
color:#000000;
float:left;
width:100%;
height:2em;
background:transparent;
list-style:none;
}

#nav ul li{
display:inline;
list-style:none;
}

#nav ul li a{
margin: 0 .4em 0 0;
padding: .4em 1em .46em 1em;
color:#8c0000;
font-weight:bold;
text-decoration:none;
float: left;
background:#ffffff;
border-left:1px solid #DFD8D2;
border-top:1px solid #DFD8D2;
border-right:1px solid #DFD8D2;
}

#nav ul li a:hover{
color:#fc4700;
background:#e2e2c5;
font-weight:bold;
text-decoration:none;
}

#nav #current li {
color:#e2e2c5;
background:#ffffdd;
}

#nav #current a {
color:#fc4700;
background:#e2e2c5;
text-decoration:none;
}

/* Footer
------------------------------------------------------------------*/

#footer {
position:relative;
width:61em;
height:1em;
margin:0 0 0 0;
padding:.3em .5em 0 0;
background:#edf7d7;
border-top:1px solid #DFD8D2;
font-size:0.9em;
font-family:stonehen, Helvetica, Arial, sans-serif;
color:#000000;
text-align:right;
}

/* Headings
------------------------------------------------------------------*/

p {
font-size:1em;
font-family:Helvetica, Arial, sans-serif;
text-align:justify;
}

h2 {
font-family:stonehen, Helvetica, Arial, sans-serif;
margin:0 0 -.3em 0;
padding:.5em 0 .5em 1em;
font-size:2em;
color:#8c0000;
}

h3 {
font-family:stonehen, Helvetica, Arial, sans-serif;
margin:0 0 -.8em;
padding:0 0 0 0;
font-size:1.2em;
color:#8E1F0D;
}

h4 {
font-family:stonehen, Helvetica, Arial, sans-serif;
margin:0 0 -.8em;
padding:0 0 0 0;
font-size:1.6em;
color: #fc4700;
background-color: transparent;
border-color: #FFF;
border-bottom-width: 2px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
text-decoration: none;
}

h5 {
font-family:Helvetica, Arial, sans-serif;
margin:0 0 -.3em 0;
padding:.5em 0 .5em 2em;
font-size:1.3em;
color:#000;
text-align: left;
}

h7 {
font-family:Helvetica, Arial, sans-serif;
}

/* Typo
------------------------------------------------------------------*/

@font-face {
font-family: "stonehen";
src: url(/fonts/stonehen.eot);
}

@font-face {
font-family: "stonehen";
src: url('/fonts/stonehen.ttf') format('truetype');
}

.lettrine { 
float: left; /* positionnement de la lettrine dans le conteneur*/ 
font-size: 3em; /* 3 hauteurs de lignes pour la lettrine*/ 
font-family: stonehen, Helvetica, Arial, sans-serif;
color: #990000; 
border: 0 solid #990000; /* d&eacute;finition d'une bordure autour de la lettrine*/ 
background-color: #FFFFFF;  
margin: 1px; 
padding: 1px; 
line-height: 1em; 
}

/* Div gauche
------------------------------------------------------------------*/

#left_container {
position:absolute;
left:0;
top:0;
width:15em;
height:100%;
margin:0 0 0 0;
padding:0 0 0 0;
background:#edf7d7;
border-right:3px solid #edf7d7;
}

#left_quote {
position:relative;
left:0;
width:8.5em;
margin:0 0 0 0;
padding:.5em 5% .5em 5%;
background:#edf7d7;
border-top:0;
border-bottom:0;
font-size:1.7em;
font-style:italic;
color:#8c0000;
text-align:left;
font-family:stonehen, Helvetica, Arial, sans-serif;
}

#left_text {
position:relative;
width:16.7em;
margin:0.5em 0 0 .5em;
padding:.5em 5% .5em 5%;
background:#dae5c0;
font-family:Helvetica, Arial, sans-serif;
font-size:0.8em;
color:#000000;
text-align:left;
-moz-box-shadow: 2px 2px 10px #999;
-webkit-box-shadow: 2px 2px 10px #999;
box-shadow: 2px 2px 10px #999;
}

#left_text a {
color:#8c0000;
font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
text-decoration:none;
}

#left_text a:hover{
color:#8c0000;
font-weight:bold;
text-decoration:underline;
}

#left_text ul {
margin:.9em 0 0 1.4em !important;
margin:.9em 0 0 1.6em;
padding:0 0 0 0;
list-style-type:circle;
}

#left_text li {
margin:0 0 .3em 0;
padding:0 0 0 0;
}

#left_text li a {
color:#8c0000;
font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
text-decoration:none;
}

#left_text li a:hover{
color:#8c0000;
font-weight:bold;
text-decoration:underline;
}

#left_text h3 {
font-family:stonehen, Helvetica, Arial, sans-serif;
margin:0 0 -.7em;
padding:0 0 0 0;
font-size:1.2em;
color:#8E1F0D;
}

/* class left
------------------------------------------------------------------*/

.left_text {
position:relative;
width:16.7em;
margin:0.5em 0 0 .5em;
padding:.5em 5% .5em 5%;
background:#dae5c0;
font-family:Helvetica, Arial, sans-serif;
font-size:0.8em;
color:#000000;
text-align:left;
-moz-box-shadow: 2px 2px 10px #999;
-webkit-box-shadow: 2px 2px 10px #999;
box-shadow: 2px 2px 10px #999;
}

.left_text a {
color:#8c0000;
font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
text-decoration:none;
}

.left_text a:hover{
color:#8c0000;
font-weight:bold;
text-decoration:underline;
}

.left_text ul {
margin:.9em 0 0 1.4em !important;
margin:.9em 0 0 1.6em;
padding:0 0 0 0;
list-style-type:circle;
}

.left_text li {
margin:0 0 .3em 0;
padding:0 0 0 0;
}

.left_text li a {
color:#8c0000;
font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
text-decoration:none;
}

.left_text li a:hover{
color:#8c0000;
font-weight:bold;
text-decoration:underline;
}

.left_text h3 {
font-family:stonehen, Helvetica, Arial, sans-serif;
margin:0 0 -.7em;
padding:0 0 0 0;
font-size:1.2em;
color:#8E1F0D;
}

/* Div droite
------------------------------------------------------------------*/

#right_container_outer {
position:absolute;
left:16.3em;
top:1em;
width:55em;
height:90%;
margin:0 0 0 0;
padding:0 0 0 0;
background:#edf7d7 url(/images/navbar_fade.png) top repeat-x;
}

#right_container_inner {
position:relative;
left:0;
top:0;
width:55em;
margin:0 0 0 0;
padding:0 0 .2em 0;
background:#ffffff;
border-left:1px solid #DFD8D2;
border-right:1px solid #DFD8D2;
}

#rci_left_column {
position:relative;
width:41em;
margin:-1em 0 0 .2em;
padding:0 1em 0 1em;
background: transparent url(/images/footer.gif) bottom no-repeat;
font-size:1em;
color:#000000;
text-align:left;
height: 40em;
}

#rci_left_column li {
font-family:Helvetica, Arial, sans-serif;
font-size:1em;
}

#rci_right_column {
position:relative;
float:right;
clear:both;
width:120px;
margin:0 1em 0 0;
padding:0 0 0 0;
background:#ffffff;
font-size:0.8em;
color:#9D958E;
text-align:left;
}

#rci_right_column h3 {
font-family:stonehen, Helvetica, Arial, sans-serif;
margin:0 0 -.8em;
padding:0 0 0 0;
font-size:.9em;
color:#8E1F0D;
}

#right_container_inner a {
color:#D96107;
text-decoration:underline;
}

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

/* Zoom News
------------------------------------------------------------------*/

#textecontenu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
	line-height: 20px;
}

#textecontenu a {
	font-weight: bold;
	color: #2D50E7;
	text-decoration: underline;
}

#textecontenu a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.soustitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2D50E7;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.sousbloc {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #EAEDFD;
	border-left-color: #EAEDFD;
}

#textecontenu  ul{
	display: block;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
}

#textecontenu li{
	list-style-type: square;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

/* Misc - Hacks
------------------------------------------------------------------*/

/* misc styles */
blockquote {
margin:.3em .6em .7em .6em;
padding:.05em .5em .05em .5em;
background:#ffffff url(/img/navbar_fade.png) top repeat-x;
border-top:1px solid #CABEB5;
border-bottom:1px solid #EEEAE7;
border-left:1px solid #D7CDC6;
border-right:1px solid #EEEAE7;
font-family:stonehen, Helvetica, Arial, sans-serif;
color:#7C6C61;
}

/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Formulaire contact
------------------------------------------------------------------*/
 
.notification_error {
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: center;
-moz-border-radius: 5px;
}
 
.notification_ok {
border: 1px #567397 solid;
height: auto;
width: 90%;
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}
 
.info_fieldset { -moz-border-radius: 7px; border: 1px #dddddd solid; }
 
.info_fieldset legend {
border: 1px #dddddd solid;
color: black;
font: 13px Verdana;
padding: 2px 5px 2px 5px;
-moz-border-radius: 3px;
}
 
.button {
border: 1px solid #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
background: white;
color: #333333;
font: 11px Verdana, Helvetica, Arial, sans-serif;
-moz-border-radius: 3px;
}
 
/* Label */
label {width: 140px; padding-left: 20px; margin: 5px; float: left; text-align: left;}

/* Input, Textarea */
input, textarea {
margin: 5px;
padding: 0px;
float: left;
border: 1px solid #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
color: #333333;
font: 11px Verdana, Helvetica, Arial, sans-serif;
-moz-border-radius: 3px;
}