html, body {
	margin:0;
	padding:0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:12px;
	color:#FFF;
	
	background-color:#405359;
}
/* @group Header */

img{
	border:0;
}

table{
	text-align:left;
}

h4{
	font-size:15px;
	text-align:right;
}

h3{
	font-size:13px;
}


td{
	width:130px;
	height:130px;
	background-color: #405359;
}

.tableau_text td{
	height:520px;
	width:520px;
	padding:20px;
}

#header {
	height:98px;
	width:100%;
	background-color:#405359;
	border-bottom:1px solid #FFF;
}

#header_container {
	width: 895px;
	height: 98px;
	margin: 0 0 0 -447px;
	padding: 0;
	position: absolute;
	left: 50%;
}

#logo {
	height: 98px;
	background: url(imgjfh/logo2.png) no-repeat;
	width: 395px;
	float: left;
	text-indent: -5000px;
	display:block;
}


a{
	color:#FFFFFF;
}

a:hover{
	text-decoration: none;
}


/* @end */

/* @group Menu */

#menu {
	margin:0;
	padding:0;
	width: 284px;
	list-style-type:none;
	float: right;
	height: 98px;
}

#menu li {
	display:block;
	float:left;
	width: 70px;
	height: 98px;
	border-right: 1px solid #405359;
}

#menu li a {
	display:block;
	float:left;
	width:70px;
	background-color:#35454a;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	height:34px;
	padding-top:64px;
}

#menu li a:hover {
	color:#cd592f;
	background-color:#394b50;
}

#menu li.current{
	width: 70px;
	height: 34px;
	background-color: #fff;
	color: #e35a28;
	text-align: center;
	font-size: 11px;
	padding-top: 64px;
	font-weight: bold;

}


/* @end */

/* @group Contenu */

#main_content {
	background-color:#899ba1;
	width: 100%;
/*	height:650px; */
/*modifs bg */
	height: auto;
	/*margin: 25px 0 0 -447px;*/
	/*width: 895px;*/
	padding-bottom:50px;

}

#content{
	height: auto;
	margin: 25px 0 0 -447px;
	padding: 0;
	position: absolute;
	left: 50%;
	width: 895px;
	padding-bottom:50px;
}

h1,h2 {
	display: block;
	font-size: 12px;
	border-bottom: 1px solid #fff;
	margin-top: 5px;
	padding-bottom: 9px;
	font-weight: bold;
	margin-bottom: 10px;
}

h1{
	margin-top: 12px;
}

p{
	text-align: left;
	margin-top: 5px;
}

/* @group Gauche */

#gauche{
	float: left;
	height: auto;
/*	width: 530px;*/
	width: 90%;
}

#gauche_galeries{
	float: left;
	width: 346px;
}

.titre_img{
	color: #405359;
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.img_shuffle{
	background-color:#FFF;
	padding:5px;
	border:0;
	margin-bottom: 5px;
}

.derniere_galerie{
	float: left;
	margin-right:63px;
}

.derniere_galerie#last{
	margin-right:0px;
}

.derniere_galerie strong{
	display: block;
	font-weight: bold;
	padding-top: 4px;
	font-size: 12px;
}

.derniere_galerie img{
	background-color:#FFF;
	padding:5px;
	border:0;
}
.derniere_galerie span{
	color: #405359;
	font-size:14px;
	font-weight: bold;
}


#galeries_list{
	text-align: center;
	padding-left: 0;
	width: 346px;
	margin:0;
	padding:0;
}

#galeries_list li {
	display: block;
	border-bottom: 1px solid #405359;
	height: 30px;
	line-height: 30px;
}

#galeries_list li a{
	display: block;
	text-decoration: none;
	color: #405359;
}

.current_list{
	background-color: #405359;
}

/* @end */

/* @group Droite */

#droite {
	float: right;
	width: 291px;
}

#txt_bienvenue {
	padding-bottom:20px;
}

#txt_bienvenue h3{
	color: #405359;
	font-size:20px;
	margin-top:0px;
}
#txt_bienvenue span{
	display:block;
	width:100%;
	text-align: right;
	font-style: italic;
	color: #405359;
	font-size:14px;
	font-weight:bold;
}

#cube{
	width: 520px;
	height: 520px;
	overflow:hidden;
	background-color: #405359;
	position:relative;
}

#droite_cube{
	float: right;
	width:520px;
}

.img_agrandie{
}

#pages_list{
	list-style-type: none;
	padding-left: 0;
	text-align: center;
	margin:0;
	padding:0;
	margin-top:10px;
	width:520px;
	float:left;
}

#pages_list li{
	width: 20px;
	height: 20px;
	font-size: 13px;
	float: left;
	margin-left: 0px;
	margin-right:2px;
	line-height: 20px;
}

#pages_list li a{
	color: #FFF;
	background-color: #405359;
	display: block;
	width: 20px;
	height: 20px;
	text-decoration:none;
	font-weight:bold;
}

#pages_list .decalage{
	margin-left:229px;
	_margin-left:150px;
	margin-right:0px;
}

.current_page{
	background-color: #405359;
}

td img {
	border: 0;
}

td a{
	display: block;
	width: 130px;
	height: 130px;
}

/* @end */

/* @end */

/* @group Footer */



#footer{
/*	position:fixed;
*/	
	position:relative;
	bottom:0px;
	height:20px;
	width:100%;
	background-color:#405359;
	padding-top:3px;	
	font-weight:bold;
	font-size:10px;
}

#footer a{
	z-index:5600;

}

#footer div{
	width:900px;
	left:50%;
	margin-left:-450px;
	position:absolute;
}

#footer span{
	display:block;
	text-align:right;
	width:600px;
	position:absolute;
	top:0px;
	font-weight:normal;
	color : #E35A28;
	right:0px;
	margin-left:20px;
}

#footer span a{
	color: #899ba1;
}

/* @end */

#expo{
	border-bottom: 10px solid #d4d4d4;
}

#expo h2{
	margin:0;
	padding-top: 10px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom:10px;
	z-index : 5100;
	background-color: #405359;
}

#expo div{
	float:left;
	width:259px;
	padding-top: 16px;
	padding-right: 16px;
	padding-left: 16px;
	background-color: #405359;
}

#expo div.last{
	padding-bottom: 16px;
}

#expo img{
	margin-right: 13px;
	border: 1px solid #fff;
	float:left;
}

#expo strong{
	font: bold;
	color:#e35a28;
	padding-bottom:5px;
	display:block;
}

#expo a{
	color: #899BA1;
}

#expo strong a{
	text-decoration:none;
	color:#e35a28;
}

#expo span{
	color: #899BA1;
	font-size:11px;
}

#expo p{
	padding: 0px;
	margin: 0px;
	font-size:11px;
}

