body {
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:14px;
	background:#0b0b0b;
	color:#fff;
	margin:0;
	padding:0;
}

a{
	color:#96c0e5;
	text-decoration:none;
}
em{
font-style:italic;
}
a:hover{
	text-decoration:underline;
}

#header{
	height:527px;
	width:100%;
	background: url(../images/bg-header.gif) repeat-x bottom left;
	position:relative;
}
#header h1{
	width:127px;
	height:66px;
	background: url(../images/logo.gif) no-repeat top left;
	text-indent:-99999px;
	position:absolute;
	top:40px;
	left:50%;
	margin-left:-63px;
	display:none;
}

.wrap_header{
	width:100%;
	height:527px;
	background: url(../images/header.jpg) no-repeat center center;
}

.wrap{
	margin:0 auto;
	width:960px;
	position:relative;
}
#header .wrap{
	height:527px;
}
#viewer{
	position:absolute;
	top:134px;
	left:50%;
	margin-left:-480px;
	width:920px;
	border:20px solid #fff;
	height:300px;
	overflow:hidden;
}
#viewer ul{
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%;
	height:300px;
}
#viewer ul li {
	float:left;
	height:300px;
	width:920px;
}

#prevBtn, #nextBtn{ 
	/*display:block;*/
	display:none;
	width:70px;
	height:70px;
	position:absolute;
	top:265px;
	background:url(../images/nav-viewer.gif) no-repeat top left;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#prevBtn{ 
	left:-35px;
}	
#nextBtn{ 
	right:-35px;
	background-position:top right;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:70px;
	height:70px;
	text-indent:-9999999px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}	
#nextBtn a{ 
	background-position:top right;
}
#prevBtn a:hover{
	background:url(../images/nav-viewer.gif) no-repeat bottom left;
}
#nextBtn a:hover{
	background:url(../images/nav-viewer.gif) no-repeat bottom right;
}	

#credits{
	position:absolute;
	top:485px;
	right:0;
	font-size:11px;
}

	
#content .wrap{
	width:920px;
}
#content{
	padding-top:40px;
	background: url(../images/bg-content.gif) repeat-x top left;
	overflow:hidden;
}

#nav{
	float:left;
	width:165px;
	overflow:hidden;
}
#nav{
	text-align:right;
}
#nav li{
	border-bottom:1px solid #1b313d;
	padding:13px 0;
}
#nav li.last{
	border:none;
}
#nav li.last a{
	font-size:12px;
}
#nav li span{
	display:block;
}
#colContent {
	float:right;
	width:690px;
}
#colContent ul.info{
	float:right;
	width:170px;
	font-size:11px;
	color:#96c0e5;
	font-style:italic;
	margin-top:35px;
	border-bottom:1px solid #1a2831;
}
#colContent ul.info li{
	border-top:1px solid #1a2831;
	padding:13px 0;
}
#colContent .content{
	float:left;
	width:460px;
		line-height:18px;

}
#colContent .contentLarge{
	line-height:18px;
	clear:both;
}
#colContent .contentMid{
	line-height:18px;
		width:460px;

	clear:both;
}
#colContent h2{
	font-size:18px;
	margin-bottom:18px;
	line-height:18px;
	border-top:1px solid #262626;
	padding-top:30px;

}
#colContent h2.premierTitre{
	font-size:24px;
	margin-bottom:24px;
	line-height:24px;
	border:none;
	padding-top:0;
}
#colContent h3{
	font-size:16px;
	margin-bottom:30px;
	line-height:18px;
	width:350px;
}
#colContent p{
	margin-bottom:10px;
}

#colContent .box{
	overflow:hidden;
	padding-bottom:20px;
	padding-right:30px;
}
.titre {
	font-size: 22px;
	font-weight: bold;
	margin-bottom:5px;
}
