/*************************************** GENERAL ****************************************/

/* Tout le document */
body {
    margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background:url('../images/interface/body_repeat-x.jpg') 0px 0px repeat-x;
	background-color:#205005;
	
}

/* Tout lien dans le document */
a {
	color: #26ab39;
	text-decoration: none;
	font-weight: bold;
}
/* Tout lien survolé dans le document */
a:hover {
	color: #023900;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
}

/* Toute image dans le document */
img {
	border : 0px;
}

.contenu img {
	border : 0px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* Tout formulaire dans le site */
form {
	margin : 0px;
}

/* Tout le contenu de la page sélectionnée */
.contenu {
	padding:0 0 0 15px;
	height : auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	vertical-align : top;
	margin: 0px;
	background-color: #FFFFFF;
}

/* Toute cellule de tableau affcihaeé dans la page sélectionnée */
/* Un tableau ne prend pas le style du calque dans lequel il est inséré */
.contenu table td {
	font-size : 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Pied de page */
.footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #114a19;
	text-align: center;
	text-decoration: none;
	height: 100%;
}

.footer a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #114a19;
	background-repeat: repeat-y;
	text-align: center;
	text-decoration: none;
}

.footer a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	background-repeat: repeat-y;
	text-align: center;
	text-decoration: none;
}
#global {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0C522E;
	border-left-color: #0C522E;
	border-bottom-style: solid;
	border-bottom-color: #0C522E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
