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

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

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

#header {width: 1048px; }  /* largeur=largeur de #wrapper */

#content { padding:10px 80px 10px 80px; width:888px;background: url(../images/fond-contenu.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 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: #FBF9EC; }
#footer a:hover { color: #9A4D47; text-decoration:none; }


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

/* Lien W3C */
.validator{ clear:both; float:right; margin-right:215px;}

/* Page d'intro */
.bodyIntro *{ color: #FBF9EC; } /* couleurs de tous les éléments (textes et bordures) de la page index.html */
.bodyIntro a:hover{ color: #FBF9EC; text-decoration:none; }
.h1intro { padding-top:5px; font-size:12px; height:15px; }

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


.alignimage{
float:right;
padding:20px 50px 0 20px;}

.aligntexte{
text-align:left;
margin-left:100px;
margin-right:100px;
}

.aligncontact{
text-align:left;
margin-left:30px;
margin-right:25px;}

/*-------------------Plan du site ------------------*/
#header-plandusite{
	background-image:url(../images/plandusite/images/header-plandusite.jpg);
	background-repeat:no-repeat;
	height:290px;
	width:1048px;
	padding:0px;
	text-align:center;
}
#content-plandusite{
	background-image:url(../images/plandusite/images/content-plandusite.jpg);
	text-align:center;
	width:1048px;
	height:auto;
	background-repeat:no-repeat;
}
#menu-plandusite{
float:left;
margin-left:40px;
}
#footer-plandusite{
	background-image:url(../images/plandusite/images/footer-plandusite.jpg);
	background-repeat:no-repeat;
	width:1048px;
	height:58px;
	text-align:center;

}
#plandusite
{
	display:block;
	text-align:center;
	width:1048px;
	margin-left:auto;
	margin-right:auto;
	background: url(../images/bg.gif) repeat-y;
}
.plan-text-content
{
	line-height:25px;
	text-align:left;
margin-left:120px;
	color:#ffffff;
	width:750px;
}
.plan-text-content a:hover
{
	color:#ffffff;
}

/* ---------------------------Google map --------------------------------------------*/
.plan {
	width: 640px;
	height: 480px;
	margin-left:-100px;
}
#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;
}

/*--------------------------high light js-------------------------*/
* {
    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;
}
.copyrightWiki{
	font-size:9px;
	color:#3366BB;
	}
.copyrightWiki a {
	color:#4488aa;
	}