/****************************************************************************/
/*                            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 {
	background:url(../img/bg-body.jpg) repeat 0 0;
	background-attachment:fixed;
	font-size:13px;
	font-family:"Trebuchet MS";
	color:#333;
}

.wrapper {
	background:url(../img/bg-header.jpg) repeat-x 0 0;
	width:100%;
}

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

}

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

.cleaner {
	clear:both;
	width:1px;
	line-height:1px;
	height:1px;
}

p, span, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}

form, label, fieldset {
	border:none;
	margin:0;
	padding:0;
}

textarea {
	margin:0;
	padding:0;
}

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

a:hover {
	text-decoration:none;
}

.none {
	display:none;
}

/***** Les titres *****/
h2 {
	font-family: "Din"; 
	padding-left:10px;
	font-size:25px;
	font-weight:normal;
}
h3 {
	font-size:15px;
	font-weight:normal;
	color:#FFFFFF;
}





/****************************************************************************/
/*                               CSS PAGES                                  */
/****************************************************************************/
#page {
	margin:0 auto;
	width:1000px;
	position:relative;
}

/***************************** HEADER *****************************/
#header {
	width:1000px;
	float:left;
	position:relative;
}

#header .logo {
	padding-top:25px;
}

#header .reflet {
	padding-top:1px;
	position:absolute;
	right:10px;
	top:0;
}

#header .share {
	position:absolute;
	right:10px;
	top:5px;
	z-index:1000;
}


/* NAVIGATION */
#header #navigation {
	width:1000px;
	float:left;
	padding-top:27px;
}

#navigation ul li {
	float:left;
}

#navigation li a {
	font-size:15px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	padding:0 23px;
	line-height:34px;
	float:left;
	display:block;
}

#navigation ul li.on,
#navigation ul li:hover {
	background-color:#0099FF;
}



/***************************** CONTENER *****************************/
#contener {
	width:980px;
	background-color:#FFFFFF;
	float:left;
	padding:10px;
}

/* COLONNE GAUCHE */
#contener #col-gauche {
	float:left;
	width:200px;
	padding-right:10px;
}

/* Bloc réalisations */
#col-gauche .bloc-realisations {
	background:url(../img/bg-realisations-top.jpg) repeat-x 0 0;
	padding-top:20px;
	width:200px;
}

.bloc-realisations h2 {
	background:url(../img/img-realisations.jpg) no-repeat 0 bottom;
	padding:212px 0 10px 18px;
	color:#265AA8;
	font-size:30px;
}
.bloc-realisations h3 {
	background:url(../img/bg-realisations-bottom.jpg) repeat-x 0 0;
	height:29px;
	text-align:center;
	padding-top:7px;
	width:200px;
}

.bloc-realisations h3 a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:15px;
	font-weight:normal;
}


/* Bloc contact */
#col-gauche .bloc-contact {
	padding-top:20px;
}

#col-gauche .bloc-contact h2 {
	background:url(../img/bg-contact-h2.jpg) no-repeat 0 0;
	color:#fff;
	line-height:35px;
	width:100%;
}

.bloc-contact .liste {
	background:transparent url(../img/bg-contact.jpg) repeat-y 0 0;
	padding:10px 5px;
	width:194px;
}

.bloc-contact .liste li {
	background:url(../img/picto/puce-lien.gif) no-repeat 0 8px;
	padding:2px 0 2px 15px;
}

.bloc-contact .liste li strong {
	color:#000000;
}

#col-gauche .bloc-contact .bottom{
	background:url(../img/bg-contact-bottom.jpg) no-repeat 0 0;
	width:203px;
	height:5px;
}




/* Bloc présentation */
#col-gauche .bloc-presentation {
	background:url(../img/bg-infos-top-rouge.jpg) repeat-x 0 0;
	padding:25px 0 0;
	width:198px;
	border:1px solid #D61414;
}

.bloc-presentation h2 {
	padding:0 5px;
	color:#DC1414;
	font-size:20px;
}

.bloc-presentation ul {
	margin:20px 5px;
}

.bloc-presentation li.space {
	padding-top:10px;
}

.bloc-presentation h3 {
	background:url(../img/bg-presentation-bottom.jpg) repeat-x 0 0;
	height:29px;
	text-align:center;
	padding-top:7px;
	width:198px;
}

