body {
	/* Full white zone */
	background-color: #2A3224;
	/*background-image: url(img/fond_vert.gif);*/
	margin: 0;
	padding: 0;
	/* Default text properties */
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica,sans-serif;
	font-size: small;
	line-height: normal;
	color: #000000;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #F57900;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #F57900;
}
a:hover,visited {
	text-decoration: underline;
}
.main {
	/* Centered zone occupying 90% of the width, with a right-aligned light green background */
	margin: 1em 4% 0 4%;
	background-image: url(/img/ombre_droite_vert.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #CCD8BF;
	/*max-width: 60em;*/
	padding: 0;
	padding-right: 45px; /*colonne.margin.right*/ /*background-image.width*/
}
.main2 {
	margin: 0;
	padding: 0;
	padding-left: 45px; /* background-image.width */
	background-image: url(/img/ombre_gauche_vert.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.main3 {
	/* White column, left-aligned, variable width, with padding for the main content. */
	/* In strict CSS convention, this could be realized with padding properties,
	   but embedding two div with margins only ensures the same results on IE and
	   CSS-compliant browsers. */
	background-color: #FFFFFF;
	margin-right: 21em; /*colonne.width+colonne.padding.left+colonne.padding.right*/
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 4.5em;
	padding-right: 4.5em;
	padding-top: 3.5em;
	padding-bottom: 1em;
	min-height: 60em;
}
.blocTitre {
	margin: 0;
	padding-left: 230px;
}
.blocTitre h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	font-weight: bold;
	color: #264C00;
	margin-top: 0;
	margin-bottom: 0;
}
.soustitrePage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #2A2505;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
.introduction {
	margin: 0;
	text-align: justify;
	line-height: 180%;
	font-size: 100%;
	margin-top: 1em;
}
.blocTitre > .introduction {
	text-align: left;
}
.cadre {
	margin: 0;
	margin-left: -8px;
	margin-top: -5px;
	float: left;
	padding-left: 9px;
	padding-right: 22px;
	padding-top: 8px;
	padding-bottom: 17px;
	height: 200px;
	width: 200px;
	background-image: url(/img/cadre_vert.gif);
}
a:link.externe, a:visited.externe {
	background-image: url(/img/ext_link_vert.png);
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
}
a:link.interne, a:visited.interne {
	background-image: url(/img/link_vert.png);
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
}
a:link.ecoute, a:visited.ecoute {
	background-image: url(/img/play_vert.png);
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
}
a span {
	display: none;
}
ul.sommaire {
	position: absolute;
	left: 0;
	top: 5.5em;
	background-color: #FFFFFF;/*bleu:#88ACDC*/
	background-image: url(/img/diese_foret16.gif);
	background-position: left;
	background-repeat: repeat-y;
	width: 9em;
	border: 1px #2D5087 solid;
	border-left: none;
	border-radius: 6px;
	margin: 0;
	padding: 0.5em;
	padding-left: 22px;
	font-size: 78%;
	list-style: none;
	-moz-border-radius: 6px;
}
.sommaire li {
}
.sommaire a:link {
	color: #000000;
}
.sommaire a:visited {
	color: #000000;
}
.sommaire > li.spacer {
	height: 1em;
}
.colonne {
/*	background-image: url(img/colonne_bleu.png);
	background-repeat: repeat-y;*/
	background-color: #CCD8BF;
	color: #323B2B;
	position: absolute;
	padding: 0 1em;
	padding-top: 3em;
	margin: 0;
	margin-right: 45px;
	width: 19em;
	top: 1em;
	right: 4%;
	z-index:2;
}
.colonne p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: justify;
}
.colonne h2 {
	display: none;
}
.colonne h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 90%;
	padding-top: 0.6em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	background-color: #658A40;
	background-image: url(/img/colonne_titre_vert.gif);
	margin-top: 0;
	margin-bottom: 0.2em;
}
.colonne ul {
	margin-top: 0;
	margin-right: 0.5em;
	margin-left: 0.5em;
	margin-bottom: 0;
	padding-left: 0em;
	list-style-type: square;
}
.colonne .conseil {
	margin-top: 0.6em;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
}
.colonne .conseilImportant {
	background-color: #FFFFCC;
	margin-top: 0.6em;
	margin-left: -0.5em;
	margin-right: -0.5em;
	margin-bottom: 1.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-style: dashed;
	border-width: thin;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
.colonne a:link {
    color: #000000;
	font-weight: normal;
}
.colonne a:visited {
    color: #000000;
	font-weight: normal;
}
.colonne a:link.externe  {
	background-image: url(/img/ext_link_vert.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #F57900;
	font-weight: bold;
}
.colonne a:visited.externe {
	background-image: url(/img/ext_link_vert.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #F57900;
	font-weight: bold;
}
.colonne a:link.interne {
	background-image: url(/img/link_vert.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #F57900;
	font-weight: bold;
}
.colonne a:visited.interne {
	background-image: url(/img/link_vert.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #F57900;
	font-weight: bold;
}
.colonne form {
	margin: 0;
}
hr {
	clear: both;
	visibility: hidden;
	height: 0;
	margin: 0;
	padding: 0;
}
.colonne li {
	list-style-type: disc;
	list-style-position: inside;
}
.derniersLien a {
	color: #FFFFFF;
}
.dateDerniersLiens {
	font-size: 75%;
}
.participation {
	background-color: #FFDA8F;
	border: thin dotted #2A3224;
	padding-top: 0;
	padding-right: 0.4em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
	margin-top: 3em;
	margin-bottom: 1em;
}
.participation #invite {
	padding-bottom: 0;
	margin: 0;
}
.participation #invite a:link {
	color: #264C00;
}
.participation .champ {
	float: right;
	text-align: left;
	width: 70%;
}
.participation .label {
	float: left;
	text-align: right;
	width: 25%;
}
.participation .ligne {
	clear: both;
}
.participation form {
	margin: 0;
	padding: 0;
}
.participation .note {
	font-size: 80%;
}
.commentaire {
	background-color: #FFDA8F;
	border: thin dotted #0000FF;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	margin-top: 3em;
	margin-bottom: 1em;
}
.commentaireTete {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #718C5A;
	color: #FFFFCC;
	margin-top: 0em;
	margin-bottom: 0.3em;;	
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
.commentaireNom {
	font-weight: bold;
	text-align: left;
}
.commentaireDate {
	float: right;
	text-align: right;
}
.commentaireMessage {
	margin-bottom: 0.1em;
	clear: both;
}
.libre {
	text-align: justify;
	line-height: 20px;
}
.referencePopup {
	color: #FFFFCC;
	background-color: #2A3224;
}
.referencePopup a:link {
    color: #FFFFFF;
}
.referencePopup a:visited {
    color: #FFFFFF;
}
img {
	border-width: 0;
}
.image {
}
#bandeau {
	position: absolute;
	top: 1em;
	left: 4%;
	right: 4%;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 0;
	margin-left: 45px;
	margin-right: 45px;
	/*border-top: thin #2D5087 dotted;
	border-bottom: thin #2D5087 dotted;*/
	background-image: url(/img/bandeau_vert.gif);
	z-index: 3;
}
.menu {
	padding: 0;
	margin: 0;
	display: inline;
	color: #FFFFFF;
}
.menu a {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
.menu a:hover {
	text-decoration: overline underline;
	color: #FFFFFF;
}
.menu a:visited {
	color: #FFFFFF;
}
.menu li {
	display: inline;
	list-style-type: none;
	padding: 0em;
	margin: 0em;
}
.courant a {
	font-weight: 700;
/*	text-decoration: overline underline;*/
}
.courant a:hover {
	font-weight: 700;
	text-decoration: none;
}
.menu span {
	display: none;
}
.bouton {
	vertical-align: -6px;
}
#bandeau ul.feeds {
	display: inline;
	float: right;
	padding: 0;
	margin: 0;
}
#bandeau .feeds li {
	display: inline;
	list-style-type: none;
}
.legal {
	margin-top: 4em;
	font-size: 80%;
}
.tooltip {
	position: absolute;
/*	left: 1em;
	bottom: 0.5em;*/
	width: 30em;
/*	height: 10em;*/
	margin-top: 1.4em;
	margin-left: 3em;
	background-color: #FFFFCC;
	color: #003300;
	z-index: 60;
	padding: 0.5em;
	opacity: 0.6;
	display: none;
}
a:hover > .tooltip {
	display: inline;
	text-decoration: none;
}
a:hover > :hover.tooltip {
	opacity: 1;
}
