/* 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);

*/


/* Quelques couleurs
----------------------------------------------------------*/

body { background-image:url(../images/fond.jpg); font-family:Verdana, Arial, Helvetica, sans-serif;}
#page { width: 940px; }
#header { background-color: none; }

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

#content { padding:15px 170px 0px 170px; }
#content * { color: #48250F; }
#content h2 { color: #48250F; font-size:18px; font-family:Verdana, Arial, Helvetica, sans-serif;}
#content h3 { color: #48250F; font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif;}
#content a:hover { color:#9A4D47; text-decoration:none; }

#footer { font-size: 0.8em; background-color: none; }
#footer p, a:link, a:visited, ul, li { color: #E4BF7B; }
#footer a:hover { color: white; text-decoration:none; }
#footer ul { margin: 0; }
#footer li { display: inline; }

#main { background: url(../images/contenu.jpg) no-repeat top; background-color: none; margin: 0; padding: 0; }
#menu { background-color: none; margin: 0; padding: 0;}
#nav { background-color: none; margin: 0; padding: 0;}
#extra { background-color: none; margin: 0; padding: 0;}

h1, h2, h3 { margin: 0; padding: 0; }
h1 {
	font-size:1em;
}


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

/* Page d'intro */
.h1intro { padding-top:5px; font-size:16px; font-family:Verdana, Arial, Helvetica, sans-serif; }
.bodyIntro *{ color: #FBF9EC; }

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

/*------hightlight----------*/
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
body {
	background-color: silver;
}

.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: 0x 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: 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;
}
/*----------------end--------------------*/
table#acculite{}
table#acculite tbody td {
	border:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
table#tarifs{
}
table#tarifs tbody td {
	border: 1px dotted #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*----------------map---------------*/
.plan {
	width: 640px;
	height: 480px;
	border: 5px solid #615022;
}
#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;
}
/*------------------end------------------*/
