@CHARSET "UTF-8";

/******************************************************
Animation
*******************************************************/

#animation
{
	margin-top: 10px;
	z-index: 0;
}

#animation .mod_flash
{
	height: 333px;
}

/******************************************************
Bas de page (edito + news + contact)
*******************************************************/

#container
{
	width: 1000px;
	margin-top: 10px;
	border-top: 15px solid #c3b9af;
	background-image: url(../images/bottom_bg.png);
	background-repeat: repeat-y;
	padding-bottom: 10px;
}

#edito
{
	float: left;
	width: 360px;
	padding: 10px 20px 10px 20px;
	text-align: justify;
}

#edito .ce_text
{
	padding: 10px 0 0 7px;
}

#news
{
	float: left;
	width: 226px;
	padding: 10px 20px 10px 10px;
}

#news .layout_short
{
	padding: 0 0 0 7px;
}

#news p
{
	margin: 5px 0 0 0;
}

#news .info
{
	margin-top: 10px;
	color: #807169;
	font-weight: bold;
	text-decoration: underline;
}

#news .more a
{
	color: #807169;
	font-size: 10px;
	background-color: #a69b93;
	background-image: url(../images/pic_read_more.png);
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 0 5px 0 15px;
}

div .btn_toutes_news
{
	text-align: right;
}

#news .btn_toutes_news a
{
	color: #807169;
	font-size: 12px;
	background-color: #a69b93;
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#contact
{
	float: left;
	width: 344px;
	padding-top: 10px;
}

/******************************************************
Footer
*******************************************************/

#footer
{
	padding: 2px 10px 2px 0;
	background-color: #807169;
	color: #c3b9af;
	font-size: 11px;
}

#footer .inside
{
	width: 100%;
	text-align: right;
}

#footer a
{
	color: #c3b9af;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}