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

/* Construction (Montage)
----------------------------------------------------------*/
body {
	color:#000;
	font-size:75%;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 { color:#c42126; } 
h1 { font:bold 15px Arial, Helvetica, sans-serif; text-align:center; }
h2 { font:700 1.17em Arial, Helvetica, sans-serif; text-align:center; }
h3 { font:700 1em Arial, Helvetica, sans-serif; text-align:left; }
h4 { font-size:.9em; }
h5 { font-size:.83em; }
h6 { font-size:.67em; }
p, ul, ol, li { font-size:1em; }
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; }

/* Elements Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft { float:left; padding-bottom:0; margin:0 2em 0 0; /*border:1px solid #000;*/ }
.imgRight { float:right; padding-bottom:0; margin:0 0 0 2em; /*border:1px solid #000;*/ }

/* 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; }
.br { display:block; }
.nowrap { white-space:nowrap; }

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

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

/*	Liens de bas de page
----------------------------------------------------------*/
#adresse p, #adresse a { color:#000; } /* couleur des liens de bas de page */
#adresse p { font-size:.9em; }

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

/*	Page d'accueil
----------------------------------------------------------*/
/*#chapeau { padding:1em 0 2em; }*/ 
#diapo-accueil { float:right; width:284px; height:203px; margin:0 0 1em 2em; }
/*#p_accueil { padding-top:.5em; } - Activer pour descendre le 1er paragraphe */

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

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

.highslide {
	cursor: url(images/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border: none;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	
}
.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: 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;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-html {
	background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
	display: none;
	text-align:justify;	
}
.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;
}
/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
	width: 620px;
	padding: 5px;
	background:#fff;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(../images/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {

 padding:10px;
}
.highslide-move {
	cursor: move;
}
.highslide-resize {
	cursor: nw-resize;
}
/* These must be the last of the Highslide rules */
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;	
}

/* ============== Plan Aces ====================== */

#map, #map2, #map3, #map4 {
	width: 640px;
	height: 480px;
	border: #c42126 solid 5px;
}

.infosbulle {
	border: none;
	margin: 0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.plan-titre {
	font-size: 14px;
	color: #c42126;
	font-weight: bold;
	margin-bottom: 1em;
	text-align:center;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
	text-align:center;
	!text-align:center;
}
.plan-printer {
	display:block;
	text-align: right;
	padding-bottom:15px;
}

.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; text-align:center; }
.alignCenter{
	text-align:-moz-center;
	!text-align:center;
	width:390px;
	margin:0 auto;
	
}

.bullet{ margin-right:10px;}
.list{ float:left; margin-bottom:20px; margin-top:3px;}

.color{ color:#c42126;}

.size{ font-size:14px;}

.mL{ margin-left:10px;}

.table{ width:100%;}

.table td{ border-bottom:1px dotted #c42126; padding:5px 0;}

.table2{ width:570px;}

.table2 td{ border-bottom:1px dotted #c42126; padding:5px 0;}

.table3{ width:270px;}

.table3 td{ border-bottom:1px dotted #c42126; padding:5px 0;}

.wid350{ width:410px;}

.wid460{ width:460px;}

.wid150{ width:150px;}

.wid180{ width:180px;}

.wid177{ width:177px;}

.wid100{ width:95px;}

.wid138{ width:138px;}

.wid120{ width:117px;}

.wid280{ width:280px;}

.wid200{ width:220px;}

.wid250{ width:250px;}

.wid320{ width:400px;}

.wid300{ width:380px;}

.wid160{ width:160px;}

.wid290{ width:290px;}

.wid225{ width:225px;}

.wid620{ width:620px;}
sup{ font-size:10px; vertical-align:super;}

.mR{ margin-right:140px;}

.mR2{ margin-right:70px;}.gd {
	font-size: 1.2em;
}
.gd2 {
	font-size: 1.23em;
}
.pt1 {
	font-size: 0.9em;
}
.pt2 {
	font-size: 0.8em;
}
.partenaires {
	float: left;
	width: 31%;
	padding: 5px;
	text-align: center;
	margin: 0 5px;
	border: 1px dashed #000;
	height: 235px;
}
.porcelaine {
}
.porcelaine p{ float:left; width:165px; padding:2px;
}
.porcelaine2 p{
	width:166px;
	padding:2px;
	height: 182px;
}
.gamme {
	float: right;
	padding: 5px;
}

.legende-cloche { width:149px; margin:0 0 0 4em; }
.legende-cloche1 { width:149px; margin:0 0 0 11em; }
.legende-cloche2 { width:149px; margin:0 0 0 10em; }
.margin-Left110 {margin-left:110px; }
