ul{
  list-style-type:none;
  margin:0;
  padding:0;
}

/* CSS Document */
body
{
	font-family: Verdana;
	background-color: #FFFFFF;
	font-size:12px;
}
/* lien */
a
{
	color:#666666;
	outline: none;
}
a:hover
{
	color:#FF6600;
	text-decoration:none;
}
A.lienOrange
{
	color:#FF6600;
}
a.lienOrange:hover
{
	color:#666666;
	text-decoration:underline;
}

A.lienGris
{
	color:#666666;
}
a.lienGris:hover
{
	color:#FF6600;
	text-decoration:underline;
}

A.home
{
	font-family:Georgia, Verdana, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#666666;
	font-size:x-large;
	text-decoration:none;
}
A.home:hover
{
	color:#FF6600;
}

A.nav
{
	font-family:Georgia, Verdana, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#FF6600;
	font-size:xx-large;
	text-decoration:none;
}
A.nav:hover
{
	color:#666666;
}
A.back
{
	font-family:Georgia, Verdana, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#666666;
	font-size:12px;
	
}
A.back:hover
{
	color:#FF6600;
	text-decoration:none;
}

.annee
{
	font-weight:bold;
	color:#666666;
	vertical-align:top;
}

.demiligne
{
	line-height:50%;
}

h1{
  margin:0;
  padding:0;
  margin-top:30px;
  margin-bottom:30px;
}

h1, .titreorange
{
	font-family:Georgia, Verdana, "Times New Roman", Times, serif;
	color:#FF6600; 
	font-weight:bold;
	font-size:medium;
}

.titregris
{
	font-family:Georgia, Verdana, "Times New Roman", Times, serif;
	color:#666666; 
	font-weight:bold;
	font-size:medium;
}

.nom
{
	font-family: Verdana, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:20px;
	color:#FF6600;
	font-stretch:ultra-condensed;
	/*
	color:#666666;
	*/
	margin:0;
}

hr.point {
  color:#CCCCCC;
  border:dashed;
  height:0.2px;
}

hr.portait {
  color:#999999;
  font-weight:bold;
  height:0.5px;
}

hr.global {
  width:750;
  border:0;
  border-bottom:solid 1px #FF6600;
  height: 1px;
}

/* tab */

.tab a{
  color:#666666;
  text-decoration:none;
}

.tab a:hover{
  text-decoration:underline;
}

/* listes */
.list ul{
  font-size:13px;
}
.list ul li {
  margin-bottom:15px;
}

.list ul li span{
	font-weight:bold;
	color:#666666;
	vertical-align:top;
	width:80px;
	float:left;
}

/* nav */
.nav ul {
  vertical-align: bottom;
  float:left;
}

.nav ul li{
  margin-top:47px;
  float:left;
  color:#666666;
}

.nav ul li a.active{
  color:#FF6600;
  text-decoration:none;
}

.logo{
	font-family: Verdana, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:20px;
	color:#FF6600;
	font-stretch:ultra-condensed;
	margin:0;
	padding:0;
	padding-bottom:4px;
}


