@charset "UTF-8";
/* CSS Document */


html, body {
	height: 100%;
}
body {
	background-color: #f7f7f7;
	margin: 0;
}
div.clear{
	clear: both;
}
form{
	margin: 0;
	padding: 0;
}
a.lien{
	color: #828282;
	text-decoration: none;
}
a.lien:hover{
	color: #3a3a3a;
	text-decoration: none;
}	
div.left{
	float: left;
}	
div.right{
	float: right;
}	
div.back{
	position: absolute;
	text-align: center;
	margin-top: 25px;
	margin-left: 330px;
}

div#container {
	position: relative;
	min-height: 100%
}




div#header{
	background: url(../images/bg_header.jpg) repeat-x;
}
div#header_content{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


div#corps {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #909090;
	padding-top: 40px;
}
div#corps_content{
	/*position: absolute;*/
	z-index: 3;
	width: 760px; text-align:center;
}	

div#footer {
	position: absolute;
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #909090;
	height: 25px;
	padding-top: 10px;
	background-color:#e5e5e5;
	width: 100%;
}
div#footer a {
	text-decoration: none;
	color: #909090;
}
div#footer a:hover {
	text-decoration: none;
	color: #333333;
}










/* MENU
----------------------------------- */
div#menu {
	position: relative;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #909090;
	height: 38px;
}
div.onglet{
	width: 85px;
	display: inline-block;
	position: relative;
	padding-top: 12px;
	padding-bottom: 5px;
}
div.onglet_selected{
	width: 85px;
	display: inline-block;
	position: relative;
	padding-top: 12px;
	padding-bottom: 5px;
	background-color: #f7f7f7;
}


div#menu a{
	text-decoration: none;
	color: #909090;
	display: block;
	width: 100%;
	height: 38px;
}
div.ss_menu{
	position: absolute;
	z-index: 3;
	height: 38px;
	width: 760px;
	background: #f7f7f7;
	text-align: center;
}
div.bg_onglet{
	background: #f7f7f7;
    position: absolute;
	z-index: 1;
	top: 38px;
	left: 0;
	border: 0;
	height: 38px;
	width: 85px;
			
}
div.txt_onglet{
    position: absolute;
	z-index: 2;
	left: 0;
	border: 0;
	height: 38px;
	width: 85px;		
}
		

		
		




/* PHOTO
----------------------------------- */
div.titre_photo{
	display: inline-block;
	font-size: 10px;
	float:left;
	color: #bebebe;
	padding-top: 5px;
}
div.description_photo{
	display: inline-block;
	font-size: 10px;
	float:right;
	color: #bebebe;
	padding-right: 10px;
	padding-top: 5px;
}		
		
		
		

/* GALERIE
----------------------------------- */
div.thumb_galerie{
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #909090;
	position: relative;
}
div.thumb_galerie a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #909090;
}	

div.thumb_galerie a:hover{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3a3a3a;
}
div.lien_galerie{
	padding-top: 5px;
	padding-bottom: 0px;
}

div.thumb_galerie img{
	border: 0;
	width: 175px;
}		

#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
}
#slider, #slider li{ 
		width:760px;
		height:550px;
		overflow:hidden; 
}
div#prevBtn{ display: inline-block; width: auto; float:left; margin-top: 20px;}
div#nextBtn{display: inline-block; width: auto; float:right; margin-top: 20px; margin-right: 10px;}		

div.titre_gal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #909090;
	margin-top: -6px;
	font-weight: bold;
}
div.titre_page{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #909090;
	font-weight: bold;
}
div.bulle {
	font-weight: normal;
	background: url(../images/hover.png) no-repeat;
	width: 169px;
	height: 29px;
	position: absolute;
	top: 125px;
	left: 0;
	padding: 3px 3px 3px 3px;
	text-align: center;
	font-size: 10px;
	line-height: 13px;
	color: #fff;
	font-style: normal;
	z-index: 999999999999;
	display: none;
	
}

hr.separation_home{
	color: #cecece;
	background-color: #cecece;
	height: 1px;
	border: 0;
	width: 50%;
}





div.pub{
	text-align: left;
}






div.publi{
	text-align: left;
	margin-bottom: 15px;
}
div.titre_publi{
	font-weight: bold;
}
div.date_publi, span.date_publi{
	font-style: italic;
	color: #bbbbbb;
	font-weight: normal;
}
div.description_publi{
	
}




