@charset "UTF-8";
body {
	background-image:url(../images/accueil/bg_accueil.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

/*-------------TEXTE------------------*/

div.texte {
	width:548px;
	height:267px;
	background-image:url(../images/accueil/bg_txt.png);
	background-repeat:no-repeat;
	padding:25px;
}
div.contenu{
	float:left;
	height:auto;
	position:absolute;
	margin-left:258px;
	*margin-left:0px;
}
div.footer{
	background-image:url(../	images/bg_txt.png);
height:20px;
margin-top:10px;
padding:7px 25px 0;
width:548px;
		}
		
div.citation{
margin:10px 0 0;
}

h2 {
color:#EE7722;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
line-height:14px;
margin:0;
padding:0 0 15px;
}
a.contenu {
color:#ee7722;
}
		

