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


/*********************************************************************
 ****************************** GENERAL ******************************
 *********************************************************************/
 
body, html {
 padding: 0;
 margin: 0;
 font-family: "Arial", sans-serif;
 font-size: 12px;
 background:#000
}

img {
 border: none;
}

 a, #contenu p, .fcell, .fcell_title, td {
 text-decoration: none;
 color: #FFF;
}

*:focus {
 outline: none;
}

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

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

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

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

div.galeries {
}

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 {
 border: 1px solid #888;
 float: left;
 margin: 0 8px 0 0;
 text-align: center;
 width: 120px;
 height: 120px;
 padding: 6px 2px;
}

img.photo {
 max-width: 100px;
 max-width: 100px;
}

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

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

div.contact_frame {
 border-top: 1px solid #eee;
}

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

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 {
	color:#FFF}

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

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

div.contact_error {
 border: 1px solid #a00;
 padding: 3px 6px;
 color: #a00;
 font-size: 11px;
 background: #fee;
 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 {
}

div.block {
 padding: 5px;
 margin:35px 0;
}
div.block a{
 font:normal 13px Verdana, Geneva, sans-serif;
 color:#FFF;
 display:block;
 width:170px;
 padding:2px;
 margin-bottom:7px
}
div.block a:hover{
	background:#000 url('../img/list.png') center right no-repeat;;
}
.acc_element h3 a:hover{
	background:none;
	color:#FFF
}
.acc_element h3 a{
	background:none;
	font:normal 11px Verdana, Geneva, sans-serif;
	color:#999
}
.acc_element h3:last-child{
	border-bottom:solid 1px #000;
	padding-bottom:2px;
	margin-bottom:3px
	}

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

#conteneur {
}

#page {
 width: 980px;
 margin: auto;
}

#header {
 /*background:url('../img/header.png') top center no-repeat;*/
 min-height: 300px;
}

#body {
 background:url('../img/body.png') top left no-repeat;
 margin:0;
}

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

#body #left, #body #right {
 background:url('../img/top_menu.png') top center no-repeat;
 width: 188px;
 float: left;
 height: 775px;
 margin:38px 0 0 75px
}
#body #right {
 float: right;
 margin:38px 75px 0 0;
 padding-left:10px
}


#body .center {
float:left;
min-height:300px;
width:410px;
}

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

#footer {
  margin:0 auto;
  display:block;
  width:320px;
}
#horaire, #contact{
	 font:normal 12px Verdana, Geneva, sans-serif;
	 color:#FFF;
	 margin-top:10px;
	 margin-left:3px;
	 display:block;
	 width:150px

}
#horaire h1{
	 background:url('../img/horaire.png') top left no-repeat;
	 text-indent:-9999px;
}
#contact h1{
	 background:url('../img/contact.png') top left no-repeat;
	 text-indent:-9999px;
	 margin-top:20px
}
#newsletter{
	margin:5px 0 0 7px
}
#newsletter .id_text{
	background:#000;
	border:solid 1px #FFF;
	color:#FFF;
}
#newsletter .submit{
	 background:url('../img/ok.png') center no-repeat;
	 height:18px;
	 width:27px;
	 border:none;
}
.newsletter{
 background:url('../img/newsletter.png') top left no-repeat;
 text-indent:-9999px;
 margin:43px 0 0 6px;
}
.flash_infos{
  background:url('../img/flash_info.png') top left no-repeat;
  text-indent:-9999px;
  margin:20px 0 0 6px;
}
a.article_plus{
	display:none;
}
h2.article, #contenu h2{
	font:normal 16px Verdana, Geneva, sans-serif;
	color:#FFF;
	display:block;
    background:url('../img/act_title.png') center left no-repeat;
	padding:30px 0 0 90px;
	height:40px
}
.article_contenu{
	margin-top:-25px;
	padding:0;
}
.article_contenu p{
	font:normal 11px Verdana, Geneva, sans-serif;
	color:#FFF;
	margin-left:93px;
    width:295px;
}
.article_contenu p img{
	margin:5px auto
}
#devis_gratuit{
display:block;
height:48px;
margin:6px 0 0 330px;
width:62px;
text-indent:-9999px;
}
#contenu ul#top_menu{
	display:block;
	overflow:hidden;
	margin:0 0 0 1px;
	padding:0;
	height:50px
}
#contenu ul#top_menu li{
	display:block;
	float:left
}
#contenu ul#top_menu li a{
	font:normal 13px Verdana, Geneva, sans-serif;
	color:#FFF;
	border-right:solid 1px #FFF;
	display:block;
	float:left;
	background:url('../img/top_menu_bg.png') top left repeat-x;
	height:12px;
    min-width:58px;
    padding:9px;
	.padding:11px
}
	
#contenu ul#top_menu li a:hover{
	background:url('../img/top_menu_bg_hover.png') top left repeat-x;
	height:26px;
	border-right:solid 2px #FFF;
	border-left:solid 2px #FFF;
    padding: 11px 9px;
}

.bouton_suivant{
border:1px solid #FFFFFF;
display:block;
height:20px;
line-height:20px;
margin-left:207px;
text-align:center;
width:50px;
font-weight:bold
}
#footer ul{
	margin:0;
	padding:0;
}
#footer ul li{
	margin-right:15px;
	display:block;
	float:left
}
#footer ul li a{
	font:normal 10px Verdana, Geneva, sans-serif;
	color:#666;
}
#footer ul li a:hover{
	color:#FFF;
}

#footer .footer_links{
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
	padding:15px 0;
	min-height:40px
}
#footer img, #footer p{
	margin-top:5px;
	display:block;
	float:left;
	color:#FFF
}
#footer p{
	display:block;
	width:200px;
	margin:20px
}
#footer p a{
		color:#FFF;

}
#footer p span{
	color:#0195A2;
	display:block
}

ul#menu{
	display:block;
	height:17px;
	width:80px;
	padding:10px 0;
	margin:0 0 0 638px;
}

ul#menu li{
	display:inline;
}
ul#menu li a{
	display:block;
	float:left;
	width:16px ;
	height:17px ;
}

ul#menu li a.home{
 background: url('../img/home.png') top right no-repeat;
 margin-right:6px
}

ul#menu li a.favoris{
 background: url('../img/fav.png') top right no-repeat;
}

ul#menu li a.ami{
 background: url('../img/recomand.png') top right no-repeat;
}

ul#menu li a.sitmap{
 background: url('../img/sitmap.png') top right no-repeat;
}


ul#menu li a.home:hover{
 background: url('../img/home_hover.png') top right no-repeat;
}

ul#menu li a.favoris:hover{
 background: url('../img/fav_hover.png') top right no-repeat;
}

ul#menu li a.ami:hover{
 background: url('../img/recomand_hover.png') top right no-repeat;
}

ul#menu li a.sitmap:hover{
 background: url('../img/sitmap_hover.png') top right no-repeat;
}

