/* 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: #005d9d; }

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

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

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

#content { padding:10px 80px 10px 80px;  background: url(../images/fond-contenu.jpg) no-repeat top;} /* largeur=largeur de #wrapper */
#content * { color: #005dcb; } /* couleurs de tous les éléments (textes et bordures) de la zone de contenu */
#content h2 { color: #005dcb; font-size:1.3em; } 
#content h3 { color: #005dcb; font-size:1.2em; }
#content a:hover { color:#005dcb; 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: #ffffff; }
#footer a:hover { color: #ffffff; text-decoration:none; }


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

/* Lien W3C */
.validator{ clear:both; float:right; }

/* 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:380px; 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; }

/*classes supplémentaires*/
.alignimage{float:left; margin-top:40px;}
.aligntexte{text-align:left; margin-top:55px;}


.banner {
	background-image:url(../images/banner.jpg); width:845px; height:185px;
}

.highslide {
    cursor: url(images/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: 2px solid white;
}
.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: #000000;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: #003399;
    
    padding-left: 22px;
    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: #000000;
    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;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.plan {
	width: 640px;
	height: 480px;
	border:#dfdfdd solid;
	border:6px;
}
#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;
}

.h1{
	font-size:12px; font-weight:bold; margin-top:35px;
}
