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

* {
	margin:0;
	padding:0;
}

@font-face { 
	font-family: "Din"; 
	font-style:  normal; 
	font-weight: normal; 
	src: url(http://www.bh-plomberie.com/font/Din.ttf) format("truetype"); 
	src: url(http://www.bh-plomberie.com/font/Din.eot)\9; 
} 

body {
	font-size:13px;
	font-family:"Trebuchet MS";
	color:#333;
}

img {
	border:0;
	margin:0;
	padding:0;

}

ul {
	margin:0;
	padding:0;
	list-style:none;
}

p, span, h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-weight:normal;
}

a {
	font-size:12px;
	font-weight:bold;
	color:#0B6E74;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}



/****************************************************************************/
/*                               CSS PAGES                                  */
/****************************************************************************/
#page {
	width:600px;
	padding:0;
	margin:0;
}

#contener {
	background:url(../img/fiches/bg-page.jpg) repeat-y 0 0;
	padding:0 35px;
	width:530px;
	float:left;
}

#contener h2 {
	text-align:center;
	width:530px;
	padding:10px 0 20px;
	font-family:"Din";
	font-size:30px;
	color:#0B6E74;
}

#contener .bloc-difficulte {
	float:left;
	width:100px;
	height:137px;
	padding:0 20px 0 0;
	text-align:center;
	margin:30px 0;
	background:url(../img/fiches/bg-bloc-difficulte.jpg) no-repeat 0 0;
}

#contener .bloc-difficulte h3 {
	font-family:"Din";
	font-size:25px;
	color:#fff;
	padding-bottom:15px;
	text-align:left;
	padding-left:10px;
}

#contener .bloc-difficulte ul {
	width:100px;
}

#contener .bloc-difficulte ul li.facile {
	background:url(../img/fiches/picto-facile.gif) no-repeat 20px 0;
	padding-left:20px;
	color:#64C01A;
	width:80px;
}

#contener .bloc-difficulte ul li.facile-no {
	background:url(../img/fiches/picto-facile-inactif.gif) no-repeat 20px 0;
	padding-left:20px;
	color:#ccc;
	width:80px;
}

#contener .bloc-difficulte ul li.moyen {
	background:url(../img/fiches/picto-moyen.gif) no-repeat 12px 0;
	padding-left:30px;
	color:#ee9905;
	width:70px;
}

#contener .bloc-difficulte ul li.moyen-no {
	background:url(../img/fiches/picto-moyen-inactif.gif) no-repeat 12px 0;
	padding-left:30px;
	color:#ccc;
	width:70px;
}

#contener .bloc-difficulte ul li.difficile {
	background:url(../img/fiches/picto-difficile.gif) no-repeat 5px 0;
	padding-left:40px;
	color:#D91414;
	width:60px;
}

#contener .bloc-difficulte ul li.difficile-no {
	background:url(../img/fiches/picto-difficile-inactif.gif) no-repeat 5px 0;
	padding-left:40px;
	color:#ccc;
	width:60px;
}

#contener .bloc-difficulte ul li {
	padding-bottom:10px;
}


#contener .bloc-outils {
	float:left;
	width:410px;
	background:url(../img/fiches/bg-bloc-outils.jpg) repeat-y 0 0;
	padding:0 0 0;
	margin:30px 0;
}

#contener .bloc-outils .wrapper {
	background:url(../img/fiches/bg-bloc-outils-top.jpg) no-repeat 0 0;
	float:left;
	width:400px;
	padding:0 5px;
	min-height:132px;
	height:auto!important;
	*height:132px;
}

#contener .bloc-outils h3 {
	font-family:"Din";
	font-size:25px;
	color:#fff;
	padding-bottom:15px;
	padding-left:5px;
}

#contener .bloc-outils .gauche {
	float:left;
	width:236px;
	padding-right:5px;
}

#contener .bloc-outils .droite {
	float:left;
	padding-left:5px;
	width:150px;
}

#contener .bloc-outils .bottom {
	float:left;
}

#contener .etapes {
	float:left;
	width:530px;
}

#contener .etapes h2 {
	padding:0 0 15px 0;
	font-family:"Din";
	font-size:24px;
	color:#fff;
	text-align:left;
	color:#0B6E74;	
}

#contener .etapes h3 {
	color:#333333;
	text-align:center;
	padding-bottom:20px;
	font-size:25px;
	text-align:center;
	font-family:"Din";
}

#contener .etapes ul {
	padding-bottom:20px;
}

#contener .etapes ul li {
	background:url(../img/picto/picto-puce-bleue.gif) no-repeat 0 6px;
	padding-left:15px;
}

#contener .etapes ul li strong {
	color:#0B6E74;
}

#contener .etapes p.center {
	text-align:center;
	padding-bottom:20px;
}

#contener .etapes p.remarque {
	padding:5px 0 30px;
}

#contener .etapes p.remarque strong {
	color:#D91414;
}

#footer {
	background:url(../img/bg-footer.jpg) repeat-x 0 bottom;
	height:27px;
	clear:left;
	padding-top:6px;
}

#footer p {
	color:#FFFFFF;
	font-size:14px;
	padding-left:35px;
}







