@charset "utf-8";
/* -------------------------- generalite */
body{
    background: url(../imgs/fond.jpg)no-repeat center top #000 fixed;
    padding: 0;
    margin: 0;
	font-family: Verdana, sans-serif;
}
#corps{
	margin-left: auto;
    margin-right: auto;
	max-width: 960px;
	position:relative;
}
#page{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
footer{
	text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
}
#infos{
    font-size: 0.7em;
    color: #ffd800;
	background:#000;
	padding:5px 0px 5px;
}
#reseaux{
	padding-top:10px;
	background:url(../imgs/reseaux-background.png) repeat-x bottom;
}
a{
	text-decoration:none;
	margin:0; 
	padding:0;
	color: #ffd800;
}
a:hover{
    color: #FFF;
}
#barre01, #barre02{
	position:absolute;
	z-index:-1;
	width:30px;
	height:100%;
	top:0;
	background:#000;
}
#barre01{
	left:240px;
}
#barre02{
	left:700px;
}
/* -------------------------- Accueil */
#bt-illus, #bt-photos{
	float:left;
}
#logo{
	float:left;
	margin:10px;
}
#accueil{
	width:960px;
	min-height:768px;
	margin-bottom:150px;
	margin-left:auto;
	margin-right:auto;
}
#accueil p{
	padding:10px 0 10px;
	text-align:center;
	background:#000;
	width:170px;
	letter-spacing:1px;
	font-size: 1em;
    color: #ffd800;
	margin-top:25px;
}
#accueil a:hover p{
	color:#FFF
}
#bt-illus{
	margin-left:170px;
	margin-top:270px;
}
#bt-photos{
	margin-top:270px;
}
.ombre{
	box-shadow: 5px 5px 5px #000;
} 
/* -------------------------- Nav */
#logo-mini{
	margin:21px;
}
#menu{
	width:185px;
	float:left;
}
#menu ul{
	margin:0;
	margin-left:21px;
	padding:0;
}
#menu li{
	font-size:0.7em;
	list-style:none;
	line-height:20px;
}
.fixe{
	position:fixed;
	top:0;
}
/* -------------------------- Galeries */
#illus, #photos{
	width:960px;
	min-height:680px;
	padding-bottom:150px;
	margin-left:auto;
	margin-right:auto;
	background:url(../imgs/structure.png) top center no-repeat;
}
#galerie-illus{
	width:695px;
	height:600px;
	float:left;
	margin-top:80px;
}
#galerie-photos{
	width:695px;
	height:600px;
	margin-left:185px;
	padding-top:80px;
}
.slider-contents{
	width:600px;
	height:680px;
}
/* -------------------------- Credits */
#credits{
	width:960px;
	min-height:680px;
	padding-bottom:100px;
	padding-top:80px;
	margin-left:auto;
	margin-right:auto;
	background:url(../imgs/structure.png) top center no-repeat;
}
#liste{
	width:600px;
	height:600px;
	margin-left:185px;
	display:table;
}
#liste-zone{
	display:table-cell;
	vertical-align:middle;
}
#liste-txt {
	background:#000;
	background:rgba(0,0,0,0.8);
	padding:20px;
	text-align:center;
}
.txt-categories{
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
	margin:15px 0 15px;
}
.txt-nom{
	color: #ffd800;
	font-size:0.7em;
}
.txt-kp{
	color: #999;
	font-size:0.6em;
	margin-top:50px;
	text-align:right;
}
.txt-credits{
	color: #FFF;
	font-size:0.8em;
}
/* -------------------------- Responsive */
@media screen and (max-width: 960px){
	body{
		background: url(../imgs/fond.jpg)no-repeat left top #000 fixed;
	}
}