/* Generated by KaZcadeS */

#principal {
    border-style: none;
    float: left;
    position: static;
    clear: both;
    width: 800px;
}

.th {
    background-color: Black;
    color: White;
}
.texte {
    color: Black;
    font-family: sans-serif;
    font-size: 12px;
}
.conserver {
    background-color: Green;
    color: White;
    font-family: sans-serif;
    font-size: 12px;
}
.supprimer {
    background-color: Red;
    color: White;
    font-family: sans-serif;
    font-size: 12px;
}
body {
    background: #eeeeee url(img/balisefond.png) no-repeat fixed right bottom;
    font-family: Arial,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
}
h1 {
    color: #008000;
    font-size: 14px;
    text-align: center;
}
h2 {
    padding: 5px;
    color: white;
    background-color: #008000;
    font-size: 12px;
}

h3 {
	font-family: sans-serif;
   color: black;
	font-size: 12pt;
	font-weight: bold;
}

h4 {
    padding: 5px;
    color: #008000;
    font-size: 12px;
    font-weight: bold;
}


.gras_vert {
	color: #008000;
	font-size: 12px;
	font-weight: bold;
}

.gras_rouge {
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
}

input {
    background: #eeeeee none repeat scroll 0%;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
}
input:focus {
    background: #ffffff none repeat scroll 0%;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    font-weight: bold;
}
#liste {
    table-layout: auto;
    width: auto;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
}
#liste th {
    border: 1px dotted green;
    padding: 2px 2px 2px 6px;
    background-color: #dddddd;
}
#liste td {
    border-bottom: 1px dotted green;
    padding: 2px 6px;
}
#saisie {
    table-layout: auto;
    width: auto;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
}
#saisie td {
    padding-right: 20px;
}
#finsession {
    padding: 2px 2px 2px 6px;
    background-color: #ff9999;
}
.warning {
    color: red;
    font-weight: bold;
}
.nota {
    color: red;
    font-size: 8pt;
}
.logo {
    float: left;
    margin-right: 50px;
}

