/* CSS Document */
<style type="text/css">
/*-------------------------------------BLOCS-----------------------------------*/
html, body {
	background:#FFF;
	margin:0;
	border:0;
	padding:0;
}
body {
	height:100%;
	background:#fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333;
	line-height: 20px;
	font-size:76%;
}
#wrapper {/*permet de centrer la page*/
	width:768px;
	margin:0 auto;
	padding: 0;
}
#header {
	width:768px;
	height:200px;
	padding:0px;
	overflow:hidden;	
  	background:#fff url("images/titre.gif") top left no-repeat;	
  	color:#333;
}
#flashHeader {
	/*margin-left:20px;
	margin-top:24px;*/
	overflow:hidden;
	z-index:6;
}
#contents {
	width:726px;
	padding:0px 40px 20px 35px;
	margin:0;
	border:none;
	background: #fff url("images/fond.gif") top left repeat-y;
}
* html #contents {
	margin-bottom:-16px;
}
#fond {
	width:696px;
	/*background: #fff url("images/boom.jpg") top left no-repeat;*/
}
.rightColumn {
	float:right;
	width:400px;
	padding:0;
	padding-left:2px;
	margin:0;
	margin-right:38px;
	/*border-left:solid 1px #CCCCCC;*/
}
* html .rightColumn {
	margin-right:10px;
}
.leftColumn {
	float:left;
	width:200px;
	padding:0;
	margin:0;
	margin-left:20px;
}
* html .leftColumn {
	margin-left:10px;
}
.leftItemHeader {
	background:transparent;
	padding:10px;
	padding-top:0;
	padding-bottom:0;
	margin:0;
	border:1px solid;
	border-bottom:none;
	border-color:#CCCCCC;
}
.leftItem {
	background:#transparent;
	padding:5px 10px 5px 10px;
	margin:0;
	margin-bottom:20px;
	border:1px solid;
	border-color:#CCCCCC;
}
.results {
	width:auto;
	height:auto;
	padding:10px;
	margin:0px 0px 10px 0px;
	background:transparent;
	border:solid 1px #CCCCCC;
}
.colonneResultats {
	float:left;
}
.photo {
	float:left;
	margin-right:10px;
}
#footer {
  	width:768px; 
  	height:58px; 
  	overflow:hidden; 
	background: url("images/pied.gif") bottom right no-repeat;
	padding:0;
	margin:0;
}
#footerContent {
	color:#333;
	font-color:#333;
	font-size:11px;
	line-height: 12px;
	padding-top:11px;
	padding-right:36px;
	padding-left:36px;/*pour IE*/
}
hr.cleaner {
	clear:both;
	border:none;
	visibility: hidden;
}

/*---------------------------------------PARAGRAPHES------------------------------------------------*/


p {
	margin-top:1%;
	text-align:justify;
	color:#666;
}
h1 {
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
	color:#333333;
}
h2 {
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
	color:#666666;
}
.gras {
	color:#FF0000;
}
.numero {
	color:#333;
}
.mStyle {
	color:#FF0000;
	font-size:small;
}
.tracks {
	font-size:x-small;
	line-height:10px;
}
a.tracks:link, a.tracks:visited { 
color: #666;
text-decoration: none;
} 
a.tracks:hover, a.tracks:active {
color: #f00;
text-decoration: none;
}
a.contact:link, a.contact:visited { 
color: #333;
text-decoration: none;
} 
a.contact:hover, a.contact:active {
color: #f00;
text-decoration: none;
}

/*---------------------------------------LISTES------------------------------------------------*/

ul{
	list-style-image: url("images/puce.gif");
	margin:0;
	padding:0 0 0 2em;
}
ul li{
	margin: 0 1em 0 1em;
	padding:0;
}
a img {
	border: none;
}
a:link, a:visited {
	color: #F00;
	text-decoration:none;
	background-color: none;
}
a:hover, a:active {
	color: #999;
	text-decoration: underline;
	background-color: none;
}
input {
	display:block;
	background-color:#fff;
	color:#333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border:none;/*1px solid;*/
	border-collapse:collapse;
	font-size:10px;
}
input.saisie {
	width:90px;
	border: solid 1px #333333;
	margin:0;
	padding:0;
}
/*--------------GESTION FOOTER-------------------*/
#footlist
{
color:#333;
text-align:right;
list-style: none;
padding: 0;
margin: 0;
}

#footlist li
{
display: inline;
padding: 0;
margin: 0;
}

#footlist li:before {
	content: "| ";
}
#footlist li:first-child:before {
	content: "";
}

* html #footlist {
height: 1%;
}

* html #footlist li {
display: block;
float: right;
border-left: 1px solid #333;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

* html #footlist li:first-child {
border-left: 0;
}

a.footer:link, a.footer:visited { 
color: #000;
text-decoration: none;
} 
a.footer:hover, a.footer:active {
color: #fff;
text-decoration: none;
}
</style>
