a:link, a:visited, a:active
{
	color : #53755a;
	text-decoration : none;
}
a:hover {
	color : #53755a;
	text-decoration: underline;
}

a img {
	border: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
}


 a.bulle {
   text-decoration: none;
   
   

}

   a.bulle span   {
   display: none;
} 

   a.bulle:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500;
}

   a.bulle:hover  span  {
   color: black;
   position: absolute;
   right: 0px;
   top: 120px;
   background: #fff;
   display:inline;
   width: 400px;
   text-align: right;
}


body {
    font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
    background : #ffffff;
    font-size : 12px;
	color : #000000;
	position: relative; 
    margin-left: auto;
    margin-right: auto;
    width: 800;
    padding : 0;

}

td {
    font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
    font-size : 12px ;
	color : #000000;
}

.title {
    font-family : "Trebuchet MS", helvetica, sans-serif;
    font-size : 3em;
    color : #6d6f6d;
	text-align : left
}

.subtitle {
	
    color : #6d6f6d;
	text-align : left;
	vertical-align:top;
	font-size : 14px ;
}

.menu {
	font-family : "Century Gothic Bold", Verdana,Arial,Geneva,Helvetica,sans-serif;
    font-size : 16px;
    color : #53755a;
	text-align : right;
	font-weight: bold ;
	
}

.legende {
	font-family : "Trebuchet MS", helvetica, sans-serif;
    font-size : 10px;
    color : #6d6f6d;
	
	
}


.clear {
	clear:both
}



#bandeau { 
	 position:fixed;
	 width:800px;
	 top:10px;
	 left:20%;
	 overflow:auto;
	 bottom:10px;
	 right:20%;
	 font-size:90%;
}
#corps 
{ 
	 position:fixed;
	 top:153px;
	 left:20%;
	 bottom:10px;
	 right:20%;
	 padding:10px;
	 overflow:auto;
}
#mentions 
{ 
	 position:fixed;
	 top:700px;
	 left:20%;
	 bottom:10px;
	 right:20%;
	 padding:10px;
	 overflow:auto;
	 text-align : center;
}




 #contactFormContainer
            {
            	position:absolute;
            	left:600px;
            	float:right;
            }
            #contactForm
            {
            	height:277px;
            	width:351px;
            	background-image:url('../images/bkg.jpg');
            	display:none;
            }
            #contactForm fieldset
            {
            	padding:30px;
            	border:none;
            }      
            #contactForm label
            {
            	display:block;
            	color:#1DCCEF;
            }      
            #contactForm input[type=text]
            {
            	display:block;
            	border:solid 1px #4d3a24;
            	width:100%;
            	margin-bottom:10px;
            	height:24px;
            }  
            #contactForm textarea
            {
            	display:block;
            	border:solid 1px #4d3a24;
            	width:100%;
            	margin-bottom:10px;
            }  
            #contactForm input[type=submit]
            {
            	background-color:#6d6f6d;
            	border:solid 1px #4d3a24;
            	color:#1DCCEF;
            	padding:5px;
            }                
            #contactLink
            {
            	height:40px;
            	width:351px;
            	background-image:url('../images/slidein_button.png');
            	display:block;
            	cursor:pointer;
            }
            #messageSent
            {
            	color:#1DCCEF;
            	display:none;
            }
            
            
            
            
 .container {width: 700px; margin: 10px auto;}
           
 ul.tabs {
 	margin: 0;
 	padding: 0;
 	float: left;
 	list-style: none;
 	height: 32px; /*--Set height of tabs--*/
 	border-bottom: 1px solid #999;
 	border-left: 1px solid #999;
 	width: 100%;
 }
 ul.tabs li {
 	float: left;
 	margin: 0;
 	padding: 0;
 	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
 	line-height: 31px; /*--Vertically aligns the text within the tab--*/
 	border: 1px solid #999;
 	border-left: none;
 	margin-bottom: -1px; /*--Pull the list item down 1px--*/
 	overflow: hidden;
 	position: relative;
 	background: #eee;
 }
 ul.tabs li a {
 	text-decoration: none;
	color : #53755a;
	font-size : 14px ;
 	display: block;
 	font-size: 1.2em;
 	padding: 0 20px;
 	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
 	outline: none;
 }
 ul.tabs li a:hover {
 	background: #ccc;
 }
 html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
 	background: #fff;
 	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 0px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	
}
