/*-----------------------------------------------*/
	/*--CONTENU ACCUEIL : Apparition du menu gauche--*/
	/*-----------------------------------------------*/
#ContenuAccueil {
	margin-left: 177px;
	padding: 5px;
}

#ContenuAccueil .ContenuEncadre {
	border: 1px solid #F0A901;
	padding: 5px;
	color: #F0A901;
	text-align: center;
	font-family: verdana;
	font-size: xx-small;
	font-weight: bold;
}

#ContenuAccueil .ContenuMotCle {
	font-family: verdana;
	font-weight: bold;
	font-size: x-small;
	color: #F0A901;
}

#ContenuAccueil .ContenuDefinition {
	font-family: verdana;
	font-size: xx-small;
}

/*------------------------------------------------*/
	/*--CONTENU : Partie principale de l'application--*/
	/*------------------------------------------------*/
#Contenu {
	border-left: 1px dashed #F0A901;
	border-right: 1px dashed #F0A901;
	padding-left: 5px;
	padding-right: 5px;
	font-family: verdana;
	font-size: xx-small;
}

/*
#Contenu .ContenuEncadre
{
	border				: 1px solid #F0A901;
	padding				: 5px;
	color				: #F0A901;
	text-align			: center;

	font-family			: verdana;
	font-size			: xx-small;
	font-weight			: bold;
}

#Contenu .ContenuMotCle
{
	font-family			: verdana;
	font-weight			: bold;
	font-size			: x-small;
	color				: #F0A901;
}

#Contenu .ContenuDefinition
{
	font-family			: verdana;
	font-size			: xx-small;
}


#Contenu ul
{
	list-style-type		: square;
	padding-left		: 20px;
}


#Contenu a
{
	color				: #F0A901;
	cursor				: pointer;
}

#Contenu a:hover
{
	color				: #F0A901;
}

#Contenu .ContenuTitre
{
	font-family			: verdana;
	font-size			: xx-small;
	font-weight			: bold;
	color				: #F0A901;
	text-align			: center
}

#Contenu .url
{
	background			: #F0A901;
	color				: white;
	font-family			: verdana;
	font-size			: xx-small;
	margin-left			: -5px;
}

#Contenu .url a
{
	color				: white !important;
}

#Contenu hr
{
	border-top			: 1px dashed #F0A901;
	border-bottom		: 1px solid white;
	border-right		: 0px solid white;
	border-left			: 0px solid white;
	color				: white;
	background-color	: white;
	height				: 2px;
}
*/
#Contenu table {
	font-family: verdana;
	font-size: xx-small;
}

#Contenu .error {
	color: red;
	font-weight: bold;
}

/*
#Contenu .tableau td
{
	padding				: 4px;
}
*/ /*----------*/ /*--POP-UP--*/ /*----------*/
#PopUp {
	padding-left: 5px;
	padding-right: 5px;
	font-family: verdana;
	font-size: xx-small;
}

#PopUp ul {
	list-style-type: square;
	padding-left: 20px;
}

#PopUp td {
	padding: 4px;
}

#PopUp a {
	color: #F0A901;
}

#PopUp a:hover {
	color: #F0A901;
}

/*----------------*/ /*--PLAN DU SITE--*/ /*----------------*/
#PlanDuSite {
	border-left: 1px dashed #F0A901;
	border-right: 1px dashed #F0A901;
	padding-left: 5px;
	padding-right: 5px;
	font-family: verdana;
	font-size: xx-small;
}

#PlanDuSite ul {
	list-style-type: none;
	padding-left: 20px;
}

#PlanDuSite .LienMauve {
	color: #8E0D6A !important;
}

#PlanDuSite .LienVert {
	color: #A6C619 !important;
}

#PlanDuSite .LienGris {
	color: #999999 !important;
}

ol.arbo,ul.syntheses {
	margin-left: 20px;
}

ol.arbo {
	margin-top: 5px;
}

li.arbo_title {
	font-size: 14px;
	font-weight: bold;
}

ul.syntheses {
	font-size: 12px;
	list-style: none;
	font-weight: normal;
}

ul.syntheses li {
	margin-top: 8px;
	margin-bottom: 8px;
}

ul.syntheses a {
	color: #F0A901;
	cursor: pointer;
}

ul.syntheses a:hover {
	color: #F0A901;
}

ul.syntheses a:visited {
	color: #808080;
}