body {
	background-color:#F0EFF0;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

/*bande*/
#bande {
	width: 100% ;
	height: 601px;
	background: url(index-01-01.jpg) repeat-x;
	text-align: center;
}

/*feuille*/
#feuille {
	width: 591px ;
	height: 515px;
	background: url(index-feuille.png) no-repeat;
	margin-left: auto;
    margin-right: auto;
}

/*flash*/
#flash {
	width: 590px ;
}

/*index*/
#index {
	width: 656px ;
	margin: 0 auto;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #726D78;
	margin:0px;
}
/*boutons ------------------------------------------------------------------------------------ */

#boutons {
     margin: 0;
     padding: 0;
	width: 656px ;
	margin-left: auto;
    margin-right: auto;
}
#boutons ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
 }
#boutons ul li {
     float: left;
     margin: 5px;
	color: #FF9900;
	font: bold 12px Arial, Helvetica, sans-serif;
 }   

 /* Style global des liens */   

a.boutons:link{
	color: #FC8603;
	text-decoration: none;
}
a.boutons:visited{
	color: #FC8603;
	text-decoration: none;
}
a.boutons:active{
	color: #FC8603;
	text-decoration: none;
}
a.boutons:hover{
	color: #FC8603;
	text-decoration: underline;
}  

/*texte*/
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AEAEAE;
}

.texte a:link{
	color: #AEAEAE;
	text-decoration: none;
}

.texte a:visited{
	color: #AEAEAE;
	text-decoration: none;
}

.texte a:active{
	color: #AEAEAE;
	text-decoration: none;
}

.texte a:hover{
	color: #AEAEAE;
	text-decoration: none;
}

/*texte1*/
.texte1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FC8603;
	text-align: justify;
}

.texte1 a:link{
	color: #FC8603;
	text-decoration: none;
}

.texte1 a:visited{
	color: #FC8603;
	text-decoration: none;
}

.texte1 a:active{
	color: #FC8603;
	text-decoration: none;
}

.texte1 a:hover{
	color: #FC8603;
	text-decoration: underline;
}

/*texte2*/
.texte2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AEAEAE;
	text-align: justify;
}

.texte2 a:link{
	color: #FC8603;
	text-decoration: none;
}

.texte2 a:visited{
	color: #FC8603;
	text-decoration: none;
}

.texte2 a:active{
	color: #FC8603;
	text-decoration: none;
}

.texte2 a:hover{
	color: #FC8603;
	text-decoration: underline;
}

