body,td,th{
font-family: verdana, arial, trebuchetMS, helvetica;
font-size: 11px;
color: #7c7c7c;
text-align: justify;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #566a30;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #737373;
	SCROLLBAR-3DLIGHT-COLOR: #737373;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	cursor:crosshair;

}

a:link {color: #7c7c7c; font-weight: regular; text-decoration: none;}
a:visited {color: #7c7c7c; font-weight: regular; text-decoration: none;}
a:hover {color: #fe0000; font-weight: regular; text-decoration: none;}
a:active {color: #7c7c7c; font-weight: regular; text-decoration: none; }

a.lienTexte:link {color: #ffffff; font-weight: regular; text-decoration: none;}
a.lienTexte:visited {color: #ffffff; font-weight: regular; text-decoration: none;}
a.lienTexte:hover {color: #547120; font-weight: regular; text-decoration: none;}
a.lienTexte:active {color: #ffffff; font-weight: regular; text-decoration: none;}

a.lienActif:link {color: #547120; font-weight: regular; text-decoration: none;}
a.lienActif:visited {color: #547120; font-weight: regular; text-decoration: none;}
a.lienActif:hover {color: #547120; font-weight: regular; text-decoration: none;}
a.lienActif:active {color: #547120; font-weight: regular; text-decoration: none;}
a.a_spe:hover {
color: #ffffff; font-weight: regular; text-decoration: none;
cursor:default;
}
.menubas {
	color: #7c7c7c;
	font-size: 9px;
	text-align: right;

}

.titre{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold ;
	text-align: left;
}
.titre h1{
	font-size: 11px;
	padding:0;
	margin:0;
}
.vert {
	color: #547120;
	font-size: 11px;
	text-align: left;
}
.image {
	border: 1px solid;
	border-color: #7c7c7c;
}

ul#carre
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
	list-style:none;
/* Suppression du margin, du padding et des puces du <ul> */
}

ul#carre li
{
    display:inline;
	margin: 0;
	padding: 0;

}

ul#carre li a
{
	display:block;
	float:left;
	padding:0;
	margin:0;
	width: 21px ;
	line-height: 21px ;
	color: #000 ;
	text-decoration: none ;
	background: url(images/menu_1.gif) no-repeat 0 0 ;
	margin-left: 0px;
}

ul#carre li a:hover
{
	background: url(images/menu_2.gif) no-repeat 0 0;
}

ul#carre li.over_vert a:hover
{
	background: url(images/menu_3.gif) no-repeat 0 0;
}

.clear
{
clear:both;
}

ul#carre li.carre_vert a
{
background: url(images/menu_3.gif) no-repeat 0 0 ;
}

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