body {
	font: normal 12px arial, serif;
	margin:0px;
	padding:0px;
	background: url(../i/bodybg2.jpg) #eeeeee repeat-x bottom;

}

#wrapper {
  text-align:center;
  padding-top: 25px;
  background: url(../i/bodybg.jpg)  repeat-x top;
	width: 100%;
}

#maincontent {
  margin: 0 auto;
  width: 1005px;
  text-align: left;
}

a, a:hover {
  font: normal 12px Arial,Serif;
  color: #333333;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6,div,p,td,fieldset,form,ul {
  padding:0px;
  margin:0px;
  font-family: arial,serif;
  color: #333333;
}

ul {
	list-style: none;
	display: block;
}

p {
	font-size: 12px;
}

fieldset,
img {
  border: 0px;
}

legend {
	display: none;
}

.clearer {
  clear: both;
}

p.light {
	color: #666666;
}

#validator {
  position: absolute;
  background: red;
  padding: 3px;
  border: 1px solid #333333;
  top: 5px;
  right: 5px;
  color: white;
}

/* -------------------------------------------- header */

#header {
	background: url(../i/maintopbg.gif) no-repeat top;
	height: 135px;
	width: 1001px;
	padding: 17px 3px 0px 1px;
}

#logo {
	width: 265px;
	text-align: center;
	float: left;
	display: block;
	height: 90px;
}

#headerBannerSlot {
	width: 736px;
	text-align: left;
	float: left;
	display: block;
	height: 90px;
	margin-bottom: 5px;
	-margin-bottom: 0px; /* IE6 hack */
}

#headerLoginForm {
	clear: both;
	width: 728px;
	margin: 0px 0px 0px 265px;
	text-align: left;
	display: block;
	height: 40px;
	background: url(../i/loginformbg.jpg) repeat-x bottom;
}

#headerLoginForm input {
	border: 1px solid #cccccc;
}

#headerLoginForm button {
	border: 1px solid #cccccc;
	background: #dddddd;
	color: #0d60ae;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#headerLoginForm a,
#headerLoginForm a:hover {
	color: #333333;
	font: normal 10px Arial, Helvetica, sans-serif;	
	text-decoration: underline;
}



/* -------------------------------------------- menubar */

#menubar {
	background: url(../i/menutabbg.jpg) no-repeat top;
	height: 38px;
	width: 993px;
	padding: 5px 3px 1px 9px;
	z-index: 100;
}

#menubar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menubar li {
	display: block;
	float: left;
	height: 38px;
	padding-left: 5px;
	background: url(../i/mnutableftoff.gif) no-repeat left;
	margin-left: 1px;
}

#menubar a {
	display: block;
	float: left;
	height: 38px;
	padding-right: 5px;
	background: url(../i/mnutabrightoff.gif) no-repeat right;
	outline: 0;
	cursor: default;
}

#menubar span {
	display: block;
	float: left;
	padding: 8px 13px 0px 13px;
	height: 30px;
	background: url(../i/mnutabbgoff.gif) repeat-x;
	cursor: default;
	font: bold 12px/30px Arial, Helvetica, sans-serif;
	color: white;
}


#menubar li.selected {
	background: url(../i/mnutablefton.gif) no-repeat left;
}

#menubar li.selected a {
	background: url(../i/mnutabrighton.gif) no-repeat right;
}

#menubar li.selected span {
	background: url(../i/mnutabbgon.gif) repeat-x;
	color: #2d2c2a;
}


/* -------------------------------------------- mainbody */

#mainbody {
	background: url(../i/mainbg.gif) repeat-y;
	width: 985px;
	padding: 11px 8px 0px 12px;
}

#mainColumns {
	clear:both;
}

#nomenu {
	height: 30px;
}

#show_info {
	
}

#leftColumn {
	float: left;
	display: block;
	width:300px;
}

#rightColumn {
	float: left;
	display: block;
	margin-left: 6px;
	width:674px;
}

#mainColumns:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

* html #mainColumns { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}


/* -------------------------------------------- blankBox */

.blankBox {
	clear: both;
	width: 300px;
	margin-bottom: 20px;
}

.blankBox h2 {
	color: #5D9907;
	font: bold 12px/26px Arial, Helvetica, sans-serif;
	background: url(../i/lefttitlebg.jpg) no-repeat;
	height: 26px;
	width: 280px;
	padding: 0px 10px 0px 10px;
}

.blankBox li {
	clear: both;
}

.blankBox li:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

* html .blankBox li { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}



/* --------- categoryBlock */

#categoryBlock {
	margin-top: 6px;
}

#categoryBlock li {
	margin: 5px 0px 5px 0px;
}

