﻿/* -------------------------------------------------------------- 
-----------------------------------------------------------------

	VERSION:		2
	
	CONTENTS:
		
	1				Essentials 	
	2				Layout
	3				Text
	4				Other

-----------------------------------------------------------------
-------------------------------------------------------------- */

/* 1	Essentials */

body {
	background: url(images/bg.gif) repeat-y center #ebebeb;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

div#header {
	margin: 0 auto;
	width: 980px;
	height: 100px;
}

h1#logo a {
	background: url(images/logo.png) no-repeat left top;
	display: block;
	width: 222px;
	height:52px;
	position: relative;
	top: 25px;
	left: 15px;
	text-indent: -5000px;
}

div#ads {
	position: relative;
	top: -90px;
	left: 260px;
	width: 720px; 
	height: 150px; 
}

div#conteneur {
	background: url(images/end.png) no-repeat bottom;
	margin: 0 auto;
	width: 980px;
	background: #fff;
}
h1#slogan {
	background: url(images/top.png) no-repeat top;
	display: block;
	color: #ff007f;
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	padding-top: 25px;
}
div#footer {
	font-size: 10px;
	font-family: arial;
	color: #dedede;
	padding-bottom: 30px;
}
div#footer a {
	text-decoration: underline;
	font-weight: bold;
	color: #dedede;
}
div#pagination {
	background: url(images/pg.png) no-repeat center;
	font-size: 14px;
	height:47px;
	font-family: verdana;
	color: #474747;
	margin: 5px 0;
}
div#pagination a {
	font-size: 14px;
	font-family: verdana;
	color: #474747;
	font-weight: normal;
	text-decoration: none;
}
.thumb {
	width: 320px;
	height: 240px;
	border: 0;
}

div#disclaimer{ text-align:left; }
 div#disclaimer-fond{ position:absolute; z-index:1000; width:100%; height:100%; background:black; filter:alpha(opacity=95); opacity: 0.95; text-align:center; line-height:normal; clear:both; }
 div#disclaimer-conteneur{ position:absolute; z-index:1001; width:100%; text-align:center; clear:both; }
  div#disclaimer-cadre{ width:550px; margin-left:auto; margin-right:auto; text-align:center; margin-top:200px; padding:15px; font-size:12px; border:#ddd 1px solid; background:#f5f5f5; color:#555; }
   div#disclaimer-cadre b{ font-size:14px; color:black; }
   div#disclaimer-cadre a{ text-decoration:none; font-size:22px; font-weight:bold; color:black; }
   div#disclaimer-cadre a:hover{ color:pink; }
