body{
margin:0;
padding:0;
font: 76% Times New Roman;
text-align:center;
}

/* Layouts */

.container{
text-align:left;
width:800px;
margin:0 auto;
}

.blocheader{
background-image: url(images/fond_01.gif);
width: 800px;
height: 113px;
float: left;
margin:0;
}

.bloctitre{
width: 800px;
height: 38px;
margin:0 auto;
text-align:left;
}

.blocheader1{
background-image:url(images/fond_02.gif);
width:268px;
height:38px;
float: left;
position:relative;
margin:0;
}

.titre{
background-image:url(images/fond_03.gif);
width:404px;
height:38px;
float: left;
position:relative;
margin:0;
}

.blocheader3{
background-image:url(images/fond_04.gif);
width:128px;
height:38px;
float: left;
position:relative;
margin:0;
text-align:center;
}

.bloccontenu{
width:800px;
height:415px;
margin:0 auto;
text-align:left;
}

.blocmenu1{
background-image:url(images/fond_05.gif);
width:59px;
height:415px;
float: left;
position:relative;
margin:0;
}

.menu{
background-image:url(images/fond_06.gif);
width:94px;
height:415px;
float: left;
position:relative;
margin:0;
}

.blocmenu3{
background-image:url(images/fond_07.gif);
width:34px;
height:415px;
float: left;
position:relative;
margin:0;
}

.contenu{
background-image:url(images/fond_08.gif);
width:577px;
height:415px;
float: left;
position:relative;
margin:0;
overflow:auto;
}

.blocmenu5{
background-image:url(images/fond_09.gif);
width:36px;
height:415px;
float: left;
position:relative;
margin:0;
}

.blocpied{
background-image:url(images/fond_10.gif);
width:800px;
height:34px;
float: left;
position:relative;
margin:0;
}

/* Style écritures */

h1 {
    font-family: Times New Roman;
    font-style: normal;
    font-weight: bold;
    font-size: 12pt;
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    border-style: none;
}

h2 {
    font-family: Times New Roman;
    font-style: normal;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    text-align: justify;
    border-style: none;
    margin-right: 10px; 
    font-weight: normal;
}

/* Liens */

a:link 
{ 
  color :white ;  
  text-decoration: none;  
  font-weight: none;
}
a:visited 
{ 
  /* color: purple ; */ 
  text-decoration: none;
  color : white;
}
A:hover 
{ 
  color: "#999999" ; 
  /*font-size: 13pt ;*/
  text-decoration:underline ; 
}


h3 {
    font-family: Times New Roman;
    font-style: normal;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    text-align: right;
    border-style: none;
    font-weight: normal;
}
