@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}

p{
	padding:0px;
	margin:0px;
	color:#000;
}


/*Texte*/

.pt{
	font-size:10px;	
}

/*Liens*/

a:link, a:active, a:visited{
	text-decoration:none;
	color:#000;
}

a:hover{
	text-decoration:underline;
	color:#000;
}

/*Div*/
#encart_header{
	display:block;
	position:absolute;
	width:333px;
	height:80px;
	top:0px;
	margin-left:308px;
	margin-left:0px !ie;
}