.bloc-presentation h3 a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:15px;
	font-weight:normal;
}


/* COLONNE DROITE */
#contener #col-droite {
	float:left;
	width:770px;
}

/****************** Bloc Infos ******************/
#col-droite #bloc-infos {
	width:762px;
	background:url(../img/bg-infos-top.jpg) repeat-x 0 0;
	border:1px solid #0B6E74;
	padding:23px 3px 3px;
	float:left;
}

#bloc-infos .texte {
	position:relative;
	float:left;
	background:url(../img/img-infos.jpg) no-repeat right bottom;
	width:762px;
}

#bloc-infos .texte h2 {
	padding:0px 10px 15px;
	color:#0B6E74;
}
#bloc-infos.competences .texte h2 {
	color:#FFA200;	
}

#bloc-infos .texte h2 img {
	float:none;
}

#bloc-infos .texte p {
	padding:0 10px 11px;
	width:480px;
}

#bloc-infos .texte p strong {
	color:#0B6E74;
}

#bloc-infos .texte img {
	float:right;
}

#bloc-infos ul li{
	background:url(../img/picto/picto-puce-bleue.gif) no-repeat 20px 6px;
	padding-left:40px;
	padding-bottom:5px;
}

/*** Option page Nos compétences ***/
#page.certifications #bloc-infos .texte {
	background:url(../img/img-infos-certifications.jpg) no-repeat right bottom;
}

/*** Option page Nos compétences ***/
#page.competences #bloc-infos {
	background:url(../img/bg-infos-top-orange.jpg) repeat-x 0 0;
	border:1px solid #FFA200;
}

#page.competences #bloc-infos .texte p strong {
	color:#ee9905;
}

#page.competences #bloc-infos .texte {
	background:url(../img/img-infos-competences.jpg) no-repeat right bottom;
	float:left;
}


/*** Option page Nos réalisations ***/
#page.realisations #bloc-infos {
	background:url(../img/bg-infos-top-bleu.jpg) repeat-x 0 0;
	border:1px solid #0099FF;
}

#page.realisations #bloc-infos .texte p strong {
	color:#265AA8;
}

#page.realisations #bloc-infos .texte {
	background:url(../img/img-infos-realisations.jpg) no-repeat right bottom;
	float:left;
}
#page.realisations #bloc-infos .texte h2 {
	color:#265AA8;
}


/*** Option page Conseils Pratiques & Option page Fiches Techniques & Option page Glossaire & Option page Le Saviez-vous ? ***/
#page.conseils #bloc-infos,
#page.fiches-techniques #bloc-infos,
#page.glossaire #bloc-infos,
#page.saviez-vous #bloc-infos {
	background:url(../img/bg-infos-top-vert.jpg) repeat-x 0 0;
	border:1px solid #64C01A;
}

#page.conseils #bloc-infos .texte p strong,
#page.fiches-techniques #bloc-infos .texte p strong,
#page.glossaire #bloc-infos .texte p strong,
#page.saviez-vous #bloc-infos .texte p strong {
	color:#64C01A;
}

#page.conseils #bloc-infos .texte {
	background:url(../img/img-infos-conseils.jpg) no-repeat right center;
}
#page.conseils #bloc-infos .texte h2,
#page.fiches-techniques .texte h2,
#page.glossaire #bloc-infos .texte h2,
#page.saviez-vous #bloc-infos .texte h2 {
	color:#64C01A;
}

#page.fiches-techniques #bloc-infos .texte {
	background:url(../img/img-infos-fiches.jpg) no-repeat right center;
}

#page.glossaire #bloc-infos .texte {
	background:url(../img/img-infos-glossaire.jpg) no-repeat right center;
}

#page.saviez-vous #bloc-infos .texte {
	background:url(../img/img-infos-saviez-vous.jpg) no-repeat right center;
}


/*** Option page Associations ***/
#page.association #bloc-infos .texte {
	background:url(../img/img-infos-associations.jpg) no-repeat right 1px;
}


/*** Option page Informations Légales ***/
#page.infos-legales #bloc-infos .texte {
	background:url(../img/img-infos-infos-legales.jpg) no-repeat right 1px;
}
#page.infos-legales #zone-texte h3 {
	font-family:"Din";
	font-size:20px;
	color:#0B6E74;	
}

