body {
	background-color						: #281a0d;
	margin									: 0px;
	padding									: 0px;
	font-family								: Geneva, Arial, Helvetica, sans-serif;
	font-size								: 12px;
	color									: #F;
	background-position						: center 0px;
	background-repeat						: repeat-x;
}

	#page_totale { /* conteneur contenant toute la page */
	}
	
		#header { /* conteneur contenant toute la page */
		}
		
		#footer .line_one { /* conteneur contenant toute la page */
			color							: #DECECE;
			position						: relative;
			background-color				: #1a1007;
			font-size						: 10px;
			text-align						: center;
			padding							: 10px;
		}
		
		#footer .line_two { /* conteneur contenant toute la page */
			color							: #BE9E6E;
			position						: relative;
			font-size						: 10px;
			text-align						: center;
			padding							: 5px;
		}
		
		#footer a { /* conteneur contenant toute la page */
			color							: #D14B0E;
			text-decoration					: none;
		}
		
		#titre { /* conteneur contenant toute la page */
		}
		
	
		/*-----------------------------------------------------------------------------*/
		/*   contenu
		/*-----------------------------------------------------------------------------*/
		#contenu {
			position						: absolute;
			left							: 50%;
			margin-left						: -220px;
			padding							: 10px;
			padding-top						: 0px;
			text-align						: left;
		}
		
			#contenu {
			
			}

			#contenu .display_zone {
				width						: 590px;
			}

			#contenu .display_zone td {
				width						: 189px;
				text-align					: left justify;
				color						: #ACAE7F;
				padding						: 5px;
				padding-top					: 0px;
				vertical-align				: top;
			}

			#contenu .display_zone td h1 {
				color						: #FFFFFF;
				text-align					: center;
				font-size					: 20px;
				margin-bottom				: 10px;
				font-family					: Georgia, serif;
			}

			#contenu .display_zone td a {
				display						: block;
				margin-top					: 10px;
				color						: #D14B0E;
				font-family					: Georgia, serif;
				text-decoration				: none;
			}



h1 {
	padding-top			: 15px;
}

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #CC3300;
}

.code {
	text-align					: left;
	color						: #9D7E47;
}

.title {
	padding						: 5px;
	padding-top					: 0px;
	font-size					: 20px;
	color						: #452938;
}
	
	
.contentBox {
	
}












#masqueBox {
	position			: fixed;
	top					: 0px;
	left				: 0px;
	width				: 100%;
	height				: 100%;
	z-index				: 900;
}

#masqueBox #masqueFondBox {
	opacity				: .70;
	background-color	: #121212;
	position			: fixed;
	top					: 0px;
	left				: 0px;
	width				: 100%;
	height				: 100%;
}

#masqueBox #masqueContenuBox {
	position			: fixed;
	top					: 0px;
	left				: 0px;
	width				: 100%;
	height				: 100%;
	display				: block;
	z-index				: 901;
}

#masqueBox #masqueContenuBoxContent {
	margin-left			: auto;
	margin-right		: auto;
	width				: 300px;
	background-color	: #444444;
	color				: FEFEFE;
	border				: #333333 solid 4px;;
}

