@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	/* [disabled]border:0; */
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin-top:10px;
	list-style-position: inside;
	list-style-type:circle;
}
img {
	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;
}



#contenant {
	margin: 0 auto;
	width:801px;
}

#top {
	height:113px;
	width:801px;
}

#menu {
	width:199px;
	height:459px;
	overflow:hidden;
	line-height:0px;
	text-align:center;
	background-image:url(images/menu_bottom.jpg);
	background-position:bottom;
}

#contenu {
	padding-left:30px;
	padding-right:5px;
	text-align:justify;
	font-size:14px;
	line-height:17px;
	width:538px;
	height:459px;
	overflow:auto;
	background-image:url(images/contenu.jpg);
	
	_background-attachement:fixed;
}

#border-right {
	height:459px;
	width:28px;
	background-image:url(images/border-right.jpg);
}

#bottom {
	float:none;
	clear:both;
	width:801px;
	height:28px;
	background-image:url(images/bottom.jpg)
}

.p_italic {
	font-style:italic;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

#contenu p {
	padding-top:10px;
	padding-bottom:10px;
	text-align: justify;
	}

.img_menu {
	width:199px;
	height:25px;
	border:0px;
	margin:0px;
	padding:0px;
}



.border_anim {
	border: 10px solid #B6C666;
	margin-right:2px;
}

.center_anim {
	margin:0 auto;
}
h1 {
	font-size: 16px;
	color: #006334;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

#tarifs
{
	border: 1px solid #000000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
ul {
	margin-left: 15px;
	line-height: 15px;
}

.table_header {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#003300;
	text-align:center;
}

.table_tr_impair {
	background-color:#C5FB88;
}

.table {
	width:95%;
}

a:link {
	text-decoration:none;
	color:#009900;
}

a:visited {
	text-decoration:none;
	color:#009900;
}

a:active {
	text-decoration:none;
	color:#009900;
}
td {
	text-align: left;
}


a:hover {
	text-decoration:underline;
	color:#009900;
}

