/* CSS Document */
html, body {
	height: 100%;
	margin: 0;
  background: #3b3b39 top center no-repeat fixed;
  font-size: 0.9em;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.txt_red{
color:red;
font-size:1.2em;
}
.txt_black{
color:black;
font-weight:bold;
}
h1 {
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}
#header {
	position: relative;
	width: 960px;
	height: 160px;
	background: url(../interface/header.png) left top no-repeat;
	margin-top: 0;
}
#menu_haut{
	margin-top: 100px;
}
#gauche1{
	width: 830px;
	background:		#727171;
	position: absolute;
  left:0;
  height:33px;
 	border-top:		1px solid #CFDEFF;

}
#gauche2{
	position: absolute;
  left:0;
  padding-left:120px;
}
#menu_haut img {
  border:0;
  padding-left:-10px;
}
#conteneur {
position: absolute;
width: 960px;
left: 50%;
margin-left: -480px;
background: url(../interface/contenu.png) left top repeat-y;
}
#centre {
margin-left: 400px;
margin-top: 0;
}
#centre h2 {
  font-size: 1.2em;
  padding-left: 15px;
  text-decoration:underline;
	color: #950606;
}

#centre span {
  font-size: 1.1em;
  font-weight: bold;
	color: #000000;
}
#centre p {
  font-size: 1em;
	color: #ffffff;
/*	line-height: 1,3em;*/
	padding-left: 10px;
	padding-right: 15px;
}
#centre a{
color: #4f4242;
text-decoration: none;
}
#centre a:hover {
text-decoration: underline;
color: #3b3a3a;
}
#centre1 {
margin-left: 50px;
margin-right:50px;
margin-top: 0;
}
#centre1 h2 {
  font-size: 1.2em;
  padding-left: 15px;
  text-decoration:underline;
	color: #950606;
	padding-bottom:15px;
}
#centre1 img{
  border:0;
}
#content{
margin: 0;
}
p {margin: 0 0 10px 0;}

#content p {
padding-left: 12px;
}
#gauche {
position: relative;
left:0;
margin-left:15px;
width: 400px;
}
#gauche img{
position:absolute;
margin-top:40px;
margin-left:20px;
display:none;
text-align:center;
}
#gauche p{
width:300px;
margin-top:20px;
color:#950606;
font-size:9px;
margin-left:20px;
font-weight:bold;
text-align:center;
}
#gauchep {
position: relative;
left:0;
margin-left:15px;
width: 400px;
}
#gauchep img{
position:absolute;
margin-top:20px;
padding-left:60px;
display:none;
text-align:center;
}
#gauchep p{
width:300px;
margin-top:20px;
color:#950606;
font-size:9px;
margin-left:20px;
font-weight:bold;
text-align:center;
}
#gauchel {
position: relative;
left:0;
margin-left:15px;
width: 400px;
}
#gauchel img{
position:absolute;
margin-top:40px;
margin-left:20px;
display:none;
text-align:center;
}
#gauchel p{
width:300px;
margin-top:20px;
color:#950606;
font-size:9px;
margin-left:20px;
font-weight:bold;
text-align:center;
}

.photo{
    padding-right : 4px;
    margin-right : 4px;
    float : left;
}
.clear{
clear:both;
}
#footer2 {
	width: 960px;
  width:260px;
  height:26px;
	background: url(../interface/footer2.png) left top no-repeat;
	font-size: 0.90em;
/*	clear: both;*/
}
#footer2 p {
	margin-left: 50px;
	padding-top: 5px;
/*	margin: 10px 0 0 40px;*/
}
#footer2 a {
	color: #7f041d;
}
#footer {
	width: 960px;
	height: 33px;
	background: url(../interface/footer.png) left bottom no-repeat;
	color: #e0da40;
	font-size: 0.90em;
/*	font-weight:bold;*/
	text-align: left;
	margin: 0 auto;
}
#footer a {
	color: white;
}
#adresse{
  float:left;
	width:400px;
	margin-left: 200px;
}
#adresse p {
	text-align:center;
