@charset "iso-8859-1";
*{
	margin: 0;
	padding: 0;
}

/* Découpe par Abdel : http://abdel.lescigales.org */

html
{
	height: 100%;
}

body
{
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, Serif;
	font-size: 12px;
	margin: 0;
	height: 100%;
}

img
{
	vertical-align: middle;
}

a
{
	text-decoration: none;
	
}

a:hover
{
	text-decoration: none;
	color: #44CAFF;
}

a img
{
	border: 0;
}

p
{
	padding-bottom: 1em;
}

.spacer
{
	clear: both;
}

#top
{
	background-image: url("./images/top.png");
	background-repeat: repeat-x;
	height: 35px;
	margin: 0 auto;
	padding: 9px 50px 0 0;
	color: #FFFFFF;

}

#top form
{
	float: right;
}

#top form input.input
{
	background-image: url("./images/input.png");
	background-repeat: no-repeat;
	width: 111px;
	height: 19px;
	border: 0;
	padding: 3px 2px 0 0;
	margin-top: 2px;
}
.titre_bg {
	background-image : url(images/titre_bg.gif);
	background-repeat : repeat-x;
	background-position:top;
}
.border1 {
	border : 1px solid #cccccc;
	border-collapse:collapse;
}
#top p
{
	float: left;
	margin: 0 16px;
}

#header
{
	background-image: url("./images/bg_header.png");
	background-repeat: repeat-x;
	height: 64px;
	padding: 31px 0 0 56px;
}

#bg_menus
{
	background-image: url("./images/bg_menu.png");
	background-repeat: repeat-x;
	height: 36px;
	margin: 0 auto 2em auto;
	padding-left: 29px;
}

ul#menu
{
	list-style-type: none;
}

ul#menu li
{
	background-image: url("./images/li.png");
	background-repeat: no-repeat;
	width: 150px;
	height: 36px;
	float: left;
	text-align: center;
}

