/*************************************************/
/*************************************************/
/* Styles spécifiques à la page "Nous-contacter" */
/*************************************************/
/*************************************************/


/**** Introduction ***/

p#intro {
	float: left;
	width: 540px;
	min-height: 90px;
	_height: 90px; /* IE */
	margin: 10px 0px 10px 30px;
	_margin: 10px 0px 10px 15px; /* IE */
	padding: 60px 0px 0px 136px;
	background: url('../images/nous_contacter/bg_intro.jpg') no-repeat top left;
	text-align: justify;
}

/**** Cadre Magazines ***/

#sf_magazines {
	margin: 0px 0px 0px 10px;
	_margin: 0px 0px 0px 0px; /* IE */
	clear: none;
	float: left;
	width: 660px;
}

/*** Bloc ***/


div#contact {
	clear: both;
	padding: 20px 20px 20px 0px;
	_padding: 20px 10px 20px 0px; /* IE */
}

/**** Cadre Magazines ***/

.sf_mag_soustitre {
	clear: both;
	float: left;
	width: 660px;
	height: 22px;
	margin-bottom: 10px;
}

.sf_mag_logo {
	float: none;
	clear: none;
	width: 75px;
	height: 35px;
	padding: 0px 5px 10px 5px;
}

#sf_magazines p {
	width: 165px;
	height: 40px;
	margin: -10px 0px 0px 0px;
	display: block;
}

a.sf_mag_nom {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.sf_mag_nom {
	font-size: 11px;
	font-weight: bold;
	color: #3a3a3a;
	text-decoration: none;
}
a.sf_mag_nom:hover {
	text-decoration: underline;
}

span.sf_mag_detail {
	font-size: 10px;
	line-height: 10px;
}
.mag_bloc { 
	float: left;
	text-align: center;
}
.bloc2, .bloc3{
	padding-left: 175px;
}
.invite {
	padding: 0 0 20px 175px;
}
.form_contact {
	clear: left;
	margin: 0 auto;
	width: 380px;
	padding : 10px 77px;
	color: #999;
	background: #E2E2E2;
}
.form_contact select {
	float: right;
}
.form_contact input , .form_contact textarea, .form_contact select {
	border: 1px solid #c8c2b7;
}
input.btnEnvoyer {
	margin : 15px 0px 0px 174px;
	float: none;
}