body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../mm/bg_gradient.jpg);
	background-color:#2F2624;
	background-repeat:repeat-x;
	font-family: Arial, Verdana;
	font-size:12px;
	color:#FFFFFF;
}

a {
	text-decoration:none;
	color:#F7941D;
}
a:hover {
	text-decoration:underline;
}

#conteneur {
	padding:0px 30px 0px 40px;
	background-image:url(../mm/bg_shadow.png);
	background-repeat:repeat-y;
	position:absolute;
	width:780px;	
	margin-left: -390px;
	left:50%;
}
	html>body #conteneur {
		height:auto;
		min-height:750px;
	}
	
#header {
	background-image:url(../mm/header.jpg);
	background-repeat:no-repeat;
	height:70px;
	text-align:center;
	padding:130px 70px 0px 0px;
	margin:0 0 0 -30px;
}

#footer {
	clear:both;
	background-image:url(../mm/footer.jpg);
	background-repeat:no-repeat;
	height:50px;
	text-align:left;
	padding:30px 0px 0px 0px;
}
	#footer span {
		margin: 15px;
	}
	
#contenu {
	padding:0px 10px 0px 5px;
}

	.col_header {
		float:left;
		padding:20px 0px 20px 10px;
		color:#FDC689;
		width:680px;
		text-align:center;
	}
	
	.col_header p {
		padding:10px 30px 0 0;
		margin:0;
		text-align:left;
	}
	
	.col, .col_border {
		float:left;
		padding:0px 15px 0px 15px;
		text-align:left;
		font-size:12px;
	}
	
	.col_border2 {
		float:left;
		padding:0px 15px 0px 15px;
		text-align:left;
		font-size:12px;
	}
	
	.col_border {
		border-right:dashed 1px #F7941D;
	}
	.dotit {
		border:dashed 1px #F7941D;
		margin-left:15px;
	}
	
	.bonus p {
		text-transform:uppercase;
		font-weight:bold;
		color:#F7941D;
		font-size:10px;
		padding:0 0 10px 0;
		margin:0;
	}
	
	.bonus span {
		color:#F7941D;
		font-size:10px;
		padding:0 0 10px 0;
		margin:0;
		font-weight:bold;
	}

	.bonus img {
		padding:20px 0 0 50px;
		margin:0;
		display:block;
	}
	
	.bonus {
		font-size:10px;
		padding:0 0 10px 0;
		margin:0;
	}
		
	.width_450 {	width:420px;}
	.width_400 {	width:370px;}
	.width_300 {	width:310px;}
	.width_220 {	width:200px;}
	.width_150 {	width:143px;}
	.width_120 {	width:120px;}
	
	.height_850 {	height:850px;}
	.height_800 {	height:800px;}
	.height_750 {	height:750px;}
	.height_650 {	height:650px;}
	.height_600 {	height:600px;}
	.height_550 {	height:550px;}
	.height_500 {	height:500px;}
	.height_400 {	height:440px;}
	.height_300 {	height:300px;}

.gras {
	font-weight:bold;
}
.droite {
	text-align:right;
	display:block;
}
.zebre {
	color:#FDC689;
}
.t12 {
	font-size:12px;
}
.t10 {
	font-size:10px;
}


.yellow {
	font-weight:bold;
	color:#F7941D;
	font-size:12px;
}

.partenaires {
	padding: 0 0 0 52px;
}

.partenaires img {
	display:block;
	margin:0 0 10px 10px;
	float:left;
	border:none;
}

#masque {
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

#close-link {
	width:468px;
	text-align:center;
	padding:5px;
	background-color:#000;
	position:absolute;
	top:470px;
	left:150px;
	z-index:100000;
}

#close-link a {
	color:#fff;
}
