body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #282828;
	margin: 0;
	padding: 0;
	background:#282828;
}

#conteneur {
	margin: auto;
	width: 938px;
	text-align:left;
	position: relative;
	min-height:640px!important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto; /* taille max pour IE6 */
	height:auto !important; /* on remet à la normal pour gecko et IE7 */
	margin-top: 20px;
}
#left {
	position: absolute;
	left:0;
	width: 214px;
	color: #fff;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
}
#contact {
	margin: 0;
	background-color: #61861d;
	padding: 10px 0 14px 10px;
}
#widget {
	margin: 0;
	background-color: #61861d;
	padding:0 0 6px 6px;
}
#widget a {
	color: #333;
	text-decoration: none;
}

#content {
	margin-left: 214px;
	padding: 0;
	height:640px;
	background-color: #fff;
	border: 8px solid #61861d;
	min-height:640px!important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto; /* taille max pour IE6 */
	height:auto !important; /* on remet à la normal pour gecko et IE7 */
}
#page {
	padding: 10px 20px 14px 20px;
}
#page a {
	color:#61861d;
	font-weight:bold;
}
#page li {
	margin: 2px;
	padding: 2px;
	list-style-type: disc;
	color:#61861d;
}
#header {
	background-image: url(bg_header.jpg);
	height: 87px;
	text-align:center;
	color:#61861d;
	font-size:14px;
	line-height: 24px;
	padding: 8px 0 0 0;
}
.titreheader{
	font-size:20px;
}
#resa {
	background-color:#61861d;
	margin:0;
	padding: 8px 0 4px 15px;
	font-size:12px;
	font-weight:bold;
}
#resa a{
	color:#FFF;
}
#footer {
	margin:0;
	line-height:40px;
	text-align:center;
	margin-left:200px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover,#left a:hover {
	text-decoration: underline;
}
/*---------------------- NAVIGATION ---------------*/
#menu {
	background-color: #99cc33;
	border: 6px solid #61861d;
	border-right: 0px solid #99cc33;
	list-style: none;
	line-height: 22px;
	padding: 10px 0 10px 4px;
	margin: 0px;
	font-weight: bold;
	height: auto;
	font-size: 13px;
}
#menu li {
	margin-bottom: 8px;
}
#menu li a {
	padding-left: 36px;
	text-decoration: none;
	background: url(puce-home.gif) left no-repeat;
	color: #FFF;
}

#menu li a:hover {
	background-image: url(puce-on-home.gif) ;
	color: #61861d;
}
#menu #current a {
	background-image: url(puce-on-home.gif);
	color: #61861d;
}

/*---------------------- TABLEAU TARIFS ---------------*/

table {
border: medium solid #61861d;
border-collapse: collapse;
font-weight:bold;
font-size:1.1em;
}
th {
border: thin solid #fff;
padding: 5px;
background-color: #61861d;
color:#FFF;
text-align: center;
line-height:1.7em;
}
td {
border: thin solid #61861d;
padding: 5px;
text-align: center;
background-color: #ffffff;
}
caption {
font-family: sans-serif;
}

.vert {
	color: #61861d;
	font-weight: bold;
	font-size: 1.1em;
}

/*---------------------- TITRES PAGE ---------------*/

h1 {
	color: #61861d;
	font-size: 14px;
	font-variant:small-caps;
	background: url(heron.gif) no-repeat left bottom ;
	padding-left: 34px;
}

h1 a {
	color: #61861d;
}

h2 {
	color: #61861d;
	font-size: 12px;
}

/*---------------------- GENERIQUE ---------------*/

img{border:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}

hr {
	clear: both;
	visibility: hidden;
}

p {
	line-height: 18px;
	padding: 4px 0 8px 0;
	margin: 0;
	text-align:justify;
}

b {
	font-weight: bold;
	font-size: 1.1em;
}
.rouge {
	color: #EF0918;
	font-weight: bold;
	font-size: 1.2em;
}
.bleu {
	color: #0000FF;
}
.petit{
	font-size: 0.9em;
	font-style:italic;
}
.langue {
	color: #fff;
}
.imaged {
float: right;
padding: 10px 15px 10px 15px;
}
.imageg {
float: left;
padding: 0;
}

