/* Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #6b6b6b;
	text-align: justify;
	line-height: 17px;
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9e9e9e;
	line-height: 20px;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; 
	color: #9e9e9e;
	font-weight: normal;
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; 
	color: #9e9e9e;
	font-weight: normal;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
}
h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6d707e;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h2 {
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: normal;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
}
h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9e9e9e;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
/* Structure
----------------------------------------------------------------------------------------------------*/
.header {
	outline: none;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.positionnement-infos {
	margin-top: 46px;
	margin-right: 61px;
}
.positionnement-bestof {
	margin-top: 10px;
	margin-right: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* Links
----------------------------------------------------------------------------------------------------*/

/* Texts
----------------------------------------------------------------------------------------------------*/
.txt-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1d99e0;
	margin: 0px;
	padding: 0px;
}
.dropdown1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	height: 20px;
	width: 117px;
	display: block;
}
.dropdown2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	height: 20px;
	width: 43px;
	display: block;
}
.dropdown3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	height: 20px;
	width: 155px;
	display: block;
}
/* Autres
----------------------------------------------------------------------------------------------------*/
.pagination {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #54351d;
	height: 20px;
	width: 697px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #885A36;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #885A36;
}

.pagination a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #885A36;
	text-decoration: underline;
	font-weight: none
}
.pagination a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #885A36;
	text-decoration: none;
	font-weight: none
}
.separateur {
	background-image: url(../images/ligne.gif);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.clear {
	clear: both;
}
/* Footer
----------------------------------------------------------------------------------------------------*/
.footer {
	width: 992px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cfcfcf;
	text-align: left;
	height: 75px;
	padding-top: 12px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cfcfcf;
}
.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cfcfcf;
	font-weight:normal;
	text-decoration:none;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cfcfcf;
	font-weight:normal;
	text-decoration:underline;
}

