/*LES TABLEAUX */

/*Tableau Style formulaire contact  */

/*Le titre*/
.tabtitre-c1-stformcontact {
float:left;
border-top:3px solid #8BA2D1;
background:#EBF2FF; 
width:25px;
height: 15px;
font-weight: bold;

}

.tabtitre-c2-stformcontact {
float:right;
border-top:3px solid #8BA2D1;
background:url("../../images/Interface_parts/Tableaux/Table_largbleu.jpg") no-repeat top;
height: 15px;
width:355px;
}

/*La colonne 1*/
.tab-c1-stformcontact {
float:left;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
width:100px;
height: 25px;
font-weight: bold;
text-align:right;
}

/*La colonne 2*/
.tab-c2-stformcontact {
float:right;
background:#EBF2FF;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 30px;
width:240px;
height: 25px;
}


/*Cellule remplissage*/
.tab-remp-stformcontact {
float:left;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
width:100px;
}


/*Cellule texte area*/
.tab-txt-stformcontact {
float:right;
background:#EBF2FF;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 30px;
width:240px;
}


/*Le pied  du tableau*/
.tabpied-stformcontact{
clear:both;
position:relative;
}

/***********FIN DES TABLEAUX***************/

#contenu form {
margin-left: 150px;
border-left:1px solid #8BA2D1;
border-right:1px solid #8BA2D1;
border-bottom:3px solid #8BA2D1;
width:380px;
margin-bottom: 10px;}