/*** Option page Contact ***/
#page.contact #bloc-infos .texte {
	background:url(../img/img-infos-contact.jpg) no-repeat right 1px;
}

#page.contact #bloc-infos .texte p.center {
	text-align:center;
	font-size:16px;
	color:#D91414;
	margin:10px 0 20px;
	font-weight:bold;
}

#page.contact #bloc-infos .texte li{
	display:inline;
	background:none;
	font-weight:bold;
	font-size:14px;
	padding-left:10px;
	padding-right:20px;
}



/*** Option page Demandez notre brochure & Option page votre avis & Option page rappel ***/
#page.brochure #bloc-infos,
#page.avis #bloc-infos,
#page.rappel #bloc-infos {
	background:url(../img/bg-infos-top-rouge.jpg) repeat-x 0 0;
	border:1px solid #D91414;
}

#page.brochure #bloc-infos .texte p strong,
#page.avis #bloc-infos .texte p strong,
#page.rappel #bloc-infos .texte p strong {
	color:#D91414;
}
#page.brochure #bloc-infos .texte h2,
#page.avis #bloc-infos .texte h2,
#page.rappel #bloc-infos .texte h2 {
	color:#D91414;
}

#page.brochure #bloc-infos .texte {
	background:url(../img/img-infos-brochure.jpg) no-repeat right center;
}

#page.avis #bloc-infos .texte {
	background:url(../img/img-infos-avis.jpg) no-repeat right center;
}

#page.rappel #bloc-infos .texte {
	background:url(../img/img-infos-rappel.jpg) no-repeat right center;
}

#page.avis #bloc-infos .texte p span {
	color:#D91414;
	font-size:11px;
	font-weight:bold;
}

#page.avis #bloc-infos .texte p.bouton {
	text-align:center;
}

#page.avis #bloc-infos .texte p.bouton img{
	float:none;
}

#page.avis #bloc-infos .texte p.download {
	font-size:11px;
	color:#333;
	padding-top:5px;
}

#page.avis #bloc-infos .texte p.download a {
	color:#333;
	font-size:11px;
}




/****************** 3 blocs de comm ******************/
#col-droite #communication {
	float:left;
	width:770px;
	padding-top:20px;
}

#communication .competences,
#communication .conseils,
#communication .brochure {
	width:250px;
	float:left;
	position:relative;
}

/*Compétences*/
#communication .competences h2 {
	background:url(../img/bg-competences-h2.jpg) no-repeat 0 0;
	line-height:35px;
	color:#ffffff;
}
#communication .competences .wrapper {
	background:url(../img/bg-competences.jpg) repeat-y 0 0;
	float:left;
	padding:10px 5px 0;
	width:240px;
	height:225px;
}

#communication .competences li,
#communication .conseils li,
#communication .brochure li {
	float:left;
	width:223px;
	padding:0 7px 10px;
}

#communication .competences p.suite,
#communication .conseils p.suite,
#communication .brochure p.suite {
	background:url(../img/picto/picto-fleches-jaune.gif) no-repeat 0 16px;
	padding:10px 5px 5px 15px;
	position:absolute;
	bottom:5px;
	right:10px;
}

#communication .competences strong,
#communication .competences p.suite a {
	color:#ee9905;
}

#communication .competences img,
#communication .conseils img,
#communication .brochure img {
	float:left;
}

/*Conseils*/
#communication .conseils {
	padding:0 10px;
}

#communication .conseils h2 {
	background:url(../img/bg-conseils-h2.jpg) no-repeat 0 0;
	line-height:35px;
	color:#ffffff;
}

#communication .conseils .wrapper {
	background:url(../img/bg-conseils.jpg) repeat-y 0 0;
	float:left;
	padding:10px 5px 0;
	width:240px;
	height:225px;
}

#communication .conseils p.suite {
	background:url(../img/picto/picto-fleches-verte.gif) no-repeat 0 16px;
	right:20px;
}

#communication .conseils strong,
#communication .conseils p.suite a {
	color:#63BD1A;
}

#communication .conseils li a {
	color:#63BD1A;
	font-weight:bold;
	font-size:13px;
	text-decoration:underline;
}

