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

#page { width:990px; }

#all { background:url(../images/bg.jpg) repeat-y; background-position: top left; width:990px; }

#header { vertical-align:top; text-align:center; width:990px; height:213px; }

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

#top{ width:725px; height:116px; }

#content { padding:50px 110px 0px 10px; width:605px; background: url(../images/bghaut.jpg) no-repeat; background-position: top left;}
/*#content * { color:#000000; }*/
#content h1 { font-size:1.4em; color:#A2865F; }
#content h2 { font-size:1.4em; color:#A2865F; }
#content h3 { font-size:1.1em; color:#A2865F }
#content a:visited { color:#A2865F; text-decoration:underline; }
#content a:hover { color:#A2865F; text-decoration:underline; }
#content a { color:#A2865F; text-decoration:underline; }

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

#footer { font-size: 0.8em; padding-left:0px; padding-top:0px; }
#footer * { color: #ffffff; }
#footer a { color: #ffffff; text-decoration:underline; }
#footer a:hover { color: #ffffff; text-decoration:underline; }
#footer a:visited { color: #ffffff; text-decoration:underline; }

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

/* Éléments Particuliers */

.margedroite {
	margin-right:20px;
}

.margegauche {
	margin-left:20px;
}
.margecontact {
	margin-left:350px;
}
.margePied {
	padding-left:230px;
}
/* Fin des éléments particuliers */

/* Page d'intro */
.bodyIntro { background:url(../images/fond.jpg) repeat-x top;  background-color:#213809; }
.bodyIntro *{ color: #ffffff; }
.bodyIntro a { color:#ffffff; text-decoration:underline; }
.bodyIntro a:hover { color:#ffffff; text-decoration:underline; }
.bodyIntro a:link, a:visited { color:#ffffff; text-decoration:underline; }
.h1intro { color:#392711; position:absolute; left:0; top:0; width:100%; padding-top:5px; font-size:12px; }

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

.pellicule{
	margin-right:12px;
	}

.tablo{
	width:394px;
	border:#FFFFFF solid 2px;
	
	}
.td1{width:40%;}
.td2{width:5%;}
.td3{width:65%;}

.deg1{background-color: #DFCF99;}
.deg2{background-color: #CEB766;}
.deg3{background-color: #AB9136;}

/** PLAN D'ACCES **/
.plan {
	width: 700px;
	height: 500px;
	border: 2px #998231 solid;
}
#map .infosbulle {
	width: 210px;
	border: none;
	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;
}

#googlemap a.googlemap-icon { display: block; background:url(../images/googlemap.jpg) no-repeat; width: 70px; height: 60px; }
#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;
}

.effetTxt { font-size:13px; font-weight:bold; color:#21380A; }

.pic { float:left; padding-right:5px; padding-top:30px; }
.descr { float:right; width:360px; padding:10px; text-align:center; }
