#header {
	background-image:url(header.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:334px;
	height:31px;
}
#contenu {
	background-image:url(fond_content.png);
	background-repeat:repeat-x;
	background-position:top left;
	height:272px;
	padding:10px;
	width:314px;
	font-size:12px;
	font-family:arial,verdana,sans serif; 
}
#contenu .logo {
	text-align:center;
	width:314px;
	margin-bottom:20px;
}
.info {
	margin-bottom:10px;
}
.txtbleugras {
	font-weight:bold;
	color:#010247;
}
.txtbleu{
	color:#010247;
}
.form {
	background-image:url(fond_telephone.png);
	background-repeat:no-repeat;
	background-position:35% top;
	padding:10px 40px 0px 0px;
	text-align:right;
	width:301px;
	height:64px;
	margin-top:10px;
}
#btn_valid {
	text-align:center;
	width:314px;	
}
#footer {
	background-image:url(footer.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:334px;
	height:36px;
}