#communication .conseils li a:hover {
	text-decoration:none;
}

/*Brochure*/
#communication .brochure {
	float:right;
	position:relative;
}

#communication .brochure h2 {
	background:url(../img/bg-brochure-h2.jpg) no-repeat 0 0;
	line-height:35px;
	color:#ffffff;
}

#communication .brochure .wrapper {
	background:url(../img/bg-brochure.jpg) repeat-y 0 0;
	float:left;
	padding:10px 5px 0 2px;
	width:240px;
	height:225px;
}

#communication .brochure p {
	padding:0 7px 10px;
}

#communication .brochure p.suite {
	background:url(../img/picto/picto-fleches-rouge.gif) no-repeat 0 16px;
	right:10px;
}

#communication .brochure p.suite a,
#communication .brochure p strong {
	color:#D91414;
}




/****************** Zone de texte ******************/
#col-droite #zone-texte {
	float:left;
	width:770px;
	padding-top:20px;
}

#zone-texte strong {
	color:#000000;
}

#zone-texte ul {
	padding:25px 20px 50px;
}

#zone-texte li {
	background:url(../img/picto/picto-puce-bleue.gif) no-repeat 0 6px;
	padding-left:20px;
	padding-bottom:5px;
}

#zone-texte p.note {
	padding:20px 20px 30px;
}

#zone-texte div.sources {
	border-top:1px dashed #ccc;
	padding:5px 0;
	font-size:12px;
}

#zone-texte div.sources p {
	padding:10px 0 0;
}

#zone-texte div.sources p span {
	font-weight:bold;
	font-size:11px;
	color:#D91414;
}


/*Option Alphabet*/
#zone-texte .alphabet {
	border-top:1px solid #64C01A;
	border-bottom:1px solid #64C01A;
	text-align:center;
	padding:2px 0;
	margin-bottom:20px;
	color:#666;
	font-size:14px;
}

#zone-texte .alphabet a {
	font-weight:normal;
	color:#666;
	text-decoration:none;
	font-size:14px;
}

#zone-texte .alphabet a:hover {
	text-decoration:underline;
}

#zone-texte .alphabet a.on {
	color:#64C01A;
	font-weight:bold;
}


/*Option Glossaire*/
#zone-texte .lettre {
	float:left;
	border-bottom:1px dashed #159BA3;
	margin:10px 0 0;
	padding-bottom:10px;
	width:770px;
}

#zone-texte .lettre.last,
#zone-texte .news.last {
	border:none;
}

#zone-texte .lettre p.picto {
	background:url(../img/picto/picto-fleche-verte.gif) no-repeat 0 3px;
	padding-left:20px;
}

#zone-texte .lettre p.picto strong {
	color:#64C01A;
}

#zone-texte .lettre ul {
	padding:20px;
	margin:0;
}

#zone-texte .lettre ul li {
	padding:7px 0;
	background:none;
	float:left;
	width:730px;
}

#zone-texte .lettre ul li strong {
	background:url(../img/picto/picto-rond-vert.gif) no-repeat 0 5px;
	padding-left:20px;
}

#zone-texte .lettre ul li img {
	float:left;
	padding-right:15px;
}

#zone-texte .lettre p.haut {
	background:url(../img/picto/picto-fleche-haut.gif) no-repeat 680px 2px;
	padding-left:20px;
	text-align:right;
	clear:left;
	padding-bottom:0;
}



/*Option Le saviez-vous*/
#zone-texte .news {
	float:left;
	border-bottom:1px dashed #159BA3;
	margin:10px 0 0;
	padding-bottom:10px;
	width:770px;
}

#zone-texte .news p {
	padding-bottom:10px;
}

#zone-texte .news p.picto {
	background: url(../img/picto/picto-rond-vert.gif) no-repeat 0 5px;
	padding-left:15px;
	padding-bottom:10px;
}

#zone-texte .news p.picto strong {
	color:#64C01A;
}

#zone-texte .news ul {
	margin:0;
	float:left;
	padding:0 20px;
	width:730px;
}	

#zone-texte .news ul li {
	background:url(../img/picto/picto-puce-verte.gif) no-repeat 0 6px;
	padding-left:15px;
}

