﻿@charset "utf-8";

body {
	width: 978px;
	margin: 0px auto;
	background-color: transparent;
	color: black;
	font-size:1.0em;
	font-family: "Arial";
	font-style: normal;
	text-decoration: none;
	vertical-align: top;
}
/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menuDeroulant li:hover > .sousMenu 
{ 
	display: block; 
}

body p {
	text-align: justify;
}

.bouton0
{
	font-size : 25px;
	padding: 5px;
	color: white;
	border: 0px;
	text-decoration: none;
	background-color: #3346A4;
	font-weight : bold; 
}

.bouton1
{
	font-size : 15px;
	padding: 5px;
	color: white;
	border: 0px;
	text-decoration: none;
	background-color: #3346A4;
	font-weight : bold; 
}
#entete {
	margin: 0px;
	width: 978px;
	height: 120px;
	background-repeat: no-repeat;
}

.entete_tableau {
	border-style: none;
	margin: 0px;
	padding: 3px;
	border-collapse: collapse;
	width: 955px;
	text-align: center;
	vertical-align: center;
	background-color: transparent;
}

.entete_tableau td {
	padding: 3x;
	vertical-align: center;
	text-align: center;
	font-family: "Lucida Console";
	font-size:1.7em;
	font-style: italic;
	font-style: bold;
	color: #3346A4;
}

#pied_de_page p {
	height: 20px;
	clear: both;
	text-align: center;
	color: #3346A4;
	font-size: 15px;
	font-weight: bold;
	font-family: "Lucida Console";
	font-style: italic;
}
#achat p {
	clear: both;
	text-align: left;
	color: black;
	font-size: 15px;
}

#menuDeroulant
{
	font-family : Arial; 
	font-size : 15px; 
	font-style: normal;
	vertical-align: center;
	width: 978px;  /* pour aligenr image et menu */
 	list-style-type: none;
	margin: 0;
 	padding: 0;
 	border: 5;
	position: absolute;
 }
#menuDeroulant li
{
	float: left;	/* left pour horizontal, center pour vertical */
	width: 16%;
	margin: 3;
 	padding: 3;
 	border: 0;
}
#menuDeroulant .sousMenu
{
 	display: none;
	list-style-type: none;
 	margin: 0;
 	padding: 0;
 	border: 0;
}
#menuDeroulant .sousMenu li
{
 	float: none;
 	margin: 0;
 	padding: 0;
 	border: 0;
	width: 100%;
 	border-top: 1px solid white;
 	border-right: 1px solid white;
	border-left: 1px solid white;
}

#menuDeroulant .li2 a:link, #menuDeroulant .li2 a:visited
{
 	display: block;
 	height: 35px;
 	color: white;
 	background: #3346A4; 
 	margin: 0;
 	padding: 4px 8px;
	border-right: 1px solid white;
	border-left: 1px solid white;
 	text-align : center;
	text-decoration: none;
	font-size: 1.1em;
}

.a2:link, .a2:visited {
	font-weight: bold;
	color: #3346A4;
}

.a2:hover, .a2:focus, .a2:active {
	font-weight: bold;
	color: #2A9547;
}

.vert:link, .vert:visited {
	font-weight: bold;
	color: #3346A4;
}
.vert:hover, .vert:focus, .vert:active {
	font-weight: bold;
	color: #2a9547;
}
.bleu:link, .bleu:visited {
	font-weight: bold;
	color: #2a9547;
}
.bleu:hover, .bleu:focus, .bleu:active {
	font-weight: bold;
	color: #3346A4;
}
#menuDeroulant .li2 a:hover 
{ 
	background-color: #2A9547;
}

#menuDeroulant .sousMenu .li2 a:link, #menuDeroulant .sousMenu .li2 a:visited
{
 	display: block;
 	height: 1%;
	color: white; 
	margin: 0;
 	border: 0;
 	text-decoration: none;
 	text-align : left;
	background: #3346A4;
	font-size: 0.9em;
}

#menuDeroulant .sousMenu .li2 a:hover
{
 	background-image: none;
 	background-color: #2A9547;
}


/******************** volet gauche ********************/
.voletGauche {
	width: 16%;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}
/******************** volet centre ********************/
.voletCentre {
	width: 59%;
	margin: 0px;
	padding: 20px;
	margin-left: 16%;
	vertical-align: top;
	text-align: right;
}

