/*table {border: 1px solid black}
td {border: 1px dotted gray}
div {border: 1px solid orange}
img, form {border: 1px dashed blue}*/
body{
    height : 100%;
    background : #eee;
    margin : 0; 
    text-align : center;
}
p{
    font-family : arial, sans-serif;
    /*text-align : center;*/
    margin : 10px;
	text-align:justify
}
li{
    font-family : arial, sans-serif;
    /*text-align : center;*/
    margin : 10px;
}
a.indexTitre{
    font-family : arial, sans-serif;
    font-size : 130%;
    color : #039;
}
.indexssTitre{
    font-family : arial, sans-serif;
    font-size : 80%;
    color : #039;
    
}
.sousmenu{
    font-family : alrial, sans-serif;
    color : #069;
    font-size : 80%;
}
a.sel{
    font-weight : bold;
}
.groTitreIndex{
    color : #069;
    text-align : center;
    font-style : italic;
    font-size : 110%;
/*  font-weight : bold;*/
}
.titreMenu{
    font-family : alrial, sans-serif;
    color : #006699;
    text-align : left;
    font-size : 105%;
    text-decoration : underline;
}
.titrechap{
    color : #006699;
    text-align : left;
    font-size : 120%;
}
.page{
    background : #fff;
    width : 764px;
    height: auto !important;
/*  height: 100%;
    min-height: 100%;
*/  margin-left : auto; 
    margin-right : auto; 
    text-align : center;
    border : solid;
    border-width : 0 1px 1px 1px;
    border-color : #039;
}
.footer{
    font-family : arial, sans-serif;
    font-size : 9pt;
    color : #003399;
    text-decoration : none; 
}
.tdfooter{
    vertical-align : bottom;
    text-align : center;
}
a.menu:link{
    color : #069;
    text-decoration : none;
}
a.menu:visited{
    color : #069;
    text-decoration : none;
}
a.menu:hover{
    color : #039;
    text-decoration : underline;
}
a.menu:active{
    color : green;
    text-decoration : none;
}
a.sousmenu:link{
    color : #069;
    text-decoration : none;
}
a.sousmenu:visited{
    color : #039;
    text-decoration : none;
}
a.sousmenu:hover{
    color : #063;
    text-decoration : underline;
}
a.sousmenu:active{
    color : #096;
    text-decoration : none;
}
.page .indexTitre2 {
	color : #096;
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
}

