 H1{
	background:#CCEECC; /* background color */
	font-weight : bold;
	font-size: 15px ;
	border-top: #226633 double 1px;
	border-bottom: #226633 double 1px;
	color : #226633;
}

.titleCorps{
	position : relative;
	line-height:25px;
	border-bottom: #226633 double 1px;
	color : #226633;
	font-weight : bold;
	font-size: 12px ;
	width : 100%;
}

h4{
	text-align:center;
	font-weight : bold;
	font-size: 12px ;
	width : 100%;
	color : #226633;
}

/* ---------------------------------------------------------------------- */
/*                         CSS pour les leins                             */
/* ---------------------------------------------------------------------- */

/* lien généraliste */
a.lienNormal{
	font: 8pt Verdana; /* font and size */
    color: #8D4500; /* text color */
    text-decoration: none; /* no underline */
}


a.lienNormal:link{
	font: 8pt Verdana; /* font and size */
    color: #8E008E; /* text color */
    text-decoration: none; /* no underline */
	font-weight: bold ;
}

/* lien généraliste */
a.lienNormal:active{
       font: 8pt Verdana; /* font and size */
       color: #8E008E; /* text color */
       text-decoration: none; /* no underline */
	   font-weight: bold ;
}

/* lien généraliste */
a.lienNormal:visited{
       font: 8pt Verdana; /* font and size */
       color: #8E008E; /* text color */
       text-decoration: none; /* no underline */
	   font-weight: bold ;
}

/* lien généraliste */
a.lienNormal:hover{
       font: 8pt Verdana; /* font and size */
       color: #8E008E; /* text color */
       text-decoration: underline; /* no underline */
	   font-weight: bold ;
}


/* lien MENTIONS */
a.mentions{
	font: 8pt Verdana; /* font and size */
    color: #CCCCCC; /* text color */
    text-decoration: none; /* no underline */
	font-weight:bold;
}

/* lien MENTIONS */
a.mentions:link{
	font: 8pt Verdana; /* font and size */
    color: #CCCCCC; /* text color */
    text-decoration: none; /* no underline */
	font-weight:bold;
}

/* lien MENTIONS */
a.mentions:active{
       font: 8pt Verdana; /* font and size */
       color: #CCCCCC; /* text color */
       text-decoration: none; /* no underline */
	   font-weight:bold;
}

/* lien MENTIONS */
a.mentions:visited{
       font: 8pt Verdana; /* font and size */
       color: #CCCCCC; /* text color */
       text-decoration: none; /* no underline */
	   font-weight:bold;
}

/* lien MENTIONS */
a.mentions:hover{
       font: 8pt Verdana; /* font and size */
       color: #CCCCCC; /* text color */
       text-decoration: underline; /* no underline */
	   font-weight:bold;
}

/* lien options banniere */
a.lienOptionsBaniere:link{
	font: 8pt Verdana; /* font and size */
    color: #444444; /* text color */
    text-decoration: none; /* no underline */
}

/* lien options banniere */
a.lienOptionsBaniere:active{
       font: 8pt Verdana; /* font and size */
       color: #444444; /* text color */
       text-decoration: none; /* no underline */
}

/* lien options banniere */
a.lienOptionsBaniere:visited{
       font: 8pt Verdana; /* font and size */
       color: #444444; /* text color */
       text-decoration: none; /* no underline */
}

/* lien options banniere */
a.lienOptionsBaniere:hover{
       font: 8pt Verdana; /* font and size */
       color: #444444; /* text color */
       text-decoration: underline; /* no underline */
}