#categoryBlock img {
	float: left;
	display: block;
	width: 60px;
	height: 50px;
	margin: 0px 5px 0px 5px;
}

#categoryBlock p {
	color: #0D60AE;
	font: normal 9px Arial, Helvetica, sans-serif;
	margin:0px;
	padding: 7px 0px 0px 0px;
	float: left;
	display: block;
	width: 225px;
}

#categoryBlock a {
	color: #0D60AE;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/* --------- top10Block */

#top10Block {
	background: #eeeeee;
	width: 300px;
}

#top10Block ul {
	background: url(../i/top10bg.jpg) no-repeat top;
	width: 246px;
	margin: 10px 7px 0px 7px;
	display: block;
	padding: 156px 0px 40px 40px;
}

#top10Block li {
	height: 25px;
	background: url(../i/top10tip.gif) no-repeat left;
	padding-left: 28px;
}

#top10Block li a {
	font: normal 12px/25px Arial, Helvetica, sans-serif;
	color: #333333;
}

.rectangleBanner {
	width: 300px;
}

/* -------------------------------------------- wideBox */

.wideBox {
	clear: both;
	width: 674px;
	margin-bottom: 20px;
}

.wideBox h2 {
	color: #5D9907;
	font: bold 14px/26px Arial, Helvetica, sans-serif;
	background: url(../i/righttitlebg.jpg) no-repeat;
	height: 26px;
	width: 647px;
	padding: 0px 10px 0px 17px;
}

/* -------------------------------------------- rechercherBlock */

 
#rechercherBlock {
	background: #eeeeee;
	padding-bottom: 8px;
}

#rechercherBlock .boxcontent {
	background: #ffffff;
	margin: 3px 4px 0px 4px;
	padding: 6px;
}

.rechercheForm {
/*	clear: both;*/
	width: 474px;
	margin-bottom: 20px;
	background: #eeeeee;
	float: left;
	display: block;
}

.rechercheForm h3 {
	color: #5D9907;
	font: bold 12px/26px Arial, Helvetica, sans-serif;
	background: url(../i/midtitlebg.jpg) no-repeat;
	height: 26px;
	width: 454px;
	padding: 0px 10px 0px 10px;
}

.rechercheForm table {
/*	width: 454px;
	float: left;*/
}

.rechercheForm td {
	width: 220px;
}

.rechercheForm label {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
}

.rechercheForm button {
	width: 100px;
	height: 30px;
	background: url(../i/searchbtnbg.jpg) no-repeat ;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: 0px;
	margin-left: 50px;
}

#rechercherBlock .bigbubble {
	float: left;
	display: block;	
	padding: 25px 20px 20px 37px;
	width: 123px;
	height: 141px;
	background: url(../i/recherchebubble.gif) no-repeat;
}

#rechercherBlock .bigbubble p {
	color: #0D60AE;
	font: normal 12px Arial, Helvetica, sans-serif;	
	margin-bottom: 10px;
}

#rechercherBlock .freesearch {
	clear: left;
	width: 474px;
	margin-top: 10px;
	float: left;
	display: block;
}

#rechercherBlock .freesearch input {
	width: 440px;
	border: 1px solid #cccccc;
	background: url(../i/searchinputbg.gif) no-repeat left;
	padding-left: 28px;
}

#rechercherBlock .advancedsearch {

	width: 160px;
	padding-left: 20px;
	margin-top: 10px;
	float: left;
	display: block;
	text-align: center;
}

#rechercherBlock .advancedsearch a,
#rechercherBlock .advancedsearch a:hover {
	color: #0D60AE;
	font: normal 11px Arial, Helvetica, sans-serif;	
	text-decoration: underline;	
}


/* --------------------------- top popular Block */

#popularList h2 {
	background: none;
}

#popularList li {
	float: left;
	display: block;
	padding: 10px;
}

#popularList li a {
	display: block;
}

#popularList img {
	border: 4px solid #eeeeee;
}


#popularList p {
	color: #333333;
	font: normal 11px Arial, Helvetica, sans-serif;	
	padding: 7px;
}

#popularList p a,
#popularList p a:hover {
	color: #333333;
	font: bold 11px Arial, Helvetica, sans-serif;	
}

/* --------------------------- homecolumns */

#homecolumns {
	clear: both;
}

#homecolumns:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

* html #homecolumns { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}

#homelcol {
	width: 360px;	
	float: left;
	display: block;
}

#homercol {
	margin: 0px 0px 0px 13px;
	padding: 0px;
	width: 300px;
	float: left;
	display: block;
}




/* --------------------------- homecolumns */

#findOut {
	position: relative;
}

