/*********************************************************************
 ******************* TOP BOTTOM ARTICLE GALERIE **********************
 *********************************************************************/
 
@import url(galerie.css);


/*********************************************************************
 ****************************** GENERAL ******************************
 *********************************************************************/
 
body, html {
 background:url(../img/bgAll.jpg);
 padding: 0;
 margin: 0;
 font-family: "Arial", sans-serif;
 font-size: 11px;
 color:#333;
}

.clear{
 clear:both;
}

img {
 border: none;
}

a {
 text-decoration: none;
 color: #9A0000;
}

* {
 outline: none;
 padding:0;
 margin:0;
 border:0;
 font-weight:normal;
}

/* ------ MENU ACCORDEON ------ */

.acc_toggler {
 margin: 0;
 padding: 0;
 cursor: pointer;
} 

.acc_element h3 {
 margin: 0;
 padding: 0;
} 

/* ------ GALERIES ------ */

div.galeries {
width:560px;
}

div.galerie {
 display: block;
 clear: both;
 margin: 10px 0 10px 0;
}

h2.galerie {
 background: #777 url('../img/bg-h2.jpg') top left repeat-x;
 color: #fff;
 font-size: 14px;
 padding: 3px 0 3px 8px;
}

div.photos {
 display: block;
}

div.photo {

 float: left;
 margin: 0 8px 0 0;
 text-align: center;
 width: 120px;
 height: 120px;
 padding: 6px 2px;
}

img.photo {
 max-width: 120px;
 max-height: 120px;
}

div.photo div.photoName {
 padding: 6px 0;
}

/* ------ CONTACT ------ */

div.contact_frame {
}

div.contact_line {
 padding: 6px 6px 10px 6px;
 border-top: none;
}

div.contact_line div.contact_field_name {
 float: left;
 width: 150px;
 padding: 7px 0 0 0;
 font-weight: bold;
}

div.contact_line div.contact_field_value {
 margin-left: 160px;
}

span.contact_field_cross {
 color: #c00;
 font-weight: bold;
}

div.contact_line.highlight {
}

div.contact_line input , div.contact_line textarea {
 margin-top: 3px;
}

div.contact_submit {
 float: right;
 margin: 10px 8px 0 0;
}

div.contact_error {
 padding: 3px 6px;
 color: #a00;
 font-size: 11px;
 margin: 4px 0 0 0;
 font-weight: bold;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 width: 400px;
}

/* ------ STRUCTURE DE LA PAGE (DECOUPAGE) ------ */

h1 {
 text-indent: -9999px; 
 margin: 0;
 padding: 0;
}

h2.block {
 margin: 0px;
 padding: 3px 5px 1px 5px;
 background: #aaa;
 color: #000;
 font-size: 15px;
}

div.block {
 padding: 5px;
}

h3 {
 margin: 0;
 padding: 0;
 font-size: 14px;
}

#conteneur {
}

#page {
 width: 980px;
 margin: auto;
 margin-bottom:76px;
}

#header {
 position:relative;
 background:url(../img/header.png) no-repeat;
 width:909px;
 height: 222px;
 margin:auto;
}

a.logo{
 display:block;
 position:absolute;
 width:223px;
 height:143px;
 background:url(../img/logo.png);
 left:32px;
 top:13px;
}

.menutop{
 margin-right:181px;
 margin-top:10px;
 float:right;
 font-weight:bold;
}

.menutop a{
 color:#999;
}

a.accueil{
 display:block;
 background:url(../img/accueil.png);
 width:100px;
 height:20px;
}

a:hover.accueil{
 display:block;
 background:url(../img/accueil-hover.png);
 width:100px;
 height:20px;
}

a.presentation{
 display:block;
 background:url(../img/presentation.png);
 width:100px;
 height:20px;
}

a:hover.presentation{
 display:block;
 background:url(../img/presentation-hover.png);
 width:100px;
 height:20px;
}

a.contact{
 display:block;
 background:url(../img/contact.png);
 width:100px;
 height:20px;
}

a:hover.contact{
 display:block;
 background:url(../img/contact-hover.png);
 width:100px;
 height:20px;
}

a.planacces{
 display:block;
 background:url(../img/planacces.png);
 width:100px;
 height:20px;
}

a:hover.planacces{
 display:block;
 background:url(../img/planacces-hover.png);
 width:100px;
 height:20px;
}

#newsletter{
 background:url(../img/newsletter.png);
 width:188px;
 height:31px;
 float:right;
 padding-left:101px;
 margin-top:10px;
}

.id_text{
 border:none;
 width:152px;
 height:20px;
 background:#191919;
 color:#fff;
}

.bt{
 background:url(../img/ok.png);
 width:27px;
 height:22px;
 border:none;
 margin-top:5px;
}

.menuplus{
 height:30px;
 margin-top:68px;
 margin-left:34px;
}

a.favorie{
 display:block;
 background:url(../img/favorie.png);
 width:16px;
 height:15px;
 float:left;
 margin-right:7px;
}

