/*
** Fait par Julien PINTO le 07/09/2009
*/
@charset "utf-8";

body
{
	margin: 0 auto;
	font-size: 0.8em;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background: white url('../images/structure/top/background.gif') no-repeat bottom right fixed;
}

/*
** TOP
*/
#head .banniere
{
	width: 901px;
	height: 96px;
	padding: 0px;
	margin: 0 auto;
	background-image: url('../images/structure/top/ban_logo.jpg');
	background-repeat: no-repeat;
}

/*
** MIDDLE
*/
#middle
{
	width: 901px;
	padding: 0px;
	background-image: url('../images/structure/middle/border_right.png');
	background-repeat: repeat-y;
	background-position: right;
	clear: both;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#middle .content
{
	background-color: #ffffff;
	width: 888px;
	padding-top: 20px;
}

/*
** FOOT
*/

#footer
{
	width: 901px;
	height: 160px;
	padding: 0px;
	margin: auto;
	background-image: url(../images/structure/bottom/footer.png);
	background-repeat: no-repeat;
}

#footer_shadow
{
	width: 901px;
	height: 13px;
	margin: 0 auto;
	padding: 0px;
}

#footer_shadow .left
{
	width: 888px;
	height: 13px;
	background-image: url('../images/structure/bottom/border_bottom.png');
	background-repeat: repeat-x;
	float: left;
}

#footer_shadow .right
{
	width: 13px;
	height: 13px;
	background-image: url('../images/structure/bottom/border_right.png');
	background-repeat: no-repeat;
	float: left;
}

#footer .link_footer
{
	height: 25px;
	padding-top: 135px;
	text-align: center;
}

#footer .link_footer a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

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


