body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: normal;
	background-color: #f7fbfd;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../images/layout/body_back_full.gif);
	margin: 0;
	padding: 0;
}


#container {
	display: block;
	position: absolute;
	left: 50%;
	width: 950px;
	margin-left: -475px;
	padding: 0;
}

#header {
	display: block;
	width: 960px;
	height: 140px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/layout/header_back.gif);
}

a {
	color: #223399;
}


#gauche {
	float: left;
	width: 206px;
	padding: 0;
	margin: 12px 0 0 175px;
}

#gauche_menu_titre {
	display: none;
}

#main {
	width: 550px;
	float: right;
	padding: 0;
	margin: 13px 0 0 0;
	background-color: white;
}

#footer {
	font-size: 9px;
	height: 18px;
	width: 945px;
	text-align: right;
	clear: both;
	padding: 10px 5px 0 0;
	margin: 0;
}


#gauche_lastnews_titre
{
	width: 198px;
	height: 23px;
	padding: 4px 0 0 8px;
	margin: 20px 0 0 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/menu/opened_0.gif);
}

#gauche_lastnews_titre h1 {
	font-size: 14px;
	color: white;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#gauche_lastnews_content {
	width: 198px;
	color: white;
	font-size: 11px;
	margin: 0;
	padding: 5px 0 10px 8px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #4473b6;
	background-image: url(../images/menu/bottom_0.gif);
}
#gauche_lastnews_content p {
	margin: 0;
	padding: 0;
}
#gauche_lastnews a {
	color: white;
	text-decoration: underline;
}



#maintitle {
	width: 540px;
	height: 32px !important;
	height: 37px;
	margin: 0;
	padding: 5px 0 0 10px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: white;
	background-image: url(../images/content/main_0.gif);
}

#maintitle h1 {
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	margin: 0;
	padding: 0;
}

#maincontent {
	margin: 0;
	padding: 8px 8px 0 8px;
}

#mainbottom {
	margin: 0;
	padding: 0;
	width: 550px;
	height: 8px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/content/bottom.gif);
}