body {
	background: #F3F3F3;
	/*background: #B5B5DA;*/
	/*margin: 20px 0 20px 0;*/
	margin: 0;
	padding: 0;
}
img, table { 
	margin: 0; 
	padding: 0; 
	border: none; 
}
h1, h2, h3, h4, h5, h6 { 
	margin: 0; 
	padding: 0; 
	font-size: 1em; 
	font-weight: normal;
}
#page {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	/*background: #F3F3F3;*/
}
#informations {
	float: left;
	width: 990px;
	margin: 0;
	padding: 4px 0 1px 0;
}
#informations #titre_site {
	float: left;
}
#titre_site .texte {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
#titre_site .texte a {
	color: #999999;
	text-decoration: none;
}
#titre_site .texte a:hover {
	color: #000000;
	text-decoration: none;
}
#informations #langues {
	float: right;
}
#langues .texte {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
}
#langues .texte a {
	color: #999999;
	text-decoration: none;
}
#langues .texte a:hover {
	color: #000000;
	text-decoration: none;
}
#entete {
	float: left;
	width: 990px;
	height: 261px;
	background-image: url(../images/fond_entete.jpg);
	background-repeat: no-repeat;
}
#titre_page {
	float: left;
	width: 990px;
	height: 22px;
	background-image: url(../images/fond_titre_page.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
#titre_page .texte {
	font-family: Verdana;
	font-size: 16px;
	color: #B5B5DA;
	font-style: italic;
	font-weight: bold;
}
#conteneur {
	float: left;
	width: 990px;
	background-image: url(../images/fond_conteneur.jpg);
	background-repeat: repeat-y;
}
#conteneur #navigation {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0px 0px 100px 0;
	text-align: center;
}
#navigation .rub1 {
	margin: 0;
	padding: 4px 0 4px 0;
}
#navigation .rub2 {
	margin: 0;
	padding: 8px 0 8px 0;
}
#navigation .srub {
	margin: 0;
	padding: 0 0 2px 0;
}
#navigation .texte_rub {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
#navigation .texte_rub a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation .texte_rub a:hover {
	color: #000000;
	text-decoration: none;
}
#navigation .texte_srub {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#navigation .texte_srub a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation .texte_srub a:hover {
	color: #000000;
	text-decoration: none;
}
#conteneur #contenu {
	float: right;
	width: 710px;
	margin: 0;
	padding: 20px 40px 30px 50px;
}
#contenu #logo_manambat {
	float: left;
	width: 181px;
	padding: 0 30px 10px 0;
}
#logo_manambat a img {
	border: 1px solid #000000;
}
#contenu .texte {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
#contenu .texte a {
	color: #666666;
}
#contenu .texte a:hover {
	color: #000000;
}
#pied {
	float: left;
	width: 820px;
	height: 22px;
	margin: 0;
	padding: 17px 0 0 170px;
	background-image: url(../images/fond_pied.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#pied .texte a {
	color: #999999;
}
#pied .texte a:hover {
	color: #000000;
}
#pied .texte {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
.nettoyeur { 
	clear: both; 
	margin: 0; 
	padding: 0;
}
.invisible { 
	position: absolute; 
	top: -3000em; 
	height: 1%; 
}