body
{
  margin-top:5;
  font: normal 12px Verdana;
  color : #000000;
  text-align:center;
 }

table#conteneur
{
	width : 800px;
	border: 1px solid Black;
}

td#header
{
	border-bottom: 1px solid Black;
}

td#menu
{
	width : 160px;
	border: 1px solid Black;
	background-color : #F9CE9D;
}

td#contenu
{
	width : 640px;
	border: 1px solid Black;
}

td#contenu p
{
	text-indent : 20px;
}

td#contenu span.titre_para
{
	text-decoration : underline;
}

td
{
	font-size: 12px;
}

/*Le titre de la page*/
h2
{
	display: inline;
	color: Red;
}

/*Ligne de séparation*/
.separation
{
	/*border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;*/
	border-bottom : 1px solid Black;
	font-size: 12px;
}

/*Entête d'un bloc (contient un titre)*/
.entete_bloc
{
	border: 1px solid Black;
	color: #000000;
	background-color: #F9CE9D;
	padding: 5px;
	/*Mis en gras*/
	font-weight : bold;
}

/*Precise l'entête d'un bloc*/
.precision
{
	font-style : italic;
	font-weight : normal;
}

/*Pas trouvé dans la page*/
.question
{
	font-weight : bold;
	text-decoration : underline;
	color:#999999 ;
}

/*Pas trouvé dans la page*/
.form_label
{
	font-weight : bold;
}

/*Lorsque le champ/le bloc est obligatoire*/
.obligatoire
{
	vertical-align : super;
	color : Red;
	font-size : 8px;
}

/*Le lien que l'utilisateur devra faire figurer sur sa page*/
a.le_lien
{
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color:#0000FF ;
	text-decoration:underline;
	font-weight: bold;
}

a.le_lien:hover
{
	color:#FF0000;
}

#menu #welcome
{
	margin : 2px 10px;
}
#menu ul
{
	list-style-type : none;
	margin : 5px 5px 15px 5px;
	padding : 0;
}

#menu ul li.titre_menu
{
	text-align : center;
	font-weight : bold;
}

table.full_border
{
	border: 1px solid #000;
	border-collapse: collapse;
}

table.full_border td
{
	border: 1px solid #000;
}

th
{
	text-align : center;
	background : #F9CE9D;
	border: 1px solid #000;
	font: normal 12px Verdana;
	font-weight : bold;
}

a
{
	color : #660000;
	text-decoration : none;
}

a:hover
{
	color : #222222;
	text-decoration : underline;
}

.txtarea
{
  font: normal 12px Verdana;
}

li#selected
{
	border:1px solid #C1B791;
	background-color : #ffeeaf;
}

tr.entete_message
{
	background: #F9CE9D;
}
