@import url("fonts/stylesheet.css");

@charset "utf-8";
/* CSS Document */




/* Remove margins from the 'html' and 'body' tags, and ensure the page takes up full screen height */
html, body {height:100%; margin:0; padding:0;}
/* Set the position and dimensions of the background image. */
#page-background {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:1200px;
	background-image: url(images/bk.jpg);
	overflow: auto;
	padding-top: 0px;
}
/* Specify the position and layering for the content that needs to appear in front of the background image. Must have a higher z-index value than the background image. Also add some padding to compensate for removing the margin from the 'html' and 'body' tags. */



#content {
	position:relative;
	z-index:1;
	padding:10px;
	width:970px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-family: AllerLightRegular;


}
#logo {
	text-align: center;
	width: 100%;
	padding-bottom: 70px;
}
#fadeshow1 {
	height: 153px;
	width: 183px;
	z-index: 2;
}
#slogan {
	padding-top: 5px;
	padding-left: 80px;
	float: left;
}
#photos {
	float: right;
	padding-top: 2px;
	padding-right: 80px;
	height: auto;
	width: 600px;
	text-align: left;
}

#bandeau {
	height: 175px;
	width: 970px;
	z-index: 1;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#apDiv1 {
	z-index: 2;
	background-image: none;
	height: 119px;
	width: 166px;
}


#nav {
	margin-top: 0px;
	margin-bottom: 50px;

}









[if IE 6]>
<style type="text/css">
html {overflow-y:hidden;}
.language {
	margin-top: 30px;
	height: 18px;
	padding-right: 20px;
}

body {overflow-y:auto;}
</style>
<![endif]
#content-accueil {
	position:relative;
	z-index:1;
	padding:10px;
	width:970px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-family: AllerLightRegular;
}
#content-accueil {
	position:relative;
	z-index:1;
	padding:10px;
	width:950px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-family: AllerLightRegular;
	background-image: url(images/bk-accueil.jpg);
	height: 730px;
	border: 1px none #666;
	overflow: visible;
}
