ul#tabnav 
{
   font: bold 11px verdana, arial, sans-serif;
   list-style-type: none;
   padding-bottom: 0px;
   margin-left: 25px;
}

ul#tabnav li 
{
   float: left;
   height: 20px;
   background-color: #cfc;
   margin: 2px 2px 0 0px;
   border: 1px solid #6c6;
}

ul#tabnav li.active 
{
   /*border-bottom: 1px solid #fff;*/
   background-color: #fff;
   float: left;
   display: block;
   color: #666;
   text-decoration: none;
   margin-left:2px;
   margin-right:2px;
   /* padding: 0px; */
}

#tabnav a 
{
   float: left;
   display: block;
   color: #666;
   text-decoration: none;
   margin-left:2px;
   margin-right:2px;
   margin-top:1px;
   /* padding: 4px; */
}

#tabnav a:hover 
{
   background: #fff;
}

body {
     margin-left: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
     }
	 
div#general
{
	float:center;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width:800px;
	background-image: url(../img/bandeaumenu1.jpg);
}

div#bandeautitre
{
	left: auto;
	right: auto;
	width:800px;
	height:100px;
	background-image: url(../img/bandeautitre4.jpg);
}

div#bandeaumenu
{
	width:800px;
	height:24px;
	background-image: url(../img/bandeaumenu1.jpg);
}

div#bandeauconteneurprincipal
{
	float:none;
	width:800px;
	height:600px;
	background-color:#111111; 
}

div#bandeauprincipal
{
	float:left;
	width:750px;
	height:600px;
	background-color:#fef4d0;
	/* background-image: url(../img/bandeauprincipal.jpg); */
	overflow-y: auto;
	overflow-x: hidden;
}

div#bandeaucote
{
	float:left;
	width:25px;
	height:600px;
	background-color:#eeeeee;
	background-image: url(../img/bandeaucote2.jpg); 
}

div#bandeauinfos
{
	color:#000000;/*#eeeeee;*/
	width:800px;
	height:50px;
	background-image: url(../img/bandeauinfos2.jpg);
	text-align: center;
}

div#texte
{
	float:left;
	margin-left:20px;
	margin-top:20px;
	width:350px;
	height:200px;
	background-color:#fef4d0;
	text-align: justify;
}

div#presentationphotos
{
	float:left;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}

div#photo
{
	float:left;
	margin-left:30px;
	margin-top:100px;
	width:300px;
	height:200px;
	background-color:#fef4d0;
	text-align:center;
}

div#photobottom
{
	float:left;
	clear:both;
	width:100%;
	background-color:#fef4d0;
	text-align:center;
}

div#carte
{
	float:left;
	margin-left:0px;
	margin-top:100px;
	width:350px;
	height:350px;
	background-color:#fef4d0;
	text-align:center;
}

div#listephotos
{
	float: top;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
}

img#logo
{
	float:left;
	width:123px;
	height:90px;
	margin-left: 25;
	margin-top: 5;
}

#img_big {
	position: absolute;
	width: 0px;
	max-height: 0px;
	margin: 0 auto;
	overflow: hidden;
}