/*********************************/
/**** Mise en page spcifique ****/
/*********************************/

* { 
	margin: 0;
	padding: 0;
	color: #003876; border: none;
}

a		{ text-decoration:none; font-weight: bold; }
a:hover	{ color:#6699CC; font-weight: bold; }

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 2px 0 2px;
}

body table {
	width: 100%;
	height: 100%;
	border: 0;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 600px;
}

#flash_content {
	position: relative;
	width: 975px;
	margin: 0 auto;
	background-image: url(../../_medias/img/f_logo_bottom_line.png);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}

#flash_content p {
	margin: 2em 0;
	color: #FF6666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#lien_vers_flash {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 982px;
	top: 2px;
	font-size: 11px;
}

#left_footer {
	position: absolute;
	left: 2px;
}

#right_footer {
	position: absolute;
	right: 0;
}