body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color : #545F65;
	color: #ECEBEB;
	text-align: center;
}

a {  color: #ECEBEB}
a:visited {  color: #ECEBEB}
a:hover {  color: #66FFFF}

*  {
	 font-size: inherit;
	 text-align: justify;
	 }

*.nav {
   font-size: 90%
}

h1 {
   font-size: 125%;
   font-family: Arial, Helvetica, sans-serif; 
}
    
div[align="center"],p[align="center"] {
	text-align : center;
}
div[align="right"],p[align="right"] {
	text-align : right;
}

th {
	padding: 5px;
	font-size: 9pt;
	font-weight: bold;
	background-color : #403D47;
}

ULfooter, UL.footer li  {
	font-size: 8pt;
	font-weight: normal;
	margin-left: -15px;
	text-indent: -25px;
	padding-left: 0px;
	list-style-position: inside;
	list-style-type : none;  /* none: pour ne pas avoir le bullet; circle pour l'avoir */
}

TABLE.Thumb {
   border: 0px none;
   padding: 0px;
   margin: 0px;
}

TABLE.Thumb td, TABLE.Thumb tr, TABLE.Thumb th {
   padding: 0px;
   margin: 0px;
}

TABLE.Thumb img, TR.Thumb img, TD.Thumb img {
	margin: 5px;
	border: 0px;
}

TABLE.Thumb a:hover img, TR.Thumb a:hover img, TD.Thumb a:hover img{
	margin: 3px;
	border : 2px solid #66FFFF;
   
}

TABLE.BigPhoto img, TR.BigPhoto img, TD.BigPhoto img {
   margin: 0px;
	border: 0px;
	/*border-top : 2px solid #403D47;*/
}

TABLE.BigPhoto a:hover img, TR.BigPhoto a:hover img, TD.BigPhoto a:hover img{
	margin: 0px;
	border : 0px;
}

#Menu {
	position: absolute;
	top: 10px;
	right: 10px;
}

#MenuImage {
   text-align: right;
}

#MenuText {
   text-align: right;
   font-size: 9pt;
   font-family: "Courier New", Courier, monospace;
}

#Description {
	display: none;
}

#Content {
	top: 80px;  /* Idéalement faudrait margin-top 80 et margin-bottom 10, mais IE n'aime que les top => top: 80 mais ialors il faut margin-bottom: 10+80 */
	margin-bottom: 90px;
	position: relative;
	text-align: left;
	margin-left : auto;
	margin-right : auto;
	width : 990px;
	}

#Copyright {
	margin-top: 15px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 600px;
}

#Copyright P  {
	text-align : center;
	font-size : 7pt;
	margin-top	: 7px;
}

#Copyright IMG  {
	margin-top	: 10px;
	margin-bottom	: 10px;
}


#MainTable {
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}

#NavTable {
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
	margin: 0px;
	width:  100%;
	padding: 0px;
}

