/* Page d'accueil */
#hp-contenu {
	display:block;
	width:785px;
	text-align:left;
	background-image:url(IMG/accueil/hp_fd-contenu.gif);
	background-repeat:repeat-y;
}
#hp-navigation {
	display:block;
	width:785px;
	height:125px;
}
#hp-header {
	display:block;
	background-image:url(IMG/accueil/hp_fd-header.jpg);
	background-repeat:no-repeat;
	width:785px;
	padding-top:170px;
}
#hp-footer {
	display:block;
	background-image:url(IMG/accueil/hp_fd-footer.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:785px;
	height:135px;
	clear:both;
}
#hp-introduction {
	display:block;
	width:345px;
	height:auto;
	padding-left:70px;
	float:left;
}
#hp-introduction a,#hp-breve a {
	display:block;
	background-image:url(IMG/accueil/hp_puce-lien1.gif);
	background-repeat:no-repeat;
	background-position:center left;
	color:#0082BA;
	font-weight:bold;
	text-decoration:none;
	padding-left:15px;
}
#hp-introduction a:hover,#hp-breve a:hover {
	text-decoration:underline;
}
#hp-breve{
	display:block;
	width:265px;
	height:auto;
	padding-left:70px;
	padding-right:35px;
	float:left;
}
/*
#hp-breve a {
	display:block;
	background-image:url(IMG/accueil/hp_puce-lien2.gif);
	background-repeat:no-repeat;
	background-position:center left;
	color:#E4318B;
	font-weight:bold;
	text-decoration:none;
	padding-left:15px;
}
#hp-breve a:hover {
	text-decoration:underline;
}
*/
#hp-verbatim {
	width:345px;
	height:130px;
	padding-left:70px;
	padding-top:5px;
	float:left;
}
#hp-logos {
	width:350px;
	height:65px;
	text-align:right;
	padding-top:70px;
	padding-right:20px;
	float:left;
}
hr {
	border-top:1px dotted #0082BA; 
	border-bottom:1px dotted #75D819;
	border-right:0px;
	border-left:0px;
}