/* structure de base */

body {
	background-color: #000000;
	text-align: center; 
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 9px;
}

/* structure */
#general{
  width: 652px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#title{
	width:50px;
	height:30px;
	display:block;
}
#main {
  	width: 680px;
  	height: 350px;
  	text-align: center;
  	margin-top: 20px;
  	display:block;
   overflow:auto;
}
#main2 {
  	width: 680px;
  	height: 300px;
  	text-align: center;
  	margin-top: 20px;
  	display:block;
  	overflow:auto;
}
#bas{
	margin-top:10px;
	display:block;
}
#navigation{
	margin-top: 0px;
	margin-left:20px;
	display:block;
	font-size: 10px;
}

/* balises importantes */
hr {
	color:#808080;
}	
table {
	width:648px;
	padding:0;
	text-align:top;
}

tr{
	width:648px;

}
.tr1{
	text-align:top;
}
.td1{
	width:370px;
	height:300px;
	text-align:top;
}
.td2{
	width:279px;
	height:300px;
	padding-left:10px;
	text-align:justify;
}

/* textes */

.highlight {
	color:#BFBFBF;
}
.highlight2 {
	color:#BFBFBF;
	font-size:13px;
}
.plain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#808080;
	line-height: 11px;
	font-size: 9px;
	text-align:justify;
}
.thumb {
  background-color: #000000;
  text-align: center;
}
a {
	color:#808080;
	text-decoration:none;
}
a:hover{
	color:#BFBFBF;
}

