@charset "utf-8";
/* CSS Document */
html, body {
 
  margin: 0;
  padding: 0;
}
body{
	font-family:Tahoma, Geneva, sans-serif;
	background-image:url(../images/bg.jpg);
	background-size: 100%;
	background-repeat:no-repeat;
	background-color:#CCC;
	color:#666;

}

img#bg {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
} 
#content {
  position:relative;
  z-index:1;
} 

a{
	color:#5178b6;
	text-decoration:none;
}
a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(../images/pdf.gif) no-repeat center right;
}
a:hover{
	color:#84afd9;
}
#ref{
	visibility:hidden;
}

li{
list-style: none;	
}


#head{
	background-image:url(../images/bg_head.png);
	background-repeat:no-repeat;
	background-position:center;
	min-height:50px;
	width:1000px;
	margin:0 auto;
	text-align:right;
}
#head img{
	position:relative;
	top:14px;
}

#foot{
	background-image:url(../images/bg_foot.png);
	background-repeat:no-repeat;
	background-position:center;
	min-height:50px;
	margin:0 auto;
	width:1000px;	
	text-align:right;
}
#infos{
	margin:0 auto;
	width:1000px;	
	text-align:right;
}
#logo{
	min-height:250px;
	width:100%;	
	text-align:center;
	padding-top:25px;
	//outline:1px dashed red;
	margin-top:50px;
	margin-bottom:25px;
}
#contenu{
	background-image:url(../images/bg_container.png);
	background-repeat:no-repeat;
	background-position:top center;
	min-height:450px;
	margin:0 auto;
	padding-top:65px;
	width:100%;
	//outline:1px dashed red;
	
}

#thumbs li{
	float:left;	
	margin-right:5px;
}
#thumbs li a img:hover{
	outline:1px solid #84afd9;
}
#thumbs li.first{
	clear:both;
}

#gallery{
	//outline:1px dashed blue;
	width:1000px;
	margin:0 auto;
	
}
#container{
		background:none;	
		background-image:none;
		background-color:transparent;
	}
.slide{
	width:752px;
	height:247px;
	padding:1em;
/*	background-image:url(../images/slideMid.png)
*/}
/*.slideFirst{
	background-image:url(../images/slideFirst.png)
}
.slideLast{
	background-image:url(../images/slideLast.png)
}*/
.slide p{
	width:90%;
	margin:0 auto;	
	color:#33478c;
	font-size:1.5em;
}
.slide a{
	width:90%;
	margin:0 auto;	

	font-size:1.2em;
	padding-top:2em;
	text-decoration:underline;
	
}
.slide h2{
	width:90%;
	font-weight:bold;
	margin:0 auto;	
	color:#171939;	
	font-size:3em;
}


