@charset "utf-8";
/********************************************************
	CSS Document / Contact - Dubreuil by Skalpel.fr
********************************************************/

/* Emplois */
#print-plan {
	float: right;
	display: block;
	width: 132px;
	height: 26px;
	margin-top: 34px;
}
#print-plan a:link, #print-plan a:visited, #print-plan a:hover {
	display: block;
	width: 132px;
	height: 26px;
	background: url(../images/interface/contact/btn-print-plan.gif) 0 0 no-repeat;
	text-decoration: none;
}


/* Informations
-----------------------------------------------------------------------------*/
#informations {
	position: relative;
	display: block;
	width: 906px;
	height: 210px;
	margin-left: -15px;
	background: url(../images/interface/contact/informations-bg.gif) top left no-repeat;
}

/* Coordonnees */
#informations div.coordonnees {
	position: absolute;
	top: 20px;
	left: 30px;
	display: block;
	width: 245px;
}
#informations div.coordonnees p.adresse {
	display: block;
	width: 145px;
	height: 55px;
	line-height: 1.10em;
	padding: 25px 0 0 100px;
	margin-bottom: 15px;
	background: url(../images/interface/contact/coords-dubreuil.gif) 0 0 no-repeat;
	border-bottom: 1px solid #DDE6EC;
}
#informations div.coordonnees ul { margin-left: 10px; }
#informations div.coordonnees li {
	padding-left: 10px;
	margin-bottom: 2px;
	background: url(../images/interface/puce-1.gif) 0 5px no-repeat;
}

/* Gmap */
#informations div.gmap {
	position: absolute;
	top: 2px;
	right: 0;
	display: block;
	width: 605px;
	height: 175px;
	border: 4px solid #91A2A6;
}


/* Formulaire
-----------------------------------------------------------------------------*/
div.form div.right input[type=text] { width: 350px; }
	div.form div.right p.telephone input[type=text] { width: 100px; }
	
div.form div.right textarea { width: 350px; }