#zone-texte .news ul.symboles {
	padding:7px 20px;
}

#zone-texte .news ul.symboles li {
	display:inline;
	padding:0 40px 0 0;
	*padding:0 35px 0 0;
	background:none;
}

#zone-texte .news ul.symboles li img {
	vertical-align:middle;
}

#zone-texte .news ul.liste li {
	float:left;
	padding:0 13px 5px 15px;
	width:125px;
}

#zone-texte .news ul.liste li.last {
	padding-right:0;
	width:100px;
}

#zone-texte .news ul.diametre-liste li {
	float:left;
	padding:0 0 5px 15px;
	width:241px;
}

#zone-texte .news ul.diametre-liste li.last {
	margin-left:52px;
	width:151px;
}

#zone-texte .news p.haut {
	background:url(../img/picto/picto-fleche-haut.gif) no-repeat 680px 12px;
	text-align:right;
	clear:left;
	padding:0 0 0 20px;
}

#zone-texte .news ul.conso-liste li {
	float:left;
	padding:0 0 5px 15px;
	width:300px;
}

#zone-texte .news ul.conso-liste li.last {
	width:400px;
}



/*Formulaire*/
#zone-texte form,
#zone-texte fieldset {
	padding:0;
	margin:0;
	width:770px;
}

#zone-texte form h4 {
	color:#D91414;
	background:url(../img/picto/picto-cle-rouge.gif) no-repeat 0 0;
	padding-left:20px;
	padding-bottom:20px;
	text-transform:uppercase;
	font-size:12px;
	width:750px;
}

#zone-texte form ul,
#zone-texte form ul li ul {
	padding:0;
	margin:0;
	width:750px;
}

#zone-texte form li,
#zone-texte form li ul li{
	padding:5px 0;
	*padding:3px 0;
	margin:0;
	width:770px;
	float:left;
	*float:none;
}

#zone-texte form li {
	background:none;
	padding-left:20px;
	width:750px;
}

#zone-texte form li ul li {
	width:735px;
	background:url(../img/picto/picto-puce-rouge.gif) no-repeat 0 11px;
	padding-left:15px;
}

#zone-texte form li img {
	vertical-align:text-top;
}

#zone-texte form li label {
	width:110px;
	float:left;
	font-weight:bold;
}

#zone-texte form li input {
	font-size:12px;
	padding:2px;
	color:#666;
}

#zone-texte fieldset#choix {
	padding-top:40px;
}

#zone-texte fieldset#choix li.type label,
#zone-texte fieldset#choix li.postale label,
#zone-texte fieldset#choix li.brochure label {
	width:750px;
	padding-bottom:5px;
}

#zone-texte fieldset#choix li.type span {
	text-decoration:underline;
	font-size:13px;
	color:#333;
}

#zone-texte fieldset#choix li.type strong {
	color:#D91414;
}

#zone-texte fieldset#choix li.postale input {
	margin-bottom:5px;
}

#zone-texte fieldset#choix li.postale,
#zone-texte fieldset#choix li.brochure {
	padding-top:10px;
	padding-bottom:15px;
}

#zone-texte fieldset#choix li.none {
	display:none;
}

#zone-texte textarea {
	padding:3px;
	width:700px;
	height:189px;
	float:left;
}

#zone-texte li.obligatoire {
	color:#666;
	font-size:12px;
}

#zone-texte li.envoyer {
	text-align:right;
}

#zone-texte p.msg-ok {
	margin:60px 0 80px;
	width:770px;
	text-align:center;
	font-size:14px;
}

#zone-texte p.msg-ok span {
	font-weight:bold;
	font-size:11px;
	color:#D91414;
}

#zone-texte li.none {
	display:none;
}

#zone-texte li label.fichier {
	width:175px;
}

#zone-texte p.erreur {
	font-weight:normal;
	color:#D91414;
	text-align:center;
}


/** Option Page Compétences **/
#page.competences #zone-texte li {
	background:url(../img/picto/picto-puce-jaune.gif) no-repeat 0 6px;
}

#page.competences #zone-texte p.picto {
	background:url(../img/picto/picto-cle-jaune.gif) no-repeat 0 0;
	padding-left:20px;
	padding-bottom:20px;
}

