#global {
     margin-left: auto;
     margin-right: auto;
     width: ...;
     text-align: left; /* on rétablit l'alignement normal du texte */
     }
/*------------structure body--------*/
body {
BACKGROUND: "white";
PADDING-RIGHT: 0px; 
PADDING-LEFT: 0px; 
FONT-SIZE: 12px; 
PADDING-BOTTOM: 0px; 
MARGIN: 0px; 
PADDING-TOP: 0px; 
FONT-FAMILY: verdana, arial;
margin: 0;/* sans marges, la page sera collée aux bords */
text-align: center; /* pour corriger le bug de centrage IE */
font-family: verdana, arial, sans-serif; /* on définit la police de base dans la page */
font-size: 12px; /* on définit la taille de police de base dans la page */

}

/*------------structure des cadres--------*/
.header{
width:800px;
height:80px;
text-align:justify;
}
.cadre_contenu{
width:800px;
text-align:justify;
border-width:1px;
border-style:solid;
border-color:blue;
}
.footer{
width:800px;
height:80px;
text-align:justify;
border-style:solid;
border-color: yellow;
border-width:1px;
}

/*------------texte--------*/
.titretexte{
margin-left:50px;
margin-top:15px;
text-align:justify;
font-size:14pt;
color:#E72004;
font-weight:bold;
}
.texte{
margin-left:50px;
margin-right:100px;
margin-top:15px;
text-align:justify;
font-size:12pt;
}

a.lien {
  color: black;
  text-decoration: none;
}
a.lien:hover {
  color: #E72004;
  text-decoration: none;
  font-weight: bold;
}



/*
.test{ 
FILTER: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#ffff00', startColorstr='#000000', gradientType='0'); 
WIDTH: auto; 
} */
