﻿body {
	font: 11px verdana, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #AFA99B;
	background-image: url(images/bg.jpg);
}
#splah_contenair {
	position:relative;
	top:0px;
	left:0px;
	width:814px;
}
#header {
	background-color: #3d9b3d;
	height: 241px;
	width: 814px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
}

/* ------------------------------------------------------------------------------------
Tha Drop-down Menu
------------------------------------------------------------------------------------ */

/* Elements de premier niveau
--------------------------------------*/
#courbe_menuDeroulant {
	background-image: url(images/courbe_menu_18.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 30px;
	position: absolute;
	left: 177px;
	top: 221px;
	z-index:1;
}
#menuDeroulant
{
	background: #6A6458;
	width: 600px;
	height: 21px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 221px;
	left: 207px;
	z-index:1
}
#menuDeroulant li
{
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	height: 1%;
	color: #FFF;
	margin: 0;
	padding: 4px 8px;
	border-right: 1px solid #fff;
	text-decoration: none;
	background-color: #669900;
}
#menuDeroulant li a:hover {
	background-color: #3d9b3d;
}
#menuDeroulant li a:active {
	background-color: #3d9b3d;
}

#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant .sousMenu li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 149px;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #FFF;
	margin: 0;
	border: 0;
	text-decoration: none;
	background: transparent url("images/fondTR_vert02.png") repeat;
}
#menuDeroulant .sousMenu li a:hover
{
	background-image: none;
	background-color: #669900;
}

#menuDeroulant li:hover > .sousMenu { display: block; }
#bottom {
	background-image: url(images/bottom_shadow.gif);
	background-repeat: no-repeat;
	width: 814px;
	position: relative;
	left: 0px;
	height: 184px;
}
#bottom_copyright {
	background-image: url(images/bottom_shadow2B.gif);
	background-repeat: no-repeat;
	width: 814px;
	position: relative;
	left: 0px;
	height: 75px;
}
#content {
	position:absolute;
	top:241px;
	width:814px;
	background-image:url(images/bg_content_shadow.gif);
	background-repeat:repeat-y;
	left:0px;
}

#titre {
	position:relative;
	top:0px;
	left:55px;
	height:41px;
	width:629px;
}

#zonetexte {
	position:relative;
	top:0px;
	left:110px;
	width:540px;
	text-align:left;
	padding-bottom:5px;
	}
/* FONTS */

.bodytexte {
	color:#333333;
	text-align:justify;
	line-height:15px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodylist {
	font:11px "Trebuchet MS",Arial,sans-serif;
	color:#3F1215;
	line-height:20px;
}

.bodylist a:hover, .bodylist a:active{
	font:11px "Trebuchet MS",Arial,sans-serif;
	color:#3F1215;
	line-height:20px;
	font-weight:bold;
}

.bodytextebold {
	color:#333333;
	line-height:13px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bodytexteitalic {
	font:12px "Trebuchet MS",Arial,sans-serif;
	color:#E83001;
	font-style:italic;
}
.title {
	font-family: Georgia;
	font-size: 20px;
	color: #3D9B3D;
	line-height: 22px;
	letter-spacing: 1px;
	font-weight: normal;
}

.subtitle {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #FF9900;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 0px;
	text-transform: none;
}
.bodyprog {
	font:13px "Trebuchet MS",Arial,sans-serif;
	color:#FFFFFF;
}

a {
	color:#669900;
	text-decoration:underline;
}

a:hover {
	color:#669900;
	text-decoration:underline;
}
.bodylinklist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #009933;
}

a:active {
	color:#EE7700;
	text-decoration:underline;
}

