/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 10017; /* modified */
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #191919;
	z-index: 10019; /* modified */
}

.lbLoading {
	background: #fff url(/images/_box/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #191919;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
	background: transparent url(/images/_box/prev.gif) no-repeat 0% 100%;
}

#lbPrevLink:hover {
	background: transparent url(/images/_box/prevlabel.gif) no-repeat 0% 100%;
}

#lbNextLink {
	right: 0;
	background: transparent url(/images/_box/next.gif) no-repeat 100% 100%;
}

#lbNextLink:hover {
	background: transparent url(/images/_box/nextlabel.gif) no-repeat 100% 100%;
}

#lbBottom {
	background-color: #191919;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #202020;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #191919;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/_box/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	font-size: 11px;
	color: white;
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.2; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
th, td { vertical-align: top; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }
hr  { clear: both; visibility: hidden; }
.hidden { display: none; width: 0; height: 0; background-image: none; }



/* -------------------------------------------------------------- 
   
   TYPO DEFAULT
  
-------------------------------------------------------------- */
 
body { font-size: 80%; }
 
body { 
  color: #222; 
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
}
h1,h2,h3,h4,h5,h6 { 
  color: #111; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #444444; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.3em; }
h2 { font-size: 1.9em; margin-bottom: 0.35em;  }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 0.1em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 0.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 0.6em; }
p.last      { margin-bottom: 0; }

