/**********************************************************************
************************** MISE EN PAGE DES BLOCS *********************
**********************************************************************/
#contenu
{
	width:701px;
	height:485px;
	background:url("images/contenu_orange.png") no-repeat #FFF;
}

#contenu_centre_home
{
    width:701px;
	height:425px;
}

#contenu_bas_home
{
    width:649px;
    height:50px;
    padding:0px 20px 0 20px;
    margin:0 0 0 7px;
    background:url("images/separation_home.png") no-repeat top left;
}

#contenu_bas_home_gauche
{
    float:left;
    width:270px;
    padding: 15px 0 0 55px;
}
#contenu_bas_home_droite
{
    float:left;
    width:300px;
    padding:10px 0 0 0;
}

#contenu_centre_home_kit
{
    width:683px;
    height:330px;
    margin:0 0 0 7px;
    background:url('images/home_kit_bienetre.png') no-repeat center top;
}

.lien_reglement 
{
    position:absolute;
    width:120px;
    height:20px;
    margin:305px 0 0 20px;
}

.btn_jouez
{
    position:absolute;
    width:175px;
    height:116px;
    margin:232px 0 0 514px;
}
/**********************************************************************
********************** FIN MISE EN PAGE DES BLOCS *********************
**********************************************************************/


/**********************************************************************
************************** MISE EN FORME GENERALE *********************
**********************************************************************/
p
{
    margin:0;
    padding:0;
}
/**********************************************************************
********************** FIN MISE EN FORME GENERALE *********************
**********************************************************************/


/**********************************************************************
************************* MISE EN FORME SPECIFIQUE ********************
**********************************************************************/
#contenu_bas_home_gauche p
{
    color:#cc0000;
    font-weight:bold;
    font-size:16px;
}

.lien_reglement a
{
    color:#008836;
    text-transform:uppercase;
    font-size:10px;
}
/**********************************************************************
********************* FIN MISE EN FORME SPECIFIQUE ********************
**********************************************************************/

