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

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

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

#header { margin-bottom: 0px;  margin-bottom /*\**/: -1px\9; #margin-bottom /*\**/: 0px\9;}  /* largeur=largeur de #wrapper */

#content { padding:0px 15px 10px 310px; margin:0 40px 0 0; text-align:justify; } /* 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 { 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, ul, li { color: #FFA100; }
#footer a:visited { color:#FFA100; }
#footer a:hover { color: #2F2D21; text-decoration:none; }

#content ul { margin-left:2em; }
#content li { list-style-image:url(../images/puce.jpg); list-style-position:outside;}

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

.fixintro{margin-top:-20px;}

/* Intégration */
.styleindex {font-size: 10px}
.imgLeft{ float:left; margin-right:1em; }
.imgRight{ float:right; margin-left:1em; }
.imgAccueil { float:right; padding-left:5px;}
html>/**/body .imgAccueil{ /* hack css : lu seulement par firefox, pour plus d'infos => http://blog.pixarea.com/index.php/2006/06/13/39-css-un-hack-simple-pour-ie7 */
	float:right;	
}

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

/* Page d'intro */
.h1intro { padding-top:5px; font-size:12px; height:15px; margin:0; }
.bodyIntro { background-image:url(../images/fond-intro.jpg); background-repeat:repeat-x; }
.bodyIntro *{ color: #FBF9EC; } /* couleurs de tous les éléments (textes et bordures) de la page index.html */
.bodyIntro a:link, a:visited { color: #FBF9EC; }
.bodyIntro a:hover{ color: #FBF9EC; text-decoration:none; }


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

/*-----------map-----------*/

/**********************Plan googleMap****************************/
.plan {
	width: 640px;
	height: 480px;
	border:#FFFFFF solid 3px;
}
#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: #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****************************/

.cligno{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px; color:red; font-weight:bold;}
.entourage{
padding-left:10px;

}
.cartefond{
background-image:url(../images/menus/images/menus_03.jpg);
background-repeat:repeat-y;
}

.textemenus{
	text-align:center;
	padding-right: 30px;
}
.textemenus2{
	text-align:center;
	padding-right: 15px;
}

.textemenu3{
width:240px;
float:left;
text-align:center;
}
.textemenu4{
	width:300px;
	float:right;
	text-align:center;
	padding-right: 40px;
	padding-left: 40px;
}

.textemenu5{
	width:240px;
	float:left;
	text-align:center;
	padding-left: 8px;
}
.textemenu6{
	width:210px;
	float:right;
	text-align:center;
	padding-left: 8px;
	margin-right: 10px;
	padding-right: 8px;
}
 .pagination{
 padding-left:300px;
 }

.textemenu7{
	width:330px;
	float:left;
	padding-left: 30px;
}

.textemenu7-bb{
	width:335px;
	float:left;
	padding-left: 30px;
}

.textemenu7-ab{
	float:left;
	text-align:justify;
	width:430px;
	padding-left: 30px;
	padding-right:10px;
}

.textemenu7-a{
	width:130px;
	float:left;
	padding-left: 30px;
}

.textemenu7-ab1{
	width:180px;
	float:left;
	padding-left: 30px;
}

.textemenu7-a1{
	width:230px;
	float:left;
	padding-left: 30px;
}

.textemenu7-a1b{
	width:250px;
	float:left;
	padding-left: 30px;
}

.textemenu7-a2{
	width:260px;
	float:left;
	padding-left: 30px;
}

.textemenu7-a3{
	width:290px;
	float:left;
	padding-left: 30px;
}

.textemenu7-b{
	width:130px;
	float:left;
	padding-left: 30px;
}

.textemenu8{
	width:80px;
	float:right;
	text-align:center;
	
	margin-right: 20px;
	padding-right: 8px;
	text-align:right;
}

.textemenu8-a{
	width:110px;
	float:right;
	text-align:center;
	
	margin-right: 20px;
	padding-right: 8px;
	text-align:right;
}


.textemenu8-abb{
	width:160px;
	float:right;
	text-align:center;
	
	margin-right: 20px;
	padding-right: 8px;
	text-align:right;
}

.minitexte{
font-size:9px;}

#paddingcligno{
padding-left:70px;
}


.fixmd{margin-left:20px;}

.int{
width:100%;
}
.int1{
width:950px;
margin:0 auto;
}
.fter{
width:100%;
}

.fixmentions{margin-top:-15px;}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		
	}
	
	
.div1{margin-left:100px;}	

.tb1{width:445px; margin:0 auto;}

.tb1 td{padding-bottom:6px; padding-top:6px;}

.td1{width:70px; text-align:right;}

.logo{ font-size:10px; vertical-align:middle; margin-top:-10px; }
.logo2{ font-size:9px;}
.logo img { vertical-align:middle;}

/*=============================================================*/
.d-table{ width:500px; padding:7px; margin:0 auto;}
d-table td{ padding-bottom:5px; padding-top:5px;}

.txtab{font-size:10px;}

.p1l{width:447px; padding-left:29px; text-align:justify;}