@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Helvetica, Tahoma, Arial, Times, Times New Roman;
	font-size: 1em;
	color: #FFFFFF;
}

body {
	background-image: url(../IMAGE/Fond_principal.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.boite_contenu_principal {
display:block;
width:1000px;
height:auto;
margin-left:auto;
margin-right:auto;
margin-top:40px;
margin-bottom:20px;
}

/* Bouton Retour Arriere */
.bouton_retour_arriere {
display : block;
margin:auto;
width : 181px;
height : 31px;  /* la moitié de la hauteur totale de l'image */
background:url(../IMAGE/bouton/bouton_retour_arriere.jpg) left top no-repeat;
text-decoration : none;
}

.bouton_retour_arriere:hover {
background-position : 0 -31px;
}

/* FORM */

.text_box {
background:white;
font-size:15px;
border:#333333 1px solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.button {
background:#333333;
color:#FFFFFF;
border:#999999 1px solid;
height:30px;
width:70px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

/* Footer */
.footer {
width:100%;
margin-bottom:10px;
margin-top:10px;
margin-left:0px;
margin-right:0px;
border:none;
color:#CCCCCC;
font-size:12px;
background:url(../IMAGE/boite/presentation_produit/fond) repeat;
}

.footer a {
color:#CCCCCC;
text-decoration:none;
}