body{
	background-image: url(/images/back.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	margin:  10px 0px 0px; /* pour éviter les marges */
  text-align: center; /* pour corriger le bug de centrage IE */
}

table{
	color: #FFFFFF;
	font-size: 13px;

}

TEXTAREA,SELECT,INPUT {
        color: #000000;
        background-color: #F7F7F7;
        font-family: Verdana;
        font-size: 10px;
}

.boutonsubmit {
        color: 000000;
        background-color: #FE5E2A;
        font-family: Verdana;
        font-size: 10px;
font-weight: bold;
}


.prixpromo {
        color: FE5E2A;
        font-family: Verdana;
        font-size: 11px;
font-weight: bold;
}

.tableau {
        background-color: #FE5E2A;
        font-family: verdana,arial;
        font-size: 11px;
        font-weight: bold;
color: #000000;
}

TD {
 font-size: 10px;
 font-family: verdana,arial;
 color: #FFFFFF;
}

A,A:VISITED {
    color: #FE5E2A;
    text-decoration : none;
}

A:HOVER,A:ACTIVE {
        color: #FE5E2A;
        text-decoration: underline;
}

.titre{
        font-family: arial;
        font-size: 14px;
        font-weight: bold;
color: #FE5E2A;
}