
/* BODY */
body{
	margin: 0;
	padding: 0;
	background-color: #eee;
	
}
/* DIV COPRS */

div#corps{
	position: relative;
	/*width: 1000px;*/
	min-width: 900px;
	width:80%;
	height: auto;
	margin: 0 auto 200px auto;
	padding: 0;
	top: 50px;
	/*left: 50%;*/
	background-color: #eee;
	overflow: visible;
	/*border: 1px dotted blue;*/
}
/* DIV FOND */
div#fond{
	background-color: #eee;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	margin: 0!important;
	padding: 0!important;
}

/* IMG */

img{
	border-style: none;
}
/* SPAN HIDDEN */
span.hiddenText{
	display: none;
}
a.titre{
	text-decoration: none;
}
/* H2 TITRE */
h2#titre{
	position: absolute;
	background: url(../files/img/fondTitre.png) no-repeat center center;
	top: 90px;
	left: 19px;
	width: 220px;
	height: 24px;
	margin: 0!important;
	padding: 0!important;
	color: black;
	text-decoration: none;
	font: bold small-caps 15px/28px Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}
/* DIV CONT */
div#cont{
	position : relative;
	width: auto;
	height: auto;
	top: 140px;
	left: 0;
	background-color: transparent;
	padding: 0 10px 0 15px;
	overflow: hidden;
	margin: 0 auto;
	/*border: 1px dotted red;*/
}
div#cont.press{
	width:450px;
}
/* CREDITS */
div#credits{
	min-width: 900px;
	width:80%;
	margin: 0 auto 20px auto;
	text-align: left;
}
div#credits a{
	color: #ABABAB;
	font-size:10px;
	text-decoration: none;
	margin: 0 0 0 22px;
}

div#credits a:hover{
	color: black;
}
 
