/* ------------------------------------ */
/* Textes sans decorations		*/
/* ------------------------------------ */

*
{
	margin: 0;
	padding: 0 0 0 0;
	line-height: 1.2em;
}

body 
{
	text-align: center;
	font: normal 1em  Verdana, Arial, sans-serif;
	color: black;
	background: #ffffff;
}

#header
{
	float: none;
	background-image: url(images/header.jpg);
	width: 780px;
	height: 99px;
	background-repeat: no-repeat;
	text-indent: -5000px;
	font-size: 1px;
	line-height: 1px;
	margin: 0 auto 0;
	padding: 0;
	text-align: left;
}

#menu
{
	float: none;
	background-image: url(images/menu.jpg);
	width: 780px;
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0px ;
	text-align: left;
	overflow: hidden;
}

#menu ul
{
	margin: 0px 25px 0px 25px;
}

#menu ul li
{
	float: left;
	display: inline-block;
	overflow: hidden;
	list-style-type: none;
	font-size: 0.85em;
	margin: 0;
	padding: 0;
	color: #333333;
	line-height: 1.3em;
}

#menu a
{
	color: black;
	text-decoration: none;
}

#menu a:hover
{
	color: white;
	text-decoration: none;
}


#corps
{
	float: none;
	clear: both;
	background-image: url(images/fond.jpg);
	width: 780px;
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.texte
{
	font-size: 0.9em;
	margin: 0px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.text-center
{
	width: 100%;
	clear: both;
	margin: auto;
	text-align: center;
}

.text-left
{
	float: left;
	margin: 10px 10px 10px 40px;
}

h1.texte
{
	font-size: 1.3em;
}

.nettoyeur
{
	float: none;
	clear: both ;
	overflow : hidden ;
}

#footer
{
	float: none;
	background-image: url(images/footer.jpg);
	width: 780px;
	height: 1%;
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0;
	color: #ffffff;
	text-align: left;
	overflow: hidden;
}

.adresse
{
	float: left;
	margin: 5px 25px 5px 25px;
}

#footer1
{
	float: none;
	background-image: url(images/footer1.jpg);
	width: 780px;
	height: 15px;
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0;
	color: #ffffff;
	text-align: left;
}
