
/* 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.gif) repeat-x top; background-color:#000000; }

#page { width: 950px; }

#header { }

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

#top{ }

#content { padding:30px 60px 0px 60px; width:628px; background: url(../images/bgcontenu.jpg) no-repeat; background-position: top left; }
#content * { color: #5a7373; }
#content h2 { font-size:1.4em; color: #5a7373; }
#content h3 { font-size:1.1em; color: #5a7373; }
#content p { text-align:justify }
#content a:hover { color:#5a7373; text-decoration:none; }

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

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

.validator{ clear:both; float:right; }

.validator1{ clear:both; text-align:center; }

.atelier { display:block;
 text-align:center;
 padding-top:5px;
  }
 
.paddingright { padding-right: 20px;}
.paddingtop { padding-top: 20px;}

div#diapo {
padding-right: 20px;}

.text-center{
text-align:center;

}

a.text-center {
text-decoration:underline;}

h3 {
text-align:justify;
}

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

/* Page d'intro */
.bodyIntro {color:#FFFFFF;}
.bodyIntro p, a:link{ color: #FFFFFF; }
.bodyIntro a:visited{color:#FFFFFF;}
.bodyIntro a:hover { color:#FFFFFF; text-decoration:none; }
.h1intro {font-size:12px; height:15px; margin-bottom:-30px; top:420px; width:100%; position:relative;}


/* Formulaire de contact */
#frmEnvoi{ width:470px; }
#frmEnvoi input, textarea{ background-color:transparent; border-width:thin; }
#frmEnvoi .field{ text-align:right; margin-top:10px; }
#frmEnvoi h3 { text-align:center;}
/*classes supplémentaire*/
.aligntexte{text-align:left; margin-left:180px;}

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

#header-plandusite {
}

#main-plandusite {
text-align:left;
background: url(../images/plan-du-site/body-plan-du-site.jpg) repeat-y;
}

#content-plandusite { padding:30px 60px 0px 150px; width:628px; }

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

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

/* =============== Highlight ================= */

{
    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 gray;
}
/*.highslide:hover img {
	border: 2px solid white;
}*/
.highslide-wrapper {
	background: white;
}
/*.highslide-image {
	border: 1px solid white;
}*/
.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: white;
    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;
}