<!--
/*Vendredi 3 octobre 2008 - Feuille de styles contextuelle uniquement liée à Av_demopg.asp */

/* Définition du format paragraphe*/

.Feuilleposition{
margin-left: 40px;
margin-bottom: 25px;
}

/*Tableau Style 2 definit dans Template - Modifié ici  */

/*Le titre*/
.tabtitre-c1-stl2 {
float:left;
background:#EBF2FF;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
width:202px;
color: black;
font-weight: normal;
font-size: 13px;
height:20px;
border-top:2px solid #8BA2D1;
text-align:center;
}

.tabtitre-c2-stl2 {
float:left;
background:#EBF2FF;
padding-top: 10px;
padding-bottom: 10px;
font-size: 13px;
width:346px;
height:20px;
color: black;
font-weight: normal;
text-align:center;
border-top:2px solid #8BA2D1;
}

.tabtitre-c3-stl2 {
float:right;
background:#EBF2FF;
padding-top: 10px;
padding-bottom: 10px;
color: black;
width:142px;
font-size: 13px;
font-weight: normal;
text-align:center;
border-top:2px solid #8BA2D1;
}

/*Ligne de séparation entre le titre et le premier tableau*/
.tab-separa-stl2{
clear:both;
background:#EBF2FF;
height:7px;
}

/*La colonne 1*/
.tab-c1-stl2 {
float:left;
margin-right:2px;
margin-bottom:2px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
width:200px;
height:40px;
border:1px solid #333;
font-weight: normal;
text-align:center;
}

/*La colonne 2*/
.tab-c2-stl2 {
float:left;
margin-right:2px;
margin-bottom:2px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
width:330px;
height:40px;
border:1px solid #333;
text-align:center;
}

/*La colonne 3*/
.tab-c3-stl2 {
float:right;
margin-bottom:2px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
border:1px solid #333;
width:120px;
height:40px;
text-align:center;
font-weight: normal;
}

/*Le pied  du tableau*/
.tabpied-stl2{
background:#EBF2FF;
clear:both;
border-bottom:3px solid #8BA2D1;
height:20px;
margin-bottom: 10px;
}

-->