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


body {
margin: 0;
padding: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
background:#FFF url("images/habillage/fond-pop-up.jpg") no-repeat center top;
}

#header {
	width: 400px;
	height: 81px;
	margin: 0 auto;	
}

#contenubreve {
	width: 400px;
	min-height: 365px;
	margin: 0 auto;	
}

#header img {
	margin: 0 0 0 35px;
	border: 0;
}

.titrebreve {
	display: block;
	float: left;
	color: #900;
	font-size: 17px;
	font-weight: bold;
	background:url("images/habillage/trait-titre.png") no-repeat 0 18px;
	width: 350px;
	height: 40px;
	margin: 0;
	padding: 0;
}

.datebreve {
	float: left;
	display: block;
	width: 50px;
	height: 40px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.restobreve {
	font-size: 14px;
	display: block;
	font-weight: bold;
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
}

#contenubreve p {
	text-align: justify;
}

