body, html {
height: 100%;
margin: 0;
padding: 0;
background : #fff url(images/bg3.jpg) fixed;
font-size : 0.8em;
font-family : arial; 
}

html {
overflow: visible;
}
body {
overflow: auto;
}
#menu {
position:absolute;
margin-top : 10px;
margin-left: 710px !important;
margin-left: 750px ;
text-align:left;
list-style : none; 
}


#menu li {}


#menu li a{
display : block ; 
text-decoration : none;
color : #ccc;
margin : 1px 0 0 0 ;
text-transform : uppercase; 
line-height : 15px ; 
border-bottom : 1px dotted #ccc;
width : 150px; 
}

#menu li a:hover{
text-decoration : none;
 text-indent :20px; 
}


ul[id=menu] {
position: fixed !important;
}
html > body {
overflow: visible !important;
}




#content{
width:740px;
background : #fff url(images/bg.jpg) repeat-y;}
html>body #content {height : auto; min-height : 100%;  }


.haut {width : 740px ; height : 200px ; background : url(images/top5.jpg)}


#gauche {
width : 290px ;
float : left;
margin-left : 0; /* rectifictif IE du au !important de la ligne precedente */
padding-bottom :100px; }
#gauche p{
padding : 0 ; margin : 5px 20px 0 20px}

	
#droite {
width : 450px ;
background: transparent; 
float : right;
margin-left : 0; 
padding-bottom : 40px; }

#droite p{
padding : 0 ; margin : 5px 20px 0 20px}

 
 h3 {
 margin : 20px 20px 20px 20px; 
 border-bottom : 1px dotted #000 ; 
 line-height : 30px ; 
 padding-botom : 20px ; 
 font-size : 1.5em; 
 text-transform : uppercase ; }
 
  h3 span{
font-size : 0.6em ; font-style : italic ; text-transform : none }
 
 h4 {
 margin : 20px 20px 20px 10px; 
 border-bottom : 1px dotted #000 ; 
 line-height : 30px ; 
 padding-botom : 20px ; 
 font-size : 1.5em; 
 text-transform : uppercase ; }
 
  h4 span{
font-size : 0.6em ; font-style : italic ; text-transform : none }
 
 
 
 
 .signature {
 clear : both ; 
 text-align : right; 
 margin-right : 30px ; 
 height : 40px; 
}
 
 
 
 
 
 .imgdroite {float : right  ; margin : 0 0 10px 10px } 
 
  .imggauche {float :left  ; margin : 0  10px 10px 0 } 
  
  a {text-decoration : none ; color : #7f2815}
  a:hover {text-decoration: underline ; color : #812d00}



