/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #F5F1D5;
}

#page{
	width:840px;
	margin:auto;
	height: 460px;
	background-image: url(../images/fond_accueil.jpg);
	padding-top: 180px;
	padding-left: 110px;
}


.titre {
	font-family: Cracked, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	background-position: center;
}


.sous_titres {
	font-size: 14px;
	font-weight: bold;
}

#bouton{
	width:710px;
	height:260px;
}


#texte{
	font-size:13px;
	color: #402F12;
	height: 100px;
	width: 710px;
	margin-top: 50px;
	text-align: justify;
}

#pied{
	clear:both;
	width:710px;
	height:50px;
	color:#977C3D;
	font-weight: normal;
	background-position: center;
	float: left;
	text-align: center;
	line-height: 0px;
	padding-top: 35px;
}

.texte_pied{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
