/* pour les tableaux*/

.table1 {
/*border-collapse:collapse;/*pour coller les ligne interieur du tablo*/
width:770 ;/* longeur en % du tablo total*/
background: url(../images/back6.jpg);
border{ 
border-top-style: solid ; 
border-top-color: white ;
border-top-width:0px ; 

border-left-style: double ; 
border-left-color:black ;
border-left-width:0px;

border-right-style: double ; 
border-right-color:black;
border-right-width:0px;

border-bottom-style: solid ; 
border-bottom-color:white ;
border-bottom-width:0px;
}

}
.td1 { /* accueil*/
/*background: url(../images/back2.jpg);*/
vertical-align:top; /*alignement du texte dans la celule */
border-width:6px;/* epaiseur de la ligne interieur du tablo*/
border-style:double; 
border-color:black;/* couleur des ligne interieur du tablo*/
width:638; 
/*height:400;*/
}
.td2 { /*   menu*/
/*background: url(../images/back3.jpg);*/
vertical-align:top; /*alignement du texte dans la celule */
border-width:6px;/* epaiseur de la ligne interieur du tablo*/
border-style:double; 
border-color:black;/* couleur des ligne interieur du tablo*/
width:132; 
/*height:100;*/
} 
.td3 { /* titre*/
//*background: url(../images/back4.jpg); */
vertical-align:top; /*alignement du texte dans la celule */
border-width:6px;/* epaiseur de la ligne interieur du tablo*/
border-style:double; 
border-color:black;/* couleur des ligne interieur du tablo*/
width:100%; 
/*height:500;	*/
}
.td4 { /* titre*/
background: url(../images/back1.jpg); 
}  

.td5 { /* page*/
/*background: url(../images/back3.jpg);*/
/*vertical-align:midde; /*alignement du texte dans la celule */
border-width:6px;/* epaiseur de la ligne interieur du tablo*/
border-style:double; 
border-color:black;/* couleur des ligne interieur du tablo*/
/*width:100; 
height:100;*/
}
 
