/* CSS Document : infos légales */
h1.legales  {
	color:#DD0000;
	background-image:url(../images/fond_titre_legales.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
h2.legales {
	color:#DD0000;
}
p.texte_legales {
	padding:0px 0px 10px 43px;
	text-align:justify;
}
a.lien_texte{
	text-decoration:underline;
	font-weight:bold;
	color:#666666;
}
a:hover.lien_texte, a:active.lien_texte {
	color:#DD0000;
}
#contenu_legales {
	position:relative;
	margin:0px;
	padding:0px;
	width:980px;
	height:430px;
	border-top:solid 1px #DD0000;
	border-left:solid 1px #DD0000;
	border-bottom:solid 3px #DD0000;
	border-right:solid 3px #DD0000;
}
#piedpage a.legales {
	color:#DD0000;
}
#titre_rubrique {
	width:200px;
	height:25px;
	background-color:#dd0000;
}
#contenu_gauche {
	width:465px;
	height:395px;
	padding:10px 5px 0px 20px;
	float:left;
}
#contenu_droite {
	width:465px;
	height:395px;
	padding:10px 20px 0px 5px;
	float:right;
}