#findOut h2 {
	color: #5D9907;
	font: bold 14px/40px Arial, Helvetica, sans-serif;
	height: 40px;
	background: url(../i/findout-bg.jpg) no-repeat left;
	padding-left: 60px;
	width: 280px;
}

#findOut .langselector {
	position: absolute;
	right: 5px;
	top: 5px;
}

/* --- type selector */

#findOut ul.type {
	margin: 5px 0px 10px 20px;
	display: block;
}

#findOut ul.type li {
	height: 20px;
	background: url(../i/top10tip.gif) no-repeat left;
	padding-left: 28px;
}

#findOut ul.type li a {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #333333;
}

#findOut .afficher {
	clear: both;
	padding-left: 20px;
	color: #0D60AE;
	font: bold 12px Arial, Helvetica, sans-serif;		
}

#findOut .afficher a,
#findOut .afficher a:hover {
	color: #0D60AE;
	font: normal 12px Arial, Helvetica, sans-serif;		
}


/* --- results */

#findOut ul.results {
	margin: 5px 0px 10px 0px;
	display: block;
}

#findOut ul.results li {
	clear: both;
	display: block;
	padding: 11px;
}

#findOut ul.results li:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

* html #findOut ul.results li { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}

#findOut ul.results .pic { 
	float: left; 
	display: block;
	width: 95px;
	height: 74px;
}

#findOut ul.results .pic img { 
	border: 4px solid #eeeeee;
	width: 87px;
	height: 66px;
}
 
#findOut ul.results p { 
	float: left; 
	display: block;
	width: 225px;
	margin-left: 7px;
}

#findOut ul.results a.title,
#findOut ul.results a.title:hover {
	color: #0D60AE;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
 
#findOut span.rating {
	clear: both;
	display: block;
	margin-top: 10px;
} 
 
 

/* --------------------------------- commentsBlock */
 
#commentsBlock {
	padding: 20px 0px 20px 0px;
} 
 
#commentsBlock h2 {
	background: url(../i/comments-title-bg.jpg) no-repeat left;
	height: 32px;
	color: #5D9907;
	font: bold 15px/32px Arial, Helvetica, sans-serif;
	padding-left: 60px;
}

#commentsBlock li {
 background: #eeeeee;
 padding: 3px;
 margin-top: 14px;
 clear: both;
 display: block;
}

#commentsBlock li:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

* html #commentsBlock li { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}

#commentsBlock img {
 display: block;
 float: left;
 width: 52px;
 height: 52px;
 margin-right: 10px;
} 

#commentsBlock p {
  display: block;
  float: left;
	width: 222px;
	color: #333333;
	font: normal 11px Arial, Helvetica, sans-serif; 
	
} 

* html #commentsBlock p {
  display: inline-block;
}

#commentsBlock p a,
#commentsBlock p a:hover {
	display: block;
	color: #0D60AE;
	font: bold 11px Arial, Helvetica, sans-serif; 
}



/* --------------------------------- mainfooter */
 
 
#mainfooter {
	
	height: 277px;
	background: url(../i/mainbtmbg.gif) no-repeat;
	width: 980px;
	padding: 0px 13px 0px 12px;
}

#mainfooter h5 {
	color: #0D60AE;
	font: bold 12px Arial, Helvetica, sans-serif; 	
}

#mainfooter .region {
	width: 196px;
  display: block;
  float: left;
}

#mainfooter .region h6 {
	color: #0D60AE;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 15px 0px 0px 0px;
}

#mainfooter .region ul {
	padding: 8px;
}

#mainfooter .region li {
	padding: 4px 0px 4px 16px;
	background: url(../i/regions-tip.gif) no-repeat left;
}

#mainfooter .region li a,
#mainfooter .region li a:hover {
	color: #333333;
	font: normal 11px Arial, Helvetica, sans-serif;
}

/* --------------------------------- mainfooter */

#internationalSites {
	border-top: 1px solid #eeeeee;
	clear: both;
	padding-top: 15px;
}

#internationalSites h5 {
	display: block;
	float: left;
	width: 130px;
	padding-left: 20px;
	color: #0D60AE;
	font: normal 11px Arial, Helvetica, sans-serif;
}

#internationalSites .flags {
	display: block;
	float: left;
	width: 680px;
	text-align: center;
	line-height: 26px;
}

#internationalSites .flags a {
	padding-left: 6px;
	padding-right: 6px;
}	

#internationalSites .footerlogo {
	display: block;
	float: left;
	width: 130px;
	padding-right: 20px;
	text-align: right;
}


/* --------------------------------- mainfooter */
 
 

#copyright {
	height: 20px;
	width: 980px;
	padding: 0px 13px 9px 12px;
	text-align: center;
	color: white;
	font: normal 11px/20px Arial, Helvetica, sans-serif; 
}
