﻿@charset "UTF-8";
/* CSS Document */

/**********************************/
/***********PAGE ACCUEIL**********/
/**********************************/

#contenu {
	height: 350px;
	background-color: #a8233f;
}
html>body #contenu {
	height: auto;
	min-height: 350px;
}
#flashAccueil {
position: absolute;
left: 20px;
top: 146px;
}
#txtAccueil {
color: #fff;
left: 480px;
line-height: 14px;
position: absolute;
top: 176px;
width: 200px;
z-index: 2;
}
#newsAccueil {
	position: absolute;
	right: 0;
	top: 330px;
	height: 140px;
	width: 260px;
	padding: 10px;
	border: 1px solid #a8293f;
	background: #fff;
	z-index: 10;
	}
	#newsAccueil a, #newsAccueil a:hover {
		font-weight: bold;
		color: #a8293f;
		font-size: 11px;
	}
	#newsAccueil h3 {
		font-size: 13px;
		font-weight: bold;
		color: #a8293f;
		margin: 0;
	}
	#newsAccueil img {
		/*float: right;*/
		margin: 0 0 5px 10px;
	}
	#newsAccueil #newsAccueilClose {
		float: right;
		padding: 0 0 10px 25px;
	}