body
{
    width: 90%; /*page de 90% de la page*/
	min-height: 1000px;
    margin: auto; /* Pour centrer la page */
    margin-top: 20px; /* retrait de 20px en haut*/
    margin-bottom: 20px;    /* Idem pour le bas du navigateur */
	background-image: url("Image/fond2.gif");
	font-family:Arial, serif;
	border-width:2px;
	border-style: ridge;
	border-color:rgb(130,34,38);

}


#en_tete
{
	width: 90%;
    margin-bottom: 10px;
    margin: auto;
	margin: 50px;
	font-variant:small-caps;
	font-size: XX-large;
	text-align: center;
}
#en_tete a img
{
	text-decoration: none;
	border: 0px  ;
}
#en_tete .drapeaux
{
	float:right;
	
}


#bouton table
{
    border-collapse: collapse;
    text-align: center;
    max-width: 750px;
    margin: auto;
    vertical-align: bottom;
	border-bottom: none;

}
#bouton table td
{
	background-image: url("Image/bouton/bouton.gif");
	background-repeat: no-repeat;
	background-position:bottom;
	text-align: center;
    font-style: bold;
    font-size: 1.6em;
	width: 150px;
	height: 61px;
}

#bouton a
{
	color: white; /* A CHANGEEEER */
	text-decoration: none;
}
#bouton a:hover
{
    color: #ff9900; /* A CHANGEEEER */
}
#bouton .s
{
    color: #ff9900; /* A CHANGEEEER */
    background-image: url("Image/bouton/bouton_s.gif");
   	background-repeat: no-repeat;
	background-position: bottom;
}





#barre h1
{
	color: black;
	text-align: center;
	font-size: 3.5em;
	margin: 50px;
}




#menu
{
    float: left;
    width: 5%;
	margin-left: 20px;
}


#corps
{
	margin-left: 5%;
	border: 0px;
	padding-right: 10px;
	font-size: 25px;
	text-align: justify;
}
#corps img
{
	float:right;
}
#corps .float-gauche
{
	float:left;
}
.retrait
{
	margin-left:60px
}
#pied_de_page
{
	text-align: right;
}

