body{
	font-family:Arial,Tahoma,Verdana;
	font-size:12px;
	color:#000000;
	margin:0px;
}
body.main{
	font-family:Arial,Tahoma,Verdana;
	font-size:12px;
	color:#000000;
	margin:0px;
}
body.progiciel{
	font-family:Arial,Tahoma,Verdana;
	font-size:12px;
	color:#000000;
	margin:0px;
	background-image: url(../images/fondProgiciel.jpg);
	background-repeat: no-repeat;
}
body.conseil{
	font-family:Arial,Tahoma,Verdana;
	font-size:12px;
	color:#000000;
	margin:0px;
	background-image: url(../images/fondConseil.jpg);
	background-repeat: no-repeat;
}

/* Propriétés des tables */
table {
}

table.documentation {
	margin-left:250px;
}

td{
        font-family:Arial,Tahoma,Verdana;
        font-size:12px;
        margin:0px;
}
th{
	font-size:12px;
	color:#666666;
	font-weight: bold;
	background-color: #E6E6E6;
}

td.maj{
        border-style:solid;
}
td.documentation{
	text-align:left; 
	border:0px solid black;
	margin:20px;
}
p{
	font-family:Arial,Tahoma,Verdana;
	font-size:12px;
	padding-left:20px;
	font-weight: bold;
}
a{
    color:#0798DB;
	text-decoration:none;
	font-weight:bold;
}
a.conseil{
    color:#FF9933;
	text-decoration:none;
	font-weight:bold;
}
a.active{
        color:#000066;
        text-decoration:none;
        font-weight:bold;
}
a.activeConseil{
        color:#FF0000;
        text-decoration:none;
        font-weight:bold;
}
a.login{
        color:#DF7300;
        text-decoration:none;
        font-weight:bold;
}
a:hover{
        color:#AE0101;
        text-decoration:none;
}

input.auth{
        border-style:solid;
        border-color: #FFFFFF;
        background-color:#E0E0E0;
        font-family:Arial,Tahoma,Verdana;
        font-size:17px;
        border-width:1px;
        height:24px;
        width:194;
        color:#000000;
}
.fond-page {
	background-image: url(../images/fondProgiciel.jpg);
	background-repeat: no-repeat;
}
.attention{
	font-family:Arial,Tahoma,Verdana;
	font-size:12px;
	color:#FF0000;
	font-weight: bold;
}
.white{
	font-family:Arial,Tahoma,Verdana;
	font-size:12px;
	color:#FFFFFF;
}
* Propriétés des DIV */



<!-- couleur des cellules du tableau -->
.cellTabNormal{background-color:white;}
.cellTabOver{background-color:#8DC9E5; color:#FFFFFF; font-weight:bold}