/* CSS Document */

@charset "utf-8";
/* CSS Document */
html{
}
body{
	background:#1c262e url(../image_library/bkg_body.jpg) repeat-x;
	margin:0;
	padding:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#4c4c4c;
	text-align:center;
}

h1{
	font-size:20px;
	font-weight:normal;
	color:#676767;
	padding:0 0 15px 0;
	margin:0;
}
h2{
	font-size:16px;
	font-weight:normal;
	color:#1c2627;
	padding:15px 0;
	margin:0;
}

h1 + h2{
	padding-top:0;
}

h3{
	font-size:14px;
	font-weight:normal;
	margin:5px 0 20px 0;
	padding:0;
}

p{
	padding:0;
	margin:2px 0 15px 0;
	text-align:justify;
}


a{
	color:#808080;
}
a:hover{
	color:#4b270d;
}






.main{
	width:900px;
	margin:0 auto;
	text-align:left;
}


.haut{
	position:absolute;
	z-index:5;
}

.middle{
	width:900px;
	padding-top:70px;
	min-height:507px;
	_height:507px;
}

.photo_content{
	position:relative;
	min-height:350px;
	_height:350px;	
	background:#000;
}

.photo_content .fleche{
	position:relative;
	width:49px;
	background:#000;
	height:100%;
	cursor:pointer;
	z-index:4
}

.photo_content #fleche_left{
	left:0;
	/*float:left;*/
	background:#000 url(../image_library/btn_fleche_left_up.gif) no-repeat 0 145px;
}

.photo_content #fleche_right{
	position:absolute;
	right:0;
	top:0;
	/*float:right;*/
	background:#000 url(../image_library/btn_fleche_right_up.gif) no-repeat 0 145px;
}


.photo_content #image_content{
	float:left;
	position:absolute;
	top:0;
	left:0;
	width:900px;
	text-align:center;
}

.photo_content #btn_hiRes_fr{
	float:left;
	position:absolute;
	z-index:4;
	bottom:11px;
	left:686px;
	width:154px;
	height:22px;
	cursor:pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fr/images/btn_hiRes_up.png', enabled=true, sizingMethod=scale);
}
.photo_content #btn_hiRes_fr[id]{
	background:url(../fr/images/btn_hiRes_up.png) no-repeat;
}

.photo_content #btn_hiRes_en{
	float:left;
	position:absolute;
	z-index:4;
	bottom:11px;
	left:709px;
	width:131px;
	height:22px;
	cursor:pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/en/images/btn_hiRes_up.png', enabled=true, sizingMethod=scale);
}
.photo_content #btn_hiRes_en[id]{
	background:url(../en/images/btn_hiRes_up.png) no-repeat;
}




.content{
	position:relative;
	background:#ebebeb url(../image_library/bkg_content_bottom.jpg) no-repeat bottom;
	min-height:157px;
	_height:157px;
}

.content .content_texte{
	padding:25px 30px 35px 30px;
}

.content .desc_photo{
	background:#e4e3e3;
	height:20px;
	line-height:20px;
	color:#a59297;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	padding:0 15px;
	overflow:hidden;
}

.content .thumb_photo{
	margin:16px 10px 0 8px;
	overflow:hidden;
	height:65px;
}

.content .thumb_photo img{
	height:65px;
	margin:0 2px;
	cursor:pointer;
}
.content .thumb_photo p{
	text-align:center;
}



.content .sousmenu_photo{
	position:absolute;
	left:5px;
	right:5px;
	bottom:8px;
	_bottom:7px;
	height:33px;
	line-height:33px;
	font-size:16px;
	overflow:hidden;
}

.content .sousmenu_photo a{
	padding:8px 10px 7px ;
	color:#4c4c4c;
	text-decoration:none;
}

.content .sousmenu_photo a:hover{
	padding:8px 10px 7px ;
	color:#cbcbcb;
	background:url(../image_library/bkg_btsousmenu.gif) repeat-x;
	text-decoration:none;
}


.bottom{
	text-align:center;
	color:#8a8a8a;
	font-size:11px;
}

.bottom a{
	color:#8a8a8a;
	text-decoration:none;
}

.bottom a:hover{
	color:#fff;
	text-decoration:none;
}


.bottom .coordonnees span{
	margin-left:20px;
}

.bottom .copyright{
	float:right;
	color:#36414e;
}

.bottom .copyright a{
	color:#36414e;
	text-decoration:none;
}

.bottom .copyright a:hover{
	color:#8a8a8a;
	text-decoration:none;
}

.clear{
	clear:both;
}

.hiddenPic{
	display:none;
}



