@charset "utf-8";
/* Import de la CSS d'initialisation
----------------------------------------------------------*/
@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/
body { color:#000; font-size:80%; font-family:"Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 { color:#ac1111; }
h1 { font:bold 12px Georgia, "Times New Roman", Times, serif; text-align:center; padding-bottom: 20px; padding-top: 10px; }
h2 { font:700 1.3em Georgia, "Times New Roman", Times, serif; text-align:center; }
h3 { font:700 1.17em Georgia, "Times New Roman", Times, serif; text-align:center; }
h4 { font-weight:700; font-size:1em; text-transform:uppercase; }
p, ul, ol, li { font-size:1em; }
h5 { font-size:.83em; }
h6 { font-size:.67em; }
a { color:#000; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
textarea { color:#000; border-width:thin; padding:3px; }

/* É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 { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.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; }

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

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

/* Intro
----------------------------------------------------------*/
#intro h1 { color:#73452d; } /* 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
----------------------------------------------------------*/
#sitti p, #sitti a { color:#fff; } /* couleur des liens de bas de page */
#sitti p { font-size:.9em; }

/* Image de validation W3C
----------------------------------------------------------*/
/*#validator a img { background-color:#000; } - Activer le CSS si le fond du site est blanc */

/*	Page d'accueil
----------------------------------------------------------*/
h1#chapeau { padding:2em 0 3em; } 
.illustration { float:left; padding:0 2em 0 0; _padding:0 1.7em 0 0; }
.illustration1 { float:left; margin:0 2em 0 0; _margin:0 1.7em 0 0; border: 2px solid #ac1111; width: 229px; height: 170px; }

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

/* CSS usually used */

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

.fix { margin: 0 auto; width: 950px; }

.strong-center { text-align: -moz-center; !text-align: center; }

.list { vertical-align: middle; padding-left: 20px; padding-right: 10px; }

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

.ver { vertical-align: middle; }


.plan {
	width: 640px;
	height: 480px;
	border: 2px solid #9b0909;
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding: 0;
}
#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: #9b0909;
	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;
}

.highslide {
	cursor: url("../images/graphics/zoomin.cur"), pointer;
	#cursor: url("images/graphics/zoomin.cur"), pointer;
	
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid #ac1111;
}
.highslide:hover img {
	border: 2px solid #ac1111;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid #ac1111;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 24px;
	background-image: url("../images/graphics/loader.white.gif");
    #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;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

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


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.mar-right { margin-right: 25px; }

.bor { border: 2px solid #ac1111; }


/*css : plan du site*/
#page-plan-du-site{
margin:0 auto; width:968px; 
}
#head-plan-du-site{
background:url(../images/plan-du-site/head-plan-du-site.jpg) no-repeat;
height: 319px;
}
#body-plan-du-site{
	background:url(../images/plan-du-site/body-plan-du-site.jpg) no-repeat;
}
#content-plan-du-site{
	padding:10px 40px 20px 40px;
	text-align:justify;
}
#foot-plan-du-site{
background:url(../images/plan-du-site/foot-plan-du-site.jpg) no-repeat;
height: 50px;
}
/*#plan du site*/

/* annonces*/
#blockprod {
border-bottom:1px solid #FFFFFF;
height:220px;
margin:0 0 10px;
width:500px;
}

#blockprod .haut, #blockprod2 .haut {
border-bottom:1px solid #FFFFFF;
font-size:12px;
font-weight:700;
height:30px;
text-align:left;
vertical-align:top;
width:500px;
}

#blockprod .haut .ref, #blockprod2 .haut .ref {
display:inline;
float:left;
text-align:left;
width:165px;
}

#blockprod .haut .type, #blockprod2 .haut .type {
display:inline;
float:left;
text-align:center;
width:165px;
}

#blockprod .haut .prix, #blockprod2 .haut .prix {
display:inline;
float:right;
text-align:right;
width:165px;
}

#blockprod .image {
float:left;
height:150px;
margin:5px 10px 10px 0;
width:150px;
}

#blockprod img {
border:1px solid #000000;
vertical-align:middle;
}

#blockprod .titre, #blockprod2 .titre {
border-bottom:1px solid #da4547;
border-left:10px solid #da4547;
color:#da4547;
float:left;
font-size:12px;
font-weight:700;
margin:5px 0 0;
padding:0 0 0 5px;
text-align:left;
width:300px;
}

#blockprod table {
float:left;
font-size:11px;
margin:0;
text-align:justify;
}

#blockprod td, #blockprod2 td {
text-align:justify;
width:50%;
}

#blockprod2 {
margin:0 0 10px;
width:500px;
}

#blockprod2 .image {
float:left;
margin:5px 10px 10px 0;
text-align:center;
width:150px;
}

#blockprod2 img {
border:1px solid #000000;
margin:0 0 5px;
vertical-align:middle;
}
/* annonces*/

/* moteur de recherche */
.select{
font-size:11px;}
/* moteur de recherche */

/*////////////////////////////////  Lightbox///////////////////////////////////*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/*///////////////////////////////////// Fin Lightbox  /////////////////////////////////*/	
