@charset "iso-8859-1";
/* CSS Document */

html
	{
		background-color:#141414;
		background-image:url(images/bg1.png);
		background-position:top;
		background-repeat:repeat-x;
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		
	}
	
body
	{
		margin:0px;
		padding:0px;
		background-image:url(images/bg2.png);
		background-position:bottom;
		background-repeat:repeat-x;
		
	}
	
input, select, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		
	}
	
#site
	{
		width:1006px;
		margin:auto;
		display:block;
		
	}
	
#header
	{
		display:block;
		background-image:url(images/header.png);
		height:241px;
		
	}
	
	#header #bloc_informations
		{
			float:right;
			background-image:url(images/bloc_membre.png);
			width:220px;
			height:150px;
			margin-right:14px;
			padding-top:69px;
			padding-left:20px;
			text-align:center;
			
		}
		
		#header #bloc_informations a
			{
				font-size:11px;
				color:#534e44;
				text-decoration:none;
				display:block;
				margin-top:15px;
				
			}
		
		
		
	#header #bloc_connexion
		{
			float:right;
			background-image:url(images/bloc_connexion.png);
			width:240px;
			height:219px;
			margin-right:14px;
			
		}
		
		#header #bloc_connexion table
			{
				margin:auto;
				margin-top:50px;
				margin-bottom:5px;
				
			}
			
			#header #bloc_connexion table td
				{
					padding:3px;
					
				}
			
		#header #bloc_connexion input
			{
				width:100px;
				border:2px #403c34 solid;
				
				-moz-border-radius:10px;
				-webkit-border-radius:10px;
				border-radius:10px;
				padding:5px;
				
				font-size:11px;
				
			}
			
		#header #bloc_connexion strong
			{
				display:block;
				font-weight:normal;
				text-align:right;
				
			}
			
		#header #bloc_connexion table a
			{
				font-size:11px;
				color:#534e44;
				text-decoration:none;
				
			}
			
		#header #bloc_connexion .social
			{
				float:right;
				
			}
			
			#header #bloc_connexion .social img
				{
					border:0px;
					margin-right:10px;
					
					
				}
			
			#header #bloc_connexion a:hover
				{
					text-decoration:underline;
					
				}
				
		.btn_submit
			{
				background-image:url(images/btn_submit.png);
				background-repeat:repeat-x;
				background-color:#ddd6c6;
				border:0px;
				padding:5px;
				
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
				border-radius:5px;
				
				
			}
		
	
#top_bar
	{
		background-image:url(images/top_bar.png);
		width:814px;
		height:36px;
		display:block;
		margin-top:-20px;
		float:left;
		margin-bottom:15px;
		margin-left:86px;
		padding-left:20px;
		
	}
	
	#top_bar p
		{
			float:right;
			width:335px;
			margin-right:10px;
			
		}
		
	#top_bar a
		{
			text-decoration:none;
			
		}
	
	#top_bar .accueil
		{
			float:left;
			background-image:url(images/accueil.png);
			height:36px;
			width:80px;
			background-position:bottom;
			
		}
		
		#top_bar .accueil:hover
			{
				background-position:top;
				
			}
		
	#top_bar .boutique
		{
			float:left;
			background-image:url(images/boutique.png);
			width:98px;
			height:36px;
			background-position:bottom;
			
		}
		
		#top_bar .boutique:hover
			{
				background-position:top;
				
			}
		
	#top_bar .gagnants
		{
			float:left;
			background-image:url(images/gagnant.png);
			width:97px;
			height:36px;
			background-position:bottom;
			
		}
		
		#top_bar .gagnants:hover
			{
				background-position:top;
				
			}
	
	#top_bar .ig
		{
			float:left;
			background-image:url(images/instant_gagnant.png);
			width:160px;
			height:36px;
			background-position:bottom;
			
		}
		
		#top_bar .ig:hover
			{
				background-position:top;
				
			}
	
