body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-family:"Courier New";
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
	background-color:#000;
	position:relative;
}
.index{
	background:#000 url(../img/background-11.jpg) no-repeat center fixed; 
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
}
.images{
	background:#000 url(../img/background-12.jpg) no-repeat center fixed; 
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
}
.contact{
	background:#000 url(../img/background-9.jpg) no-repeat center fixed; 
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
}
.diablotin{
	position:absolute;
	left:-10000px; top:0;
	z-index:666;
}
#page{
	width:980px; height:auto;
	margin:25px auto 0 auto;
	background:transparent;
	position:relative;
}
a{
	color:blue;
	text-decoration:none;
}
a:hover{
	color:blue;
	text-decoration:underline;
}
p{
	margin:0 0 15px 0;
}
#nav{
	width:190px;
	float:left;
	margin-right:10px;
	position:fixed;
}
#nav .nav-list{
	list-style:none;
	margin:0;
	padding:0;
}
#nav .nav-list li{
	list-style:none;
	display:block;
	margin-bottom:14px;
}
#nav .nav-list li.current a{
	font-weight:bold;
	padding-left:45px;
	font-size:1.5em;
}
#nav .nav-list li a{
	display:inline-block;
	background-color: rgba(255, 255, 255, 0.8);
	padding:4px 15px;
	text-decoration:none;
	color:#000;
}
#nav .nav-list li a:hover{
	padding-left:45px;
}
.content{
	float:right;
	width:720px;
	margin-right:30px;
}
h1, h2, h3{
	margin:0 0 20px 0; padding:0;
}
.text-link{
	display:inline-block;
	padding:0 0 0 12px;
	background:url(../img/arrow.png) no-repeat 0 50%;
	color:#0c0cf9;
	text-decoration:none;
	font-weight:bold;
}
.text-link:hover{
	text-decoration:underline;
}

/*index */

.index .content{
	position:relative;
}
.index .content .bouton-videos{
	position:absolute;
	top:10px; right:10px;
}
.index .intro{
	background-color:rgba(255, 255, 255, 0.8);
	padding:10px 20px;
	/*margin-bottom:80px;*/
}
.index .intro .desc{
	float:left;
	width:482px;
	margin-right:10px;
}
.index .intro p{
	text-align:justify;
}
.index .intro .thumb{
	float:right;
	/*width:200px;*/
}
.index .intro .actu-thumb{
	float:left;
	width:200px;
	padding:5px 20px 0 0;
}
.index .intro .desc {
   float: none !important;
   width: 100%;
}
.index .intro .desc p {
  /*text-align: center;*/
}
.index #diaporama {
   width: auto;
   background: transparent;
}
.nomarge {
   margin-bottom: 0 !important;
}
.center {
  text-align: center;
}
.center .bouton-videos{
  display: inline-block;
  margin-top: 20px;
}
.right {
  text-align: right;
}
.right .bouton-videos{
  display: inline-block;
  margin-right: 100px;
  margin-bottom: 15px;
}
.left {
  text-align: left;
}
.left .bouton-videos{
  display: inline-block;
  margin-bottom: 15px;
  margin-top: -15px;
}
.yt-player{
	clear:both;
	/*background-color:rgba(255, 255, 255, 0.8);
	padding:10px;*/
}
.yt-player iframe{
	display:block;
	width:680px; height:510px;
	/*margin:auto;*/
}

/*diaporama*/
#diaporama{
	padding-top:15px;
}
.zoom{
	cursor: url(../img/zoom.png), auto;
}
.popin-mask{
	display:none;
	position:fixed;
	z-index:666;
	background:#000 url(../img/popin-mask-bckg.png);
	width:100%; height:100%;
	left:0; top:0;
}
.popin{
	display:none;
	position:fixed;
	z-index:999;
	width:100%; height:100%;
	left:0; top:0;
	text-align:center;
	overflow:auto;
}
.popin .close{
	position:fixed;
	right:20px; top:0;
	display:block;
	font-family:UbuntuTitlingBold;
	color:#c32a22;
	text-decoration:none;
	margin:20px;
	background:url(../img/close.png) 100% 50% no-repeat;
	padding-right:34px;
	line-height:27px;
}
.popin img{
	clear:both;
	display:inline-block;
}
.popin .next{
	position:fixed;
	right:40px; top:50%;
	display:block;
	font-family:UbuntuTitlingBold;
	color:#c32a22;
	text-decoration:none;
	background:url(../img/next.png) 100% 50% no-repeat;
	padding-right:34px;
	line-height:27px;
}
.popin .prev{
	position:fixed;
	left:20px; top:50%;
	display:block;
	font-family:UbuntuTitlingBold;
	color:#c32a22;
	text-decoration:none;
	background:url(../img/prev.png) 0 50% no-repeat;
	padding-left:34px;
	line-height:27px;
}

/* contact */
.contact .content p{
	text-align:justify;
}
.contact .thumbl{
	float:left;
	/*margin-right:10px;*/
}
.contact .thumbr{
	float:right;
	margin-left:10px;
}
.contact .intro{
	background-color:rgba(255, 255, 255, 0.8);
	padding:10px 20px;
	margin-bottom:80px;
	/*width:482px;*/
}
.contact .intro .desc{
	float:left;
	/*width:482px;*/
	margin-right:10px;
}
.contact .intro.fleft .text{
	float:left;
	/*width:304px;*/
	margin-right:10px;
}
.contact .intro.fleft .visuals{
	float:right;
	/*width:340px;*/
}
.contact .intro.fright .text{
	float:right;
	/*width:304px;*/
}
.contact .intro.fright .visuals{
	float:left;
	/*width:340px;*/
	margin-right:10px;
}

/*
a.background{
	position:absolute;
	left:20px;
	bottom:20px;
}
*/

.signature{
	display:inline-block;
	clear:both;
	padding:2px 5px;
	background:#ffbf59;
	margin-top:0px;
}
#page:after,
.index .intro:after,
.contact .intro:after{
    display:block; clear:both;
    visibility:hidden;
    height:0;
    content:".";
}