html {
	font-size: 100%;
}

body { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #28221f;
	background-image: url("../images/fond_head.jpg");
	background-repeat:repeat-x;
	background-position:top;
} 
#conteneur {
	position: relative;
	top: 0px;
	width: 1200px; 
	margin: auto;
	background-color: #28221f;
	background-image: url("../images/fond_head2.jpg");
	background-repeat:no-repeat;
	background-position:top;
}

img {
	border: 0px;	
}

li {
	font-size: 100%; 
	display : list-item;
	list-style-image : url(puce.gif);
	list-style-position: inside;
	padding-left: 3px;
} 

a:link {
	color: #FFF;
	text-decoration: none
}

a:visited {
	color: #FFF;
	text-decoration: none
}

a:active {
	color: #c22e24;
	text-decoration: none;
}

a:hover {
	color: #c22e24;
}

/********** menu1****************/
#menu {
	position:relative;
	float:right;
	width:900px;
	height:200px;
}
#menu_jeu {
	position:absolute;
	top:109px;
	left:235px;

}
#menu_telecharger {
	position:absolute;
	top:109px;
	left:315px;

}
#menu_espacepresse {
	position:absolute;
	top:109px;
	left:487px;

}
#menu_contact {
	position:absolute;
	top:109px;
	left:619px;

}

/*********** footer ************/

#footer {
	position: relative;
	clear: both;    
	height: 17px;
	top:0px;
}

#footer #copyright {
	color: #FFF;
	font-size: 9px;
	font-weight: bold; 
	padding-top: 2px;
}
/********** LOGO ***************/
#logo{ 
	position: absolute;
	left: 125px;
	top: 0px;
}

/********** NOTRE ENTREPRISE ********/
#photo{
	float:right;
	margin-right:10px;
	margin-top:1px;
}
#texte_present{
	float:left;
	font-size: 13px;
	color:#FFF;
	font-weight: bold; 
	margin-left:200px;
	margin-top:30px;
	width:380px;
	text-align:justify;
}

#texte_fond {
	background-image:url("../images/fond_texte.jpg");
	height:150px;
	width:400px;
	background-repeat:no-repeat;
	background-position:top;
}
#texte_texte {
	width:350px;
	margin-left:20px;
}



/******LE JEU *****************/
#texte_present2{
	float:left;
	font-size: 12px;
	color:#FFF;
	margin-left:200px;
	margin-top:30px;
	width:400px;
	text-align:justify;
}
#bloc_auteur{
	float:right;
	width:450px;
	margin-right:150px;
	margin-top:70px;
	
}
#photo_auteur{
	position:relative;
	float:left;
	margin-top:0px;
	margin-right:0px;
	width:200px;
	
}

#texte_auteur{
	position:relative;
	float:right;
	font-size: 11px;
	color:#FFF;
	text-align:justify;	
	margin-top:0px;
	margin-right:0px;
	width:250px;
}


/******TELECHARGER REGLE *****************/
#photo2{
	float:right;
	margin-right:150px;
	margin-top:75px;
}

#photo3{
	float:right;
	margin-right:150px;
	margin-top:150px;
}


/*********PRESSE***************************/

#texte_present3{
	float:left;
	font-size: 11px;
	color:#FFF;
	margin-left:200px;
	margin-top:30px;
	width:400px;
	text-align:justify;
}

/******FORMULAIRE CONTACT *****************/

form { 
	margin: 2em;	
}
fieldset { 
	padding: 1em;	
}

#centre_fond form label {
	display: inline;
	float: left;
	width: 200px;
	font-weight: bold;
	margin-top: 5px; 
}


.texte {
	padding-left: 25px;
	padding-right: 25px;
}

#centre_fond { 
	float: left;
	width: 480px;
	margin-top: 30px;
	margin-left: 30px;
	text-align: justify;
} 

.form_texte {
	margin-top:3px;
	color:#921119;
	background-color:#F9F9F9;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#C4C4C2;
	border-left-style:none;
	border-top-style:none;
	border-right-style:none;
}
.form_texte2 {
	margin-top:3px;
	color:#921119;
	background-color:#F9F9F9;
	border-style:solid;
	border-width:1px;
	border-color:#C4C4C2;
}
.form_textezone {
	color:#921119;
	background-color:#F9F9F9;
	border-color:#C4C4C2;
	border-style:solid;
	border-width:1px;
}
#img_contact{
	float:right;
	margin-right:50px;
	margin-top:90px;

}
