@charset "iso-8859-2";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	background-color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
   text-decoration:none;
   color:#4CC274;
}
a:hover {
   font-weight:bold;
}


.level0{
	width:970px;
	margin:0px auto;
	border:1px solid #000;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.clear{
	clear:both;
}
.lclear{
	clear:left;
}
.center{
	text-align:center;
}
.margin-center{
	margin:0px auto;
}
.max{
	width:100%;
}
/*-------------------------------------*/
/*	PATH */
.path{
	font-size:9px;
	background-color:#000000;
	line-height:18px;
	color:#FFFFFF;
	width:970px;
}
.path .fleft{
	width:810px;
}
.path .second{
	width:160px;
	text-align:center;
}
/*-------------------------------------*/
/*	CORPS */
.corps{
	border-top:1px solid #000;
	background-color:#FFFFFF;
	background-image:url(images/menu-left.gif);
	background-repeat:repeat-y;
}
/*-------------------------------------*/
/*	MENU DE GAUCHE */
.m-gauche{
	float:left;
	width:160px;
   	/*border-right:1px solid #000000;*/
	background-color:#FFFFFF;
}
.m-gauche dt,.m-gauche dd, dl.m-gauche, .m-gauche ul, .m-gauche li {
	width:147px;
}
.m-gauche a {
   	color:#000000;
}
.m-gauche dt {
   	font-weight:bold;
   	font-size:14px;
   	text-transform:capitalize;
   	background-color:#ADF7C6;
   	border-top:1px solid #000000;
   	padding:5px 0px;
   	padding-left:13px;
   	width:147px;
}
.m-gauche dd {
   	border-top:1px solid #000000;
   	padding:5px 0px 5px 0px;
   	padding-left:13px;
   	width:147px;
}
.m-gauche ul {
   	list-style-type:none;
}

/*----------------------------------------------------*/
/* MENU DE DROITE */
.m-droite{
	width:160px;
	border-top:1px solid #000;
}
/*.m-droite dt,.m-droite dd, dl.m-droite, .m-droite ul, .m-droite li {
	width:160px;
}*/
.m-droite dd {
	padding:5px 3px 0px 13px;
}
.m-droite li {
	list-style:none;
}
.m-droite li a{
 	color:#4CC274;
}
.m-droite li a:hover,.m-droite li a#current{
 	color:#CC0000;
   	font-weight:bold;
}
/*----------------------------------------------------*/
/*		PIED		*/
.footer {
	clear:both;
	color:#FFFFFF;
	background-color:#000000;
	text-align:center;
}
.footer a {
	color:#FFFFFF;
	
}
/*----------------------------------------------------*/
/*		REFERENCEMENT		*/
h1 ,.piedpage{
	font-size:9px;
	color:#EEEEEE;
	margin:0px auto;
	padding:0px;
	width:760px;
	text-align:center;
}
.piedpage a{
	color:#EEEEEE;
}

/*----------------------------------------------------*/
/* CONTENU */
.contenu{
	width:809px;
	background-image:url(images/menu-right.gif);
	background-repeat:repeat-y;
	background-position:right;
}
/*----------------------------------------------------*/
/* CONTENT */
.content{
	border-top:1px solid #000;
	width:628px;
	padding:10px;
}
h3{
	width:300px;
	height:25px;
	float:right;
	border-bottom:2px solid #4CC274;
}
h4{
	background-color:#ADF7C6;
	line-height:20px;
}
table{
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-collapse:collapse;
	width:350px;
}
table td,table th{
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}
table th{
	background-color:#ADF7C6;
	line-height:20px;
}
td.col2{
	width:50%;
}
td.col4{
	width:25%;
}
























