#page.competences #zone-texte p.note strong {
	color:#D91414;
}

#page.competences  #zone-texte ul {
	padding:0 20px;
}


/** Option Page Conseils Pratiques **/
#page.conseils #zone-texte p {
	padding-bottom:40px;
}

#page.conseils #zone-texte p.picto {
	background:url(../img/picto/picto-cle-verte.gif) no-repeat 0 0;
	padding-bottom:10px;
	padding-left:20px;
}

#page.conseils #zone-texte p.picto a {
	color:#64C01A;
	text-decoration:underline;
	font-size:13px;
}

#page.conseils #zone-texte p.picto a:hover {
	text-decoration:none;
}


/** Option Page Certifications **/
#page.certifications #zone-texte h3 {
	padding-bottom:15px;
	font-family:"Din";
	font-size:20px;
	color:#0B6E74;
}

#page.certifications #zone-texte div {
	padding-bottom:25px;
}

#page.certifications #zone-texte div img {
	float:left;
	padding-right:20px;
}

#page.certifications #zone-texte div p {
	padding:20px 0 0;
}

#page.certifications #zone-texte ul {
	padding:15px 0 0;
}





/** Option Page Associations **/
#page.association #zone-texte img {
	float:left;
	padding-right:20px;
}

#page.association #zone-texte p {
	padding-bottom:20px;
}
#page.association #zone-texte p span {
	color:#000000;
	font-weight:bold;
	font-size:11px;
}

#page.association #zone-texte p.link {
	padding:0 10px 30px 0;
	background:url(../img/picto/puce-lien.gif) no-repeat 20px 5px;
	padding-left:40px;
}

#page.association #zone-texte p.center {
	text-align:center;
	font-weight:bold;
	color:#0B6E74;
	font-size:18px;
}



/** Option Page Infos Légales **/
#page.infos-legales #zone-texte ul {
	padding:25px 20px 20px;
}

#page.infos-legales #zone-texte ul li {
	background:url(../img/picto/puce-lien.gif) no-repeat 0 6px;
}

#page.infos-legales #zone-texte li ul li {
	background:url(../img/picto/picto-puce-bleue.gif) no-repeat 0 6px;
}

#page.infos-legales #zone-texte li ul {
	padding:5px 20px 20px;
}

#page.infos-legales #zone-texte ul.last,
#page.infos-legales #zone-texte li ul.last {
	padding:5px 20px 0px;
}

#page.infos-legales #zone-texte p {
	padding:20px 10px;
}



/** Option Page Contact **/
#page.contact #zone-texte div.first {
	width:255px;
	float:left;
	border-right:1px dashed #ccc;
	padding-right:15px;
}

#page.contact #zone-texte div.center {
	padding-left:15px;
	width:250px;
	border-right:1px dashed #ccc;
	float:left;
}

#page.contact #zone-texte div.last {
	padding-left:15px;
	width:218px;
	float:left;
}

#page.contact #zone-texte div h3 {
	padding-bottom:20px;
	font-family:"Din";
	font-size:20px;
	color:#0B6E74;
}
#page.contact #zone-texte div h3.red {
	color:#DC1414;
}

#page.contact #zone-texte div.all {
	float:left;
	width:770px;
	margin:0;
	padding:50px 0 0;
}

#page.contact #zone-texte div.all ul {
	padding:10px 20px 15px;
}

#page.contact #zone-texte div.all p.picto {
	background:url(../img/picto/picto-cle-rouge.gif) no-repeat 0 0;
	padding-left:20px;
	padding-bottom:10px;
}

#page.contact #zone-texte div.all p.picto a {
	color:#D91414;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}

#page.contact #zone-texte div.all p.picto a:hover {
	text-decoration:none;
}


/** Option Page Fiches Techniques **/
#page.fiches-techniques #zone-texte p.picto {
	background:url(../img/picto/picto-cle-verte.gif) no-repeat 0 0;
	padding-left:20px;
}

#page.fiches-techniques #zone-texte div.moyen p.picto{
	background:url(../img/picto/picto-cle-jaune.gif) no-repeat 0 0;
	padding-left:20px;
}

