/* 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: #2e4a0b; }

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

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

#header { height:275px; }  /* largeur=largeur de #wrapper */

#content { padding:0px 100px 10px 100px;  } /* largeur=largeur de #wrapper */
#content *  { color: #5d4327; } /* couleurs de tous les éléments (textes et bordures) de la zone de contenu */
#content h2 { color: #5d4327; font-size:1.3em; } 
#content h3 { color: #5d4327; font-size:1.2em; }
#content a:hover { color:#5d4327; text-decoration:none; }

#main { background: url(../images/fond-contenu.jpg) no-repeat top; } /* 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: #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 input, textarea{ background-color:transparent; border-width:thin; }
#frmEnvoi .field{ text-align:right; margin-top:10px; }

/*classes supplémentaires*/
.aligntitre{text-align:left; margin-left:270px;}
.textalignright{
	display:block;
	float:right;
}

/*google map*/
.plan {
	width: 640px;
	height: 480px;
	border:5px solid #2e4a0b;
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding: 0;
	text-align:center;
}
#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: #000000;
	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;
}
#googlemap a.googlemap-icon { display: block; background:url(../images/googlemap.jpg) no-repeat; width: 80px; height: 68px; 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; }
.alignCenter{
	text-align:-moz-center;
	!text-align:center;	
	text-align:center;	
}




/*gallery*/
#gallery {
	background-color: transparent;
	padding:0px;
	width: 680px;
	margin-left:75px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #e89641;
	border-width: 5px 5px 5px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 5px;
	color: #fff;
}
#gallery ul a:hover { color: ##fff; }




.wdiv{ border:#583401 solid 1px; width:820px;}

#div1{display:none;}


.txtd1{ }
.txtd2{ font-size:16px;}