* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	}
	
body{
	/*background: #fcfafa url(../img/bg.jpg) top -20pxcenter repeat-y;*/ 
	}

html, body{
	height: 100%;
	}


div#conteneur{
	/*margin-left: 30px;*/
	margin:0 auto;
	width: 1024px;
	height: 100%;
	border-left:#e7e5e5 solid 1px;
	border-right:#e7e5e5 solid 1px;
	}

div#header{
width:1024px;
	}
	


div#flash p{
	padding-left: 10px;
	text-align:left;
	font: 12px Arial, helvetica, sans-serif;
	color: #3d8abe;
	}
	
div#flash a:link, p#replace a:active, p#replace a:visited{
	text-decoration: none;
	color: #3d8abe;
	border-bottom: 1px dotted #3d8abe;
	}
	div#flash a:hover{border-bottom: 1px solid #3d8abe;}