body 
{
	background: url(../images/fonds/fond.jpg);
	color: #E8E8E8;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

.ParagrapheStandard
{
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}

.ParagrapheStandard .TitreParagraphe
{
	font-weight: bold;
}

.ParagrapheStandard .EnRouge
{
	color: #ffd700;
}

a
{
	font : bold 100% sans-serif;
	text-decoration : none;
	background: transparent;
}
a:link, a:visited {color : #6cdb00;}
a:hover, a:active {color : yellow;}



/* Menu global */
.arrowlistmenu{
/* Largeur du menu */
width: 180px;
margin-left: 2px;
}

/* Titre fermé ou déployé */
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color:orange;
background: black url(../images/menu/menu_titlebar.png) repeat-x center left;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 2px 0px 4px 0px; /*header text is indented 0px*/
cursor: hand;
cursor: pointer;
text-align: center;
}

/* Titre fermé ou déployé */
.arrowlistmenu .menuheader a{
font: bold 14px Arial;
color: orange;
text-decoration: none;
display: block;
}

/* Titre fermé ou déployé */
.arrowlistmenu .menuheader a:visited{
font: bold 14px Arial;
color: orange;
text-decoration: none;
display: block;
}

/* Titre fermé ou déployé */
.arrowlistmenu .menuheader a:hover{
font: bold 14px Arial;
color: orange;
text-decoration: none;
display: block;
}

/* Titre déployé */
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/menu/menu_titlebar-active.png);
font: bold 14px Arial;
color:yellow;
text-decoration: none;
}

/* Sous-Menu */
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
text-align: left;
}

/* Sous-Menu */
.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

/* Sous-Menu lien */
.arrowlistmenu ul li a{
color: #ffd700;
background: url(../images/menu/menu_fleche.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

/* Sous-Menu lien visité */
.arrowlistmenu ul li a:visited{
color: #ffd700;
}

/* Sous-Menu lien survolé */
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #ffd700;
background-color: #4169e1;
}
