/* Mac - Feuille de style */

A:LINK {
text-decoration: none ;
background-color: black ;
color: white ;
}

A:HOVER {
text-decoration: none;
background-color: black ;
color: white ;
}

A:VISITED {
text-decoration: none ;
background-color: black ;
color: white ;
}

BODY {
color: white ;
background-color: black ;
margin-top: 0px ;
margin-left: 0px ;
margin-right: 0px ;
margin-bottom: 0px ;
}

TABLE {
font-family: Palatino Linotype ;
font-size: 10pt ;
font-weight: bold ;
font-variant: small-caps ;
border: 0px ;
}

TH {
color: white ;
background-color: black ;
}

IMG.images:HOVER {
cursor: pointer ;
border: 1px dashed white ;
}

IMG.images {
cursor: pointer ;
border: 1px solid black ;
}

IMG {
border: 0px ;
}

INPUT, TEXTAREA {
cursor: pointer ;
font-family: Palatino Linotype ;
font-size: 10pt ;
font-weight: bold ;
font-variant: small-caps ;
border: 0px ;
color: white ;
background-color: black ;
}

.header {
border: 0px ;
color: white ;
background-color: black ;
width: 800px ;
height: 120px ;
}

TD.content {
text-align: center ;
border: 0px ;
color: white ;
background-color: black ;
width: 580px ;
height: 430px ;
}

.borders {
border: 0px ;
color: white ;
background-color: black ;
width: 110px ;
height: 430px ;
}

/* Partie administration */

.adminmenu {
border-top: 0px ;
border-left: 0px ;
border-right: 0px ;
border-bottom: 1px dashed red;
width: 100% ;
height: 50px ;
}

.admincontent {
text-align: center ;
}

.adminfooter {
border-top: 1px dashed red ;
border-left: 0px ;
border-right: 0px ;
border-bottom: 0px ;
width: 100% ;
height: 50px ;
}

.managemenu {
border-top: 0px ;
border-left: 0px ;
border-right: 0px ;
border-bottom: 1px dashed white;
text-align: center ;
height: 30px ;
}

TH.catmenu {
cursor: default ;
color: red ;
}

TABLE.gestcat {
cursor: pointer ;
border: 1px dashed white ;
}

TR.tableauover {
background-color: #333366;

}
TR.tableauout {
background-color: #000000;
}
