@import url('fancy.css');
@import url('menu.css');
@import url('titre.css');
@import url('form.css');
@import url('boutons.css');
@import url('blog.css');
@import url('scrollpan.css');
/*@import url('contentflow.css');*/
@import url('imageflow.css');
@import url('validate.css');

*{
	margin	: 0;
	padding	: 0;
}

body{
	text-align	: center;
	font: 0.7em Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	background: #f368bf;
}

a {
	outline			: none;
	color			: #fff;
	text-decoration	: none;
}

a:hover {
	color			: #fe91d6;
}

img {
	border		: 0;
}

.clear {
    clear		: both ;
}

p{
	margin		: 10px 0 0 0;
	padding		: 0;
}

hr{
	border			: 0;
	line-height		: 1px;
	height			: 1px;
	background		: #564d45;
	margin-bottom	: 20px;
}


/* =================================== */
/* ============ STRUCTURE ============ */
/* =================================== */

div#top-wrapper{
	position		: relative;
	width			: 100%;
	height			: 332px;
	background		: transparent url('../img/bg/top-wrapper.jpg') bottom left repeat-x;
}

div#top{
	position		: relative;
	margin			: 0 auto;
	width			: 1160px;
	height			: 332px;
	background		: transparent url('../img/bg/top.jpg') top center no-repeat;	
}

a.french{
	display: block;
	width:70px;
	height:79px;
	margin: 4px 0 0 940px;
	float: left;
	text-indent:-5000px;
}

a.english{
	display:block;
	width:56px;
	height:76px;
	margin: 4px 0 0 56px ;
	float: left;
	text-indent:-5000px;
}

div#content-wrapper{
	position		: relative;
	width			: 100%;
	min-height		: 390px;
	background		: #554d46 url('../img/bg/content-wrapper.jpg') top center repeat-x;	
}

div#main{
	position		: relative;
	margin			: 0 auto;
	width			: 1160px;
	min-height		: 390px;
	background		: url('../img/bg/main.jpg') top center repeat-y;
}

div#content{
	position		: relative;
	margin			: 0 auto;
	width			: 950px;
	background		: url('../img/bg/content.png') top center no-repeat;
	padding			: 25px 25px 0 25px;
	text-align		: left;
}

div.bord-gauche{
	position		: absolute;
	left			: -116px;
	top				: 0;
	width			: 195px;
	height			: 320px;
	background		: url('../img/bg/bord-gauche.jpg') top left no-repeat;
	z-index			: 10;
}

div.bord-droit{
	position		: absolute;
	right			: -97px;
	top				: 0;
	width			: 175px;
	height			: 386px;
	background		: url('../img/bg/bord-droit.jpg') top left no-repeat;
	z-index			: 10;
}

div#footer-wrapper{
	clear			: both;
	position		: relative;
	width			: 100%;
	min-height		: 184px;
	background		: transparent url('../img/bg/footer.jpg') top center repeat-x;	
}

div#footer{
	clear			: both;
	position		: relative;
	width			: 1000px;
	margin			: 0 auto;
	color			: #000;
}

div#footer a{
	color			: #000;
	text-decoration	: none;
}

div#left{
	position		: relative;
	width			: 250px;
	float			: left;
}

a.rss{
	margin-top:10px;
	border: 0;
	width:252px;
	height:64px;
	display:block;
}

div#right{
	position		: relative;
	width			: 660px;
	float			: left;
	margin			: 0 0 0 30px;
}

div#ariane{
	position		: absolute;
	top				: 10px;
	right			: 20px;
	font-size		: 0.8em;
}


/* =================================== */
/* ================ H1 =============== */
/* =================================== */

#top h1 a {
	display			: block;
	position		: absolute;
	top				: 90px;
	left			: 580px;
	width			: 445px;
	height			: 145px;
	text-indent		: -5000px;
}

#footer h1 a {
	display			: block;
	position		: relative;
	margin			: 0 auto;
	width			: 330px;
	height			: 131px;
	text-indent		: -5000px;
	background		: url('../img/logo/logo-footer.jpg');
}


/* =================================== */
/* ================ ACCUEIl ========== */
/* =================================== */

div#diapo{
	height			: 300px;
	width			: 100%;
	text-align		: center;
	background		: url('../img/bg/diapo.jpg') no-repeat;
	overflow		: hidden;
}

div#derniere-actu{
	position		: relative;
	float			: left;
	width			: 476px;
	height			: 155px;
	padding			: 45px 10px 0 10px;
	margin			: 1px 0 0 0;
}

div#derniere-actu img{
	float			: left;
	margin-right	: 5px;
}

div#derniere-actu p{
	line-height		: 1.6em;
}

p.date{
	margin			: 0;
	padding			: 0;
	font-size		: 0.9em;
	color			: #9c9c9c;
}

div#derniere-actu a.more{
	position		: absolute;
	top				: 155px;
	left			: 190px;
	display			: block;
	width			: 125px;
	height			: 20px;
	text-indent		: -5000px;
}

div.lastjeu{
	position		: relative;
	width			: 230px;
	background		: red;
	padding			: 30px 10px 10px 10px;
	min-height		: 150px;
}

div.lastjeu h2{
	text-indent			: -5000px;
	border				: 0;
	margin				: 0 0 5px 0;
}

/* =================================== */
/* ================ BLOG ============= */
/* =================================== */

