#bloc { 
position : relative;
display:block;
background-color: #292929;
width: 815px;
text-align: left; /* on rétablit l'alignement normal du texte */
margin : 0 auto 0 auto;
}
#header { 
position : absolute;
top : 0;
left : 0;
width : 815px;
background-image : url("Images/tube_header.jpg");
background-repeat: no-repeat;
padding : 0;
} 
#content { 
position : absolute;
top : 80px;
left : 120px;
width : 697px;
height : 480px;
background-image : url("Images/tube_fond.jpg");
background-repeat: no-repeat;
color : black;
overflow : auto;
} 
#menu { 
background-image : url("Images/tube_menu.jpg");
left : 0;
overflow : hidden;
width : 120px;
position : absolute;
top : 80px;
height : 480px;
text-align : center;
} 
#menu_titre { 
font-size : smaller;
} 
body
{ margin: 0; /* pour éviter les marges */
  text-align: center; /* pour corriger le bug de centrage IE */
}
h1 { 
font-weight : bold;
font-size : large;
color : #000000;
text-align : left;
font-variant : small-caps;
} 
h2 { 
font-weight : bold;
font-size : large;
color : black;
font-variant : small-caps;
} 
h3 { 
font-size : medium;
font-weight : bold;
color : #004400;
} 
p { 
font-style : normal;
text-align : justify;
} 

a:link { 
color : #014f07;
} 
a:active { 
color : #8c130a;
} 
a:visited { 
color : #8c130a;
} 


