@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bgbody.jpg) center top repeat-y #ff0e00 fixed;
	font-size:12px;
}
#page{
	width:750px;
	margin:auto;	
}
	.header{
		background:url(images/page_01.jpg) no-repeat;
		height:25px;
	}
		.headermenu{
		padding:4px;
		padding-left:10px;
		float:left;
		
		font-size:10px;
		}
			.headermenu a{
				color:#000;
				text-decoration:none;
			}
			.headermenu a:hover{
				color:#006;	
			}			
		.account{
			display:inline;
			float:right;
			padding:2px;
			padding-right:10px;
			font-size:10px;	
		}
	.entete{
		margin-top:5px;
		/*margin-bottom: 20px;*/
	}
	.ssentete{
		padding-left:10px;	
		padding-right:10px;	
	}
	.conteneur{
		
	}
		.conteneurTop{
			
		}
		.conteneurCorp{
			background:url(images/page_04.jpg) repeat-y;
			min-height:400px;
			padding:10px;
		}
		
.accueil{
	padding:10px;
	color:#900;
	font-size:12px;
}
.bullerouge{
	background:	url(images/bullrouge.png) no-repeat;
	padding:7px;
	height:67px;
	
	color:#FFF;
}
/* REGLEMENT */
#reglement{
	width:600px;
	margin:auto;
	background:#ffff56;
	min-height:500px;
	padding:20px;
}
#reglement h2, #reglement h3{
	margin:0px;
}

/* MON COMPTE */
.alerte{
	background:#F00;
	padding:4px;
	color:#FFF;
	font-weight:bold;
	margin-bottom:15px;
}
.MonCompte{
	padding:10px;	
}
/*VIGNETTE*/
.vignettePublique{
	text-align:center;	
}
.nom{
	font-size:14px;
	font-weight:bold;
}
.ssnom{
	font-size:12px;
	color:#999;
}
.valeur{
	color:#F00;
}
/* DETAIL */
.nomDetail{
	font-size:16px;
	font-weight:bold;
}
.ssnomDetail{
	font-size:12px;
	color:#999;
	font-weight:normal;
}
.valeurDetail{
	color:#F00;
}
.descriptionDetail{
	font-size:10px;
	background:#eee;
	padding:15px;
	width:360px;
	height:300px;
	overflow:auto;
}
.ProduitInfo{
	width:360px;
	height:100px;
	background:url(images/bulleinfos.jpg) no-repeat;
	padding:10px;
}
/*LIVREDOR*/
.enteteLivreDor{
	font-size:14px;
	color:#999;
	margin-bottom:7px;
}
.txtLivreDor{
	font-size:12px;
}
/*COMMENT CA MARCHE*/
.menuCCM{
width:150px	;
}
.menuCCM a{
	color:#09F;
	display:block;
	margin:3px 0px;
	text-indent:5px;
}
.menuCCM strong a {
	text-indent:0px;	
}
.menuCCM strong a{
	color:#006;
}
#commentcamarche h3{
	color:#006;
	font-size:18px;
}
#commentcamarche h4{
	color:#09F;
}
#commentcamarche .txt{
	padding-left:20px;	
}
#commentcamarche strong{
	color:#060;
}
#commentcamarche{
	color:#333;	
}
.ccmBulleC{
	background:url(images/ccmBulle_02.jpg) repeat-y;
	color:#060;
	font-weight:bold;
}
.ccmBulle{
	width:552px;
	margin:auto;
	margin-bottom:15px;
}
.ccmBulleCTXT{
	padding-left:15px;
	padding-right:15px;
}
#Produitder{
	margin-bottom:10px;	
}
#Produitder a{
	text-decoration:none;
	font-size:12px;
	color:#666;
}
#Produitder a:hover{
	text-decoration:underline;
	color:#000;
}
