 /* ------------------------------------ *
  *  CSS
  * ------------------------------------ */

html
{
	/*height: 100%;*/
}
 
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
	padding: 0.5px;
 	background-color: #EFEFEF;
	margin-right: 15%;
	margin-left: 15%;
	margin-top: 2%;
	margin-bottom: 2%;
	/*height: 100%;*/
}

a 	{	text-decoration: none}
img	{	border: none }


.ban
{
	background-image: url(img/ban2.png);
	/*background-repeat: no-repeat;*/
	background-position: top right;	
	text-align: right;
	height: 130px;
	background-color: #7DADB3;
	/*border: 1px solid grey;*/
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFA23A;
	
}

.titre
{
	background-image: url(img/bb2.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 40px;
	padding-right: 120px;
	height: 130px;
	
	
}

.menu
{
	margin-left: 10px;
	margin-top: -110px;
	width: 100px;
	border: 0.5px solid white;
}
.menu a
{
	text-decoration: none;
	color:#FFFFFF;
}
.menu div
{
	padding: 5px 5px 5px 5px;
	border: 1px solid white;
}
.menu div.actif
{
	background-color: #96C67C;
}
.menu div.inactif
{
	background-color: #45772E;
	
}

.menu a:hover
{
	background-color: #4D4D4D;
	color: #FFFFFF;
}

.menu a span
{
	display: none;
}
.menu a:hover span
{
	text-decoration: none;
	Display: block;
	position: absolute;
	width: 70px;
	padding: 5px;
	/*border: 1px dashed #A52A2A;*/
	color: #000000;
	background-color: #EFEFEF;
	font: 1em Verdana, sans-serif
}
h3
{
	/*
	margin-left: 160px;
	margin-top: -60px;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: left;
	background-color: #EFEFEF;
	color: #827DB3;
	font-stretch: expanded;
	*/
	border-left: 5px solid #FFA23A;
	padding-left: 5px;
}

h4
{
	font-size: 1.2em;
}

h5
{
	font-size: 1.1em;
}

.page
{
	background-color: #FFFFFF;
	
}
.corps
{
	background-color: #FFFFFF;
	/*width: 70%;*/
	padding: 15px;
	
}
.indispensable
{
	text-align: right;
	width: 160px;
	padding: 5px;
	font-size : 0.6em;
	background-color: #EFEFEF;
	float: right;
	border-left: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	
}

.fin
{
	text-align: center;
	margin-top: 5px;
	padding: 5px;
	
}
.fin a
{
	font-size: 0.8em;
	text-decoration: none;
	color: #FFA23A;
}

span.ud
{
	text-decoration:underline;
}

span.gr
{
	font-weight: bold;
}

span.sm
{
	font-size: 0.7em;
}

.smiley
{
	float: left;
	margin-right: 10px;
}

td.sml
{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
