@charset "utf-8";

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

@import url(default.css);


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

@import url(layout/layout-1A.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);

*/


/* Construction (Montage)
----------------------------------------------------------*/
/*
- la largeur par défaut d'un élément est indiquée sous la forme  largeur='valeur'
- les largeurs peuvent êtrent relatives à l'élément qui les contient dans ce cas la largeur est notée : largeur='largeur de X'
- lorsqu'on définie une taille à un élément, il s'aligne automatiquement au centre
*/

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

#page { width: 950px; }  /* largeur=largeur de #body=100% */ 

#wrapper { padding:0; background: url(../images/bg.jpg) repeat-y center;} /* largeur=largeur de #page */

#header { background:url(../images/head.jpg) no-repeat top; }  /* largeur=largeur de #wrapper */

#content { padding:3px 50px 10px 50px;  background:url(../images/bgcontenu.jpg) no-repeat top; } /* largeur=largeur de #wrapper */
#content * { color: #FFFFFF; } /* couleurs de tous les éléments (textes et bordures) de la zone de contenu */
#content h2 { color: #FFFFFF; font-size:1.3em; } 
#content h3 { color: #FFFFFF; font-size:1.2em; }
#content p { color: #FFFFFF; font-size:0.95em; }
#content a:link, a:visited, a:active { color:#FFFFFF;}
#content a:hover { color:#FFFFFF; text-decoration:none; }

#main { } /* largeur=largeur de #wrapper */

#menu { display:none; } /* largeur=0 */

#nav { } /* largeur=0*/

#extra { } /* largeur=0 */


#footer { font-size: 0.8em; background-color: none; }  /* largeur=largeur de #body */
#footer p, a:link, a:visited, ul, li { color: #5f005f; }
#footer a:hover { color: #9a009a; text-decoration:none; }
#cybbel{ margin-top:-10px;}

/*============== ADDITION =================*/

/*#footer1 { font-size: 0.8em; background-color: none; } 
#footer1 a:link, a:visited, ul, li { color: #5f005f; }
#footer1 a:hover { color: #9a009a; text-decoration:none; }
#footer1 p {
color:#5f005f;
}*/

.aligncenter {
text-align:center;
}

hr {
color:#5f005f;
}

.paddingright{
padding-right:50px;
}

.paddingtop{
padding-top:50px;
}

.marginsound{ margin-left:350px;}


/* Éléments Particuliers
----------------------------------------------------------*/

/* Lien W3C */
.validator{ clear:both; float:right; }
.validator1{ clear:both; text-align:center;}

/* Page d'intro */
.bodyIntro *{ color: #5f005f; } /* couleurs de tous les éléments (textes et bordures) de la page index.html */
.bodyIntro a:link, a:visited, a:active { color: #5f005f; }
.bodyIntro a:hover{ color: #9a009a; text-decoration:none; }
.h1intro { padding-top:5px; font-size:12px; height:15px; position:absolute; width:100%; text-align:center; top:490px; left:0; clear:both; }

/* Formulaire de contact */
#frmEnvoi{ width:470px; }
#frmEnvoi textarea{ background-color:#5f005f;  border-width:thin; }
input .bouton{ background-color:#000000;  border-width:thin; }
.champ{ background-color:#5f005f;  border-width:thin; }
#code { background-color:#5f005f;  border-width:thin; }
#frmEnvoi .field{ text-align:right; margin-top:10px; }

/*************************** Classes Element *********************************/

.habill{ padding:20px 14px 0px 0px; }

/*************************** Fin des classes Element *************************/

/*================ HIGH LIGHT ================*/

* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid #9a009a;
}
.highslide:hover img {
	
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 2px solid #9a009a;
}
.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(highslide/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: #9a009a;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/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;
}

/* ============ PLAN DU SITE ============= */

#wrapper-plandusite { padding:0; background: url(../images/bg.jpg) repeat-y center;} /* largeur=largeur de #page */

#content-plandusite { padding:3px 50px 10px 50px; background: url(../images/plan-du-site/bgcontenu-plan-du-site.jpg) no-repeat top; } /* largeur=largeur de #wrapper */
#content-plandusite a:link, a:active { color:#FFFFFF;}
#content-plandusite a:visited { color:#FFFFFF}

#content-plandusite p { color:#FFFFFF;}

#container-plandusite {
width:850px;
margin-left:50px;
}


/*=============== PLAN ACCES =================*/

.plan {
	width: 500px;
	height: 480px;
	border:5px solid;
	border-color:#9a009a;
}
#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: #5F0666;
	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;
}