html, body {
	color:#333333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	width:100%;
	background-image: url("images/design/fond.png");
}

a{
text-decoration:none;
border: 0;
color: #333333;
cursor:pointer;
outline: none;
}

h4{
font: 12px Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
width:150px;
line-height:30px;
margin:0;
margin-bottom: 5px;
margin-top: 10px;
}


#main {
	width: 950px;
    margin: 0 auto;
}

#header {
	width: 950px;
	height: 150px;
	margin: 0px;
	margin-top: 20px;
	background-image: url("images/design/header.png");
	background-repeat: no-repeat;
}


#header img {
	width: 920px;
	height: 120px;
	float: left;
	margin: 0;
	border: none;
	margin-left:15px;
	margin-top: 15px;
}

#corps {

	width: 950px;
	float:left;
	margin:0;
	padding:0;
	background-image: url("images/design/fond_corps.png");
}

#footer {
	width: 950px;
	height: 50px;
	float:left;
	margin: 0px;
	padding-top: 20px;
	background-image: url("images/design/footer.png");
	background-repeat:no-repeat;
	margin-bottom: 20px;
}

.footer_sepa_horizontale {
	width: 930px;
	height: 1px;
	float: left;
	margin-top:3px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	background-color:#666666;
}

/*--------------------------MENU---------------------------------*/

#gauche {
	width: 150px;
	min-height: 600px;
	float:left;
	margin: 0px;
	padding:0px;
}

#gauche ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.menu_sepa_horizontale {
	width:140px;
	height: 1px;
	background-color:#aaaaaa;

	margin-right: 10px;
	margin-left:3px;
	margin-top:5px;
	margin-bottom: 5px;
}
#gauche a:hover{
color: #f8b22c;
}

/*--------------------------CENTRE---------------------------------*/

#centre {
	width: 650px;
	min-height: 600px;
	float:left;
	margin: 0px;
	padding:0px;
}

/*--------------------------APERCU JEU---------------------------------*/

.jeu {
	width: 600px;
	height: 130px;
	float: left;
	margin-left:25px;
	margin-top:10px;
	margin-right: 25px;
	background-color:#B1B0B0;
}


.jeu a:hover{
color: #333333;
font-weight:normal;
}

.jeu_arrondi_h {
	width: 600px;
	height: 15px;
	float: left;
	background-image: url("images/design/arrondi_ho.png");
}

.jeu_arrondi_b {
	width: 600px;
	height: 15px;
	float: left;
	background-image: url("images/design/arrondi_b.png");
}

.jeu_apercu {
	width: 125px;
	height: 100px;
	float: left;
	margin-left:25px;
	margin-right: 25px;
	background-color:#aaaaaa;
}

.jeu_apercu_nom {
	height: 20px;
	float: left;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:left;
}

.jeu_apercu_description {
	width: 400px;
	height: 57px;
	float: left;
	overflow: hidden;
	margin:0;
	margin-top: 5px;
	padding:0;
	text-align:left;
}

/*.jeu_apercu_description p{
	width: 400px;
	height: 70px;
	overflow: hidden;
	margin:0;
	padding:0;
	text-align:left;
}*/

.jeu_sepa_horizontale {
	width: 400px;
	height: 1px;
	margin-top:3px;
	margin-bottom: 3px;
	float: left;
	background-color:#666666;
}

.jeu_note {
	margin:0;
	padding:0;
	width: 400px;
	height: 20px;
	float: left;

}

.jeu_texte_note {
	float:left;
	width: 300px;
	height: 20px;
	margin:0;
	padding:0;
	text-align: right;
	padding-top: 2px;
}

.jeu_etoiles {
	float: left;
	width: 100px;
	height: 20px;
	margin:0;
	padding:0;
}

/*--------------------------PAGE JEU---------------------------------*/

.page_jeu {
	float: left;
	width: 600px;
	height: 100%;
	margin-left:25px;
	margin-top:10px;
	margin-right: 25px;
	background-color:#B1B0B0;
}

.page_image {
	width: 300px;
	height: 240px;
	float: left;
	margin:9px;
	margin-left: 35px;
	border: 1px solid #555555;
	background-color:#cccccc;
}




/*--------------------------DROITE---------------------------------*/

#droite {
	width: 150px;
	min-height: 600px;
	float:left;
	margin: 0px;
	padding:0px;
}


.index_sepa_horizontale {
	width: 550px;
	height: 1px;
	margin-top:3px;
	margin-left:50px;
	margin-bottom: 3px;
	float: left;
	background-color:#666666;
}

.index_texte_accueil {
width: 600px;
margin:25px;
background-color:#B1B0B0;

}

.index_texte_accueil p {
width: 550px;
margin:0;
font-size:15px;
padding:25px;
text-align:left; 

}

.menud_sepa_horizontale {
	width:140px;
	height: 1px;
	background-color:#aaaaaa;
	float: left;
	margin-right: 3px;
	margin-left:7px;
	margin-top:5px;
	margin-bottom: 5px;
}

#commentaires {

	display: none;
	width: 530px;
	max-height: 150px;
	float: left;
	overflow:auto;
	margin: 30px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 5px;
	text-align:justify;
	border: 1px dotted #dddddd;
}

#formulaire {

	display: none;
	width: 530px;
	float: left;
	margin: 30px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 5px;
	text-align:justify;
	border: 1px dotted #dddddd;
}

.com_sepa_horizontale {
	width:510px;
	height: 1px;
	float: left;
	background-color:#000000;
	margin-top:5px;
	margin-bottom: 5px;
}

