@charset "utf-8";
/* CSS Document */

/******************************************************/
/****************** div de structure ******************/
/******************************************************/
#contentContact{
	height: 1%;
	overflow: hidden;
}

#leftContact{
	float: left;
	width: 436px;
}

#rightContact{
	margin-left: 456px;
	margin-bottom: 20px;
	height: 1%;
	overflow: hidden;
}

/************************************************************/
/****************** div #textePresentation ******************/
/************************************************************/

#textePresentation{
	background: url(../images/contact/fleches.jpg) right bottom no-repeat;
	padding: 0px 50px 90px 4px;
}

#textePresentation p{
	line-height: 18px;
}

/***************************************************/
/**************** div #coordonnees *****************/
/***************************************************/

#coordonnees{
	width: 436px;
	height: 263px;
	background: url(../images/contact/bg-coordonnees.jpg) left top no-repeat;
	margin-top: 5px;
}

#coordonnees p{
	font-size: 24px;
	height: 26px;
	line-height: 26px;
}

#coordonnees .c1{
	padding-top: 36px;
	padding-left: 28px;
	padding-bottom: 4px;
}

#coordonnees .c2{
	padding-left: 70px;
}

#coordonnees .c3{
	padding-left: 37px;
	padding-top: 29px;
}

#coordonnees .c4{
	padding-left: 36px;
	padding-top: 2px;
}

#coordonnees p a{
	text-decoration: none;
	color: #3d3525;
}

#coordonnees p img{
	vertical-align: middle;
}

/*************************************************************/
/******************* div #localisation ***********************/
/*************************************************************/

#localisation{
	width: 436px;
	height: 363px;
	margin-top: 23px;
	margin-bottom: 25px;
}

/************************************************************/
/****************** form #formContact ***********************/
/************************************************************/

#formContact{
	margin: 0px 4px 0px 0px;
	padding: 0px;
}

#formContact h3{
	margin: 0px;
	font-size: 24px;
	background: url(../images/contact/bg-legend.jpg) left top no-repeat;
	height: 66px;
	font-weight: normal;
	padding-left: 28px;
}

#formContact h3 span{
	font-size: 36px;
}

#formContact .obligatoire{
	color: #901414;
}

#formContact fieldset{
	padding: 0px;
	margin: 0px 0px 0px 19px;
	border: none;
}

#formContact fieldset input, #formContact fieldset textarea{
	background-color: #e7e7e7;
	border: none;
	color: #6c5c50;
	padding-top: 3px;
}

#formContact fieldset table th{
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

#formContact #table_coordonnees{
	margin-bottom: 21px;
}

#formContact #table_coordonnees th{
	width: 94px;
	padding-top: 8px;
}

#formContact #table_coordonnees td{
	width: 363px;
	padding-left: 5px;
	padding-bottom: 2px;
}

#formContact #table_coordonnees td.chp1{
	background: url(../images/contact/bg-text1.jpg) left top no-repeat;
	height: 33px;
}

#formContact #table_coordonnees td.chp1 input{
	width: 350px;
}

#formContact #table_coordonnees td.chp2{
	background: url(../images/contact/bg-textarea1.jpg) left top no-repeat;
	height: 75px;
}

#formContact #table_coordonnees td.chp2 textarea{
	width: 350px;
	height: 60px;
	overflow: auto;
}

#formContact #table_message td{
	padding-left: 5px;
	padding-bottom: 4px;
	width: 456px;
}

#formContact #table_message td.chp3{
	background: url(../images/contact/bg-text2.jpg) left top no-repeat;
	height: 32px;
}

#formContact #table_message td.chp3 input{
	width: 443px;
}

#formContact #table_message td.chp4{
	background: url(../images/contact/bg-textarea2.jpg) left top no-repeat;
	height: 156px;
}

#formContact #table_message td.chp4 textarea{
	width: 443px;
	height: 145px;
	overflow: auto;
}

#formContact #soumettre{
	margin: 7px 0px 0px 19px;
	width: 456px;
	font-size: 12px;
	text-align: right;
}

#formContact #soumettre input{
	float: left;
}

#formContact fieldset table td.erreur{
	padding: 0px;
	color: #e7e7e7;
	font-weight: bold;
	background: #901414 url(../images/contact/icone-erreur.gif) left top no-repeat;
}

#formContact .erreur p{
	margin-left: 29px;
	line-height: 26px;
}

#formContact .block_error{
	color: #990000;
	font-weight: bold;
	margin: 0px 10px 0.6em 0px;
}

#formContact .block_ok{
	color: #663300;
	font-weight: bold;
	margin: 0px 10px 0.6em 0px;
}