*{border:0;}

/* *{border:0;margin:0;padding:0;} */

body
{
font-family: trebuchet ms, verdana, arial, tahoma;
font-size: 80%;
color: #000000;
margin-top: 0px;
background: #ffffff url(images/bg_ternen.jpg) top left repeat-x;
line-height:normal;
}



/* ~~~~~~~~~ liens ~~~~~~~~~ */


a{
	color: #015DF4;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{
	color: #f41300;
	text-decoration: none;
	font-weight: bold;
}


/*~~~~~~~~~~~ styles ~~~~~~~~~~~~~~~*/

.txt_ptit{
	font-size: 70%;
	font-style: italic;
	}

/* ~~~~~~~~~ titres ~~~~~~~~~ */  

h1{
	color: #007E00;
	font-weight: normal;
	word-spacing: 4px;
	font-size: 200%;
	font-style: italic;
	padding:0 2px;
}

h2{
	font-size: 150%;
	text-transform:uppercase;
	font-style: italic;
	color: #0f260f;
}


h3{
	font-size: 150%;
	color: #d00000;
	margin-top:20px;
	margin-bottom:20px;	
}

/*~~~~~~~~~~ contenu ~~~~~~~~~~~~~~ */
#contenu {
	width: 970px;
	margin-left: 25px;
	margin-right: 50px;
	padding: 0px;
	text-valign: top;
	}

/* ~~~~~~~~~ A la une ~~~~~~~~~ */

#alaune{
	float:right;
	width:250px;
}

/* ~~~~~~~~~ footer ~~~~~~~~~ */
#footer{
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	height: 70px;
	padding-top: 10px;
	background:url(images/bg_foot.jpg) repeat-x left top;
	clear: both;
}

#footer a{
	color: #ffffff;
}

#footer a:hover{
	color: #4EAB38;
	text-decoration: underline;
}

.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }	

