/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #333333 url(img/bg2.gif); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #8FEA91;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #999;
}
a {
	text-decoration: none;
	color: #00FF66;
	border-bottom: 1px dashed #369;
}
a:hover {
	border-bottom: 1px dashed #49515C;
	color: #FFFFFF;
}
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 820px;
	background: #333333 url(img/dot_line.gif) repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left;
	background-color: #333333;
}
#content table img {
	width: 200px;
	border: 5px solid #000000;
	height: 200px;
	padding: 20px;
}

/*------------------------------------------------------------*
**  entete
**------------------------------------------------------------*/		
#entete {
	background: #333333 url(img/header_right.gif) no-repeat 100%;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 28px 30px;
}
#entete h1 {
	margin: 0;
	color: #99FF99;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
}
#entete h2 {
	margin: 0;
	color: #00FF66;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
}
/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	margin: 0;
	padding: 0;
	height: 2.2em;
	background-color: #333333;
	float: Aucune;
	color: #00FF66;
}
#content table {
	color: #79BA81;
	font-style: italic;
	text-align: center;
}

#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
}
#nav li a {
	text-decoration: none;
	color: #00FF66;
	background-color: #858F9E;
	border-right: 4px solid #fff;
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 0.8em;
	float: left;
	font-weight: bold;
}
#nav li a:hover {
	background-color: #6B7687;
}
#nav li a.on {
	background-color: #49515C;
	color: #C6C4C5;
}
/*------------------------------------------------------------*
**  barre latérale gauche
**------------------------------------------------------------*/
#navgauche {
	float: left;
	width: 175px;
	position: relative;
	line-height: 20px;
	word-spacing: 2px;
	background-color: #333333;
	color: #333333;
}
#navgauche div {
	background: #fff url(img/para_bg.jpg) repeat-x;
	background-color: #333333;
}
/*------------------------------------------------------------*
**  barre latérale & Contenu
**------------------------------------------------------------*/
#navgauche h3, #contenu h3 {
	font-size: 1.1em;
	color: #99FF99;
	margin: 0 10px 0 0;
	cursor: default;
	text-decoration: blink;
}
#contenu div, #navgauche div {
	padding: 1px 0 10px 0;
	border-top: 1px solid #ddd;
	padding: 10px;
}
/*------------------------------------------------------------*
**  contenu
**------------------------------------------------------------*/
#content {
	float: left;
	width: 550px;
	position: relative;
	margin-left: 15px;
	line-height: 20px;
	text-align: justify;
	word-spacing: 2px;
	background-color: #333333;
}
#content div {
	background: #fff url(img/para_bg.jpg) repeat-x;
	background-color: #333333;
}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #49515C url(img/header_right.gif) no-repeat 100% 0;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;
	color: #99FF99;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #00FF66;
	border-bottom: 1px dashed #A2AFBF;
}
#footer a:hover {
	border-bottom: 1px dashed #fff;
	color: #fff;
}
*{
	margin:0;
	padding:0;
}
#menu{
	float:left;
	background:#e7474e;
	margin:0 auto;
	height:50px;
}
.menu{
	float:left;
	width:100px;
	height:45px;
	text-align:center;
}
.menu a{
	display:block;
	height:30px;
	padding-top:15px;
}
.menu a:link, .menu a:visited{
	text-decoration:none;
	color: #336600;
	font-family:verdana, sans-serif;
	font-size:12px;
	background:#abc url(fond.jpg) 0 -45px;
}
.menu#activ a:link, .menu#activ a:visited{
	background:#abc url(fond.jpg);
	color: #003300;
}
.menu a:hover, .menu a:active, .menu a:focus{
	background:#abc url(fond.jpg) 0 -90px;
	color: #339933;
}
.menu#activ a:hover, .menu #activ a:active, .menu#activ a:focus{
	background:#abc url(fond.jpg);
	color: #339933;
}
	
.formulaire {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
}
.unnamed1 {
	background-color: #8FEA91;
}
