/*  -----------------------------  */
/*  Feuilles de styles d'une page  */
/*  -----------------------------  */

body {
	/*background: url(images/fond.gif);*/
	background-color:#ffffff;
	}

/* Cadre de la page */
.cadre_page {
	/*border-top: 1px solid #000000;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	border-left: 1px solid #000000;*/
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background: url(images/filet.jpg) repeat-y;
	font-family: verdana, arial, tahoma;
	font-style: normal;
	font-size: 12px;
	}

/* Cadre du bandeau */
.cadre_bandeau {
	margin: 0px auto;
	padding: 0px;
	text-align:right;
	background: url(images/bandeau.gif) no-repeat;
	width:1000px;
	height:70px;
	}

/* Texte du bandeau */
.texte_bandeau {
	text-align:right;
	margin: 0px auto;
	padding: 0px;
	font-size: 12px;
	color: #FF0000;
	}

/* Cadre du pied */
.cadre_pied {
	background: url(images/pied.gif) no-repeat;
	clear: both;
	width:1000px;
	height:70px;
	color:#ff3300;
	text-align:right;

	}

/* Texte gauche du pied */
.texte_pied_gauche {
  float: left;
  width: 280px;
  padding-top: 35px; 
  padding-left: 10px; 
	text-align:left;
	font-size: 9px;
	color: #FF0000;
	}

/* Texte droite du pied */
.texte_pied {
  float: left;
  width: 700px;
	padding-top:60px;
	text-align:right;
	font-size: 9px;
	color: #FF0000;
	}
