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

body {
	width: 1000px;
	margin: 0 auto;
	background: url("images/fond.jpg") repeat-x;
	font: 11px Verdana, Geneva, sans-serif;
	padding: 0 0 20px 0;
	background-color:#5FD5D7;
}
#wrapper {
	width: 1000px;
	padding: 320px 0 0 0;
	background: url("images/header.png") no-repeat;
}
#sidebarre {
	width: 158px;
	float: left;
	margin: 0 0 0 20px;
}
#sidebarre a {
	display: block;
	width: 142px;
	background: url("images/separationmenu.png") no-repeat;
	background-position: bottom left;
	padding: 3px 0 5px 20px;
	text-decoration: none;
	color: white;
}
#sidebarre a:hover {
	background: url("images/fondhover.png") no-repeat;
	background-position: bottom left;
}
#content {
	width: 750px;
	margin: 0 0 0 210px;
}
#content h1 {
	margin: 0 0 0 60px;
	width:247px;
	height: 36px;
	background: url("images/h1.png") no-repeat;
	color: #114a54;
	font-size: 18px;
	padding: 11px 0 0 70px;
}
#content h2 {
	margin: 0 0 0 60px;
	width:247px;
	height: 36px;
	background: url("images/h1.png") no-repeat;
	color: #114a54;
	font-size: 18px;
	padding: 11px 0 0 70px;
}

.floath1 { float: left; }
.pres {
	width: 484px;
	height: 198px;
	background: url("images/presentation.png") no-repeat;
	margin: 10px 0 10px 0;
	float: left;
}
.pres p {
	color: white;
	margin: 0;
	padding: 20px 15px 20px 15px;
	text-align: justify;
}
.carrepub {
	width: 250px;
	height: 250px;
	margin: 0 0 0 500px;
	padding: 15px 0 0 0;
}
.fiche {
	width: 743px;
	height: 116px;
	background: url("images/fiche.png") no-repeat;
	margin: 10px auto;
}
.thumbs {
	float: left;
	margin: 10px 0 0 7px;
}
.jouer {
	float: right;
	margin: 47px 20px 0 0;
}
.jouer a {
		font-weight: bold;
	color: black;
	text-decoration: none;
	font-size: 15px;	
}
.descript {
	width: 464px;
	height: 110px;
	margin: 0 0 0 190px;
}
.descript h3 {
	text-transform: uppercase;
	color: white;
	margin: 0;
	font-size: 12px;
	padding: 16px 0 0 20px;
}
.descript p {
	color: white;
	padding: 0 10px 0 10px;
}
.clearer {
	clear: both; height: 1px;	
}
#footer {
	width: 938px;
	height:37px;
	background: url("images/footer.png") no-repeat;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0 0 0;
}
#footer a {
	color: black;
	font-weight: bold;
	text-decoration:none;
}
#footer p {
	color: white;
	margin: 0;
	text-align: left;
	font-size: 10px;
	padding: 10px 0 0 60px;
}