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

@import url(default.css);


/* Import de la CSS de layout
----------------------------------------------------------*/

@import url(layout/layout-2A.css);

/* Liste des layout disponibles :

@import url(layout/layout-1A.css);
@import url(layout/layout-1B.css);
@import url(layout/layout-1C.css);

@import url(layout/layout-2A.css);
@import url(layout/layout-2B.css);
@import url(layout/layout-2C.css);
@import url(layout/layout-2D.css);

@import url(layout/layout-3A.css);
@import url(layout/layout-3B.css);
@import url(layout/layout-3C.css);
@import url(layout/layout-3D.css);
@import url(layout/layout-3E.css);
@import url(layout/layout-3F.css);

*/


/* Quelques couleurs
----------------------------------------------------------*/

body { background:url(../images/fond.jpg) repeat-x top; background-color:#333333; }

#page { width: 990px; }

#header { vertical-align:top; width:990px; height:209px; }

#wrapper { background-image: url(../images/bg.jpg); }

#top{ width:765px; height:56px; }

#content { padding:25px 25px 25px 25px; width:715px;; background: url(../images/bgcontenu.jpg) repeat-y; background-position: top left; }
#content * { color: #333333; }
#content h2 { font-size:1.4em; }
#content h3 { font-size:1.1em; }
#content a:hover { color:#FE0000; text-decoration:none; }

#main { width:765px; }
#menu { }
#nav { }
#extra { }

#footer { font-size: 0.8em; padding-left:0px; }
#footer * { color: #FFFFFF; }
#footer a:hover { color: #FFFFFF; text-decoration:none; }

.validator{ clear:both; text-align:center; }
.clearer{clear:both;}

/* Éléments Particuliers */

.margedroite {
	margin-right:20px;
}

.margegauche {
	margin-left:20px;
}
.margecontact {
	margin-left:350px;
}
/* Fin des éléments particuliers */

/* Page d'intro */
.bodyIntro { background:url(../images/fond.jpg) repeat-x top;  background-color:#333333;  }
.bodyIntro a{ color: #FE0000; }
.bodyIntro a:hover { color:#FFFFFF; text-decoration:none; }
.bodyIntro a:link, a:visited{ color: #FFFFFF; }
.h1intro { color:#FFFFFF;  left:0;  width:750px; padding-top:13px; font-size:12px; margin:0 auto; font-weight:bold;}

/* Formulaire de contact */
#frmEnvoi{ width:470px; }
#frmEnvoi input, textarea{ background-color:transparent; border-width:thin; }
#frmEnvoi .field{ text-align:right; margin-top:10px; }



/*--formulaire--*/
#frmEnvoi1{ width:710px; }
#frmEnvoi1 input, textarea{ background-color:transparent; border-width:thin; }
#frmEnvoi1 .field{ text-align:right; margin-top:10px; width:312px; }
#frmEnvoi1 .field1{ text-align:right; margin-top:10px; width:398px; }
#frmEnvoi1 .field2{ text-align:left; margin-top:10px; width:190px; }
#frmEnvoi1 .field3{ text-align:right; margin-top:10px; width:672px; }
#frmEnvoi1 .field4{ text-align:left; margin-top:10px; width:315px; }
#frmEnvoi1 .field5{ text-align:right; margin-top:10px; width:260px; }
#frmEnvoi1 .field6{ text-align:left; margin-top:10px; width:260px; }
#frmEnvoi1 .field7{ text-align:left; margin-top:10px; width:400px; }
#frmEnvoi1 .field8{ text-align:left; margin-top:10px; width:400px; }
#frmEnvoi1 .field9{ text-align:right; margin-top:10px; width:100px; }
#frmEnvoi1 .field10{ text-align:right; margin-top:10px; width:200px;}


.wcol{ width:680px; margin:0 auto;}

/*-------------------------------------------------------------------------------------------------------------------------*/

/* ============== Plan Aces ================ */
.plan {
	width: 640px;
	height: 480px;
	border:3px solid;
	border-color:#484836;
}
#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: #000000;
	font-weight: bold;
	margin-bottom: 1em;
}
.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; }
#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 {
	
}
.highslide:hover img {
	
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border:#4e4e4e solid 2px;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid #4e4e4e;
    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: 22px;
    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;
}


.int{
width:100%;
}
.int1{
width:592px;
margin:0 auto;
}
.fter{
width:100%;
}

.list{
vertical-align:middle;
margin-right:7px;
margin-left:20px;}

.list1{
vertical-align:middle;
margin-right:7px;
margin-left:20px;
margin-bottom:20px;
margin-top:5px;}



.martop{ margin-top:-70px;}

.txt{ font-size:11px; color:#FFFFFF;}

.wdiv{ width:350px;}
.wdivl{ width:450px;}
.wdivr{ width:250px;}

.wdiv2{ width:139px;}

.img{ vertical-align:bottom;}



.txt{ padding-bottom:0px; vertical-align:middle;}

.tb{ width: 670px; border: #8a8989 solid 1px;}
.tb td{ border-bottom:#8a8989 dashed 1px; padding:5px;}

.tr{ background-color:#efbebe; }
.marleft{ margin-left:40px;}
.marright{ margin-right:20px;}
.marleft1{ margin-left:20px;}


.wdivtb{ width:300px;}
.tb1{ width:300px; border: #8a8989 solid 1px; height:250px; }
.tb1 td{padding:3px;}
.tr1{background-color:#CCC;}
.midd{vertical-align:middle;}



.wdivtb2{ width:650px;}
.tb2{ width:650px; border: #8a8989 solid 1px; height:250px; }
.tb2 td{padding:3px;}
.tr2{background-color:#CCC;}


.so{ border:1px solid #000000; width:12px; height:12px; }
.colortxt{ color:#FFFFFF}
.colortxtintro { color:#FF0000;}
/*===============Phuong====================*/
.div-produits{width:350px;}
.img-pro1{margin-right:15px;}
.img-pro2{margin-right:40px;}
.imgLeft{float:left; margin-right:10px;}
.imgRight{float:right; margin-left:10px;}
.boder-pro{border:1px solid #da0e0f;}
#table-produits{width:100%;}
#table-produits td{padding:12px 5px 7px 5px;}
.table-produits2{width:100%;}
.table-produits2 td{padding:3px;}
.mg-top-pr{margin-top:25px;}
.txt-coll{font: 700 17px Georgia, "Times New Roman", Times, serif; padding:2px 10px 2px 10px; color:#ce0808;}
legend { font: 700 15px Georgia, "Times New Roman", Times, serif; border-left:3px solid #ce0808; padding:2px 10px 2px 10px; color:#ce0808;}
fieldset { 
	border:1px solid #ce0808; 
	padding:0 10px 0 10px;
	margin:0 auto;
}
.gallery{}
sup{vertical-align:super; font-size:10px;}
.txt-small{font-size:10px;}

.photo-around{width:585px; margin:0 auto;}

.photos { background:url(../images/marquage/fond-photos.jpg) no-repeat; height:218px;}
.pad1 { padding-left:160px; float:left; }
.pad2 { padding-left:90px; float:left; }
.pad3 { padding-top:160px; float:left; }


/*PRODUITS */

.conteneur{width:330px; border:1px solid #da0e0f; padding:10px; float:left;}
#contenuDroite{width:350px; float:right;}
.intitule {width :160px; float:left; height:auto; margin-left:2px;}

.menu_item{width:100%;}
.contentproduit{width:700px;}
.produitsGal{width:700px; margin-bottom:10px;}
.imageproduit{ width:300px; text-align:center; float:left;}
.texteproduit{ width:400px; float:left;}
