/* http://www.css4design.com/blog/commentaires-conditionnels-d-internet-explorer-vs-hacks-css */
/* http://www.siteduzero.com/forum-83-308899-p1-incidence-du-doctype-sur-ie-6.html */
.style_divTop
{
	width : 100%;
	height : 185px;
}
.style_divAdresse
{
	background : transparent url( contact/info-contact.png ) no-repeat left top;
	width : 614px;/*326px;*/
	height : 629px;/*349px;*/
	left : 180px;/*389px;*/
	position : relative;
}

a:hover.style_divLocalisation, a:focus.style_divLocalisation, a:active.style_divLocalisation 
{
	background : transparent url( contact/localisation-apres.png ) no-repeat center top;
}

.style_divMail
{
	background : transparent url( contact/onglet-mail-apres.png ) no-repeat left top;
	width : 354px;
	height : 118px;
	position : absolute;
	left : 515px; /*375px;*/
	top : 520px;/*60px;*/
	display : block;
}

a:hover.style_divMail, a:focus.style_divMail, a:active.style_divMail
{
	background : transparent url( contact/onglet-mail-avant.png ) no-repeat center top;
}
