/* Import de la CSS d'initialisation
----------------------------------------------------------*/
@import url(structure2.css);

/* Construction (Montage)
----------------------------------------------------------*/
/* Couleur des prix #da0f00 */

body { color:#777; font-size:12px; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }

h1 { color:#8eb160; font-weight:700; font-size:1.1em; padding-bottom:20px;}
h2 { color:#8eb160; font-weight:700; font-size:1.3em; line-height:1.6em; margin: 0.5em 0; background:transparent; height:21px; }
h3 { color:#8eb160; font-weight:700; font-size:1.17em; }
form.std h3 { color: #8eb160; font-size:1.4em; font-weight:normal; }
h4 { color:#186BB4; font-size:14px; font-weight:bold;}
h4.h4 { background: transparent url('../images/h4.png') repeat-x 0 8px}
h4.h4 span { background: #fff; padding:0 1em ; margin:0 0 0 1em}
#left_column div.block h4, #right_column div.block h4 {color:#283e81; font-weight:700; font-size:1em;}
#left_column div.block h4 a, #right_column div.block h4 a {color:#283e81; font-weight:700; font-size:1em; text-decoration:none;}
h5 { color:#8eb160; font-size:0.83em; }
h6 { color:#8eb160; font-size:0.67em; }

p { /*color:#777;*/ color:#777;font-size:1em; }
ul, ol{ color:#777; font-size:1em; }
li { color:#777; font-size:1em; }
a/*, div.block a, li a, div.tags_block p a */{ color:#777; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
textarea { }
input {   }

/* Intro */
#intro h1 { color:#fff; } /* couleur du h1 de l'intro */
#intro p, #intro a { color:#fff; } /* couleur du texte de l'intro */
#intro p { font-size:.9em;}

/* Liens de bas de page */
#societe p, #societe a ,#footer p{color:#fff; } /* couleur des liens de bas de page */
#societe p { font-size:.92em; }

/* Image de validation W3C */
/*#validator a img { background-color:#777; }*/ 

/* Catégories
div#categories_block_left ul.tree a { color:#777;}*/
ul.tree li{background: transparent; line-height:2em; margin:0; padding:0; border-bottom:#777 dashed 1px;}
ul.tree li a { color:#777; display:block; text-decoration:none; width:100%;}
ul.tree li a:hover { color:#fff; background:#777; text-decoration:none; }

/* Tags */
a.tag_level1 { color:#777!important; text-decoration:underline; }
a.tag_level2 { color:#777!important; text-decoration:underline; font-size: 1.4em; font-weight:bold; }
a.tag_level3 { font-size: 1.8em; font-weight:bold;}
div.tags_block p a:hover{ background-color:#777; color:#fff!important; text-decoration:none;}

/* Panier */
#cart_block table#vouchers, #cart_block p#cart-prices { border-top:1px solid #777; }

/* Styles des input */

/* generic style des prix */
.price-discount { text-decoration:line-through; }
.price-pretax { color: gray; }
.price-ecotax { color:#488c40; }
img.icon { margin-right: 0.5em; vertical-align: middle; }
.price, .price-shipping, .price-wrapping { color:#da0f00; font-size:1.1em; font-weight:bold; white-space:nowrap;}

/* Produits phares */

/* titre */
#center_column div.block h4 { color:#777; } 
/* Structure */
#center_column .products_block { color:#777; }
#center_column .products_block ul li { color:#777; }
/* Nom du produit */
#center_column div.products_block h5{ color:#777; font-weight:bold; text-transform:uppercase; }
#center_column div.products_block h5 a{ color:#777; font-weight:bold; text-transform:uppercase; }
/* Description du produit */
#center_column div.products_block p.product_desc { color:#777;}
#center_column div.products_block p.product_desc a{ color:#777;}
#center_column div.products_block ul li p.product_desc a { font-weight:normal; }
.products_block li p a { font-size:0.8em; font-weight:bold;}
/* Bouton */
#center_column #featured-products_block_center .price{ font-size:1.6em!important; /*color:#fff;*/}
#center_column #featured-products_block_center .button,#center_column .btn{ /*color:#777!important;*/ }
#center_column #featured-products_block_center .ajax_add_to_cart_button{ /*color:#777!important;*/}

/* Tabs */
ul.idTabs li a { text-decoration:none; text-transform:uppercase; font-weight:bold; /*color:#374853;*/}
ul.idTabs li a.selected{ /*color:white;*/}

/* Éléments Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft { float:left; padding:0 2em 0 0; }
.imgRight { float:right; padding:0 0 0 2em; }

/* Des classes d'alignement d'objets */
.aligntop, .top { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.middle { vertical-align: middle; }
.aligncenter { margin-left:auto; margin-right:auto; }
.left { text-align:left; }
.right, .align_right { text-align:right; }
.center, .align_center { text-align:center; }
.justify, .align_justify { text-align:justify; }

/* Des classes de formatage du texte en ligne */
em, .italic, .italique { font-style:italic; }
strong, .bold, .gras { font-weight:700; }
.strike, .barre { text-decoration:line-through; }
.souligne { text-decoration:underline; }
.uppercase { text-transform:uppercase; }

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

/* Les "nettoyeurs" */
.clearb, .clear { clear:both; }
.clearer { clear:both; width:0; height:0; line-height:0; }
br.clear { clear:both; line-height:0; font-size:0; height:0;}

/* Useful */
.hidden, .collapsed, .block_hidden_only_for_screen { display:none; }
.wrap { white-space: normal; }
.span_link { cursor:pointer; }
.span_link:hover { text-decoration:underline; }

/*	Mise en page
----------------------------------------------------------*/

/* Page d'accueil */
.illustration { float:left; padding:0 10px 0 0; }

/*	Site en cours de réalisation */
#site { text-align:center; padding-top:5em; }

/*	Mentions Légales
----------------------------------------------------------*/
#infoclient {float:left; padding:0 0 1em; }
#hebergeur {float:right; padding:0; }

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	10em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	10em; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}




/* ============== Plan Aces ================ */
.plan {
	width: 600px;
	height: 480px;
	border:4px solid;
	border-color:#3350a8;
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding: 0;
	text-align:center;
}
#map .infosbulle p {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.plan-titre {
	font-size: 14px;
	color: #3350a8;
	font-weight: bold;
	margin-bottom: 1em;
	text-transform:uppercase;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
}
.plan-printer {
	display:block;
	text-align: right;

}
.plan-printer img, 
.plan-printer a {
	border: none;
}

#googlemap a.googlemap-icon { display: block; background:url(../images/googlemap.jpg) no-repeat; width: 80px; height: 68px; text-align:center; margin:0 auto;}
#googlemap a.googlemap-icon:hover { background: url(../images/googlemap-hover.jpg) no-repeat; }
#googlemap a.googlemap-icon:active { background: url(../images/googlemap.jpg) no-repeat; }
#googlemap a.googlemap-icon span { display:none; }
.alignCenter{
	text-align:-moz-center;
	!text-align:center;	
}




/*============ HIGHLIGHT =============*/

.highslide {
	cursor: url(../images/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: #186bb4 solid 1px;
}
.highslide:hover img {
	border: #186bb4 solid 1px;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: #186bb4 solid 1px;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 10px;
    background-image: url(../images/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(../images/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}



.txt{font-size:13px; font-weight:bold;}

.bullet{margin-right:7px;}

.bullet1{margin-right:7px; float:left; margin-bottom:20px; margin-top:2px;}

.bullet2{margin-right:7px; margin-left:20px; float:left; margin-bottom:20px; margin-top:2px;}

.bullet3{margin-right:7px; margin-left:20px; float:left; margin-bottom:30px; margin-top:3px;}

.bullet4{margin-right:7px; float:left; margin-bottom:30px; margin-top:2px;}

.bullet5{margin-right:7px; float:left; margin-bottom:40px; #margin-bottom:50px; margin-top:2px;}

.bullet6{#margin-right:7px; #float:left; #margin-bottom:20px; #margin-top:2px;}


sup{vertical-align:super; font-size:10px;}

sub{vertical-align:sub; font-size:10px;}

.imgRight1{float:right; margin-left:15px;}

.div1{width:420px; border: #186bb4 solid 1px; height:347px; #height:344px; padding:10px; margin-top:3px; #margin-top:1px;}

.div2{width:200px;}

.div3{width:45%;}

.div4{width:55%;}

.div5{width:44%;}

.div6{width:25%; text-align:center;}

.bor-pic{border: #186bb4 solid 1px;}

.midd{vertical-align:middle;}

.labelBlock { width:230px}

.modal img { border:1px solid #186BB4}

.div1presentation{
background-image:url(../images/sous-titres/fond-txt.gif);
	width:380px;
	float:left;
}

.div1presentation2{
	width:380px;
	float:left;
	margin-left:40px;
}
.puce{margin-top:2px;}