#content
	{
		display:block;
		background-image:url(images/bg_content.png);
		background-position:center;
		background-repeat:repeat-y;
		padding-bottom:20px;
		
	}
	
	#menu_gauche
		{
			float:left;
			width:188px;
			margin-left:3px;
			
		}
		
		.menu_site_top
			{
				display:block;
				background-image:url(images/menu_site_top.png);
				height:46px;
				
			}
			
		.menu_site_bg
			{
				display:block;
				padding-bottom:10px;
				background-image:url(images/menu_site_bg.png);
				padding-top:10px;
				
			}
			
			.menu_site_bg a
				{
					display:block;
					color:#534e44;
					text-align:center;
					text-decoration:none;
					padding:5px;
					padding-right:15px;
					
				}
				
				.menu_site_bg a:hover
					{
						text-decoration:underline;
						color:#333;
						
					}
			
		.menu_site_bot
			{
				display:block;
				background-image:url(images/menu_site_bot.png);
				height:16px;
				margin-bottom:15px;
				
			}
		
		.menu_classement_top
			{
				display:block;
				background-image:url(images/menu_classement_top.png);
				height:52px;
				
			}
			
		.menu_classement_bg
			{
				display:block;
				padding-bottom:10px;
				background-image:url(images/menu_classement_bg.png);
				padding-top:10px;
				
			}
			
			.menu_classement_bg table
				{
					width:185px;
					font-size:11px;
					text-align:center;
				}
				
				.menu_classement_bg table strong
					{
						color:#FFF;
						
					}
			
		.menu_classement_bot
			{
				display:block;
				background-image:url(images/menu_classement_bot.png);
				height:13px;
				
			}
			
	#menu_droite
		{
			float:right;
			margin-right:3px;
			width:170px;
			
		}
		
		.menu_pub_top
			{
				background-image:url(images/menu_pub_top.png);
				display:block;
				height:54px;
				
			}
			
		.menu_pub_bg
			{
				display:block;
				background-image:url(images/menu_pub_bg.png);
				padding-top:10px;
				padding-bottom:10px;
				
			}
			
		.menu_pub_bot
			{
				display:block;
				background-image:url(images/menu_pub_bot.png);
				height:16px;
				
			}

#page
	{
		margin:auto;
		width:610px;
		display:block;
		float:left;
		margin-left:10px;
		
	}
	
#footer
	{
		display:block;
		background-image:url(images/bg_footer.png);
		height:86px;
		
		text-align:center;
		font-size:11px;
		color:#CCC;
		padding-top:35px;
		
	}
	
	#footer a
		{
			color:#999;
			text-decoration:none;
			padding-left:5px;
			padding-right:5px;
			
		}
		
	#footer a:hover
		{
			color:#FFF;
			
		}
		
/* Elements de la page */

#bloc_bleu
	{
		float:left;
		background-image:url(images/bloc_bleu.png);
		width:302px;
		height:266px;
		padding-top:75px;
		
	}
	
	#bloc_bleu img
		{
			display:block;
			margin-left:35px;
			width:190px;
			height:100px;
			
		}
		
	#bloc_bleu p
		{
			display:block;
			margin:0px;
			margin-left:30px;
			margin-top:20px;
			margin-bottom:15px;
			padding:0px;
			
			
		}
		
	#bloc_bleu table
		{
			font-size:11px;
			margin-left:30px;
			margin-top:7px;
			width:230px;
			
		}
		

#bloc_marron
	{
		float:right;
		background-image:url(images/bloc_marron.png);
		width:306px;
		height:265px;
		padding-top:75px;
		
	}
	
	#bloc_marron img
		{
			display:block;
			margin-left:35px;
			width:190px;
			height:100px;
			
		}
		
	#bloc_marron p
		{
			display:block;
			margin:0px;
			margin-left:30px;
			margin-top:20px;
			margin-bottom:15px;
			padding:0px;
		}
		
	#bloc_marron table
		{
			font-size:10px;
			margin-left:30px;
			margin-top:7px;
			width:230px;
			
		}
		
