/* CSS Document */
/* ********************************************************************************************************** */
/*		TABLEAU fondation
/* ********************************************************************************************************** */
table.fondation{
	padding:0px;
	border-spacing:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: thin dotted #000;
	width: 90%;
	background-color: #FFF;
}

table.fondation th{
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	line-height: 20px;
}
table.fondation td{
	font-size: 1.3em;
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
table.fondation td h6{
	font-size: 1em;
	padding: 0px;
	line-height: 1.2em;
	vertical-align: top;
	margin-left: 20px;
	font-weight: normal;
	margin-bottom: 5px;
}
table.fondation td ul{
	margin-left: 20px;
	margin-bottom: 4px;
	margin-top: 0px;
	margin-right: 0px;
}
table.fondation td ul li{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/puceOrange.gif);
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table.fondation td ul li a{
	background-image: url(../images/fleche.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-position: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 10px;
}
table.fondation td ul li a:hover{
	background-image: url(../images/bouton_titre.gif);
	background-repeat: no-repeat;
	background-position: left;
}
table.fondation td p{
	text-align: left;
	font-size: 1em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
table.fondation .separation{
	padding: 1px;
	background-image: url(../images/ligne_noir.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* ********************************************************************************************************** */
/*		TABLEAU MAISON
/* ********************************************************************************************************** */
table.maison{
	padding:10px;
	border-spacing:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: thin dotted #000;
	background-color: #FFF;
}

table.maison th{
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	line-height: 20px;
}
table.maison td{
	font-size: 1.3em;
	padding: 0px 1px 0px 1px;
	line-height: 18px;
	vertical-align: top;
}
table.maison td h6{
	font-size: 1em;
	padding: 0px;
	line-height: 1.2em;
	vertical-align: top;
	margin-left: 20px;
	font-weight: normal;
	margin-bottom: 5px;
}
table.maison td ul{
	margin-left: 20px;
	margin-bottom: 10px;
}
table.maison td ul li{
	list-style-type: none;
	margin-left: 5px;
}
table.maison td ul li a{
	background-image: url(../images/fleche.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-position: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 30px;
}
table.maison td ul li a:hover{
	background-image: url(../images/bouton_titre.gif);
	background-repeat: no-repeat;
	background-position: left;
}
table.maison td p{
	text-align: left;
	vertical-align: top;
}
table.maison .separation{
	padding: 1px;
	background-image: url(../images/ligne_noir.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* ********************************************************************************************************** */
/*		TABLEAU LISTE
/* ********************************************************************************************************** */
table.liste{
	padding:0px;
	margin:0px;
	border-spacing:2px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	white-space: nowrap;
}
table.liste th{
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	line-height: 20px;
}
table.liste td{
	font-size: 1.1em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #000;
	border-left-color: #CCCCCC;
	line-height: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	border-top-style: none;
	border-right-style: none;
}
#comandeProspectus{
	margin-top: 15px;
	margin-left: 0px;
	float: right;
}
#comandeProspectus a{
	background-image: url(../images/fleche.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-position: left;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 10px;
}
#comandeProspectus a:hover{
	background-image: url(../images/bouton_titre.gif);
	background-repeat: no-repeat;
	background-position: left;
}
table.liste span.detail{
	background-color: #0FF;	
}
/* ----------------------- POP UP titre ----------------------- */
			table.liste a {
				color: #000000;
				text-decoration: none;
				padding: 0px;
				margin:0px;
				font-size: 10px;
			}
			table.liste a:hover {
				left: 0px;
				top: 0px;
				width: 90px;
				color: #CCCCCC;
				text-decoration: none;
				padding: 0px;
				margin:0px;
			}
			table.liste a span {
				display: none;
				text-decoration: none;
			}
			table.liste a:hover {
				z-index: 500;
				background: none;
				text-decoration: none;
			}
table.liste a:hover span {
	display: block;
	background-color: #FFF;
	z-index: 500;
	position: absolute;
	top: 40%;
	padding: 10px;
	font-size: 1.2em;
	color: #000000;
	text-decoration: none;
	width: 400px;
	margin-left: 40px;
	border: thin solid #000;
	text-align: left;
	clip: rect(auto,auto,auto,auto);
	left: 40%;
	white-space: normal;
			}
	
	/* ----------------------- DIV MARQUE CATEGORIE ----------------------- */

/* ********************************************************************************************************** */
/*		TABLEAU LA MAISON
/* ********************************************************************************************************** */
table.laMaison{
	padding:5px;
	border-spacing:0px;
	width: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-color: #FFF;
}

table.laMaison th{
	font-size: 1.2em;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	line-height: 20px;
}
table.laMaison td{
	font-size: 1.2em;
	padding: 0px 1px 0px 1px;
	line-height: 17px;
	vertical-align: top;
}
table.laMaison td ul{
	list-style-position: inside;
	list-style-type: none;
	margin-left: 20px;
}
table.laMaison .titre{
	background-image: url(../images/bouton_titre.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 200px;
	font-size: 1.2em;
	margin-top: 10px;
	margin-left: 20px;
	padding-left: 10px;
	margin-bottom: 7px;
}

table.laMaison .separation{
	padding: 1px;
	background-image: url(../images/ligne_noir.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* ********************************************************************************************************** */
/*		TABLEAU Tarifs
/* ********************************************************************************************************** */
table.tarifs{
	padding:0px;
	border-spacing:0px;
	width: 95%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

table.tarifs td{
	font-size: 1.2em;
	padding: 2px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #000;
	border-left-color: #CCCCCC;
	line-height: 14px;
	vertical-align: top;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
table.tarifs th{
	background-color: #CCC;
}
table.tarifs td p{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-size: 1em;
}
table.tarifs .separation{
	padding: 1px;
	background-image: url(../maisons/images/point_gris.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
/* ********************************************************************************************************** */
/*		TABLEAU FORMULAIRE
/* ********************************************************************************************************** */
table.form{
	padding:0px;
	border-spacing:0px;
	font-size: 12px;
	width: 60%;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
table.form th{
	background-color: #FFF;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	line-height: 20px;
	width: 200px;
}
table.form td{
	padding: 0px 2px 0px 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #000;
	border-left-color: #CCCCCC;
	line-height: 20px;
}
.camps{
	background-color: #FFC;
}
.retrouvailles{
	background-color: #FC3;
}
.formation{
	background-color: #C96;
}
.libre {
	color: #000;
	font-style: normal;
}
.complet{
	color: #F00;
	font-style: normal;
	font-weight: normal;
}

/* ********************************************************************************************************** */
/*		TABLEAU BOUTON
/* ********************************************************************************************************** */
table.bouton{
	padding:5px;
	border-spacing:0px;
	border: thin solid #000;
	display: inline-block;
	background-color: #FFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

table.bouton td{
	padding: 0px 2px 0px 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	text-align: center;
}
.formbouton{
	display: inline-block;	
}

/* ********************************************************************************************************** */
/*		TABLEAU NEWS
/* ********************************************************************************************************** */
table.news{
	padding:0px;
	border-spacing:2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 90%;
	float: left;
}
table.news th{
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	line-height: 20px;
	width: 100px;
	background-image: url(../images/bouton_menu.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

table.news td{
	font-size: 1.2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 1px;	
}
table.news td.separation{
	margin: 0px;
	background-color: #999;
	line-height: 1px;
	padding: 0px;
	height: 1px;
}
/* ********************************************************************************************************** */
/*		TABLEAU LIENS
/* ********************************************************************************************************** */
table.liens{
	padding:0px;
	border-spacing:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: thin dotted #000;
	width: 90%;
}

table.liens th{
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	line-height: 20px;
}
table.liens td{
	font-size: 1.3em;
	padding: 0px 1px 0px 1px;
	line-height: 18px;
	vertical-align: top;
}
table.liens td h6{
	font-size: 1em;
	padding: 0px;
	line-height: 1.2em;
	vertical-align: top;
	margin-left: 20px;
	font-weight: normal;
	margin-bottom: 5px;
}
table.liens td ul{
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
table.liens td ul li{
	list-style-type: none;
	margin-left: 5px;
	margin-top: 5px;
}
table.liens td ul li a{
	background-image: url(../images/fleche.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-position: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 10px;
}
table.liens td ul li a:hover{
	background-image: url(../images/bouton_titre.gif);
	background-repeat: no-repeat;
	background-position: left;
}
table.liens td p{
	text-align: left;
	vertical-align: top;
}
table.liens .separation{
	padding: 1px;
	background-image: url(../images/ligne_noir.gif);
	background-repeat: no-repeat;
	background-position: center center;
}