.haut {
background-color : none; 
width : 740px; 
height : 80px; 
position : relative; 
z-index : 1; 
border : 1mm ridge #CCCCCC;
text-align:center;
font-size:30px;
} 
.haut_menu {
width : 740px; 
height : 20px; 
position : relative; 
top : 60px; 
z-index : 0; 
font-weight : bold; 
color : #000000; 
} 
.contenu {
background-color : none; 
width : 740px; 
min-height: 10%; 
position : relative; 
z-index : 1; 
border : 1mm ridge #CCCCCC;
overflow: visible;
} 
.bas {
background-color : NONE; 
width : 740px; 
height : 50px; 
position : relative; 
z-index : 0; 
/* balises de commentaires*/
border : 1mm ridge #CCCCCC; 

} 
.contenu_gauche {
background-color : none; 
width : 590px;
overflow: visible;
} 
.contenu_droite {
background-color : white; 
width : 140px; 
border : 0.2mm ridge #CCCCCC;
overflow: visible;
} 
.separation {
background-color : none; 
width : 740px; 
height : 20px; 
position : relative; 
z-index : 1;

} 
/* LIENS SPECIAUX BANNIERE balises de commentaires*/
a.blue:link {
color : #0000FF; 
font-weight : bold; 
text-decoration : none; 
} 
a.blue:visited {
color : #0000FF; 
font-weight : bold; 
text-decoration : none; 
} 
a.blue:hover {
color : #ff0000; 
font-weight : bold; 
text-decoration : none; 
} 
a.white:link {
color : #0000FF; 
font-weight : bold; 
text-decoration : none; 
} 
a.white:visited {
color : #0000FF; 
font-weight : bold; 
text-decoration : none; 
} 
a.white:hover {
color : #ff0000; 
font-weight : bold; 
text-decoration : none; 
} 
a.red:link {
color : #0000FF; 
font-weight : bold; 
text-decoration : none; 
} 
a.red:visited {
color : #0000FF; 
font-weight : bold; 
text-decoration : none; 
} 
a.red:hover {
color : #ff0000; 
font-weight : bold; 
text-decoration : none; 
} 
/* FIN LIENS SPECIAUX BANNIERE balises de commentaires*/
a:link {
color : #0000FF; 
font-weight : bold; 
text-decoration : none; 
} 
a:visited {
color : #0000FF; 
font-weight : bold; 
text-decoration : none; 
} 
a:hover {
color : #ff0000; 
font-weight : bold; 
text-decoration : none; 
} 
body {
font-weight : normal; 
color : #000000; 
background-color : #FFFFFF;
background-image : url(images/fond1.jpg);
background-attachment : fixed;
} 
.test {
border : 2px inset; 
font-family : Times New Roman; 
background-color : #000000; 
padding : 2px; 
font-size : 12pt; 
width : 700px; 
height : 300px; 
overflow : auto; 
color : white; 
}