ul, ol      { margin:0 0.5em 0 1.3em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a:focus, 
a:hover     { color: #333; }
a           { color: #000; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong, b   { font-weight: bold; }
em,dfn,i    { font-style: italic; background: #191919; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 0.5em; }
th      { font-weight: bold; }
td      { }
th,td   { padding: 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }


/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .9em; margin-bottom: 0.6em; line-height: 1.1em; }
.medium     { font-size: .9em; margin-bottom: .4em; line-height: 1.2em; }
.large      { font-size: 1.2em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }

.errorMessage { display: block; background-color: #cd4207; padding: 3px; color: white; }

/* #####  systheme ##### */
.notice, .error {
  color: white;
  margin-top:10px;
  padding: 5px;
}
.notice {
  background-color: #155a24;
	margin-bottom: 10px;
}
.error {
	background-color: #8F0100;
	margin-bottom: 10px;
}


/* @override http://localhost:3007/stylesheets/styles.css */

/* @override http://localhost:3007/stylesheets/styles.css */

/* @override http://localhost:3007/stylesheets/styles.css */

/* @override http://localhost:3007/stylesheets/styles.css */

/* -------------------------------------------------------------- 
  
   © copyright : Avantage Graphique Cannes
   
-------------------------------------------------------------- */
table tr { }

body { background-color: #dad9c5; text-align: center; }

#content { margin:1.5em auto; width: 841px; text-align: left; }

/*--------------------------------------------------------------
 #header 
--------------------------------------------------------------*/

#header         { height: 120px; overflow: hidden; cursor: pointer; }
#header h1      { height:92px; width: 360px; margin-left: 8px; }
#header.fr h1   { background:transparent url('../images/logo-header_fr.gif') no-repeat; }
#header.en h1   { background:transparent url('../images/logo-header_en.gif') no-repeat; }
#header h1 span,
#header h2 { display: none; }

#header ul      { float: right; margin:0; padding-right: 15px; width: 260px; font-size: 0.9em; line-height: 1em; text-align: right; }
#header ul li   { display: inline; }
#header ul li b { font-weight: bold; }

/*--------------------------------------------------------------
  #menu
--------------------------------------------------------------*/
#menu           { height: 43px; background:transparent url('../images/menu.gif') no-repeat top center; text-align: center; }
#menu ul        { height: 31px; list-style: none; font-size: 1.3em; padding-top: 12px; margin: 0; }
#menu.fr ul li     { display: inline; padding: 0.5em; margin: 0 0.5em; }
#menu.en ul li     { display: inline; padding: 0.5em; margin: 0 0.2em; }
#menu ul li a   { text-decoration: none; color: white; }
#menu ul li a:focus,
#menu ul li a:hover { color: #a7a7a7; }
#menu ul li.active a { text-decoration: none; color: #a7a7a7; }

/* #diaporama */
#diaporama { background-color: white; padding: 8px; /*background: white url('/images/bg_diaporama.gif') no-repeat center center;*/ }
#diaporama div { overflow: hidden; height: 338px; }

#diaporama ul {
  position: absolute;
  margin: -26px 0 0;
  overflow: hidden;
  padding: 5px;
  z-index: 10001;
}
#diaporama ul a {
  background-position: 50% 50%;
  background:transparent url('../images/a.gif') no-repeat;  
  cursor: pointer;
  display: block;
  height: 14px;
  opacity: 0.6;
  width: 30px;
}
#diaporama ul li {
  float: left;
  list-style: none;
}
#diaporama ul a.prev { background:transparent url('../images/prev.png') no-repeat top center; width: 14px; }
#diaporama ul a.next { background:transparent url('../images/next.png') no-repeat top center; width: 14px; }

#diaporama ul a.active,
#diaporama ul a:hover { /*opacity: 1;*/ background-position: center bottom; }
img.diapo { }
/*--------------------------------------------------------------
  #page
--------------------------------------------------------------*/
#page { background: #dad9c5 url('../images/bg-center.gif') repeat-x; }

#welcome { font-variant: small-caps; /*color: #cd4207; orange*/ color: #003c7d; font-size: 3em; line-height: 1; margin-bottom: 0.5em; } 

/* list puces*/
ul.puce_orange,
ul.puce_orange_interligne { list-style-image: url('../images/puce-blue2.gif'); font-size: 1.2em; line-height: 1.2em; }
ul.puce_blue,
ul.puce_blue_qualibat     { list-style-image: url('../images/puce-blue.gif'); font-size: 1.2em; line-height: 1.2em; }

ul.puce_orange_interligne { margin-left: 0; margin-bottom: 2em;}
ul.puce_orange_interligne li { margin-bottom: 0.8em; }

ul.puce_blue_qualibat {
  position: absolute;
  margin-left: 140px;
  line-height: 18px;
  color: #262626;
  font-size: 1.1em;
  margin-top: 15px;
}
/* a en savoir plus */
p.nowMore { font-size: 0.8em; padding:0 0 3px 20px; margin-top: 10px; background:transparent url('../images/a_nowMore.gif') no-repeat center left; }
/* lien externe (=> Shüco) */
p.externalLink { font-size: 1em; padding-left: 20px; background:transparent url('../images/externalLink.png') no-repeat center left; text-decoration: underline; }

p.nowMore a:focus,
p.nowMore a:hover,
p.externalLink a:focus,
p.externalLink a:hover { color: #003c7d; }


/* colones options */
.colleft  { float: left; }
.colright, .colright2, .colright3 { float: right; }
.colleft, .colright { width: 361px; max-width: 291px;  background-color: #bebb9d; padding: 15px 30px 30px 40px; }
.colright2 { width: 361px; max-width: 341px;  background-color: #bebb9d; padding: 25px 30px 20px 40px; }
.colright3 { width: 381px; background-color: #bebb9d; padding: 1.6em 2.3em; }
.colright3 table { width: 100%; }
.colright3 table td.td1 { width: 8em; }
.colright3 table input.inputtext,
.colright3 table textarea.inputtext { width: 100%; padding: 3px; border: solid 1px #666; background: #edebe9 url('../images/bg-form.gif') repeat-x; }
.colright3 table td.submit { text-align: right; vertical-align: baseline; padding-top: 1.5em; }


span { color: #003c7d; }

/*  Produits Séléctionné  */
.colleft_productSelect { float: left; width: 361px; max-width: 361px;  background-color: #bebb9d;  }

.colleft_productSelect h3 { padding: 15px 30px 0 30px; }
.productSelect           { border-bottom: solid 1px #191919; margin: 15px 20px 0 30px; }
.productSelect.last      { border-bottom: none; }
.productSelect p,
.productSelect h4 { float: right; width: 190px; }
.productSelect a.image	{ float: left; background:transparent url(../images/bg-produits.gif) no-repeat center center; width: 113px; height: 113px; }
.productSelect a.image img { margin: 8px; }
.productSelect p 	{ font-size:0.85em; }

.engagement { background-color: #a2a18f; padding: 30px; }
.engagement h3, .engagement2 h3 { background:transparent url('../images/medal_gold_3.png') no-repeat center left; padding-left: 20px; }
.engagement h3,
.engagement p  {  }

.realisation { background:transparent url('../images/image.gif') no-repeat center left; padding-left: 20px; }

/* bloc principal */
.center_left   { margin-left: 40px; padding-top: 25px; width: 415px; }
.center_left2  { margin-left: 40px; padding-top: 25px; width: 365px; }
.center_left3  { margin-left: 40px; padding-top: 25px; width: 355px; }
.center_left4  { margin-left: 60px; padding-top: 25px; width: 355px; }
.center_right  { margin-left: 400px; padding-top: 25px; width: 415px; }

.center_right h1, .center_right h1 { font-size: 1.2em; line-height: 1.25; margin-bottom: 0.1em; margin-top: 0.8em; }

/* bloc pied de page */
.foot_page                { padding: 20px 10px 20px 40px; }
.foot_page,
.foot_page_entreprise,
.foot_page_realisation     { background-color: #a2a18f; clear: both; }

.foot_page_entreprise img { margin: 20px 10px 10px 20px; padding: 0; }
.foot_page_entreprise div { width: 450px; float: right; margin-top: 40px; padding-right: 30px; }
.foot_page_entreprise h3  { padding-left: 20px; background: url(../images/user_comment.png) no-repeat left center; }
.foot_page_entreprise     { padding: 0; /*padding: 20px 20px 5px 20px;*/ }

.foot_page_realisation     { padding: 12px; }
.foot_page_realisation a.reaPict { width: 204px; height: 158px; margin: 0; display: block; float: left; background: transparent url('/images/bg-rea.gif') no-repeat; }
.foot_page_realisation a.reaPict img { margin: 10px; }
a img.linkDiapoRea { position: absolute; z-index: 1; opacity: 0.6; }
a:hover img.linkDiapoRea { opacity: 1; }

/* Coordonnées */
div.foot_page.contacts    { width: 621px; max-width: 571px; background:#a2a18f url('../images/home_01.jpg') no-repeat top right; }
div.foot_page.contact  div.contact           {  }
ul.contact            { list-style: none; margin-left:0; }
.tel     { color: #fff;    font-size: 1.3em; padding:1px 0 1px 22px;   background:transparent url('../images/icon_tel.png') no-repeat center left; }
.fax     { color: #fff;    font-size: 1.1em; padding:2px 0 1px 22px;   background:transparent url('../images/icon_fax.png') no-repeat center left; }
.mail    { color: #000;    font-size: 1.0em; padding:0 0 2px 22px;     background:transparent url('../images/icon_email.gif') no-repeat center left; text-decoration: underline; }
.adresse { color: #000;    font-size: 0.9em; padding:3px 0 3px 22px;   background:transparent url('../images/icon_house.png') no-repeat top left; margin: 3px 0; }
.devis   { color: #393C3C; font-size: 1.3em; padding: 0 0 0 22px;      background:transparent url('../images/icon_page.png') no-repeat center left; }
.devis a { color: #393C3C; }

p.mail   { position: absolute; margin: -25px 0 0 190px; }

.center_left3 ul.contact li { color: black; }

.ouverture          { margin-top: 30px; }
.ouverture img      { float: left; margin-right: 10px; margin-bottom: 50px; }
.ouverture p        { margin: 0; }
.ouverture p.small  { margin-bottom: 8px; }

/* FOOTER */
#footer { height: 47px; background-color: #191919; margin-top: 45px; }
#footer p   { margin:0 auto; width: 841px; padding-top: 15px; text-align: center; }
#footer p   { color: #fff; font-size: 0.7em; /*letter-spacing: 0.07em;*/ }
#footer p a { color: #fff; }
#footer p a:focus,
#footer p a:hover { color: #a7a7a7; }

/* mention legal */
#mention_page { padding: 20px; }
#mention_page h4 { margin-top: 10px; }
#mention_page ul { margin: 5px 0 5px 20px; list-style: circle outside; }