/* CSS Général */

* {
border:0;
margin:0;
padding:0;
list-style:none;
font-size:100%;
outline:none; }

input, textarea, select {
border:1px solid #000;
padding:2px;
vertical-align:middle; }

html, body  {
height:100%; }

body {
text-align:justify;
font:100%/1.3 Tahoma, "Times New Roman", sans-serif;
background:#4A442A; }

/***** Flash & Déco *****/

div#deco_img{
border:1px solid #fff;
position:absolute;
top:200px;
right:65px;
width:140px;
height:223px;
background:url(img/zen.jpg) no-repeat;}

div#logo {
width:153px;
height:143px;
position:absolute;
top:51px;
right:98px;
background:url(img/entete_logo.jpg) no-repeat;}

div#accueil_flash {
position:absolute;
bottom:50%;
left:50%;
margin:0 0 -126px -244px;
width:488px;
height:290px;}


/***** Stylage contenu *****/

h1, .invis {
position:absolute;
top:-9999px; }

h2 {
position:absolute;
top:145px;
left:385px;
color:#fff;
font-weight:normal;}

h4 {
padding:15px 0;
}

div.adresses {
text-align:center;
padding:15px 0;}

.lettre {
font:180% "Batang";
color: #CCF92A;
font-weight:bold;
}

div#presentation_texte li {
margin-left:10px;
}

/* Navigatio principale */

div#colonned ul {
width:150px;
margin:0 auto;
padding:15px 0;}

div#colonned ul li {
background:url(img/puce.png) no-repeat left center;
text-transform:uppercase;
text-align:left;
padding-left:15px;
display:block;
float:left;
height:20px;
line-height:1.1;
width:100px;}

div#colonned ul li a {
font-size:75%;
font-weight:bold;
font-family:Arial;
text-decoration:none;
color:#fff;}

div#colonned ul li a.en_cours {
color:#cbfe33;}

div#colonned ul li a:hover {
color:#d5d2c5; }

/* Navigation alternative */

div#footer ul {
padding-top:137px;
width:650px;
margin:0 auto;}

div#footer ul li {
text-transform:uppercase;
text-align:center;
display:inline;
}

div#footer ul li a {

font-size:70%;
text-decoration:none;
color:#fff;
text-align:center;
line-height:20px;
}

/***** Layout *****/

div#global {
/*overflow:hidden;*/
position:relative;
min-height:100%;
width:910px;
margin:0 auto; 
background:url(img/global_fond.jpg) repeat-y; }

div#entete {
position:relative;
width:910px;
height:221px;
background:url(img/entete_fond.jpg) no-repeat; }

div#baseline { 
width:492px;
height:24px;
position:absolute;
top:112px;
left:102px;
background:url(img/baseline.png) no-repeat; }

div#conteneur_centre {
position:relative;
width:910px;
background:url(img/contenu_fond_repeat.jpg) repeat-y }

div#img_top {
padding-bottom:215px;
overflow:auto;
width:910px;
min-height:430px;
background:url(img/conteneur_centre_fond.jpg) no-repeat top center }

div#presentation_texte {
letter-spacing:1px;
line-height:1.5;
color:#4A442A;
font-size:70%;
padding:35px 60px;
position:relative;
width:555px; /*615px*/ }

div#colonned {
width:196px;
position:absolute;
top:30px;
right:35px;}

div#footer {
position:absolute;
bottom:0;
left:0;
width:910px;
text-align:center;
background:url(img/footer_fond.jpg) no-repeat; }

div#conteneur_flash {
text-align:center;
position:relative;
width:100%;
height:100%;}

div#entrer {
text-align:center;
position:absolute;
bottom:50%;
left:50%;
margin:0 0 -165px -100px;
width:200px;
height:20px;}

div#entrer a {
text-decoration:none;
color:#fff;
font-weight:bold;
font-size:75%;}

div#entrer a:hover {
color:#CCF92A;}
/* Contact */



form#contact {

padding:20px;}



input.champs {

border: solid 1px #4A442A;}



textarea.champs {

border: solid 1px #4A442A;}



p span.left {

float:left;

width:140px;

font-weight:bold;

margin-right:20px;}



.bouton {

border: solid 1px #333333;

margin-left:10px;}



p.notice {

font-size: 80%;}