#page.fiches-techniques #zone-texte div.difficile p.picto{
	background:url(../img/picto/picto-cle-rouge.gif) no-repeat 0 0;
	padding-left:20px;
}

#page.fiches-techniques #zone-texte p.picto strong {
	color:#64C01A;
}

#page.fiches-techniques #zone-texte div.moyen p.picto strong {
	color:#ee9905;
}

#page.fiches-techniques #zone-texte div.difficile p.picto strong {
	color:#D91414;
}

#page.fiches-techniques #zone-texte img {
	margin:10px 0;
}

#page.fiches-techniques #zone-texte div.simple,
#page.fiches-techniques #zone-texte div.moyen,
#page.fiches-techniques #zone-texte div.difficile {
	float:left;
	width:770px;
	padding-bottom:40px;
}

#page.fiches-techniques #zone-texte .gauche {
	width:384px;
	float:left;
	border-right:1px dashed #ccc;
}

#page.fiches-techniques #zone-texte .droite {
	float:left;
	padding-left:10px;
	width:375px;
}

#page.fiches-techniques #zone-texte ul {
	padding:0 0 5px 0;
	float:left;
	width:374px;
}

#page.fiches-techniques #zone-texte ul li {
	display:inline;
	background:url(../img/picto/picto-puce-verte.gif) no-repeat 0 6px;
	padding-left:15px;
	float:left;
	width:245px;
}

#page.fiches-techniques #zone-texte div.moyen ul li {
	background:url(../img/picto/picto-puce-jaune.gif) no-repeat 0 6px;
}

#page.fiches-techniques #zone-texte div.difficile ul li {
	background:url(../img/picto/picto-puce-rouge.gif) no-repeat 0 6px;
}

#page.fiches-techniques #zone-texte ul li.last,
#page.fiches-techniques #zone-texte div.moyen ul li.last,
#page.fiches-techniques #zone-texte div.difficile ul li.last  {
	background:none;
	padding-left:40px;
	float:right;
	width:70px;
}


/*** Option page Nos réalisations ***/
#zone-texte div.theme {
	width:770px;
	float:left;
	border-bottom:1px dashed #ccc;
	padding-bottom:5px;
	margin-bottom:15px;
}

#zone-texte div.theme h3 {
	padding-bottom:15px;
	font-family: "Din"; 
	padding-left:10px;
	font-size:20px;
	color:#265AA8;
	font-weight:normal;
}

#zone-texte div.theme ul {
	margin:0;
	padding:0;
	float:left;
}

#zone-texte div.theme ul li {
	float:left;
	width:auto;
	padding:0 20px 20px 0;
	background:none;
	font-weight:bold;
	color:#666;
	font-size:11px;
}

#zone-texte div.theme ul li img {
	border:1px solid #666;
	padding:1px;
}

#zone-texte div.theme p {
	font-size:12px;
	font-weight:11px;
	width:770px;
	float:left;
}

#zone-texte div.theme p.haut {
	background:url(../img/picto/picto-fleche-haut.gif) no-repeat 680px 3px;
	text-align:right;
	padding:0;
}

#zone-texte div.theme.last {
	border:none;
}


/***************************** FOOTER *****************************/
#footer {
	background:#0d6b71 url(../img/bg-footer.jpg) repeat-x 0 0;
	padding:10px 0 20px;
	clear:left;
}

#footer .wrapper2 {
	width:1000px;
	margin:0 auto;
	padding-bottom:20px;
}

#footer .communautes {
	float:right;
	padding-right:20px;
}
#footer .communautes ul {
	text-align:center;
	padding-bottom:10px;
}
#footer .communautes ul li {
	display:inline;
}
#footer p {
	color:#FFFFFF;
	font-size:13px;
}

#footer p a {
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
}

/***** Nuage de tags *****/
#footer .nuage-tags {
	width:1000px;
	border-top:1px solid #bbbbbb;
	padding:10px 0;
	margin:10px auto;
}
#footer .nuage-tags h4 {
	padding-bottom:5px;
	color:#9e9b92;
}
#footer .nuage-tags li {
	color:#fff;
	float:left;
	padding:0 11px 0 0;
	line-height:20px;
}
#footer .nuage-tags li.taille1 {
	font-size:14px;
}
#footer .nuage-tags li.taille2 {
	font-size:13px;
}