h1{ 
	font-family:Arial; 
	font-size:13px;
	color:#d12b2b; 
	margin:0px;
	text-transform:uppercase;
	}

h2{
	font-family:Arial; 
	font-size:12px; 
	color:#868d94; 
	border-bottom:1px dotted  #d7d7d9; 
	padding-left:20px;
	/*text-transform:capitalize;*/
	background:url("../Images/bullet.png") no-repeat;
	}
	
h2 a{
	font-family:Arial; 
	font-size:12px; 
	color:#868d94; 
	text-decoration: none;
	}
	
.h2bis { margin-bottom:5px; }

h3{ 
	font-family:Arial; 
	font-size:12px;
	color:#d12b2b; 
	padding-left:16px;
	margin:0px;
	text-transform:lowercase;
	}
	
UL LI{ list-style-image: url("../Images/puce_li1.jpg"); }
UL LI UL LI{ list-style-image: url("../Images/puce_li2.jpg"); }

.h1_left{ 
	background: url("../Images/bg_h1_left.jpg") no-repeat; 
	/* width:474px; */
	width:518px;
	height:42px; 
	line-height:50px; 
	margin:0px; 
	padding-left:16px;}

.h1_right{
	background: url("../Images/bg_h1_right.jpg") no-repeat; 
	/* width:372px; */ 
	width:416px; 
	height:42px; 
	line-height:50px; 
	margin:0px; 
	padding-left:16px;}

