* {
    margin: 0; padding: 0;
}

p { margin: 1em 0; }

body{
	font-family: Arial;
	font-size: 11px;
    color: #646464;
	background: url(images/f_body.png) top center repeat-x;
}

#page{
	width: 991px;
    height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	margin-top: 20px;
}

#fond{
	width: 991px;
    height: auto;
    background-color: transparent;
    background: url(images/f_fond.png);
    background-repeat: repeat-y;
    padding: 0px 8px 0px 8px;
    float: left;
}

#header{
	width: 975px;
    height: 88px;
    background-color: transparent;
    background-image: url(images/f_header.gif);
    background-repeat: repeat-x;
}

#bandeau{
	width: 975px;
    height: 53px;
    background-color: transparent;
    background-image: url(images/bandeau.jpg);
    background-repeat: no-repeat;
}

#fond_content{
    float: left;
	width: 975px;
    height: auto;
    background-color: white;
    background-image: url(images/f_content.gif);
    background-repeat: repeat-y;
}

#menuleft{
	width: 190px;
    height: auto;
    float: left;
    padding: 10px 0px 20px 20px;
	background-color: transparent;
}

#content{
	width: 650px;
    height: auto;
    float: right;
    background-color: transparent;
    padding: 40px 40px 40px 0px;
}

#footer{
    clear: both;
	float: left;
	width: 991px;
    height: 60px;
    padding: 0px 8px 0px 8px;
    font-size: 11px;
    background: url(images/f_fond.png);
    background-repeat: repeat-y;
}

#footer_content{
	width: 955px;
    height: 53px;
    background-color: #E6E6DE;
    padding: 7px 0px 0px 20px;
	border-top: 1px solid #E6E5E0;
}

#page_btm{
	height: 40px;
	float: left;
	width: 991px;
	background-color: transparent;
}
