
/* Import de la CSS d'initialisation
----------------------------------------------------------*/

@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/

body { color:#fff; font:normal 11px/16px Verdana, Arial, Helvetica, sans-serif; }

h1 { color:#fff; font-size: 12px; font-weight:bold; }

.h1 { color:#fff; font-size: 1em; font-weight:normal; }

h2 { color:#fff; font-size: 1.3em; }

h3 { color:#fff; font-size: 1.17em; }

h4 { color:#fff; font-size: 1em; }

h5 { color:#fff; font-size: 0.83em; }

h6 { color:#fff; font-size: 0.67em; }

p { color:#fff; font-size: 1em; }

ul, ol { color:#fff; font-size: 1em; }

li { color:#fff; font-size: 1em; }

a { color:#fff; text-decoration:underline; }

a:hover { text-decoration:none; } /* si changement de couleur au survol */

a:visited { } /* si changement de couleur après le clic */

input { }

textarea { }

em { }

strong { }

#mention { text-align:center; padding: 40px 0 0 70px;}

legend { color:#fff;}

/* Éléments Particuliers
----------------------------------------------------------*/

/* Placement d'images */
.imgLeft { float:left; margin-right:1em; }

.imgRight { float:right; margin-left:1em; }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }

.alignbottom { vertical-align:bottom; }

.aligncenter { margin-left:auto; margin-right:auto; }

/* Des classes d'alignement du texte */
.left { text-align: left; }

.right { text-align: right; }

.center { text-align: center; }

.justify { text-align: justify; }

/* Des classes de formatage du texte en ligne */
.bold { font-weight: bold; }

.italic { font-style: italic; }

.strike { text-decoration: line-through; }

/* Des classes flotante */
.floatleft { float: left; }

.floatright { float: right; }

/* Les "nettoyeurs" */
.clearb { clear: both; }

.clearer { clear: both; width: 0; height: 0; line-height: 0; }

#coordonnees { padding:80px 0 0 0; text-align:center; }

#coordonnees a img { border:none; }

/*-------------------------formulaire------------------------*/

	#formulaire { background: transparent; text-align:center; width:450px; padding:0px 0 0 10px; float:left; } /* carateristique du formulaire */

#formulaire * { margin:0 0 2px 0; padding:0; } /* caracteristique de toutes les balises qui se trouvent dans le formulaire */

.labelform { width: 203px; float: left; text-align: right; margin: 0 5px 0 0; } /* carateristique des label, width minimum 203px; */

.pform { padding: 3px 0px 10px 0px; text-align:left; clear:both; } /* carateristique des p */


.inputform { width:195px; height:13px; float:left; margin: 0 5px 0 2px; } /* carateristique des input */

.textareaform { width:400px;  height:100px; overflow: auto; background-color:transparent; } /* carateristique du textarea */

.selectform { height:18px; float:left; margin: 0 5px 0 2px; font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif; color:#fff; background-color:#3B3139; border: 1px solid #fff; } /* carateristique des select */

.labelmessage { width:95px; } /* carateristique du label contenant "Votre message" */

#labelenvoyer { width:125px; } /* carateristique du label avant l'input envoyer, sert a centrer le bouton envoyer */

.inputenvoyer { width:150px; font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif; color:#333; } /* carateristique de l'input "envoyer mon 			message" */

.divtexte { margin: 5px 0 0 0; text-align:center; clear: both } /* carateristique de la div contenant le texte du captchat*/

#formulaire div { margin: 5px auto; } /* centrer dans le formulaire des div */

#formulaire div a { color:#fff; } /* couleur du lien dans capchat */

.divimagecaptchat { display:none; } /* carateristique de la div entourant l'image captchat */

#code { background-color:transparent; color:#fff; border: 1px solid #fff; }

.transp, .inputtexte { background: transparent; border: 1px solid #fff; font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif; color:#fff; } /* pour rendre les input et textarea transparent avec une bordure */

/*-------------------------fin formulaire------------------------*/
.accueil-titre{

}
.accueil-titre a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3ab0ed;
	font-weight:bold;
	font-size:12px;
	
/*	text-shadow:#FFFFFF 20px -12px 2px;
*/	text-decoration:none;
}
.accueil-titre a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;	
	color:#90c7e3;
	font-size:12px;	
}
.inside-par{
	text-indent:30px;
}
.strong-center{
	text-align:-moz-center;
	!text-align:center;	
}
.padding-right-10{
	padding-right:20px;
}
.padding-right-20{
	padding-right:36px;
}

.padding-right-30{
	padding-right:100px;
}
.suivi-img{
	float:left;
	width:81px;	
}
.suivi-img-pad{
	float:left;width:70px;
}

.padding-right-21{
	padding-right:21px;
}
.padding-right-3{
	padding-right:3px;
}
.padding-right-5{
	padding-right:5px;
}
/*===================lightbox*/
	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: transparent;
		padding: 10px;
		width: 650px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
/*		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
		
*/	border: none;
}
	#gallery ul a:hover img {
/*		border: 5px solid #fff;
		border-width: 5px 5px 20px;
*/		
border:none;
color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
/*end gallery*/
.padding-right-3{
	padding-right:3px;
}
	
	
	/* gallery1 ========== jQuery lightBox plugin - Gallery style */
	#gallery1 {
		background-color: transparent;
		padding: 10px;
		width: 650px;
	}
	#gallery1 ul { list-style: none; }
	#gallery1 ul li { display: inline; }
	#gallery1 ul img {
/*		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
		
*/	border: none;
}
	#gallery1 ul a:hover img {
/*		border: 5px solid #fff;
		border-width: 5px 5px 20px;
*/		
border:none;
color: #fff;
	}
	#gallery1 ul a:hover { color: #fff; }
	
	/* gallery2 ========== jQuery lightBox plugin - Gallery style */
	#gallery2 {
		background-color: transparent;
		padding: 10px;
	}
	#gallery2 ul { list-style: none; }
	#gallery2 ul li { display: inline; }
	#gallery2 ul img {
/*		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
		
*/	border: none;
}
	#gallery2 ul a:hover img {
/*		border: 5px solid #fff;
		border-width: 5px 5px 20px;
*/		
border:none;
color: #fff;
	}
	#gallery2 ul a:hover { color: #fff; }
	
	
	/* gallery3 ========== jQuery lightBox plugin - Gallery style */
	#gallery3 {
		background-color: transparent;
		padding: 10px;
		width: 650px;
	}
	#gallery3 ul { list-style: none; }
	#gallery3 ul li { display: inline; }
	#gallery3 ul img {
/*		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
		
*/	border: none;
}
	#gallery3 ul a:hover img {
/*		border: 5px solid #fff;
		border-width: 5px 5px 20px;
*/		
border:none;
color: #fff;
	}
	#gallery3 ul a:hover { color: #fff; }
	
	/* gallery4 ========== jQuery lightBox plugin - Gallery style */
	#gallery4 {
		background-color: transparent;
		padding: 10px;
		width: 650px;
	}
	#gallery4 ul { list-style: none; }
	#gallery4 ul li { display: inline; }
	#gallery4 ul img {
/*		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
		
*/	border: none;
}
	#gallery4 ul a:hover img {
/*		border: 5px solid #fff;
		border-width: 5px 5px 20px;
*/		
border:none;
color: #fff;
	}
	#gallery4 ul a:hover { color: #fff; }
	
	
	/* gallery5 ========== jQuery lightBox plugin - Gallery style */
	#gallery5 {
		background-color: transparent;
		padding: 10px;
		width: 650px;
	}
	#gallery5 ul { list-style: none; }
	#gallery5 ul li { display: inline; }
	#gallery5 ul img {