.h1_contenu{ margin:0px; margin-bottom:10px; border-bottom:1px dotted #ced0d3; text-transform:uppercase; width:400px; font-size:12px; font-weight:bold;}

.h2_contenu{
	padding-left:17px;
	/*background:url("../Images/puce_txt.jpg") no-repeat; */
	background-position:left;
	border:0 none;
	color:#333333;
	margin:5px 0px;
}


.h3_left{ background:url("../Images/bg_h3_right.jpg") no-repeat; width:372px; height:41px; line-height:58px; margin:0px; padding-left:16px;}

img{ border: none 0px;}

.img_cadre{border:1px solid #cccccc;}

.textpage {
	font-family:Tahoma; 
	font-size:11px; 
	color:#000; 
}

.LINK{
	font:bold 11px Tahoma;
	color:#72798b; 
	text-decoration:none; 
}
.LINK:hover{ text-decoration:underline;color:#72798b; }
.LINK:visited{color:#72798b; }
.LINK:active{color:#72798b; }



.nav2{ 
	font:bold 11px Tahoma;
	color:#72798b; text-decoration:none; 
	padding-left:16px;  
	background:url("../Images/puce_nav2.jpg") no-repeat; background-position:left;
}
.nav2:hover{ text-decoration:underline;}

.nav_3{
	color:#d12b2b;
	text-decoration:underline;
	font-weight:bold;
	padding-left:17px;
	background:url("../Images/puce_nav3.jpg") no-repeat; background-position:left;
	}

.nav_rien{ color:#333333; text-decoration:none;}
.nav_lien:hover{ color:#999999;}

.nav_lien{ color:#333333; text-decoration:none;}
.nav_lien:hover{ text-decoration:underline;}

.txt_10T{ font-family:Tahoma; font-size:11px; padding-right: 5px;}

.contenu_lien{ margin:5px 0px;}
/* **** CADRE **** */
.content_cadre{  background:url("../Images/bg_content_cadre.jpg") repeat-x #FFF; margin-bottom:20px;}

.bg_cadre_right{ float:right; width:25px; height:169px; background:url("../Images/bg_content_cadre_right.jpg") no-repeat;}

.bg_cadre_left { float:left; width:18px; height:169px; background:url("../Images/bg_content_cadre_left.jpg") no-repeat;}

/* **** NEWS **** */
.news_title{ color:#d12b2b; font-weight:bold;}
.news_date{ color:#6e7b93; font-weight:bold;}

/* **** FOOTER **** */
.footer_nav{ text-decoration:none; color: #333333;}
.footer_nav:hover{ text-decoration: underline;}


/* **** CONTENU PAGE COURANTE **** */
.twoColFixLt #container { 
	width: 859px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	background: #FFF;
	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	border: 1px solid #000;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	position:relative;
}

.twoColFixLt #sidebar1 {	/*menu*/
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 186px; /* Dans les navigateurs conformes au standard et dans Internet Explorer en mode standard, la largeur réelle de cet élément div est composée de la largeur plus le remplissage et la bordure */
	margin-left:6px;
	
	background:url("../Images/barrisol-menu-right.png") no-repeat;
	background-position: top right;
}

.twoColFixLt #mainContent {
	margin: 0 0 0 203px;  /*La marge gauche de cet élément div crée la colonne qui s'étend sur le côté gauche de la page - quel que soit le contenu de l'élément div sidebar1, l'espace de cette colonne reste intact. Vous pouvez supprimer cette marge si vous souhaitez que le texte de l'élément div #mainContent remplisse l'espace de l'élément #sidebar1 lorsque le contenu de ce dernier se termine. */
	padding: 0px 0px 20px 20px; /* ne pas oublier que le remplissage est l'espace à l'intérieur du cadre de l'élément div, alors que la marge est l'espace à l'extérieur de celui-ci */
	background: url("../Images/bg_contenu_txt_left.jpg") no-repeat;
	background-position:top left;
	position:relative;
} 

.contenu_top{
	top:0px;
	left:20px;
	padding:25px 10px 10px 0px;
	background:url("../Images/bg_contenu_cadre_top.jpg") repeat-x;
}

.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.path{ 
	color:#475264; 
	font-family:Tahoma;
	font-size:10px; 
	margin:0px 5px 0px 0px;
	text-decoration: none;
	}
 

/* **** CONTENU PAGE ACTUALITES **** */
.actu_content{	margin:5px 0px 0px 0px;}

.actu_date{	/*color:#aab6cc;*/ color:#8892a3; font-weight:bold; margin-right:5px;}

.actu_titre{ font-weight:bold;}

.actu_txt{ margin-right:150px;}

.actu_hr{ color:#ebeef3; width:90%; text-align:center; margin:10px auto; border:1px solid #ebeef3;}

.actu_plus{
	font:bold 11px Tahoma, Geneva, sans-serif;
	color:#d21a1a; text-decoration:none; 
	padding-left:15px; 
	background:url("../Images/puce_plus.jpg") no-repeat; background-position:left;
}

.actu_bloc_img{ width:130px; height:100px; float:right;}

.actu_img{ margin-top:10px;}


/* **** CONTENU PAGE PHOTOS **** */
.photos_recherche{
	padding-left:18px;
	background:url("../Images/puce_nav3.jpg") no-repeat; background-position:left;
	height:25px;
	margin-bottom:35px;
	}

.photos_recherche span{
	height:25px; 
	line-height:25px; 
	width:130px; 
	display:inline-block;
	}

.photo_input{ 
	width:150px; 
	height:13px;
	margin:0px 5px;
	font-size:10px;
	border:1px solid #d3d3d3;
	}

.photo_select{
	height:18px; 
	margin:0px 5px; 
	font-family:Tahoma;
	font-size:10px; 
	border:1px solid #d3d3d3;
	vertical-align:middle;
	}

.photo_navig_galerie{ margin-bottom:10px;}

.photo_page{ font-weight:bold; margin-right:10px;}

.photo_nav{ 
	color:#4a5362; 
	text-decoration:underline;
	font-family:Tahoma;
	font-size:10px;
	}
	
.photo_nav:hover{ text-decoration:none;}

/* .photo_cadre{ } */

.photo_ss_cadre{
	width:120px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

.photo_ss_cadre img{border:1px solid #CCCCCC; border-bottom:0px; padding:4px;}

.projet_ss_cadre{
	width:125px;
	float:left;
	margin-right:12px;
	margin-bottom:5px;
}


.photo_desc{
	height:21px;
	line-height:21px;
	text-align:left;	
	background: #ebedf2;
	color:#333;
	font-family:Tahoma;
	font-size:10px;
	background:url("../Images/bg_gallerie_photo.jpg") no-repeat;
}

.photo_loupe{ margin-left:10px;}
.photo_fichiers { margin-left:55px;}
.photo_fichier { margin-left:10px;}


/* **** CONTENU PAGE VIDEOS **** */
.video_flash{
	font-weight:bold;
	height:26px;
	line-height:26px;
	padding-left:18px;
	background:url("../Images/puce_nav3.jpg") no-repeat; background-position:left;
	width:320px;
}

.video_ss_cadre{
	/* width:296px; */
	width:320px;
	float:left;
	/* margin-right:16px; */
	margin-right:20px;
	margin-bottom:20px;
}

.video_texte{
	background-color:#ebedf2;
	padding:8px;
	height:85px;
	margin-left:123px;
}


/* **** CONTENU PAGE PRODUITS **** */
.infobulle-produit{
	font-family:Tahoma;
	font-size:10px;
	color:#FFF;
	width:120px; 
	padding:5px; 
	text-align:left; 
	background:url("../Images/degrd-produits.jpg") repeat-x;
}

.produit-picto-gamme{
	float:left;
	display:block;
	margin-right:14px;
	margin-bottom:14px;
	text-decoration:none;
	width: 197px; 
	height:83px; 
	cursor: hand;
}

.produit-picto-gamme-txt{
	font:bold 13px Tahoma;
	color:#72798b; 
	text-decoration:none;
	width: 135px;
	text-align: right;
	margin-top: 10px;
	text-transform: uppercase;
}

.sep{
	font-family:Tahoma;
	font-size:10px;
	color:#cccccc;
	}

/* **** RETOUR HAUT DE PAGE **** */
.top{
	display:block;
	font-family:Tahoma;
	font-size:10px;
	color:#333333;
	padding-left:14px;
	background:url("../Images/top.gif") no-repeat;
	background-position:left;
	height:20px;
	line-height:20px;
	border-bottom:1px dotted #ced0d3;
	text-decoration:none;
	}

.top:hover{ text-decoration:underline; }



/* **** CONTENU PAGE CONTACT **** */
.contact-conteneur{ margin-bottom:5px;} /*div contenant les champs texte*/

.contact-titre{ margin:15px 0px; font-weight:bold;}

.contact-label{ float:left; width:130px; font-family:tahoma; font-size:11px; }

.contact-input_text{ height:11px; width:150px; font-size:10px; line-height:11px;}

.contact-input_textarea{ width:150px;}

.contact-obligatoire{ color:red;}


/* **** CONTENU PAGE RECHERCHE **** */
.recherche-titre{
	position:relative;
	margin:0; 
	padding:4px 5px; 
	font:bold 11px Tahoma;
	background:#e4e9ef;
	color:#6f7b8b;
	margin-top:15px;
}

.recherche-lien{
	font:bold 10px Tahoma;
	color:#6f7b8b;
	text-decoration:none;
	line-height:15px;
	height:20px;
	cursor: pointer;
}

.g-bt{
	border:0 none;
	
	position:absolute;
	right:5px;
	bottom:12px;
}

.g-description{
	background:#FFF;	
	padding-top:5px; 
	display:none;
}

.g-description table{
	font-family:Verdana, Arial; 
	font-size:10px;
	line-height:16px;
}

.searchresult { color: Green; }

/* - - - - - - - - PROTECTION DES PHOTOS - - - - - - - - - - - - */
.proteg-photo-photo {
	text-align:center;
	position:relative; }
.proteg-photo-ghost { 
	position:absolute;
	left:0;top:0;
	z-index:1; }

/* - - - - - - - - - Miniature présentations des galeries photos - Photos.htm - - - - - - - */
.min-present-galerie {
		float:left;	
		width:162px;
		height:152px;
		text-align:center;	
		margin:0 8px 16px 8px;
		background-color:#bdcadd;
		/* ajout galerie visites360 */
		overflow:hidden;
}

.min-present-galerie img {padding:6px 6px 3px 6px}

.min-present-galerie a {
	font:bold 11px Tahoma;
	color:#333; 
	text-decoration:none; 
}

.min-present-galerie a:hover{text-decoration:underline;}

/* - - - - -  - - - Correction du survol des liens dans le HEADER - - - - - -  - - */
#header a:hover, a:active {
	color:transparent; }
	
/* - - - - - - - - ICONE TELECHARGEMENT - - - - - - - - - - - - */
.telecharger{ 
	font:bold 11px Tahoma;
	color:#72798b; text-decoration:none; 
	padding-left:16px;  
	background:url("../Images/puce_download.gif") no-repeat; background-position:left;
}
.telecharger:hover{ text-decoration:underline;}

/* - - - - - - - Mini galerie sur le détail des produits - - - - - -- */
.galerie-detail-produit { text-align:center}
.galerie-detail-produit img {border:0;margin:4px;}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* - - - - - - - Nouveau design Photogallery - galeries photos - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#photogallery div  { 
    width: 710px; 
    text-align: center
} 
 
#photogallery ul { 
	margin:0;
    padding: 0 ; 
	list-style-type: none
} 
 
#photogallery  li { 
    float: left ;
	list-style-image:none
} 
 
#photogallery li a img { 
   padding:4px;
   border:1px solid #ccc; 
   /* margin:7px; */
   margin: 0 7px 11px 4px;
} 

#photogallery li a img:hover {background-color:#ccc}
#photogallery td { padding-left:0}


/* Page de présentation des projets d'exception */
.blurb-excproj { 
width: 315px; height: 135px; float: left; margin-left:18px;margin-bottom:15px; border: 1px solid #E0E0E0; }


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* - - - - - - - 360 et catalogue photo print - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.textagrandir360 {text-align:center;margin-bottom:5px;width:700px;font-weight:bold}

.min-galerie360, .min-galerie360_fold, .min-galeriephoto {
		float:left;	
		width:136px;
		height:137px;
		text-align:center;	
		margin:0 8px 16px 8px;
		overflow:hidden;
		background-color:#ebedf2;
		width:136px
}
.min-galeriephoto {height:120px; width:136px}

.min-galerie360 img, .min-galerie360_fold img, .min-galeriephoto img {padding:6px 6px 3px 6px}

.min-galerie360 a, .min-galeriephoto a, .min-galerie360_fold a {
	font:bold 11px Tahoma;
	color:#333; 
	text-decoration:none
}

.min-galerie360 a:hover, .min-galeriephoto a:hover,  .min-galerie360_fold a:hover{text-decoration:underline}

/* meme chose pour la présentation de projets / dossiers */
.min-galerie360_fold { background-color:#bdcadd }


/* ----------------------------- Galerie Media des projets d'exception ------------------------ */
.thumb_media {float:left;text-align:center;width:340px;height:210px; }
.thumb_media_img { width:238px;height:168px;margin-left:51px;background-position:right }

.thumb_media a:link {font-size:14px}
.thumb_media a:visited {font-size:14px}
.thumb_media a:hover {font-size:14px}

.tabmedia {width:720px; background-color:#ebedf2;}
.tabmedia td {text-align:center;}
.tabmedia .mediamain {padding-top:10px;padding-bottom:5px;}

.tabmedia ul { margin-top:0;}
.tabmedia .min-media360 li {width:120px;height:100px;margin:0 4px;} 
#photogallery .min-media360 li a img { 
   padding:0;
   border:0; 
   /* margin:7px; */
   margin: 0;
} 
#photogallery .min-media360 li a img:hover {background:none;}

.tabmedia .textagrandir360 {font-weight:normal;font-style:italic;border:1px solid #ddd;width:710px;padding:2px}

#menu_media {background-color:#fff}
#menu_media ul {margin:0;padding:0 ;}
#menu_media ul li {list-style:none; float:left; text-align:center; border:1px solid #ddd;padding:5px ;width:150px}
#menu_media ul li a { display:block;font-size:12px}
#menu_media #mediaactif { font-weight:bold;font-size:12px;background-color:#ebedf2;border-bottom:1px solid #ebedf2;}
 .next {float:right;padding-left:25px}
 .precedent {float:left;padding-right:25px;padding-left:5px}
#photogallery .jCarouselLite {width:605px;overflow:hidden;}


/* ------------------------- Formulaire de demande de devis --------------------------- */
#formdevis legend {color:#d72b2b;font-weight:bold }
#formdevis fieldset {border:1px dashed #CCC }
#formdevis label {float:left; width:170px; margin-left:10px; }
#formdevis textarea, #formdevis select, #formdevis input {border:1px solid #aaa; font-size: 12px; }
#formdevis select,#formdevis input[type=text] { width:148px }
#formdevis input[type=submit], #formdevis input[type=reset] {border:2px outset #aaa; font-weight:bold; cursor:pointer; }
#formdevis input[type=submit]:hover, #formdevis  input[type=reset]:hover { border:2px outset #eee;  background-color:white; }
#formdevis input[type=submit]:active,#formdevis  input[type=reset]:active {border:2px inset #aaa; background-color:#aaa; color:black; } 
/* ------------------------- FIN Formulaire de demande de devis --------------------------- */


