body
{
	margin: 10px 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	background: #fff;
	font-size: 11px;
}

a img
{
	border: none ;
}

#conteneur
{
	width: 500px;
	margin: 0 auto;
	text-align: left;
	display: block;
}

.header
{
	height: 50px ;
	background: url(images/header.jpg) no-repeat left top;
	text-indent: -5000px ;
}

#menu
{
	clear: right;
	height: 15px ;
	margin: 0 ;
	padding: 0 ;
}
#menu table
{
	background-color: #333;
	width: 100%;
}
#menu table a
{
color: #FFF;
	text-decoration: none;
}
#menu table a:hover
{
	font-weight: bold;
	color: #FC0;
	font-size: 120%;
}

#content { margin-top: 10px; }

#col_left
{
	width: 250px;
	float: left;
	margin-top: 20px;
}

#col_left li
{
	line-height: 25px;
	color: #333 ;
}

.exploite
{
	color:#666 ;
}

#col_left h2
{
	background-color:#000
	color: #FFF
	font-family: Georgia, "Times New Roman", Times, serif 
}

#col_right
{
	width: 235px ;
	float: right ;
}

#col_right p
{
	text-align: justify ;
	line-height: 1.3em ;
	overflow: auto ;
}

#thumbs
{
	width: 500px;
	padding-top: 5%;
}


#author
{
	font-weight: bold ;
	color: #666 ; 
	text-align: right ;
}

#footer
{
	margin: 0;
	line-height: 30px;
	color: #ff8625;
	width: 100%;
	position: relative;
	clear: right;
}

#copyright
{
	display: inline;
	position: absolute;
	left:5px;
}

#parution
{
	line-height: 30px;
	text-align: right;
	color: #6d6d6d;
	margin-right: 0px;
	display: inline;
	position: absolute;
	right: 5px;
}

