body {
     background-color: #000000; //#14426F;
     color: #FFFFFF;
     font-weight: normal;
     font-size: 12px;
     font-family: Arial, Helvetica, sans-serif;
     margin: 0px;
     padding: 0px;
}


.button{
 	background-image:url("bgd/bg_button.gif");
        background-repeat:repeat-x;
        font-weight: normal;
        font-size: 12px;
	color:#FC5000;
        font-family: Arial, Helvetica, sans-serif;

	height:20px;
       	width:auto;

}

.taille_10px{
	color:#FFFFFF;
	font-family: Arial;
	font-size: 10px;
}

.taille_12px{
	color:#FFFFFF;
	font-family: Arial;
	font-size: 12px;
}

.taille_14px{
	font-family: Arial;
	font-size: 14px;
}

.taille_16px{
	font-family: Arial;
	font-size: 16px;
}

.taille_18px{
	font-family: Arial;
	font-size: 18px;
}

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

.blanc {
  	font-family: Arial;
	font-size: 14px;
  	color: #FFFFFF;
}

.rouge {
  	font-family: Arial;
	font-size: 14px;
  	color: #FF0000;
}

.upperleft{

        width : 300;
	margin-left : auto;
	margin-right : auto;

	background-color : #FFFFFF;
	background-image : url('bgd/upperleft.png');
	background-repeat : no-repeat;
	background-position : top left;
}

.upperleft1{

        width : 470;
	margin-left : auto;
	margin-right : auto;

	background-color : #FFFFFF;
	background-image : url('bgd/upperleft.png');
	background-repeat : no-repeat;
	background-position : top left;
}

.upperright{
	background-image : url('bgd/upperright.png');
	background-repeat : no-repeat;
	background-position : top right;
}

.lowerleft{
	background-image : url('bgd/lowerleft.png');
	background-repeat : no-repeat;
	background-position : bottom left;
}

.lowerright{
	background-image : url('bgd/lowerright.png');
	background-repeat : no-repeat;
	background-position : bottom right;
	padding : 2% 2% 2% 2%;
}