html, body
{
	position:			relative;
	background-color: 	#FFFFFF;
	background: 		#FFFFFF;
	font-size: 			10pt;
	font-family: 		Georgia, Verdana, Arial, Sans-Serif;
	color:				/*#564b47*/#FFFFFF;  
	margin:				0px;
	padding:			0px;
	overflow:			auto;
	text-align:			center;
	height:				100%;
	width:				100%;
}

a
{ color : black; text-decoration : none; }
a:visited
{ color : black; }
a:hover
{ color : blue; }

#conteneur
{
	position:			relative;
	margin-left:        auto;
  	margin-right:       auto;
  	width:              900px;						/* fct de la résolution de l'écran */
	height:				550px;						/* fct de la résolution de l'écran */
  	text-align:         left;
	background-color: 	/*#D3D7D7*/#000000;
	background: 		/*#D3D7D7*/#000000;
	padding : 			20px;
	/*
	border-left :			1px;
	border-left-style :		solid;
	border-left-color :		lightgrey;
	*/
}

#conteneur_liste
{
	position:			relative;
	margin-left:        auto;
  	margin-right:       auto;
  	width:              850px;	   					/* fct de la résolution de l'écran */
	height:				90%;						/* fct de la résolution de l'écran */
  	text-align:         left;
	background-color: 	#EFEFFF;
	background: 		#EFEFFF;
	padding : 			20px;
	border :			1px;
	border-style :		solid;
	border-color :		lightgrey;
}

.titre
{
	width :				100%;
	text-align :		center;
	font-size :			14pt;
}

.sous_titre
{
	font-size :			12pt;
	font-weight :		bold;
}

.ligne
{
	background-color :	#EFEFFF;
	background		 :	#EFEFFF;
	width			 : 100%;
}

.ligne_over
{
	background-color :	lightgrey;
	background		 :	lightgrey;
	width			 : 100%;
}
