@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;
}
#contact,#acces,#liens{
	display:none;	
	position:absolute;
	z-index:1;
	width:951px;
	height:405px;
	background-color:#2f2828;
	top:0px;
	left:0px;	
}
#cont_acces {
	width:951px;
	height:405px;
	background-color:#2f2828;	
}
#haut{
	height:28px;
	background-color:#000;	
}
#cont_contact {
	width:951px;
	height:405px;
	background-color:#2f2828;
	background-image:url(../images/contact/fond_contact.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#cont_contact #coordonnees {
	width:250px;
	float:left;
	margin:40px 0 0 130px;
}
.gps{
margin:0 0 3px 0;	
}
#cont_contact #form{
	width:360px;
	float:right;
	margin:30px 20px 0 0;	
}
#coordonnees h1{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;	
}
#form h2{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 0;
}
#coordonnees p {
	color:#a49f96;
	font-size:11px;
	font-weight:normal;
}
#hr1 , #hr2{
	margin:6px 0 6px 0;
	height: 1px;
	background-image:url(../images/fonds/hr_gris.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#hr1{
width:240px;	
}
#hr2{
width:350px;	
}
.label {
	font-size:10px;	
	color:#ababab;
	width: 160px;
	float:left;
}
#form input, #form #demande{
	background-color:#69655f;
	font-size:11px;
	color:#dadada;
	padding: 0 2px 0 2px;
 }
#form input {
	width:190px;
	height:16px;
	margin:0 0 10px 0;	
}
#form #label_demande{
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	margin:0 0 3px 0;
}
#form #demande{
	width:350px;	
}
#secu{
display:none;	
}
#form #btn {
	width:190px;
	height:28px;
	background-image: url(../images/contact/btn_contact_roll.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	margin:5px 0 0 0;
}
#form #btn:hover {
	background-image: url(../images/contact/btn_contact_roll.png);
	background-repeat: no-repeat;
	background-position: left -28px;		
}
#form #btn_en {
	width:190px;
	height:28px;
	background-image: url(../images/contact/btn_contact_roll_en.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	margin:5px 0 0 0;
}
#form #btn_en:hover {
	background-image: url(../images/contact/btn_contact_roll_en.png);
	background-repeat: no-repeat;
	background-position: left -28px;		
}
.renvoi{
	margin:7px 0 7px 0;
	font-size:9px;
	font-weight:normal;
	color:#69655f;
}
/**** liens ****/
#cont_liens{
	width:921px;
	height:310px;
	background-color:#2f2828;
	font-family:Verdana, Geneva, sans-serif;
	padding:28px 0 39px 20px;
	overflow:auto;
	background-image:url(../images/contact/fond_contact.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#cont_liens dl {
width:285px;
float:left;
margin:0px 0px 17px 15px;
}
#cont_liens dt {
	padding:0 0 5px 25px;
	background-image: url(../images/liens/puce_lien1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color:#bbb;
	font-size:12px;
	font-weight:bold;
}
#cont_liens .sous_titre{
	font-size:9px;
	font-weight:normal;
	color:#A49F96;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #433d3b;	
	padding:5px 0 10px 0;
}
#cont_liens .url{
	margin:5px 0 0 0;
	color:#bbb;
	font-size:11px;
	font-weight:normal;	
}
#cont_liens .url a {
	padding:5px 0 0 12px;
	background-image: url(../images/liens/puce_lien2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #433d3b;	
	color:#bbb;	
	text-decoration:none;
}
#cont_liens .url a:hover {
	color:#fff;	
	text-decoration:none;	
}