<!--
body 
	{
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	background-color: #000000;
	margin: 0;
	height: 80%;
	}

#main
	{
	position: absolute;
	width: 740px;
	height: 100%;
	left: 50%;
	margin-left: -370px;
	background-color: #000000;
	}

.tableMain
	{
	background-color: #000000;
	border-spacing: 0px;
	border-collapse: collapse;
	}

.tableMain tr.header
	{
	text-align: center;
	width: 100%;
	height: 120px;
	}

.tableMain td.headerOne
	{
	width: 115px;
	vertical-align: top;
	}

.tableMain td.headertwo
	{
	width: 100%;
	vertical-align: top;
	}

.tableMain tr.main
	{
	width: 740px;
	height: 100%;
	background-color: #000000;
	border: 1px solid #666666;
	}

.tableMain td.mainMenu
	{
	width:115px;
	height: 100%;
	vertical-align: top;
	border: 1px solid #666666;
	color: #CCCCCC;
	font-size: 10px;
	font-weight: 100;
	text-align: left;
	valign: top;
	margin: 0px;
	letter-spacing: 0px;
	left: 0px;
	line-height: 30px;
	padding: 0px;
	}
	
.tableMain td.mainContent
	{
	width:100%;
	height: 100%;
	vertical-align: top;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 0px;
	color: #CCCCCC;
	font-size: 10px;
	font-weight: 100;
	text-align: left;
	valign: top;
	margin: 0px;
	letter-spacing: 0px;
	left: 0px;
	padding: 5px 10px 5px 10px;
	}

.tableMain td.bottom
	{
	width: 100%;
	height: 100%;
	background-color: #191919;
	color: #CCCCCC;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 1px;
	height: 16px;
	margin-top: 0px;
	border: 1px solid #666666;
	}
	
.tableMenu
	{
	width: 100%;
	background-color: #000000;
	border-spacing: 0px;
	border-collapse: collapse;
	}

.tableMenu tr
	{
	width: 100%;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 10px;
	font-weight: 100;
	text-align: left;
	margin: 0px;
	letter-spacing: 0px;
	left: 0px;
	line-height: 30px;
	}

.tableMenu td
	{
	padding: 0em 0em 0em 0.5em;
	margin: 0px;
	border-bottom: 1px solid #262626;
	}
	
.tableMenu td.premier { border-top: 0px none; }
.tableMenu td.selection
	{
	color: #FF6600;
	background-color: #191919;
	font-weight: bold;
	}
.tableMenu td.selection a:link { color: #CCCCCC; }
.tableMenu td.selection a:visited { color: #CCCCCC; }
.tableMenu td.selection a:hover { color: #FF6600; }
.tableMenu td.selection a:active { color: #FF6600; }
.tableMenu a:link { color: #CCCCCC; text-decoration:none }
.tableMenu a:visited	{ color: #CCCCCC; text-decoration:none }
.tableMenu a:hover { color: #FF6600; text-decoration:none }
.tableMenu a:active { color: #FF6600; text-decoration:none }

.tableMenu td.image { border-top: 0px; border-bottom: 0px; }

#titre
	{
		text-align: left;
		font-size:large;
		color: #FF6600;
	}
#titre a:link { color: #FF6600; text-decoration:none }
#titre a:visited { color: #FF6600; text-decoration:none }
#titre a:hover { color: #FF6600; text-decoration:none; font-weight: bold }
#titre a:active { color: #FF6600; text-decoration:none }

#texte img
	{
	position: static;
	}

#texte
	{
	text-align: left;
	font-size: small;
	}

#gras
	{
	font-weight: bold;
	}
	
#couleur
	{
	color: #FF6600;
	}
	
.tableOccas
	{
	text-align: left;
	vertical-align: top;
	border:1px solid #262626;
	border-collapse: collapse;
width: 606px;
	font-size: 10px;
	font-weight: 100;
	}

.tableOccas th
	{
	text-align: left;
	vertical-align: middle;
	background-color: #191919;
	border: 1px solid #262626;
	padding: 2px 5px 2px 5px;
	color: #FFAA00
	}

.tableOccas th.droite
	{
	text-align: right;
	}

.tableOccas th.centre
	{
	text-align: center;
	}

.tableOccas td
	{
	text-align: left;
	vertical-align: top;
	border: 1px solid #262626;
	padding: 2px 5px 2px 5px;
	}

.tableOccas td.sans_bord
	{
	vertical-align: top;
	border: none;
	padding: 2px 5px 2px 5px;
	}

.tableOccas td.droite
	{
	text-align: right;
	}

.tableOccas td.centre
	{
	text-align: center;
	}


.tableOccas th.premier
	{
	width: 100px;
	}

.tableOccas td.premier
	{
	text-align: center;
	vertical-align: top;
	color: #000000;
	background-color: #DDDDDD;
	width:100px;
	}

#resume
	{
	color: #6b6c5a;
	left: 80px;
    top: 60px;
	position:relative;
	width:400px;
	margin: 20px 0px 80px 0px;
	}

#bottom 
	{
	color: #CCCCCC;
	background-color: #191919;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 1px;
	height: 16px;
	margin-top: 0px;
	border-top: 1px solid #666666;
position: absolute;
	}

#bottom a:link { color: #000066; }
#bottom a:visited	{ color: #000033; }
#bottom a:hover { color: #009999; }
#bottom a:active { color: #009999; }

.tableMainOld
	{
	text-align: left;
	vertical-align: middle;
	border:1px solid #000000;
	border-collapse: collapse;
	width: 100%;
	}

.tableMainOld th
	{
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #BFBFBF;
	border: 1px solid #000000;
	padding: 2px 5px 2px 5px;
	}

.tableMainOld td
	{
	border: 1px solid #000000;
	padding: 2px 5px 2px 5px;
	}

.tableMainOld th.premier
	{
	width: 100px;
	}

.tableMainOld td.premier
	{
	text-align: center;
	vertical-align: middle;
	color: #000000;
	background-color: #DDDDDD;
	width:100px;
	}

.goTop
	{
	width:100%;
	text-align:right;
	border-bottom:1px dashed #CCCCCC;
	}

.forms
	{
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	background-color: #000000;
	margin: 0;
	}

.adress
	{
	text-align: right;
	line-height: 100%;
	font-size: 10px;
	font-weight: 100;
	}
<!--	font-size:smaller;{  }
h1
	{
		font-size:large;
		border-bottom: 2px dotted #DDDDDD;
	}

p
	{
	text-align:justify;
	font-size: small;
	}

a 
	{
	color: #FFAA00;
	text-decoration: none;
	}

a:visited
	{
	color: #FFAA00;
	text-decoration: none;
	}

a:hover
	{
	color: #FFAA00;
	text-decoration: none;
	font-weight: bold;
	}

a:active
	{
	color: #FFAA00;
	text-decoration: none;
	}
-->