/**********************************************************************
******************** POSITIONNEMENT DES DIFFERENTS BLOCS **************
**********************************************************************/
#global
{
    position:relative;
	top:0px;
	margin:0;
	width:955px;
	height:600px;
	margin:0 auto;
	background:url('images/bgd.jpg') no-repeat;
	text-align:left;
}

#pack
{
    position:absolute;
    width:564px;
    height:331px;
    top:215px;
    left:0;
    z-index:1;
}


#obligations
{
    position:absolute;
    width:310px;
    height:30px;
    top:564px;
    left:638px;
}

#bgd_bulle
{
    position:absolute;
    width:548px;
    height:361px;
    top:85px;
    right:0;
    z-index:0;
    background:url("images/bgd_bulle.png") no-repeat;
}

#bgd_bulle .texte
{
    position:absolute;
    width:400px;
    height:150px;
    top:150px;
    left:135px;
}

#bgd_bulle #btn_cliquez
{
    position:absolute;
    top:300px;
    left:244px;
}

#inscription_chatchien
{
    position:absolute;
    top:333px;
    left:0;
    z-index:0;
}

#bloc_deja_inscrit
{
    position:absolute;
    width:415px;
    height:210px;
    background:url('images/bgd_inscrit.png');
    top:157px;
    left:57px;
}


#bloc_deja_inscrit .texte
{
    position:absolute;
    width:300px;
    height:90px;
    top:80px;
    left:25px;
}

#bloc_deja_inscrit .btn_valider
{
    position:absolute;
    width:121px;
    height:35px;
    top:175px;
    left:130px;
    
}

#bloc_inscription
{
    position:absolute;
    width:476px;
    height:600px;
    background:url('images/bgd_pas_inscrit.png') no-repeat top;
    right:0;
    top:0;
}

#bloc_inscription .texte
{
    position:absolute;
    width:340px;
    height:330px;
    top:135px;
    left:55px;
}

#bloc_inscription .btn_valider
{
    position:absolute;
    width:121px;
    height:35px;
    top:500px;
    left:150px;
}

#bloc_inscription #reglement
{
    position:absolute;
    width:440px;
    height:60px;
    top:540px;
    left:20px
}

#rbt_bulle_g
{
    position:absolute;
    top:210px;
    left:12px;
    width:491px;
    height:342px;
    background:url('images/rbt_bulle_g.png');
}

#rbt_chatchien
{
    position:absolute;
    top:344px;
    left:515px;
    width:401px;
    height:196px;
}

#rbt_bulle_d
{
    position:absolute;
    top:31px;
    left:468px;
    width:425px;
    height:269px;
    background:url('images/rbt_bulle_d.png');
}

#rbt_bulle_g .texte
{
    position:absolute;
    top:25px;
    left:50px;
    width:375px;
    height:255px;
    color:#007ec4;
    font-weight:bold;
}

#rbt_bulle_d .texte
{
    position:absolute;
    top:130px;
    left:60px;
    width:330px;
    height:105px;
}

/**********************************************************************
************************* MISE EN FORME *******************************
**********************************************************************/
#obligations p
{
    font-size:11px;
}


#bgd_bulle .texte h2
{
    font-size:18px;
    text-align:center;
    color:#e10079;
    margin:0 0 15px 0;
}

#bgd_bulle .texte h2 sup
{
    font-size:10px;
}

#bgd_bulle .texte p
{
    text-align:center;
    color:#007ec4;
    font-weight:bold;
    font-size:14px;
}

#bloc_deja_inscrit .texte table, #bloc_inscription .texte table
{
    width:100%;
    border-collapse:collapse;
    text-align:left;
}

#bloc_deja_inscrit .texte table tr th, #bloc_inscription .texte table tr th
{
   font-size:13px;
   font-weight:normal;
   color:#007ec4;
   padding:3px;
   width:110px;
   text-align:right;
}

#bloc_deja_inscrit .texte table tr td, #bloc_inscription .texte table tr td
{
   padding:3px;
   color:#007ec4;
}

#bloc_deja_inscrit .texte p a
{
    color:#007ec4;
    font-size:10px;
}


#bloc_inscription #reglement p
{
    font-size: 9px;
    line-height:9px;
}

#rbt_bulle_g .texte h2
{
    margin:0 0 10px 0;
}

#rbt_bulle_g .texte ul.rose li
{
    color:#e2007a;
    list-style-position:inside;
    list-style-type:decimal;
}

#rbt_bulle_g .texte ul.procedure li
{
    color:#007ec4;
    list-style-position:inside;
}

#rbt_bulle_g .texte ul.rose li span.bleu
{
    color:#007ec4;
}

#rbt_bulle_g .texte p.addresse
{
    color:#e10079;
    text-align:center;
}


#rbt_bulle_d .texte h2
{
    font-size:14px;
    color:#007ec4;
    text-align:center;
    margin:0 0 20px 0;
}

#rbt_bulle_d .texte p.code
{
    font-size:32px;
    font-weight:bold;
    color:#e10079;
    text-align:center;
}

/**********************************************************************
*************************** MISE EN FORME GENERAL *********************
**********************************************************************/

input.normalTxtBox
{
    border:1px solid #007ec4;
    width:97%;
    padding:2px;
}


input.errorTxtBox{
    border:1px solid #FF0000;
    width:97%;
    padding:2px;
}

.normalRadioButtonList label{
    color: #007ec4;
}

.errorRadioButtonList label{
    color:Red;
}