/*	margin: 10px 0 0 40px;*/
}
#footer #tel{
  float:left;
	width:350px
}
#footer #tel p {
  padding-top:8px;
	text-align:center;
}
#formu div.row {
  clear: both;
  padding-top: 10px;
  padding-left: 15px;
  font-size: 1em;
	color: #585856;
  }

#formu div.row label{ 
  float: left;
  width: 25%;
  text-align: left;
  font-size: 1em;
	color: #585856;
  }

#formu div.row span.formw{
  float: right;
  width: 70%;
  text-align: left;
  }
input, textarea{
border: 1px solid #513817;
}

.haccordion .header1, .haccordion .header2, .haccordion .header3, .haccordion .contenu{ 
	  float: left; 
	  height: 351px; 
	 } 
	  
	 .haccordion .header1{ 
	  width: 49px; 
  	background: url(../interface/club1.gif) left top no-repeat;
	  color: #fff; 
	  cursor: pointer; 
	 } 
	 .haccordion .header2{ 
	  width: 49px; 
  	background: url(../interface/club2.gif) left top no-repeat;
	  color: #fff; 
	  cursor: pointer; 
	 } 
	 .haccordion .header3{ 
	  width: 49px; 
  	background: url(../interface/club3.gif) left top no-repeat;
	  color: #fff; 
	  cursor: pointer; 
	 }    	  
	 .haccordion .contenu{ 
	  display: none; 
	  width: 0px; 
	  overflow: auto; 
	 } 
	  
	 .haccordion .contenu p{ 
	  margin: 5px; 
	 }
#formu #mail{
  	background: #ffffff url(../interface/mail.jpg) left top no-repeat;
    padding-left:25px;
}
#formu #nom{
  	background: #ffffff url(../interface/personne.jpg) left top no-repeat;
    padding-left:25px;
}
#formu #texte{
  	background: #ffffff url(../interface/message.jpg) left top no-repeat;
    padding-left:30px;
}
#acces{
color:yellow;
}
#accessform{
position:absolute;
  	background: transparent url(../interface/acces.gif) left top no-repeat;
top:100px;
left:100px;
width:150px;
height:51px;
z-index:300;
display:none;
}
#accessform p{
margin-top:8px;
text-align:center;
}
#code{
color:#aaa7a7;
background-color:#585858;
border:0;
border-bottom: 1px solid #E8E5D4;
font-size:11px;
}
.toolTip-picture img, 
.toolTip-thumbnail img { 
    border:2px solid #000; 
} 
.toolTip-picture , 
.toolTip-thumbnail  { 
    background:transparent url(interface/loading.gif) no-repeat center center; 
    min-height:32px; min-width:32px;  
} 
.toolTip-caption { 
    position:relative; 
    margin-top:-20px; 
} 
.toolTip-text, 
.toolTip-caption { 
    font:11px Arial, Helvetica, sans-serif; 
    color:#FFF; 
    text-align:center; 
    background:transparent url(interface/caption-right.png) no-repeat right center; 
    padding-right:25px; 
} 
.toolTip-text span, 
.toolTip-caption span { 
    display:block; 
    background:transparent url(interface/caption-left.png) no-repeat left center; 
    padding:11px 0px 15px 25px; 
}
#gallery table td{
  height:100px;
  width:180px;
  padding:3px;
  text-align:center;
	border:2px solid #474546;
}
#torder{
border-collapse:collapse;
}
#torder td{
  padding:3px;
  text-align:center;
	border:2px solid #474546;
}
.tdphoto{
  height:100px;
  width:180px;
  padding:3px;
  text-align:center;
	border:2px solid #474546;
}
.tdph{
  height:100px;
  width:300px;
  padding:3px;
  text-align:center;
	border:2px solid #474546;
}
.tdlarge{
  width:400px;
  padding:3px;
  text-align:center;
	border:2px solid #474546;
}
.tdpetit{
  height:30px;
  width:240px;
  padding:3px;
  text-align:center;
	border:2px solid #474546;
}
.droite{
float:right;
margin-right:20px;
}
.red{
color:red;
font-size:12px;
}
.yellow{
color:yellow;
font-size:12px;
}
.bc{
background-color:#bcadb5;
}

