/*** Général ***/

body
	{
	font-family: verdana,helvetica,sans-serif;
	background-color:#6b95ff;
	color:#000000;
  	margin:5px;
	font-size: 12px;
	}

body.Popup
	{
	font-family: verdana,helvetica,sans-serif;
	background-color:#6b95ff;
	color:#000000;
  	margin:5px;
	font-size: 12px;
	}
	
a
	{
  	text-decoration: underline;
  	color:#516fbc;
	}

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

table 
	{
  	border-collapse:collapse;
	font-size: 12px;
	}

td 
	{
	border-collapse:collapse;
  	padding:0px;
	text-align:left;
	font-size: 12px;
	}
	
td.simple
	{
	border-collapse:collapse;
  	padding:0px;
	text-align:left;
	border-color:#313442;
	border-style:solid;
	border-width:1px;
	}
	
td.titre
	{
	border-collapse : collapse;
	padding:0px;
	margin:0px;
	color:#ffffff;
	font-size: 14px;
	font-weight:bolder;
	border-style: solid;
	border-width : 1px;
	border-color: #313442;
	border-bottom-style: 2px;
	border-bottom-color: #fd1213;
	background-color: #313442;
	}
	
	
.TitreLien
	{
	border-top-style:solid;
	border-width:2px;
	border-color: #ff7b31;
	font-weight:bold;
	font-size: 13px;
	}
	
p
	{
	 text-indent:20px;
	 text-align:justify;
	}


 li {
display : list-item;
list-style-image : url(Images/PuceLI.png);
list-style-position: outside;
}
	
/*** le bloc Menu ****/
/*** niveau 1 ***/
a.menu1
	{
  	text-decoration:none;
	font-weight:normal;
	font-size: 14px;
  	color:#000000;
	}

a:hover.menu1
	{
	color:#000000;
	text-decoration:overline underline;
	}
	
.MenuTD1
	{
	font-size: 13px;
	text-align:left;
	border-top-style:none;
	border-width:2px;
	border-color: #000000;
	}
	
	/*** niveau 2 ***/
	
a.menu2
	{
  	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	font-size: 12px;
  	text-decoration:none;
  	color:#000000;
	}
a:hover.menu2
	{
	color:#000000;
	text-decoration:overline underline;
	}
	
.MenuTD2
	{
	font-size: 13px;
	border-top-style:none;
	border-width:2px;
	border-color: #ff7b31;
	}

/**** Bandeau Titre Liste  ****/

h1
    {
    background: url(Images/PuceTitre1.png) no-repeat left center;
    height: 30px;
    color : #516fbc;
    font-size : 18px;
    font-weight : bold;
    font-style : normal;
    text-align : left;
    text-decoration:none;
    text-indent: 40px;
    }

h2
    {
    color : #000000;
    font-size : 16px;
    font-weight : bold;
    font-style : italic;
    text-align : left;
    text-decoration : underline;
    text-indent: 30px;
    }
  
h3
    {
    color : #000000;
    font-size : 12px;
    font-weight : bold;
    font-style : normal;
    text-align : left;
    text-decoration : none;
    text-indent: 40px;
    }

.TitreMenu
    {
    color : #516fbc;
    margin-left : 10px;
    margin-right : 10px;
    padding-left : 60px;
    padding-right : 20px;
    padding-top : 5px;
    padding-bottom : 5px;
    border-bottom : 2px;
    border-bottom-color : #516fbc;
    border-bottom-style : solid;
    text-decoration : underline;
    font-size : 16px;
    font-weight : bold;
    font-style : normal;
    text-align : left;
    text-decoration : none;
    text-indent: 40px;
    }

hr
    {
color: #516fbc;
background-color: #516fbc;
height: 2px;
border: 0;
    }