@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	background-color: #4F7DA6;
	background-image:url(../images/general/fond-header.png);
	background-repeat: repeat-x;
}

#structure {
	position: relative;
	width: 100%;
	_height: 400px;
	min-height: 400px;
	background-color: #FFFFFF;
}

#header {
	position: relative;
	margin-left: -485px;
	left: 50%;
	width: 970px;
	height: 122px;
}

#logo {
	float: left;
	margin-right: 7px;
	width: 297px;
	height: 120px;
}

#menu {
	float: left;
	margin-left: 0px;
	padding-top: 70px;
	width: 665px;
	height: 50px;
	background-image: url(../images/general/slogan.png);
	background-repeat: no-repeat;
} 
#contenu {
	position: relative;
	margin-left: -485px;
	left: 50%;
	width: 970px;
	_height: 400px;
	min-height: 400px;
	background-color: #FFFFFF;
}

#haut-footer {
	position: relative;
	margin-left: -475px;
	left: 50%;
	width: 950px;
	height: 30px;
}

#footer {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../images/general/fond-footer.png);
	background-repeat: repeat-x;
	background-color: #79A5B8;
}

#menu-footer {
	position: relative;
	padding: 10px;
	margin-left: -480px;
	left: 50%;
	width: 960px;
	height: 100%;
	text-align: right;
}

.rub-footer {
	float: left;
}

.btn-rubrique {
	float: left;
}

.trait {
	position: relative;
	margin-bottom: 10px;
	height: 24px;
	border-bottom: 1px solid #DBE7EB;
}