/* CSS Document */
body {
	color: #000000;
	font-size: 1em;
	font-style: normal;
	font-family: Arial;
	background-position: center center;
	background-color: #00B900;
	text-align: center;
	margin: 0;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.plus {
	font-size: 1.8em;
	font-weight: bold;
}

.contenu {
	text-align: center;
	width: 100%;
	background-image:   url("medias/images/structure_site/menu/CONTENU.png");
	background-repeat: repeat-y;
	padding:0px;
	}
	
.contenu_table {
	width: 80%;
	color:#006699;
	margin-top:30px;
	border: 0px;
}


.titre, .titre2, .titre3 {
	font-weight: bold;
	text-align: center;
	font-family: "Comic Sans MS";
	color: #009900;
	background-position: center center;
	background-repeat: no-repeat;
	height: 80px;
	font-size: 1.5em;
}
.titre {
	background-image:   url("medias/images/structure_site/bande-titre.jpg");
	font-variant: normal;

}
.titre2 {
	background-image:   url("medias/images/structure_site/bande-titre-P.jpg");

}
.titre3 {
	background-image:   url("medias/images/structure_site/bande-titre-mini.jpg");

}






/* Menu */

dl {
	position: absolute;
	top: 367px;
	left: 45px;
	width: 88px;
	visibility: hidden;
	}
 
dl, dt, dd {
	margin: 0;
	padding: 0;
	font-family: "Comic Sans MS";

}
 
dl {
	background:   url("medias/images/structure_site/menu/basderoulant.png") bottom left no-repeat;
	padding-bottom: 22px;
}
  
dd {
	padding: 0 10px 0 10px;
	text-align: left;
	background:   url("medias/images/structure_site/menu/milieuderoulant.png") top left repeat-y;
	font-size: 0.7em;
	font-weight: bold;
}
 
p {
	margin:0;
}





/*tableaux de tarifs */

.tarif {
	width: 80%;
}	

.tarif th {
	padding: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009900;
}

.tarif td {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

	
	
	
	
	
.entrer:link .entrer:active {
	color: #666666;
}
.entrer:hover {
	color: #999999;
}
.texte_news {
	font-size: 0.8em;
	text-align: justify;
}

