html, body, td, input, select, textarea{
	font-family:arial,sans-serif;
	font-size:12px;
	color:#463E38;
}
a{
  color:#463E38;
  text-decoration:none;
}
a:hover{
  color:#E4680B;
}

body{  
  text-align:center; /*Corriger bug cetrage IE*/
  background-color:#D9D9D9; 
}

.main{    
  top: 0px; 
  width: 1002px; 
  margin-left: auto; 
  margin-right: auto;  
}
.main_i{
  border:1px solid #000000;
  background-color:#E4680B; /*Couleur de la bande de gauche*/
}

.content{
  background-color:#ffffff;
  margin-left:35px;
}

.head{
  position:relative;
  width:965px;
  height:75px;
  overflow:hidden;
}

.head_langue{
  position:absolute;
  top:50px;
  left:25px;
  font-weight:bold;
}

.head_contact{
  position:absolute;
  top:10px;
  right:10px;
  text-align:right;
}

.footer{
  clear:both;
  width:965px;
  height:75px;
  overflow:hidden;
}

.content_left{
  float:left;
  width:300px;
}

.content_right{
  float:left;
}

.logo{
  width:300px;
  /*height:150px;*/
  overflow-x:hidden;
}

.menu_left{  
  text-align:left;
  padding:10px;
  font-size:14px;
  font-weight:bold;
}

.menu_left_item{
  color:#FC6703;
  height:25px;
  line-height:25px;
  border-bottom:1px dashed #FC6703;
}

.pub_left{
  /*height:150px;*/
  width:300px;
  overflow-x:hidden;
}

.pub_top{
  width:665px;
  /*height:150px;*/
  overflow-x:hidden;
}

.menu_top{
  padding-left:25px;
  height:30px;
  line-height:30px;
  text-align:left;
  color:#FC6703;
  font-size:14px;
  font-weight:bold;  
}

.page_block{
  width:630px;
  text-align:left;
  border-bottom:1px dashed #FC6703;  
}