a:hover.favorie{
 display:block;
 background:url(../img/favorie-hover.png);
 width:16px;
 height:15px;
}

a.home{
 display:block;
 background:url(../img/home.png);
 width:8px;
 height:15px;
 float:left;
 margin-right:7px;
}

a:hover.home{
 display:block;
 background:url(../img/home-hover.png);
 width:8px;
 height:15px;
}

a.plan{
 display:block;
 background:url(../img/plan.png);
 width:8px;
 height:15px;
 float:left;
}

a:hover.plan{
 display:block;
 background:url(../img/plan-hover.png);
 width:8px;
 height:15px;
}

#body {
 width:887px;
 background:url(../img/bgbody.png);
 margin:auto;
 padding-left:22px;
 padding-bottom:10px;
}

#body #wrapper {
 height: 100%;
 float: right;
 width:535px;
}

#body #left {
 width: 245px;
 float: left;
}

#body #right {
 width: 245px;
}

#body .center {
 margin: 0 -83px;
 width: 515px; /* 980(taille page) - 200(colone gauche) - 200(colone droite) - 20(margin gauche ET droite) */
 float: left;
 min-height: 300px;
}

.block-navigation a{
 display:block;
 width:230px;
 height:20px;
 color:#333;
 font-size:12px;
 margin-bottom:2px;
 padding-left:15px;
 padding-top:5px;
}

.block-navigation a:hover{
 display:block;
 background:#990000;
 color:#fff;
 font-size:12px;
 margin-bottom:2px;
}

.acc_element a{
 background:url(../img/souscategorie.png) no-repeat left;
 color:#666;
 margin:3px 0px -8px 15px;
 padding:5px 0px 0px 15px;
}

.acc_element a:hover{
 background:url(../img/souscategorie-hover.png) no-repeat left;
 margin:3px 0px -8px 15px;
 padding:5px 0px 0px 15px;
 color:#666;
}

.titireactualite{
 background:url(../img/actualite.png);
 width:77px;
 height:26px;
 margin-left:13px;
 margin-top:15px;
}

.actualite h3{
 display:none;
}

#actualites p {
 width:219px;
 margin: 0;
 padding: 4px 6px 0px 14px;
}

.titrecontact{
 background:url(../img/titlecontact.png);
 width:60px;
 height:26px;
 margin-left:13px;
}

.lexis{
 background:url(../img/lexis.png);
 width:48px;
 height:26px;
 margin-left:13px;
 margin-top:4px;
}

p.cont{
 padding-left:13px;
}

.site{
 background:url(../img/cont.png) no-repeat left;
 width:180px;
 height:44px;
 margin-left:5px;
 margin-top:5px;
 padding-left:57px;
 padding-top:60px;
}

span.url{

 font-size:11px;
}

.url a{
 color:#999;
}

span.support{
 color:#660000;
 font-size:11px;
}
.support a{
 color:#660000;
 }

#arbo {
 padding: 5px 5px 3px 5px;
 background: #aaa;
}

#footer {
 background:url(../img/footer.png);
 width:909px;
 height: 100px;
 margin:auto;
}
.center h2{
 display:block;
 background:url(../img/bgtitre.png) no-repeat left;
 height:87px;
 padding-left:58px;
 padding-top:15px;
 color:#660000;
 font-size:16px;
 font-weight:bold;
 font-family:Verdana, Arial, Helvetica, sans-serif;
}
.article{
 margin-bottom:7px;
}
.article_contenu{
 margin-left:58px;
 margin-top:-60px;
 width:525px;
}
img.fonction{
 float:left;
}
span.parg1{
 float:left;
 margin-left:12px;
 width:253px;
 margin-bottom:25px;
}
a.article_plus{
 background:url(../img/bgsavoirplus.png) no-repeat left;
 padding-left:25px;
 margin-left:12px;
 color:#990000;
 font-weight:bold;
 margin-top:15px;
}
a.bouton_suivant{
 display:block;
 width:80px;
 height:17px;
 background:#CC0000;
 border:1px solid #999999;
 color:#fff;
 font-size:13px;
 text-align:center;
 float:right;
 margin-top:10px;
 padding-top:3px;
}
.center li.sitemap{
 font-size:14px;
 padding-left:15px;
 margin-left:55px;
 margin-top:10px;
 color:#FF0000;
}
.center li.depth-2{
 font-size:14px;
 padding-left:15px;
 margin-left:95px;
 margin-top:10px;
}
.center li.sitemap a{
 color:#FF0000;
}
.center li.sitemap a:hover{
 color:#0000FF;
 text-decoration:underline;
}
.bottommenu {
 width:600px;
 margin-left:332px;
 padding-top:15px;
}
 

.bottommenu li{
 list-style:none;
 padding-left:15px;
 padding-right:15px;
 float:left;
}
.bottommenu li{
 font-size:11px;

}
.bottommenu a{
 color:#999;
}
.bottommenu a:hover{
 color:#990000;
}
