body
{
    width:1200px;
    height: 600px;   
    margin-left: auto;
    margin-right: auto;    
    color: #000;
    background-image: url(../images/fond.png);
    background-repeat: no-repeat;
    background-position:top;
    background-color: #e8d9cb;
       
}

a img 
{
border: none; 
}

a:link
{
    text-decoration:none;
    color: #424044;
}
a:visited
{
    text-decoration:none;
    color: #424044;    
} 
a:hover
{
    text-decoration:none;
    color: #D40050;     
}
li {
  list-style-image: url(../images/puce.gif);
  padding-left: 5px;
  
}

a.lien_r:link
{
    text-decoration:none;
    color: #D40050;     
}

a.lien_r:visited
{
    text-decoration:none;
    color: #D40050;   
}

#header, #menu, #content, #footer {
padding:1px 0;
}

#header
{
width:1200px;
height:180px; /* 89px */
/* position: relative; */
text-align:inherit;
/* background-color: #F0F0F0; */    
}
#main {
max-with:960px;
margin:auto;
position:relative;
}
#contenu_menu  {
float:left;
width:230px;
margin-left:30px;
/* background-color:#FF3366; */
position:absolute;
}
#menu  {
font-weight: bold;
font-size: 200%;
}
#content {
margin-left:285px;
/*  background-color:#E3CDAE; */
/* height: 400px; */
}
#footer
{
    width:1200px;
    height:75px;
    /* position: relative; */
    text-align:center;    
    /* background-color: #cccccc; */
    background-image: url(../images/pied_page.png);
    background-repeat: no-repeat;
    clear:both;    
}


#puce_1
{
      list-style-image: url(../images/puce_r.gif);
  padding-left: 15px;    
}
#puce_2
{
    list-style-image: url(../images/puce.gif);
    padding-left: 15px;
     
}
h1 { 
font-family: Book Antiqua;
font-size: 18pt;
font-weight: bold;
color: #8F5933;
/* text-decoration: underline;  */
}
h2 {
font-family: Book Antiqua;
font-size: 16pt;
font-weight: bold;
color: #8F5933;
}
h3 {
font-family: Book Antiqua;
font-size: 14pt;
font-weight: bold;
color: #8F5933; 
}
h4, h5, h6 {
font-family: Book Antiqua;
font-size: 12pt;
font-weight: bold; 
color: #8F5933;  
}
.texte {
    font-family: Book Antiqua;  /* Arial */
    font-size: 12pt;
    font-style: italic;
    color: #8F5933;
    text-align: left;
    /* font-weight: bold; */
    text-decoration: none;


}
.texte_gras
{
    font-family: Book Antiqua;
    font-size: 12pt;
    font-style: italic;
    color: #8F5933;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    
}
.info{
    font-family: Book Antiqua;
    font-size: 11px;
    color: #8F5933;    
    text-align: left;    
    text-decoration: none;   
} 
.cadre_image{
    border-color:#8F5933;
    border-style: solid;
    border-width:2px;
}
