@charset "utf-8";
/* CSS Document */

/* Generalite */

body {
	margin:0; padding:0;
	background-image:url(./img/bg.gif);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

* {
	margin:0; padding:0;
}

#conteneur {
	margin-left:auto;
	margin-right:auto;
	width:801px;
}

.spacer {
	clear:both;
} 

/* Header */
#header {
	width:500px;
	height:90px;
	background-image:url(img/bg_header.jpg);
	background-repeat:repeat-x;
	padding-right:100px;
	border-left:1px solid #FFFFFF;
	padding-top:18px;
}

#header p {
	font-size:12px;
	color:#FFFFFF;
	text-align:right;
	line-height:14px;
}

#header p strong{
	color:#8cb7d4;
}

/* Corps */
.bloc {
	background-image:url(img/bg_bloc.jpg);
	width:334px; height:427px;
	padding-left:25px;
	padding-top:10px;
	padding-right:20px;
	float:left;
	margin-right:10px;
}

.bloc h1 {
	background-image:url(img/bg_titre_h1.jpg);
	background-repeat:no-repeat;
	
	color:#313131;
	font-size:12px;
	width:330px; height:22px;
	text-indent:30px;
	padding-top:3px;
	
}

.bloc p {
	font-size:11px;
	color:#FFFFFF;
}

.bloc a.lien {
	color:#313131;
	text-decoration:underline;
	background-image:url(img/bg_lien_site.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:33px;
	display:block;
	padding-top:10px;
	text-indent:15px;
	margin:15px 0 0 80px;
}

.bloc a.lien:hover {
	text-decoration:none;
}

/* Footer */

#footer p {
	font-size:12px;
	text-align:center;
	color:#c0c0c0;
}

.blue {
	color:#8cb7d4;
}

/* Image Absolute */
div#png {
	height:167px; width:264px;
	position:absolute;
	margin-left:500px;
	margin-top:-145px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/societe_baumhueter.png', sizingMethod='scale');
}
div#png[id] {
	background-image:url(img/societe_baumhueter.png);
}


div#feuillard {
	height:113px; width:168px;
	position:absolute;
	margin-left:-40px;
	margin-top:-70px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/feuillard_polyprolpylene.png', sizingMethod='scale');
}
div#feuillard[id] {
	background-image:url(img/feuillard_polyprolpylene.png);
}


div#fibre {
	height:113px; width:168px;
	position:absolute;
	margin-left:-50px;
	margin-top:-70px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fibres_polypropylene.png', sizingMethod='scale');
}
div#fibre[id] {
	background-image:url(img/fibres_polypropylene.png);
}

#footer_baumhueter {
	display:none;
}

