
#contact_mail{
	width:575px;
	/*height:140px;*/
	z-index:999;
	border-width:1px;
	border-color:#666; 
	border-style:solid;
	/*position:absolute;*/
	text-align:left;
	padding:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#fff;
	margin:0;
}
#contact_mail span{
	cursor:pointer;
}
#boite_send{
	width:640px;;
	z-index:990;
	border-width:1px;
	border-color:#666; 
	border-style:solid;
	position:relative;
	text-align:left;
	padding:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
		background-color:#FFF;
		display:none;
}
#boite_send h4{
    color:#e8261d;
    font-size: 16px;
    text-align: center;
}
#boite_send #bt{
	width:80px;
	background-color:#f0f0f0;
	padding:5px;
	float:left;

}
#boite_send #email_bt{
	
	width:80px;
	background-image:url(images/small_email.png);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#f0f0f0;
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:2px;
	
	border-right-color:#000;
	border-right-style:solid;
	border-right-width:2px;
	
	border-left-color:#666;
	border-left-style:solid;
	border-left-width:1px;
	
	border-top-color:#666;
	border-top-style:solid;
	border-top-width:1px;
	
	padding:3px;
	
	text-decoration:underline;
	float:left;
	
}
#boite_send .bouton{
	background-color:#000;
	color:#FFF;
	border-left-color:#666;
	border-left-style:solid;
	border-left-width:1px;
	
}
#boite_send #email_bt a{
	margin-left:18px;
	color:#000;
}
.liste_contact {
	//border: 0px inset #CCCCCC;
	overflow: auto;
	overflow-x: hidden;
	font-size :11px;
	color: #000055;
	position:relative;
	width:275px;
	font-family:Verdana, Geneva, sans-serif;

}
.liste_contact a{
	font-size :11px;
	color: #000; 
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
}
.liste_contact span{
	font-size :11px;
	color: #fff;
	background-color:#666;
	font-family:Verdana, Geneva, sans-serif;
	
}
.liste_contact a:hover{
	font-size :11px;
	color: #333; 
	text-decoration:none;
}
.pair {
	cursor: pointer;
	display: block;
	color: #000000;
	background-color: #FFFFFF;
	font-family : Tahoma, Verdana;
	text-decoration: none;
	padding-left: 21px;
	padding-right: 21px;
	height:20px;

}
.impair {
	cursor: pointer;
	display: block;
	color: #000000;
	background-color: #F0F0F0;
	font-family : Tahoma, Verdana;
	text-decoration: none;
	padding-left: 21px;
	padding-right: 21px;
	height:20px;	

}
.select_droite {
	background-image: url('none');
}

.select_droite:hover {
	background-image: url('images/fleche_droite.png');
	background-position:  right 50%;
	background-repeat: no-repeat;
	background-color: #D0E0FF;
	color: #000000;
	text-decoration: none
}
.select_gauche {
	background-image: url('none');
}

.select_gauche:hover {
	background-image: url('images/fleche_gauche.png');
	background-position:  left 50%;
	background-repeat: no-repeat;
	background-color: #D0E0FF;
	color: #000000;
	text-decoration: none
}