/*		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
		
*/	border: none;
}
	#gallery5 ul a:hover img {
/*		border: 5px solid #fff;
		border-width: 5px 5px 20px;
*/		
border:none;
color: #fff;
	}
	#gallery5 ul a:hover { color: #fff; }


	/* gallery6 ========== jQuery lightBox plugin - Gallery style */
	#gallery6 {
		background-color: transparent;
		padding: 10px;
		width: 650px;
	}
	#gallery6 ul { list-style: none; }
	#gallery6 ul li { display: inline; }
	#gallery6 ul img {
/*		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
		
*/	border: none;
}
	#gallery6 ul a:hover img {
/*		border: 5px solid #fff;
		border-width: 5px 5px 20px;
*/		
border:none;
color: #fff;
	}
	#gallery6 ul a:hover { color: #fff; }

/*end gallery*/

/*===================lightbox*/
.tr-bg-1{
 background-color:#254488;
}
.div-dep-1{
float:left;width:315px;text-align:center;
padding:5px;
}
fieldset{
 padding:5px;
 border: 1px dotted #FFFFFF;
}
.text-1{
	color:#008bd2;
}
.text-2{
	color:#5CC2C7;
}
.contact{
 padding:5px;
 border: 1px solid #FFFFFF;
}
.tr-yellow{
	background-color:#f6d51e;
	color:#392D37;
}
.tr-blue{
	background-color:#53b6bc;
}
.tr-pink{
	background-color:#f06760;
}
.electricite-frame{
	width:300px;
	margin-bottom:10px;
	padding:5px;
	border:1px dotted #FFFFFF;
	background-color:#254488;
}
.plomb-imgRight{
 float:right;
 margin-right:40px;
}
.note{
	 font-size:10px;
	font-style:italic;
}