﻿/* CSS Document */

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background: #fff;
}

p {
	margin-bottom: 1em;
}

blockquote {
	font-style:italic;
	margin-left: 2em;
	margin-right: 3em;
	text-align:justify;
}

h1 {
	font-size: 2.2em;
	margin-bottom: 1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #930084;
}
h2 {
	font-size: 1.7em;
	color: #093;
}

h3 {
	font-size: 1.5em;
	margin-bottom: .3em;
	color: #f90;
}
h4 { font-size: 1.2em; }

h5 {
	font-size: 1.1em;
	margin-bottom: .8em;
}

a img {
	border: none;
}

a {
	color: #666;
}
a:visited {
	color: #999;
}

#wrapper { 
	margin: 10px auto;
	width: 950px;
	border: 1px solid #999;
}

#faux {
	background: url(../images/css/fond.gif) #fff;
	margin-bottom: 0px;
	overflow: auto;
	width: 100%;
}

#header {
	color: #333;
	width: 950px;
	padding: 0px;
	height: 230px;
	margin: 0;
}

#menu { 
	color: #666;
	margin: 0px;
	padding: 40px 10px;
	width: 226px;
	float: left;
	position: relative;
	display: inline;
}

#menu ul {
	text-align: right;
	list-style-type:none;
}

#menu ul li {
	line-height: .95em;
	margin-top: 1.1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#menu ul li ul, .menu2 {
	list-style-type: disc;
	margin-top: .8em;
	line-height: 1.1em;
	font-size: .8em;
	text-align: left;
	margin-left: 110px;
}

#menu ul li ul li {
	line-height: 1.1em;
	margin-top: 0;
	font-size: 1em;
}

#menu ul li a {
	text-decoration: none;
	color: #666;
}

#menu ul li a:hover, #menu ul li a.active {
	color: #000;
}

.minimenu {
	font-size: .7em;
}

#content { 
	float: left;
	color: #333;
	margin: 0px ;
	padding: 50px 40px 20px 40px;
	width: 367px;
	display: inline;
	position: relative;
}

#content h2, #content h3 {
	margin: 1em 0 .6em 0;
}
#content ul li {
	margin: .3em 1em;
}

#rightcolumn { 
	display: inline;
	position: relative;
	color: #333;
	margin: 0px;
	padding: 60px 10px;
	width: 237px;
	float: right;
}

#footer { 
	width: 930px;
	clear: both;
	color: #333;
	background: #fff;
	margin: 0;
	padding: 10px;
}

.clear {
	clear: both;
	background: none;
}

.pdf-file {
	background-image: url(../images/css/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: 8px;
	padding-left: 22px;
}

.bulle img {
	margin-bottom: -11px;
}

table.communes {
	width: 100%;
	border-collapse:collapse;
}

table.communes td {
	vertical-align:top;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}

.attention {
	padding: 1em;
	background: #c30;
	color: #fff;
}
.attention-vert {
	padding: .5em 1em;
	background: #96bf0d;
}

#menu-accueil {
	position: relative;
	margin: 10px auto;
	width: 740px;
	height: 560px;
}
	#image-accroche {
		position: absolute;
		top: 0;
		left: 0;
	}

#no-flash {
	display: none;
}

.tableau-tarifs {
	background: #f29400;
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
}
.tableau-tarifs td {
	border: 1px solid #fff;
	padding: 2px;
}
.centre {
	text-align:center;
}
.important {
	font-weight: bold;
	color: #093;
}
.attention2 {
	font-style: italic;
	font-weight: bold;
	color: #f00;
}
#infos {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
	.attention a {
		color: #fff;
		text-decoration: none;
	}
#paques {
	display: none;
}

dl { }
dt { padding-left: 1em; font-weight: bold; background: url(../images/puce-verte.gif) 4px 5px no-repeat; }
dd { padding-left: 1em; margin-bottom: 1em; }

.titre-date {
	color: #880;
}

.ligneverte a {
	color: #009036;
	font-size: 9px;
	text-decoration: none;
}
