@charset "utf-8";
/* CSS Document */


/*---------------------------------------------------------------------------*/
/* section image ombre gauche home                                           */
/*---------------------------------------------------------------------------*/
#shadowgauchehome
{
    float: left;
    border-left: 0px solid #eaeaea;
    border-right: 0px solid #eaeaea;
    display: inline; /* évite le Doubled Float-Margin Bug d'IE6 */
	background: #fff;
    background: url(../images/images_ombre/back_562_376.png) no-repeat; 
	padding-top:8px;
	padding-left:8px;
	margin-right:-8px;
	margin-bottom:-8px;
    width: 562px;
    height: 376px;

}



/*---------------------------------------------------------------------------*/
/* section image ombre droite home                                           */
/*---------------------------------------------------------------------------*/
#shadowdroitehome
{
    float: right;
    border-left: 0px solid #eaeaea;
    border-right: 0px solid #eaeaea;

	background:#fff;
    background: url(../images/images_ombre/back_562_376.png) no-repeat; 
	padding-top:8px;
	padding-left:8px;
	margin-right:-8px;
	margin-bottom:-8px;
    width: 562px;
    height: 376px;

}