#blog.loading{
	height				: 730px;
}


/* =================================== */
/* ================ TABLEAU ========== */
/* =================================== */

table.calendrier th{
	padding			: 6px 3px;	
}

table.calendrier td{
	padding			: 6px 3px;
	border-top		: 1px solid #333;
}

/* =================================== */
/* ============ ALBUMS =============== */
/* =================================== */

.albums{
	float			: left;
	width			: 290px;
	border			: 1px solid #564d45;
	padding			: 5px;
	margin			: 10px 0px 0 20px;
}

.albums img{
	float			: left;
	margin-right	: 10px;
}

.albums p{
	margin			: 0;
}

.gallery{
	float			: left;
	margin			: 0 0px 10px 10px;
	padding			: 5px;
	border			: 1px solid #564d45;
}

.albums p strong{
	font-weight:bold;
	color:#f945ba;
	font-size:1em;
}

.albums p span{
	color:#c6c0b0;
}

/* =================================== */
/* ============ DIAPORAMA ============ */
/* =================================== */

#diaporama{
	margin			: 0 0 20px 25px;
	padding			: 5px;
	border			: 1px solid #564d45;
	width			: 180px;
	height			: 130px;
}

#sponsors{
	margin			: 15px 0 0 0;
}

#sponsors img{
	padding			: 5px;
	border			: 1px solid #564d45;
	margin			: 0 0 5px 0;
}

.ul-sponsors, .ul-sponsors li{
	list-style-type	: none;
	margin			: 10px 0 0 40px;
}

.ul-sponsors li{
	float			: left;
	padding			: 5px;
	border			: 1px solid #564d45;
	margin			: 10px 10px 10px 10px;
	text-align		: center;
	width			: 260px;
}

/* =================================== */
/* ======== JAIME JAIME PAS ========== */
/* =================================== */

#jaime, #jaimepas{
	margin			: 20px 0 0 0;
	height			: 240px;
	width			: 600px;
	overflow		: hidden;
	float			: left;	
}

#ilike, #idont{
	list-style-type	: none;
	height			: 240px;
}

#ilike li, #idont li{
	list-style-type	: none;
	width			: 100px;
	height			: 100px;
	padding			: 5px;
	background		: transparent;
	border			: 1px solid #564d45;
	float			: left;
	margin			: 0 10px 10px 0;
}

.nav-left{
	float			: left;
	display			: block;
	width			: 20px;
	height			: 240px;
	margin			: 20px 10px 0 0;
	background		: url('../img/nav-left.png') no-repeat top center;
	visibility		: hidden;
}

.nav-left:hover{
	background-position		: 0 -240px;
}

.nav-right{
	float			: left;
	display			: block;
	width			: 20px;
	height			: 240px;
	margin			: 20px 0 0 10px;
	background		: url('../img/nav-right.png') no-repeat top center;
}

.nav-right:hover{
	background-position		: 0 -240px;
}

/* =================================== */
/* ========== JEU CONCOURS =========== */
/* =================================== */


div.concours{
	position			: relative;
	width				: 648px;
	padding				: 10px;
	margin-top			: 10px;
}

p.question{
	display			: block;
	font-size		: 1.9em;
	color			: #fff;
	font-family		: Georgia, "Times New Roman", Times, serif;
	font-weight		: normal;
	padding			: 5px 5px 5px 2px;
	text-align		: center;
	/*background		: url('../img/concours/bg-question.png') repeat-x top center;*/
	text-align		: center;
	width			: 450px;
	margin-left		: 100px;
}

span.cadeau{
	font-size		: 1.2em;
	color			: #fff;
	font-family		: Georgia, "Times New Roman", Times, serif;
	padding			: 5px 5px 5px 2px;
	text-align		: center;
	color			: #ff4cba;
	/*background		: url('../img/concours/bg-question.png') repeat-x top center;*/
}

p.carebour{
	font-size		: 1em;
	color			: #fff;
	font-weight		: normal;
	padding			: 5px 5px 5px 2px;
	text-align		: center;
	color			: #fff;
}

span.finconcours{
	position		: absolute;
	right			: 15px;
	top				: 20px;
	width			: 165px;
	font-size		: 1em;
	color			: #fff;
	font-family		: Georgia, "Times New Roman", Times, serif;
	font-weight		: normal;
	padding			: 30px 10px 10px 60px;
	text-align		: left;
	background		: url('../img/concours/bg-winner.png') no-repeat top center;
}

/* =================================== */
/* ========== PALMARES =============== */
/* =================================== */

ul.palmares{
	list-style-type	: none;
}

ul.palmares li{
	margin			: 5px 0;
	color			: #fff;
}

ul.palmares li strong{
	color			: #edb2e2;
}


/* =================================== */
/* ============== SAC ================ */
/* =================================== */

div.sackarine{
	height			: 489px;
	background		: url('../img/sac-karine.jpg') no-repeat bottom right;
}

div.sackarine ul{
	list-style-type	: none;
	padding			: 50px 0 0 30px;
}


div.sackarine ul li{
	margin			: 5px 0;
	color			: #fff;
}

div.sackarine ul li strong{
	color			: #edb2e2;
}

div.sackarine ul li span{
	font-weight		: bold;
	font-size		: 1.1em;
}


/* =================================== */
/* ============= FANS ================ */
/* =================================== */
