/* CSS Document */
.infos_centre 
{
	background-image: url(infos_centre.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	color: #000033;
}
.infos_centre_txt
{
	margin-right: 3px;
	margin-left: 3px;
}
.infos_top 
{
	background-image: url(infos_top.jpg);
	background-repeat: no-repeat;
	height: 26px;
}
.infos_bottom 
{
	background-image: url(infos_bottom.jpg);
	background-repeat: no-repeat;
	height: 11px;
}

/* Modification des styles de contact */
.infos_centre_txt .contact_nom{
	font-size: 16px;
}
.infos_centre_txt .contact_mail{
	color: #003366;
}
.infos_centre_txt .contact_adresse_complete{
	padding-left: 10px;
}
