/* CSS Document */

#bloc_Principal_authentification
{
background-color : white;
width : 720px;
height : 385px;
margin-left : 21px;
margin-top : 17px;
float : left;
overflow:auto;
}

#texte
{
padding-left : 10px;
margin-bottom : 15px;
}

#blocs
{
float : left;
margin-left : 8px;
margin-right : 5px;
}


.bloc_formulaire
{
width : 323px;
height : 31px;
background-image : url(./../Images/authentification/tete_bloc.gif);
margin-bottom : 0px;
}



.bloc_formulaire_texte
{
font-weight: bold;
color : white;
padding-left : 8px;
padding-top : 6px;
}

.bloc_formulaire_contenu a, .bloc_formulaire_contenu2 a
{
color : black;
}

.bloc_formulaire_contenu
{
width : 305px;
height : 110px;
border: 2px solid #343536;
border-top: 0px solid;
margin-left : 7px;
padding-top : 7px;
background-color : #C6C7C9;
margin-bottom : 10px;
}

.bloc_formulaire_contenu2
{
width : 305px;
height : 60px;
border: 2px solid #343536;
padding-top : 7px;
margin-bottom : 5px;
border-top: 0px solid;
margin-left : 7px;
background-image : url(./../Images/authentification/fond_degrade.gif);
}

.bloc_formulaire_contenu1
{
width : 305px;
height : 90px;
border: 2px solid #343536;
border-top: 0px solid red;
margin-left : 7px;
background-image : url(./../Images/authentification/fond_degrade.gif);
margin-top : 0px;
}

.bloc_formulaire_contenu_texte
{
padding-left : 8px;
}

.bouton
{
width : 159px;
height : 27px;
margin-left : 160px;
background-image : url(./../Images/authentification/bouton.gif);
margin-bottom : 10px;
}

.bouton_texte
{
padding-left : 31px;
padding-top : 3px;
color : white;
font-weight: bold;
}

.bouton_texte a
{
text-decoration : none;
color : white;
}


#image_fond
{
float : left;
}

#message_erreur
{
color : red;
}

#clientAhthentif p, #clientAhthentif p
{
width: 220px;
clear: left;
margin: 0px;
padding: 0px;/*5px 0 8px 0;*/
/*padding-left: 155px; *//*width of left column containing the label elements*/
/*border-top: 1px dashed gray;*/
/*height: 1%;*/
display: inline;
}

#clientAhthentif label, #clientAhthentif label
{
font-weight: bold;
float: left;
/*margin-left: -155px;*/ /*width of left column*/
width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
margin: 0px;
padding: 0px;
margin-left : 10px;
}

#submit
{
margin-left : 110px;
}

#rouge
{
color : red;
font-weight: bold;
}







