/* CSS Document */
* { margin:0; padding:0; }

body {
	background:#E5E5E5;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
#page {
	width:718px;
	background:url(bg_page.jpg) repeat-y;
	margin:auto;
}
#header {
	height:163px;
	background:url(header.jpg) no-repeat;
}
#content {
	margin:0 20px;
	font-size:1.2em;
}
#texte {
	margin:20px 7px 0 188px;
	text-align:justify;
}
div#menu {
	float:left;
	width:176px;
	background:url(menu_top.jpg) no-repeat;
	padding-top:37px;
}
div#menu ul{
	list-style-type:none;
	background:url(menu_bottom.jpg) #FFF bottom left no-repeat;
	padding-bottom:25px;
}
div#menu ul li {
	margin:0 22px 0 22px;
	border-bottom:1px dashed #666;
	padding:2px 0;
}
div#menu ul li a:link, div#menu ul li a:visited {
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	text-decoration:none;
	color:#666;
	padding-left:18px;
}
div#menu ul li a:hover, div#menu ul li a:active, div#menu ul li a.on {
	color:#FF9900;
	background:url(menu_puce.gif) no-repeat left center;
}
#footer {
	background:url(footer.jpg) no-repeat;
	height:61px;
	clear:both;
}
#sub_footer {
	width:690px;
	margin:auto;
	padding-bottom:30px;
	color:#006699;
}
#tablo_tarif {
	border:1px solid #2B71AF;
	text-align:left;
	background:#88AFD8;
	border-collapse:collapse;
}
#tablo_tarif th {
	background-color:#2B71AF;
	padding:3px;
	border-top:2px solid #669ACC;
}
#tablo_tarif td {
	/*border:1px solid #000;*/
	padding:5px 3px;
	width:220px;
	border-bottom:1px solid #2B71AF;
}
/***Typographie***/
h1, h2, h3 {
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight:normal;
}
h1 {
	font-size:1.8em;
	margin:3px 0 5px 0;
	background:url(puce_titre.jpg) no-repeat left 0.2em;
	padding-left:25px;
}
h2 {
	font-size:1.6em;
	margin:3px 0 5px 0;
	background:url(puce_titre2.jpg) no-repeat left 0.2em;
	padding-left:25px;
}
h3 {
	font-size:1.2em;
	color:#006699;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:0.8em;
	color:#003366;
}

p {
	margin:10px 0;
}

/***Classes***/
.retrait {
	margin:3px 0 15px 25px;
	padding-bottom:10px;
	/*border-bottom:1px dashed #FFF;*/
}
p.para {
	margin:0 0 9px 0;
	text-indent:20px;
}
.img_left {
	float:left;
	margin:2px 5px 2px 0;
}
.img_right {
	float:right;
	margin:2px 0px 2px 5px;
}
.clear {
	clear:both;
	height:0;
	background:none;
	color:none;
	visibility:hidden;
}
.encart {
	background:#88AFD8;
	border:1px dashed #4B87C2;
	padding:3px;
	margin:20px 0;
}
.center {
	display:block;
	margin:5px auto;
	text-align:center;
}
.right {
	text-align:right;
}
.bloc_actu {
	border-bottom:1px solid #FFF;
	padding:3px 0 5px 0;
}
.bloc_actu td {
	vertical-align:top;
}
.gris { color:#CCC;font-weight:bold;background:#FFF; }
.vert { color:#009900;font-weight:bold;background:#CCC;}
.bleue { color:#330099;font-weight:bold;background:#CCC; }
.rouge { color: #FF0000;font-weight:bold;background:#CCC; }
.jaune { color:#FFFF00;font-weight:bold;background:#CCC; }
.brun { color:#CC6600;font-weight:bold;background:#CCC; }
/***Listes***/
ul {
	list-style-type:none;
}
li {
	padding:2px 0 2px 15px;
	background:url(puce_lien.gif) no-repeat left 0.5em;
}
/***Liens***/
a:link,a:visited {
	text-decoration:none;
	color:#003366;
}
a:hover, a:active {
	text-decoration:underline;
}
.puce, a.puce {
	background:url(puce_lien.gif) no-repeat left 0.3em;
	padding-left:18px;
}
a.bleu:link, a.bleu:visited {
	color:#006699;
}
