@charset "utf-8";
/* CSS Document */

/*-------------------------------------------- GLOBAL ---------------------------------------------- */

*{
padding: 0px;
margin: 0 auto;
}

body{
background-color: #292824;
font-family: "Times New Roman", Times, serif;
font-size:12px;
color: #f7f3ec;
}

#splash {
position:fixed;
background-color: #292824;
width: 898px;
height:479px;
top: 50%;
left: 50%;
margin-top: -240px; /*set to a negative number 1/2 of your height*/
margin-left: -449px; /*set to a negative number 1/2 of your width*/
}

#global {
background-color: #292824;
width:1000px;
margin-top: 10px;
margin-bottom: 25px;
}

#contenuDroit {
float: left;
width: 470px;
margin-left: 30px;
margin-top: -70px;
padding-top: 20px;
}

#contenuGauche {
padding-top: 54px;
}

#contenuDroit p{
font-family: "Times New Roman", Times, serif;
font-size:1.4em;
margin-bottom: 20px;
line-height:140%;
}

#textTop {
width: 100%;
height: 260px;
background-image:url(../_medias/txt_top01.png);
background-repeat: no-repeat;
}

#footer {
margin-top: 60px;
margin-bottom: 25px;
padding-right: 5px;
width: 1000px;
height: 20px;
text-align: right;
}

#barre {
float: left;
width: 1px;
height: 450px;
}

ul#liensFooter li{
display: inline;
padding-left: 36px;
padding-right: 36px;
}

ul#liensFooter li a{
color: white;
text-transform:uppercase;
text-decoration: none;
font-size:1.2em;
}

img {
	border: none;
	}

a {
	text-decoration: none;
	color: white;
	}

/*-------------------------------------------- SLIDER ---------------------------------------------- */
	
.clear {
	clear:both
}

#gallery {
	float: left;
	height: 450px;
	width: 350px;
	margin-left: 120px;
}
	#gallery a {
		float:left;
		position:absolute;
		cursor: default;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}
	

/*-------------------------------------------- GALLERY ---------------------------------------------- */

img.horizontal1{margin-top: 101px;}
img.horizontal2{margin-top: 149px;}

#credits {
	float: left;
	position: relative; left: 790px; top: -30px;
	}

#credits p {
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	}

#updates {
	float: left;
	position: relative; left: -156px; top: 6px;
	}
	
#updates p {
	font-size: 1.3em;
	}
	
#updates a {
	font-weight: bold;
	}

#credits p {
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	}

body, h1, ul, li {
	margin: 0; padding: 0; border: 0;
}

#contenuGauche {
	margin-top: -100px;
	width: 700px; 
	float: left;
}

div#slideshow {
	width: 100%; 
	height: 450px;
	padding: 15px 0 0 15px;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
}

div#controls {
	float: left;
	position: relative; left: 465px; top: -30px; z-index: 15;
	}
	
div#controls a{
	margin-left: 15px;
	}

	div#slideshow ul#slides {
		list-style: none;
	}
		div#slideshow ul#slides li {
			margin: 0 0 20px 0;
		}