ul#menu li a
{
	background-image: url("./images/li.png");
	background-repeat: no-repeat;
	display: block;
	width: 148px;
	height: 29px;
	padding: 6px 0 0 0;
	text-decoration: none;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

p.date
{

	padding: 0 29px;
	margin: 0 29px;
	color: #999999;
	text-align: right;

	font-weight: bold;
}

.jeux
{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0 29px 1em 29px;
	text-align: center;
}

.jeux table
{
	border-collapse: collapse;
	width: 100%;
}

.jeux table td
{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.jeux h3
{
	color: #1c3855;
	font-size: 12px;
	text-align: center;

	margin-bottom: 1em;
}

.jeux p, .cadre_centre p
{
	font-size: 15px;
	font-weight: bold;

	padding-bottom: 5px;
}
div.texte_heure {
	text-align:center;
	font-size:18px;
	color:#000000;
}
div.texte_heure_red {
	text-align:center;
	font-size:18px;
	color:#FF0000;
}
div.texte_heure_vert {
	text-align:center;
	font-size:18px;
	color:#00CC33;
}
p.prix
{

	color: #1c3855;
	margin: 0 35px 0 35px;
}

p.time
{
	color: #000000;
}

p.pseudo
{
	color: #666666;
}

h2
{
	background-image: url("./images/h2.png");
	background-repeat: repeat-x;
	height: 24px;
	padding: 9px 29px 0 29px;
	margin: 2em 29px;
	color: #1c3855;
	font-size: 14px;

}

.cadres
{
	margin: 1em 29px 0 36px;
}

.cadre
{
	width: 187px;
	float: left;
	margin: 0 6px;
	-margin: 0 5px;
}

.cadre_haut
{
	background-image: url("./images/cadre_haut.png");
	background-repeat: no-repeat;
	width: 187px;
	height: 14px;
	-margin-bottom: -1px;
}

.cadre_centre
{
	background-image: url("./images/cadre.png");
	background-repeat: repeat-y;
	width: 179px;
	padding: 0 4px;
	text-align: center;
}

.cadre_centre h4
{
	font-size: 13px;
	color: #1c3855;

	padding-bottom: 1em;
}


div.texte_prix {
	text-align:center;
	color: #1c3855;
}
div.texte_prix_red {
	text-align:center;

	color:#FF0000;
}
div.texte_prix_vert {
	text-align:center;

	color:#00CC33;
}

div.texte_produit_g {
	width : 110px;
	float:right;
	text-align:center;
	margin-top:25px;
	
}
div.texte_heure_g {
	text-align:center;
	font-size:24px;
	color:#000000;
}
div.texte_prix_g {
	text-align:center;
	font-size:18px;
	color:#3aa0ff;
}
div.texte_heure_g_red {
	text-align:center;
	font-size:24px;
	color:#FF0000;
}
div.texte_prix_g_red {
	text-align:center;
	font-size:18px;
	color:#FF0000;
}
div.texte_heure_g_vert {
	text-align:center;
	font-size:24px;
	color:#00CC33;
}
div.texte_prix_g_vert {
	text-align:center;
	font-size:18px;
	color:#00CC33;
}
.cadre_bas
{
	background-image: url("./images/cadre_bas.png");
	background-repeat: no-repeat;
	width: 187px;
	height: 14px;
}

.bottom
{
	background-image: url("./images/date.png");
	background-repeat: repeat-x;
	height: 35px;
	margin: 50px 29px 0 29px;
}

/* Éléments de la page 2 */

.article
{
	width: 975px;
	margin: 0 auto;
}

.article_gauche
{
	float: left;
	margin: 0 10px 0 0;
}

.cadre_article_haut
{
	background-image: url("./images/article_haut.png");
	background-repeat: no-repeat;
	width: 640px;
	height: 8px;
}

.cadre_article_centre
{
	background-color: #f7f7f7;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	width: 638px;
	padding: 10px 0;
}

.image_article
{
	background-color: #FFFFFF;
	border: 1px solid #cdcdcd;
	width: 378px;
	padding: 20px 0;
	text-align: center;
	float: left;
	margin: 0 9px;
}

.stats_article
{
	background-color: #FFFFFF;
	border: 1px solid #cdcdcd;
	width: 228px;
	padding: 10px 0;
	float: left;
	text-align: center;
}

.cadre_article_centre p
{
	font-size: 18px;
	font-weight: bold;

}

p.stat
{
	font-size: 15px;
	font-weight: bold;
	color: #666666;

	padding: 0;
}

p.prix_article
{
	color: #1c3855;
}

p.pseudo_article
{
	color: #666666;
}

.cadre_article_centre h2
{
	background-image: url("./images/h2_article.png");
	background-repeat: repeat-x;
	height: 24px;
	padding: 9px 29px 0 29px;
	margin: 2em 29px;
	color: #1c3855;
	font-size: 14px;

}

.cadre_article_bas
{
	background-image: url("./images/article_bas.png");
	background-repeat: no-repeat;
	width: 640px;
	height: 8px;
	margin: 0 0 1em 0;
}

.cadre_description_haut
{
	background-image: url("./images/cadre_description_haut.png");
	background-repeat: no-repeat;
	width: 640px;
	height: 8px;
}

.cadre_description_centre
{
	background-color: #FFFFFF;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	width: 620px;
	padding: 0 9px;
}

.cadre_description_centre h2
{
	background-image: url("./images/h2_article.png");
	background-repeat: repeat-x;
	height: 36px;

	margin: 0 0 1em 0;
	padding: 14px 0 0 20px;
	color: #1c5dae;
	font-size: 18px;

}

.cadre_description_centre p
{
	color: #858585;
	text-indent: 1em;
	font-weight: bold;
	text-align: justify;
}

.cadre_description_bas
{
	background-image: url("./images/cadre_description_bas.png");
	background-repeat: no-repeat;
	width: 640px;
	height: 8px;
	margin: 0 0 1em 0;
}

.article_droite
{
	float: left;
}

.article_droite h3
{
	background-image: url("./images/h3_article.png");
	background-repeat: no-repeat;
	width: 315px;
	height: 23px;
	padding: 6px 0 0 10px;

	color: #1c3855;
}

.article_droite_centre
{
	border: 1px solid #9a9a9a;
	width: 311px;
	padding: 10px 6px;
	font-size: 11px;
	color: #666666;
	margin-bottom: 2em;
}

.article_droite_centre table
{
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

.article_droite_centre table td
{
	padding: 2px 1em;

	border-bottom: 1px solid #cccccc;
}

.article_droite_centre table.tableau2
{
	text-align: left;
}

.article_droite_centre table.tableau2 td
{
	padding: 2px 2em;

	border: 0;
}

/* Éléments de la page 2 */

/* Éléments de la page 3 */

ul#menus
{
	float: left;
	width: 219px;
	border-right: 1px solid #cccccc;
	margin: 0 0 0 29px;
	list-style-type: none;
	text-align: center;
}

ul#menus li
{
	margin-bottom: 3px;
}

ul#menus li a
{
	color: #484848;
	text-decoration: none;
}

ul#menus li a:hover
{
	color: #00a2ff;
}

.droit_page3
{
	float: left;
	width: 72%;
	margin: 0 29px 0 68px;
}

.droit_page3 h1
{


	color: #44CAFF;
	font-size: 16px;
	margin-bottom: 10px;
}

.droit_page3 p
{
	text-align: center;
	color: #a6a8ab;
	font-weight: bold;
}

/* Éléments de la page 3 */

#footer
{
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}

#footer p
{
	padding: 10px 0;

}

#footer p a
{
	color: white;
	font-weight: bold;
}