/******************** volet droit ********************/
.voletDroit {
	width: 25%;
	margin: 0px;
	padding: 5px;
	margin-left: 79%;
	vertical-align: top;
	text-align: left;
}
/******************** Page avec texte seulement ********************/
/******************** volet gauche ********************/
.voletGaucheTexte {
	width: 80%;
	margin: 0px;
	vertical-align: bottom;
	text-align: justify;
}

/******************** volet droit ********************/
.voletDroitTexte {
	width: 20%;
	margin-right: 0px;
	padding: 0px;
	margin-left: 80%;
	vertical-align: top;
	text-align: justify;
}
/******************** Page avec image ou video ********************/
/******************** volet gauche ********************/
.voletGaucheAvec {
	width: 70%;
	margin: 0px;
	vertical-align: top;
	text-align: justify;
}
/******************** volet centre ********************/
.voletCentreAvec {
	width: 3%;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}

/******************** volet droit ********************/
.voletDroitAvec {
	width: 27%;
	margin-right: 0px;
	padding: 0px;
	margin-left: 53%;
	vertical-align: middle;
	text-align: justify;
}
/******************** volet gauche ********************/
.voletGaucheAvec2 {
	width: 45%;
	margin: 0px;
	vertical-align: top;
	text-align: justify;
}
/******************** volet centre ********************/
.voletCentreAvec2 {
	width: 3%;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}

/******************** volet droit ********************/
.voletDroitAvec2 {
	width: 47%;
	margin-right: 0px;
	padding: 0px;
	margin-left: 53%;
	vertical-align: middle;
	text-align: justify;
}
/******************** volet gauche ********************/
.voletGaucheAvec3 {
	width: 45%;
	margin: 0px;
	vertical-align: top;
	text-align: justify;
}
/******************** volet centre ********************/
.voletCentreAvec3 {
	width: 5%;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}

/******************** volet droit ********************/
.voletDroitAvec3 {
	width: 45%;
	margin-right: 0px;
	padding: 0px;
	margin-left: 53%;
	vertical-align: top;
	text-align: justify;
}
.tableau {
	width: 100%;
	margin: 0px;
	border-collapse: collapse;
	border-left: 0px solid white;
	border-right: 0px solid white;
	vertical-align: top;
}
.boutonAccueil {
	padding: 10px;
	vertical-align: top;
	font-family: "Arial";
	font-size: 1.0em;
	text-align: center;
	font-weight: bold;
	border: 2px solid blue;
}
.sans {
	text-decoration: none;
	color: #3346A4;
}
.blanc {
	padding: 10px;
	vertical-align: top;
 	background: white; 
}
.premier {
	font-size:0.8;
	font-style: bold;
	background-color: #2a9547;
}
.texteActivites 
{	text-align: left;
	color: #3346a4;
	font-family: "Arial";
	font-size:0.9em;
	vertical-align: bottom;
}
.tableau1 {
	width: 100%;
	margin: 0px;
	border-collapse: collapse;
	border-left: 0px solid white;
	border-right: 0px solid white;
	border-top: 0px solid white;;
	border-bottom: 0px solid white;
	color: black;
	text-align: center;
}
.titre {
	font-size:1.3em;
	text-align: left;
	font-family: "Arial";
	color: #2a9547;
	font-weight : bolder;
}
.titrePetit {
	font-size:1.1em;
	text-align: left;
	font-family: "Arial";
	color: #2a9547;
	font-weight : bolder;
}

.tableau3 {
	width: 80%;
	margin: 5px;
	padding: 5px;
	border-collapse: collapse;
	border-left: 1px solid #2A9547;
	border-right: 1px solid #2A9547;
	border-top: 1px solid #2A9547;
	border-bottom: 1px solid #2A9547;
	color: black;
	align: center;
}

.tableau3 td {
	font-size:0.8;
	color: black;
}

.tableau4 {
	width: 80%;
	margin: 5px;
	padding: 5px;
	border-collapse: collapse;
	border-left: 4px solid #2A9547;
	border-right: 4px solid #2A9547;
	border-top: 4px solid #2A9547;
	border-bottom: 4px solid #2A9547;
	color: black;
}
.tableau3 td {
	font-size:0.8;
	color: black;
}
.tableau5 {
	width: 90%;
	margin: 5px;
	padding: 15px;
	border-collapse: collapse;
	color: black;
}
.ent {
	background-color: #2A9547;
	color: white;
}
.prix {
	text-align: right;
}
.tableau5 td {
    	padding: 10px;
}
.odd
{
	background-color: white;
}
.even
{
	background-color: #D7DAE3;
}