@charset "utf-8";

/* CSS Document */




#document a {
	text-decoration:none;
}


/* ********************************************* PLAN ********* */

#document .img_plan {
	float: right;
	margin-left:20px;
}

/* ********************************************* TEXT ********* */
#document .text1 {
	margin-bottom:30px;
	font-weight:normal;
}

/* ********************************************* COORD ********* */

#document #coordonnees #raison {
	font-size:15px;
	font-weight:bold;
}

#document #coordonnees {
	padding-bottom:15px;
}

#document #coordonnees a:hover {
	text-decoration:underline;
}

#document #coordonnees .inline {
	margin-top:15px;
}

#document #coordonnees .inline p {
	display:inline;
	padding-bottom:10px;
	white-space: nowrap;	
}

#document #adresse,
#document #tel,
#document #fax,
#document #email,
#document #web {
	padding-top: 5px;
	padding-left: 33px;
	background-repeat: no-repeat;
	background-position: left top;
	height:30px;
}

#document #adresse {
	background-image: url(img/ic_adresse.gif);
	height:auto;;
}

#document #tel {
	background-image: url(img/ic_tel.gif);
}

#document #fax {
	margin-left:25px;
	background-image: url(img/ic_fax.gif);
}

#document #email {
	background-image: url(img/ic_email.gif);
}

#document #web {
	background-image: url(img/ic_web.gif);
}


/* ***************************************************** FORM ************ */


#document #form_contact {
	margin-top:30px;
	color:#999999;
	font-size:10px;
	background-image: url(img/fd_form_mail.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 289px;
	width: 402px;
	padding-top:15px;
	padding-left:25px;
	margin-left:auto;
	margin-right:auto;
}

#document #form_contact input,
#document #form_contact select,
#document #form_contact textarea {
	color:#000000;
	margin-bottom: 3px;
	margin-left: 14px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #cccccc;
}

#document #form_contact input:hover,
#document #form_contact select:hover,
#document #form_contact textarea:hover {
	border: 1px solid #333333;
}

#document #form_contact #send {
	border: 1px solid #cccccc;
	font-size: 11px;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	color: #000000;
	margin-left: 0px;
	margin-top:5px;
	margin-bottom:7px;
	vertical-align:middle;
}

#document #form_contact #send:hover {
	background-color: #333333;
	color: #ffffff;
}


/* **************************************** MODULE COCHE ****************** */

#document #form_contact p.coche_lists input {
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align:text-bottom;
	border-style: none;
}