/*
-----------------------------------------------------------------------------
Mode 2 colonnes
->Cascade CSS
----------------------------------------------------------------------------
*/

/*
==========================================================
Le BLOC principal
==========================================================
*/

#corps{
width:905px;
text-align:left;
position:relative;
background: url(../imgCss3/fondCorps_Large.gif) repeat-y 205px top;
}


/*
-----------------------------------------------------------------------------
DIVs CORPS
-----------------------------------------------------------------------------
*/


#corpsDroit{
display:none;
}

#corpsContent{
margin-right:10px;
padding:0;
width:675px;/*495*/
background-color:#fff;
}
* html #corpsContent {width:675px;/*495*/}

/*
-----------------------------------------------------------------------------
arrondis du conteneur blanc
-----------------------------------------------------------------------------
*/
.imgHautArrondis, .imgBasArrondis {
clear:both;
width:905px;
background-position:205px top;
background-repeat:no-repeat;}

.imgHautArrondis {background-image:url(../imgCss3/hautArrondis_Large.gif);}
.imgBasArrondis {background-image:url(../imgCss3/basArrondis_Large.gif);}