.bloc_marron
	{
		width:595px;
		display:block;
		margin:auto;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.bloc_marron_top
		{
			background-image:url(images/marron_centre_top.png);
			height:14px;
			
		}
		
	.bloc_marron_bg
		{
			display:block;
			padding:20px;
			padding-top:10px;

			background-image:url(images/marron_centre_bg.png);
			color:#403c34;
			
		}
		
	.bloc_marron_bot
		{
			background-image:url(images/marron_centre_bot.png);
			display:block;
			height:14px;
		}
		
h1
	{
		display:block;
		font-size:18px;
		font-weight:bold;
		padding:10px;
		margin:0px;
		margin-bottom:10px;
		margin-right:5px;
		text-transform:uppercase;
		color:#403c34;
		text-align:center;
		background-image:url(images/bg_h1.png);
		background-position:bottom;
		background-repeat:repeat-x;
		
		background-color:#dbd4c3;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		
	}
	
h2
	{
		display:block;
		font-size:16px;
		font-weight:bold;
		padding:10px;
		margin-right:5px;
		margin:0px;
		margin-bottom:10px;
		margin-top:10px;
		text-transform:uppercase;
		color:#666;
		text-align:center;
		
		background-image:url(images/bg_h2.png);
		background-position:bottom;
		background-repeat:repeat-x;
		background-color:#fff1ba;
		
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		margin-right:5px;
	}
	
	.formulaire
		{
			display:block;
			
		}
		
		.formulaire table
			{
				margin-left:30px;
				
			}
			
		.formulaire input,select,textarea
			{
				display:block;
				border:2px #c3ada1 solid;
				padding:5px;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
				border-radius:5px;
				width:200px;
				
			}
			
		.formulaire strong
			{
				display:block;
				text-align:right;
				padding-right:10px;
				
			}
			
		.formulaire label input
			{
				display:inline-block;
				width:20px;
				
			}
			
.big_lien
	{
		display:block;
		padding:10px;
		text-align:center;
		background-color:#FFF;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		margin:10px;
		color:#c3ada1;
		text-decoration:none;
		
	}
	
.admin_liste
	{
		width:90%;
		margin:auto;
		
	}
	
	.admin_liste td
		{
			padding:3px;
			
		}
		
	.admin_liste a
		{
			display:block;
			text-align:center;
			color:#FFF;
			
		}
		
.boutique_categorie
	{
		display:block;
		margin:auto;
		width:550px;
		border:2px #9c9381 solid;
		padding:5px;
		
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		background-image:url(images/boutique_categorie_bg.png);
		background-repeat:repeat-x;
		margin-bottom:10px;
		
	}
	
	.boutique_categorie img
		{
			float:left;
			margin-right:10px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			border-radius:5px;
			width:125px;
			height:90px;
		
		}
		
	.boutique_categorie a
		{
			display:block;
			font-size:18px;
			font-weight:bold;
			text-decoration:none;
			color:#403c34;
			padding-bottom:5px;
			margin-bottom:5px;
			border-bottom:2px #403c34 solid;
			
		}
		
		.boutique_categorie a:hover
			{
				color:#645f54;
				text-indent:15px;
				
			}
		
	.boutique_categorie p
		{
			display:block;
			padding:0px;
			margin:0px;
			padding-left:10px;
			font-size:11px;
			color:#7e7769;
			
		}
		
/* --- --- --- */
		
.boutique_article
	{
		display:block;
		margin:auto;
		width:550px;
		border:2px #9c9381 solid;
		padding:5px;
		
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		background-image:url(images/boutique_categorie_bg.png);
		background-repeat:repeat-x;
		margin-bottom:10px;
		
	}
	
	.boutique_article img
		{
			float:left;
			margin-right:10px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			border-radius:5px;
			width:125px;
			height:90px;
		
		}
		
	.boutique_article h2
		{
			display:block;
			font-size:14px;
			font-weight:bold;
			text-decoration:none;
			color:#403c34;
			padding-bottom:5px;
			margin-bottom:5px;
			border-bottom:2px #403c34 solid;
			text-align:left;
			margin-top:0px;
			
			background:none;
			
		}
		
	.boutique_article p
		{
			display:block;
			padding:5px;
			margin:0px;
			padding-left:10px;
			font-size:11px;
			color:#7e7769;
			
		}
		
	.boutique_article em	
		{
			float:right;
			background-color:#FFF;
			
			-moz-border-radius:5px;
			-wekbit-border-radius:5px;
			border-radius:5px;
			border:1px #9c9381 solid;
			
			padding:5px;
			text-decoration:none;
			color:#403c34;
			
			font-size:11px;
			margin-right:5px;
		}
		
	.boutique_article a
		{
			float:right;
			background-color:#FFF;
			
			-moz-border-radius:5px;
			-wekbit-border-radius:5px;
			border-radius:5px;
			border:1px #9c9381 solid;
			
			padding:5px;
			text-decoration:none;
			color:#403c34;
			
			font-size:11px;
			
		}
		
		.boutique_article a:hover
			{
				background-image:url(images/btn_submit.png);
				background-repeat:repeat-x;
				
			}
			
.liste
	{
		width:550px;
		background-color:#FFF;
		
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		padding:5px;

	}
	
	.liste thead
		{
			background-color:#F5F5F5;
			font-weight:bold;
		}
	
	.liste td
		{
			padding:5px;
			
		}
		
.admin_stats
	{
		display:block;
		padding:10px;
		margin:10px;
		border-bottom:1px #CCC solid;
		
	}
	
.texte_actualite
	{
		display:block;
		padding:10px;
		margin:0px;
		border-bottom:1px #CCC solid;
		
	}
	
	.illus_gauche
		{
			display:block;
			margin:auto;
			margin-bottom:10px;
			margin-top:10px;
			
		}

.demande_paiement
	{
		display:block;
		margin:10px;
		padding:10px;
		
		background-color:#FFF;
		text-align:center;
		
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		color:#03C;
		text-decoration:none;
		
	}
	
.lien_ig
	{
		display:block;
		padding:10px;
		margin:10px;
		
		background-image:url(images/btn_submit.png);
		background-repeat:repeat-x;
		background-color:#ddd6c6;
		border:0px;
		
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		
		color:#333;
		text-decoration:none;
		text-align:center;
				
	}
	
.sondage
	{
		display:block;
		margin:10px;
		padding:10px;
		border:1px #CCC solid;
		
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		text-align:center;
		
	}
	
	.sondage h3
		{
			display:block;
			text-align:center;
			font-size:14px;
			margin:0px;
			padding:10px;
			color:#333;
			text-decoration:underline;
			
		}
		
	.sondage label
		{
			display:block;
			
		}
