/***********************************************/
/***********************************************/
/* Styles spécifiques à la page "Savoir-faire" */
/***********************************************/
/***********************************************/


/**** Introduction ***/

img#visuel_intro {
	float: left;
	margin: 10px 18px 30px 30px;
}


p#intro {
	float: left;
	width: 270px;
	min-height: 85px;
	_height: 85px; /* IE */
	margin:10px 0px 50px 0px;
	padding:55px 0px 0px 84px;
	background: url('../images/savoir-faire/bg_sf_intro.gif') no-repeat top left;
	text-align: justify;
}


/**** Notre savoir faire s'appuie sur : ***/

img#sf_soustitre {
	clear: both;
	margin: 0px 18px 20px 30px;
}

#sf_contenu {
	float: left;
	width: 370px;
	margin: 10px 0px 0px 30px;
	_margin: 10px 0px 0px 15px; /* IE */
}

#sf_contenu .bloc_agrandir {
	margin: 8px 0px 20px 0px;
}

#sf_contenu p {
	float: right;
	text-align: justify;
	margin-bottom: 20px;
}

p.sf_contenu_avec_visuel {
	width: 290px;
}

p.sf_contenu_simple {
	width: 370px;
}

/**** Cadre Magazines ***/

#sf_magazines {
	float: right;
	width: 280px;
	overflow: hidden;
	margin: 0px 30px 0px 0px;
	_margin: 0px 15px 0px 0px; /* IE */
	border: 1px solid #006432;
}
#sf_magazines a{
	color: #3a3a3a;
}

.sf_mag_soustitre {
	clear: both;
	float: left;
	margin-bottom: 10px;
}

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

#sf_magazines p {
	float: left;
	_float: none; /* IE */
	width: 190px;
	height: 40px;
	margin: 5px 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;
}


/**** Plus de détails sur l'historique des magazines ***/

#lien_details_historique {
	float: right;
	width: 160px;
	height: 31px;
	margin: 30px 90px 10px 0px;
	_margin: 30px 45px 10px 0px; /* IE */
	background: url('../images/savoir-faire/plus_de_details.gif') no-repeat top left;
	display: block;
}