@charset "utf-8";
/* CSS Document */

/**********************************************************************
************************** MISE EN PAGE DES BLOCS *********************
**********************************************************************/

#contenu_centre_accueil
{
	width:683px;
	height:475px;
	background:url("../images/bgd_accueil.png") no-repeat;
	margin:0 0 0 7px;
}

#contenu_centre_simple
{
	width:686px;
	height:475px;
	margin:0 0 0 7px;
	background:url("../images/bgd_simple.png") no-repeat;
}

#bouton_jouez
{
	position:absolute;
	margin:359px 0 0 515px;
	width:175px;
	height:116px;
}

#bouton_cliquezici
{
	position:absolute;
	margin:413px 0 0 573px;
	width:102px;
	height:30px;
}

#bouton_telechargez
{
	position:absolute;
	margin:413px 0 0 273px;
	width:102px;
	height:30px;
}


#contenu_centre_bravo_fiche
{
	width:686px;
	height:475px;
	margin:0 0 0 7px;
	background:url("../images/bgd_fiches_conseils.png") no-repeat;

}

#contenu_centre_bravo_croquettes
{
	width:686px;
	height:475px;
	margin:0 0 0 7px;
	background:url("../images/bgd_6mois_croquettes.png") no-repeat;

}

#contenu_centre_bravo_kit_bienetre
{
	width:686px;
	height:475px;
	margin:0 0 0 7px;
	background:url("../images/bgd_kit_bienetre.png") no-repeat;
}

/*Bloc identification*/
#reglement_jeu
{
	position:absolute;
	margin:444px 0 0 0;
	width:110px;
	height:30px;
	z-index:99;
}
#contenu_centre_identification
{
	width:684px;
	height:475px;
	background:url("../images/bgd_identification.png") no-repeat;
	margin:0 0 0 7px;
}

#bloc_identification_gauche
{
	width:260px;
	height:250px;
	position:absolute;
	margin:120px 0 0 60px;
}

#bloc_identification_droite
{
	width:250px;
	height:200px;
	position:absolute;
	margin:120px 0 0 390px;
}
/*Fin bloc identification*/

/*Bloc identification bis*/
#contenu_centre_identification_bis
{
	width:686px;
	height:475px;
	margin:0 0 0 7px;
	background:url("../images/bgd_identification2.png") no-repeat;
}

#bloc_identification_bis_haut
{
	width:332px;
	height:224px;
	position:absolute;
	margin:83px 0 0 31px;
}

#bloc_identification_bis_gauche
{
	width:257px;
	height:157px;
	background:url("../images/bgd_deja_inscrit.png") no-repeat;
	position:absolute;
	margin:307px 0 0 63px;
	padding:5px 15px 0 10px;
}

#bloc_identification_bis_droit
{
	width:286px;
	height:392px;
	background:url("../images/bgd_inscription.png") no-repeat;
	position:absolute;
	margin:83px 0 0 369px;
	padding:0 15px 0 10px;
}
/*Fin Bloc identification bis*/

/**********************************************************************
********************** FIN MISE EN PAGE DES BLOCS *********************
**********************************************************************/


/**********************************************************************
************************** MISE EN FORME GENERALE *********************
**********************************************************************/
a img
{
	border:none;
}

a
{
	color:#7a1f10;
}

table.tablo_bienetre
{
	border-collapse:collapse;
	width:100%;
	margin:0;
	padding:0;
}

form
{
	margin:0;
	padding:0;
}

table.tablo_bienetre tr th
{
	font-weight:normal;
	text-align:right;
	width:45%;
}

/*table tr th, table tr td
{
	padding:3px;
}*/

input
{
	border:1px solid #7a1f10;
	margin:0;
	padding:0;
}

p, h2
{
	margin:0;
	padding:0;
}
/**********************************************************************
********************** FIN MISE EN FORME GENERALE *********************
**********************************************************************/



/**********************************************************************
************************** MISE EN FORME SPECIFIQUE *******************
**********************************************************************/

.btn_validez
{
	width:100px;
	height:36px;
	background:url("../images/btn_validez.png") no-repeat;
	border:none;
	cursor:pointer;
}

.btn_participez
{
	width:100px;
	height:36px;
	background:url("../images/btn_participez.gif") no-repeat;
	border:none;
	cursor:pointer;
}

.btn_cliquez
{
	width:138px;
	height:36px;
	background:url("../images/btn_cliquezici3.png") no-repeat;
	border:none;
	cursor:pointer;
}

.float_left
{
	float:left;
}
.float_right
{
	float:right;
}

.align_centre
{
	text-align:center;
}

.align_droite
{
	text-align:right;
}

.small
{
	font-size:10px;
}


.tablo_inscription tr th, .tablo_inscription tr td
{
	padding:2px 3px;
}

*html .tablo_inscription tr th, *html .tablo_inscription tr td
{
	padding:1px 3px;
}

*+html .tablo_inscription tr th, *+html .tablo_inscription tr td
{
	padding:1px 3px;
}

.textbox
{
    border:1px solid #7a1f10;
	width:98%;
	margin:0;
	padding:0;    
}

.msg_erreur
{
    font-size:11px;
    color:#FF0000;
    text-align:center;
}

.msg_erreur ul li, .msg_erreur ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}

.msg_erreur2
{
    font-size:11px;
    color:#FF0000;
    text-align:left;
}

.msg_erreur2 ul li, .msg_erreur2 ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}



/**********************************************************************
********************** FIN MISE EN FORME SPECIFIQUE *******************
**********************************************************************/

#btn_accueil
{
	position:absolute;
	margin:5px 0 0 5px;
	width:20px;
	height:19px;
	z-index:0;

}