@import url("formulaire_contact.css");  
*{
    padding: 0;
    margin: 0 ;
}
html{
    height:101%
}
/* /////////////////////////////////////////////////////////////////////////////////////////
                                                                         structure interface
/////////// //////////////////////////////////////////////////////////////////////////////*/
body{
    padding:0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #B09D6D;
	background-color:#000000;
    }
#global{
	width: 1000px;
	background:#000000 url(../images_site/fond.png) repeat-y;
    padding:0;
    margin: 0 auto ; 
	}
#bandeau{  
	background-color:transparent;
	height:114px;
	width:100%;
	padding:0px;
	margin:0;	 
    }
#contenu{ 
	width:87%;
	background: #000000 url(../images_site/fond_carre.jpg) no-repeat;
	background-position:right 100px;
	border-left:#615d48 solid 1px;
    padding:2% 0;
	border-right:#615d48 solid 1px;
	margin:0 auto ;
	}
/*///////////////////////////////////////////////////////////////////////////////////////////
                                                                                   pied
/////////////////////////////////////////////////////////////////////////////////////////////*/
#pied{
   width:100%;
   height: 83px;
   clear:both;
   background:#000000 url(../images_site/pied.jpg) no-repeat;
}
/*///////////////////////////////////////////////////////////////////////////////////////////
                                                                                     survol des liens
/////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////
                      les menus (bandeau et pied)
///////////////////////////*/
a{
    text-decoration: none;  
       color:#6E87A3;
}
a:hover{
color:#fbfae1;
  
}
/*///////////////////////////////////////////////////////////////////////////////////////////
                                                                                           menu
/////////////////////////////////////////////////////////////////////////////////////////////*/
.menu{
	list-style-type:none;
	padding:0;
    margin:0px 0 30px 40px;	
}  
          .menu li{
             display:inline;
           }
		   		   
.menu li a{
    background:#000000 url(../images_site/puces_menu.jpg) no-repeat;
    padding:8px 0 6px 35px;
    margin:0px 0px 0px 15px;
   }
.menu li a:hover, .menu .selection a{
    background:#000000 url(../images_site/puces_menu2.jpg) no-repeat;
	padding:8px 0 6px 35px;
	color:#fbfae1;
   }
		   /*///////////////////////////////////////////////////////////////////////////////////////////
                                                                                           menu
/////////////////////////////////////////////////////////////////////////////////////////////*/
#contenu h1{
    text-transform:uppercase;
   	font-size:15px;
	font-weight:bold;
	color:#615d48;
	text-align:right;
	margin:0 50px 0 0;
}
#contenu h2{
    width:60%;
   	font-size:11px;
	margin:40px 0 0 60px;
}
#contenu img{
   border:#615d48 solid 1px;
}
#bandeau img{ 
   margin-left:60px;
   border:none;
  }
p{
  width:60%;
  text-align:justify;
  margin:40px 0 0 60px;
}
#pied address{
	text-align:right;
	padding:33px 0 0 0;
	margin:0 115px 0 0;
}
p .imagePletrinne{
   width:145px;
   float: left;
   padding: 0;
   margin:0 8px 0 0;   
}
 p .imageLogos{
   float: left;
   padding: 0;
   margin:0 8px 0 0;
 }
object{
   width:760px;
   height:420px;
   background-color:#000000;
   margin:40px 0 20px 55px ;
}
.br_titre{
    clear:both;
	line-height:0px
}