body { 
            margin: 0; 
            padding: 0; 
            background-color : #ffffff; 
            text-align :left; 
            font-family : Arial, Verdana, "Bitstream Vera Sans",  Helvetica, sans-sherif; 
} 
#conteneur {
            position: absolute; 
            left: 50%;
            width: 800px;
            height:auto;
            margin-left: -400px;
            background-color:#ffffff;
/*          border : 1px solid #0000ff;  */
}
#header {
            width: 800px;
            height : 80px;
            margin: 0;
            border-bottom: 2px solid #925140;
            background-image: url(../images/haut_2.png); 
            background-repeat: no-repeat; 
            background-position: right;
}
#gauche {
/*          position: absolute;  */
            float : left; 
            width: 395px;
            height:auto;
/*          border : 1px solid #ff0000;  */
}

#droite {
/*          position: absolute; */
            float : right ; 
            width: 395px;
            height:auto;
/*
            background-image: url(../images/plan_ba.png); 
            background-repeat: no-repeat; 
            background-position: center bottom;
            background-color:#ffffff;
            border : 1px solid #00ff00;  */
}

#haut {
/*          position: absolute; */  
            float : left ;
/*          margin-left:5px;*/
            width: 800px;
            height:auto;
            background-color:#ffffff;
/*          border : 1px solid #0000ff;*/
}

#bas {
/*          position: absolute; 
            float : left ;  */
            width: 800px;
            height:auto;
            background-color:transparent;
/*            border : 1px solid #0000ff;   */
}
dt {
            background-color:#b85017;
            color: #ffffff ;
            font-size : 20px;
            text-align:center;
            margin:auto;
            width: 500px;
}
.titre {
            background-color:#b85017;
            color: #ffffff ;
            font-size : 20px;
            text-align:center;
            margin:auto;
            width: 500px;   
}

h2 {
            margin : 0 ; 
            padding : 0 ; 
            font-size : 30px ; 
            color : #925140 ;
}
h1{
            margin:  0 0 0 5px; 
            padding: 0; 
            font-size : 20px;
            color : #925140 ;
            text-align : right;
}
p {
			color : #006400;
			font-size : 15px ;
			text-align : center;			
			font-weight: bold 
}

.texte2 {
            color : #552c00;
            font-size : 20px ; 
            font-weight: bold ;
            border-bottom: 2px solid #925140;
}
            
.texte3 {
            padding: 0 0 0 40px ;
            margin: 30px 0 0 0 ; 
            color : #552c00;
            font-size : 16px ;
            font-style: italic ;            
            font-weight: bold ;
}   
.texte4 {
/*          padding: 0 0 0 40px ; 
            margin: 30px 0 0 0 ;  */
            color : #bc9a74;
            font-size : 12px ;
            font-style: italic ;
            text-align : center;            
/*          font-weight: bold ; */
}
.texte5 {
            color : #925140;
            font-size : 15px ;
            text-align: justify;
            font-style: italic ;            
            font-weight: bold ;
            margin: 10px 5px 10px 0px;  
}
.textekerven {
			color : #006400;
			font-size : 15px ;
			/*
			font-style: italic ;			
			text-align : center;			
			font-weight: bold ;*/
}

/* ------------------  menu ------------------ */
.menu2 a {
            margin: 3px 0 0 0 ; 
            padding : 0 0 0 8px;
            width: 300px; 
            height: 20px;
            display: block; 
            text-align: left;
            font-size : 16px ;
            font-weight: bold ;
            text-decoration: none;
            color: #ffffff;
            background: #925140;
}
     
.menu2 a:hover {
            background: #ffffff;
            color: #925140;
}
.menu3 a {
            margin: 3px 0 0 0 ; 
            padding : 0 0 0 8px;
            width: 300px; 
            height: 20px;
            float : left;
            text-align: right;
            font-size : 16px ;
            font-weight: bold ;
            text-decoration: none;
            color: #ffffff;
            background: #925140;
}
     
.menu3 a:hover {
            background: #ffffff;
            color: #925140;
}
/* ------------ autres liens ---------------- */

a {
            color: #ffffff; 
            text-decoration: none; 
            background-color: #925140;
}

a:hover {
            color: #925140; 
            text-decoration: none; 
            background-color: #ffffff; 
}
.img a {
            color: #ffffff;
            text-decoration: none;
            background-color: #ffffff;
}

.img a:hover {
            color: #925140;
            text-decoration: none;
            background-color: #ffffff;
}
/* -------------------- pied de page ----------------- */           
.bas_fond {
          position : absolute; 
          left : 50%; 
          width : 400px;
          margin-left: -200px;
          height : 20px;
          bottom : 10px;
/*        border : 1px solid #00ff00; */
}

