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

/* Construction (Montage)
----------------------------------------------------------*/
body { color:#787878; font-size:12px; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }

h1 { color:#787878; font-weight:bold; font-size:12px; padding-bottom:20px; line-height:20px; }
h2 { color:#787878; font-weight:700; font-size:1.3em; /*text-transform: uppercase;*/ text-align:center }
h3 { color:#787878; font-weight:700; font-size:1.17em; /*text-transform: uppercase;*/ }
h4 { color:#787878; font-weight:700; font-size:1em; /*text-transform: uppercase;*/ }
h5 { color:#787878; font-size:0.83em; }
h6 { color:#787878; font-size:0.67em; }
p { color:#787878; font-size:1em; }
ul, ol{ font-size:1em; }
li { font-size:1em; }
a { color:#787878; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
textarea { color:#000; }
input { color:#000; }


#intro p, #intro a { font-size:.92em; color:#fff; }


/* É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; }

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

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

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

/* Page d'accueil */
.illustration { float:right; padding-left:10px; padding-top:45px;}
.texte_accueil{width:550px; float:right;}
.texte_accueil p{}
.image_visite{float:right; padding-left:10px;}

.global_encart{ width:590px; float:right; }
.encart{width:210px; float:left; font-size:9px;}
.mercato{float:left;}


.titre_page{ color:#441513;}
.puce{font-size:2.20em;}

/* Page en construction */
.constrution { margin-top:8em; text-align:center; } /* Réajuster la hauteur du margin si besoin */

/*	Mentions Légales */
/*css : plan du site*/
#page-plan-du-site{
margin:0 auto; width:950px; 
}
#head-plan-du-site{
background:url(../images/plan-du-site/head-plan-du-site.jpg) no-repeat;
height: 180px;
}
#menu-plan-du-site{
	background:url(../images/plan-du-site/menu-plan-du-site.jpg) no-repeat;
	height:188px;
}
#content-plan-du-site{
	padding:20px 70px 20px 70px;
	text-align:justify;
	line-height:30px;
}
#foot-plan-du-site{
background:url(../images/plan-du-site/footer-plan-du-site.jpg) no-repeat;
height: 78px;
}
/*#plan du site*/
/*************google map*******************/
.plan {
	width: 650px;
	height: 500px;
	border: 2px solid #d32047;
		text-align:-moz-center;
	!text-align:center;
	margin:auto;

}
#map .infosbulle {
	width: 220px;
	border: none;
	margin: 0;
	padding: 0;
		text-align:-moz-center;
	!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: #5F0666;
	font-weight: bold;
	margin-bottom: 1em;
	text-align:-moz-center;
	!text-align:center;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
	text-align:center;
}
.plan-printer {
	display:block;
	text-align:right;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}
.contact{
	text-align:-moz-center;
	!text-align:center;

}
/*-----------------High light---------------*/
.highslide {
	cursor: url(images/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}


.highslide-wrapper {
	background: white;
}
.highslide img { border:none;}

.highslide-image{
	border: 2px solid #8e8e8e;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 1px solid #8e8e8e;
	border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: normal;
    text-decoration: none;
	padding: 2px;
	border: 1px solid #8e8e8e;
    background-color: white;
    
    padding-left: 14px;
    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-image:url(../images/graphics/fullexpand.gif);
	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;
}
#table-tarifs{
	border-collapse:collapse;
	width:620px;
	border:1px dotted #28b4e4;
	vertical-align:middle;
}
#table-tarifs tr{
}
#table-tarifs td{
	padding:10px;
}

#table-1{
	border-collapse:collapse;
	width:300px;
	border:1px dotted #28b4e4;
	vertical-align:middle;
}
#table-1 tr{
}
#table-1 td{
	padding:10px;
}

.td1{
width:85%;
border:1px dotted #28b4e4;
}
.td2{
width:15%;
border:1px dotted #28b4e4;
text-align:right;
}
.div-table{
width:620px;
margin:0 auto;
}
.img-mail{
margin-top:2px;
}
.img-1{
margin-left:20px;
}
.img-2{
margin-right:20px;
}
.img-3{
margin-top:10px;
}
.div-1{
width:100px;
text-align:center;
padding:2px;
font-weight:bold;

margin-left:11px;
}
.div-2{
width:230px;
height:300px;
text-align:center;
padding:2px;
font-weight:bold;

}
.div-3{
width:100px;
text-align:center;
padding:2px;
color:#28b4e4;
font-weight:bold;
}
.div-4{
width:100px;
text-align:center;
padding:2px;
font-weight:bold;

}

.div-5{
width:230px;
padding-left:220px;
padding-right:20px;

}

.div-6{
width:150px;
float:right;
padding-left:300px;

}
.text-1{
color:#28b4e4;
}
.text-2{
color:#e75113;
}
.text-3{
color:#d60059;
}
.bg-menu{
background-image:url(../images/bg-menu.jpg);
height:564px;
width:665px;
margin:0 auto;
}
.text-4{
margin-top:23px;
}

.resabox{
background-image:url(../images/index/resabox/fond.jpg);
width:380px;
height:175px;
}

.divtexte { text-align:center}