@charset "utf-8";

#global{
	background: url(bg_contenu.png) no-repeat scroll 0 0 ;
	width: 1150px;
	height: 616px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -318px;
	margin-left: -575px;
	padding-top: 10px;
}

#galerie{

	width: 645px;
	background-color:#000000;
	float:left;

}
#cadrePhoto{
	width: 645px;
	height: 383px;
	position:relative;
}

#conteneurImg img{
	margin: 0 auto;
}

#img1 .loupe {
	position:absolute;
	display:none;
	bottom: 20px;
	right: 20px;


}
#img1:hover .loupe{
    display:block;
}
#bouton_texte{
    left: 0;
    padding-left: 20px;
    top: 10px;
    position: relative;
	font-size:12px;

}
.bouton
{
	cursor:pointer;
}
.bouton:hover
{
	text-decoration:underline;
}
a {
	text-decoration: none;
	color:#FFF;
}
a:hover{
	text-decoration:underline;

}
#img1{
	
	width: 645px;
	height: 383px;

}
#content-galerie{
	position: absolute;
	bottom: 0;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	text-align: center;

}
#content-galerie img{
	
    border: 1px solid #666;
    margin-left: 10px;

}

#legende{
	height: 110px;
	bottom: 0;
	text-align: justify;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
	
}

h2{
	font-size:12px;
	color: #FF9900;
	margin: 0;
	

}
p{

	font-size:12px;

}

#content{
margin-left: 675px;


}

.titre-categorie{
	font-size:30px;
	color: #FF9900;
	text-transform: uppercase;
	font-weight: 700;
	


}

.titre-page{
	font-size:25px;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;


}

.sous-titre{
	font-size:16px;
	color: #FF9900;
	text-transform: uppercase;
	font-weight: 700;

	
}

.text-descript{
	font-size:12px;
	color: #FFF;
	height: 420px;
	width: 465px;
	overflow: auto;
	text-align: justify;
	margin-top: 15px;
	padding-right: 10px;
	
}

.citation{
	margin: 0;
	font-style: italic;
	font-weight: bolder;

}
p {text-indent:0;}

.text-fix{
	padding-top: 5px;
	font-size:12px;
}
.text-fix a{
	color: #FF9900;
	line-height: 20px;
	font-weight: bolder;
}
.text-fix a:hover{
	color: #FF9900;
}

#menu{
	width: 100%;
	min-width: 870px;
	margin: 0 auto;
	text-align:center;
	position: fixed;
	bottom: 40px;

}

ul{
    display: table;
    margin: 0 auto;
    padding: 0;
	
}
ul li{
    display: table-cell;
	background: rgba(0, 0, 0, 0.4);
	font-weight: bold;
	font-size:14px;
	text-transform: uppercase;
	color: #FF9900;
	
}
.current{
background: rgba(0, 0, 0, 0.7);
padding: 10px 58px 7px;

}

ul li a:active{
	background:#000000;
}

#footer {
background: rgba(0, 0, 0, 0.7);
position: fixed;
width: 100%;
min-width: 1200px;
text-align: center;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
padding-top: 5px;
padding-bottom: 5px;
bottom: 0;
font-size: 15px;

}
#footer a{
	color: #999;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;

}
#footer a:hover{
	text-decoration: none;
	color:#FFFFFF;
}
#footer a:visited{
	color:none;
}
#footer h1{
font-size:16px;
float: left;
padding: 0 20px 0;
margin: 0;
font-weight: 700;
text-transform: uppercase;
}
#logo {
background: url(logo-chl.png);
width: 277px;
height: 30px;
float: right;
display: inline-block;
}