/* CSS Document */

#header-bg{
	width:100%; height:163px;
	background-image:url(../images/tpl-header-bg.png); background-position:center;
}

#header{
	width:961px; height:163px;
	background-image:url(../images/tpl-header.png); background-repeat:no-repeat;
	margin:auto;
}

#header-logo{
	width:100px; height:100px;
	padding-left:20px; padding-top:20px;
}

#content-bg{
	width:100%; min-height:396px;
	background-color:#FFFFFF;
}

#content{
	width:961px; min-height:396px;
	background-image:url(../images/tpl-content.png); background-repeat:no-repeat;
	margin:auto;
}

#footer-bg{
	width:100%; height:44px;
	position:fixed;
	bottom:0px;
	background-image:url(../images/tpl-footer-bg.png);
}

#footer{
	width:961px; height:44px;
	margin:auto;
	text-align:center;
	font-size:12px;
	color:#333333;
	padding-top:5px;
}

#footer a{
	font-size:12px;
	color:#333333;
}

#footer .mev { /* mettre en valeur */
	color: #000000;
	text-decoration: underline;
	font-weight: bold
}