body {
    font-family: Geneva, sans-serif;
    font-size: 62.5%;
}

table {
    border: 1px solid silver;
    margin: auto;
}

th {
    background-color: silver;
    text-align: center;
}

td.centre {
    text-align: center;
}

td.droite {
    text-align: right;
}

td.droiteh {
    text-align: right;
    vertical-align: top;
}

.erreur {
    color: red;
    font-weight: normal;
    text-align: center;
    background-color: white;
}

.info {
    text-align: center;
    font-weight: normal;
    color: black;
    background-color: white;
}

#messages {
	overflow: auto;
	height: 400px;
}
.message {
    text-align: center;
    font-weight: bold;
    color: black;
    background-color: white;
}

a:link, a:visited {
    text-decoration: underline;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a:active {
    color: red;
}

img {
    vertical-align: middle;
    display: inline;
    border: none;
}

input.img {
    vertical-align: middle;
}

table.menu {
    width: 800px;
    height: 22px;
}

table.menu td{
    /*text-align: center;*/
}

td.lock {
    width: 80px;
    text-align: right;
}

form {
   display: inline;
}

div.contenu {
    position: absolute;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    margin-top: 27px;
    height: auto;
    border: 1px solid silver;
    padding: 2px;
    background-color: #F0F0F0;
}
div.contenuclient {
    position: absolute;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    margin-top: 36px;
	min-height: 500px;
    height: auto;
    border: 1px solid silver;
	border-top: none;
    padding: 2px;
    background-color: #F0F0F0;
}

div.menu {
    position: absolute;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    margin-top: 0px;
    height: 15px;
    border: 1px solid silver;
    padding: 2px;
	top: 7px;
    background-color: #F0F0F0;
	text-align: center;
}
div.menuclient {
    position: absolute;
    width: 804px;
	top: 7px;
    left: 50%;
    margin-left: -400px;
    margin-top: 0px;
    height: 36px;
    border: 1px solid silver;
	border-bottom: none;
	background-color: #F0F0F0;
	background-image: url('images/client/tab-off.png');
	background-repeat: repeat-x;
	text-align: center;
}
div.menuclient TABLE TD {
	width: 130px;
	height: 36px;
	text-align: center;
	text-transform: uppercase;
	background-color: #F0F0F0;
	border-right: 1px solid silver;
	border-bottom: none;
}
.tabon {
	background: url('images/client/tab-on.png') repeat-x;
	font-weight: bold;
}
.taboff {
	background: url('images/client/tab-off.png') repeat-x;
}
.tabon A, .taboff A {
	text-decoration: none;
}
.tabon IMG, .taboff IMG {
	vertical-align: bottom;
}
.select1 {
    width: 200px;
}

.select2 {
	width:  150px;
}

table.normal {
    background-color: white;
}

b.rouge {
	color: red;
}
.survol {
	text-decoration:  none;
	background-color: none;
}

.survol:hover {
	background-color: #D0D0D0;
}

H1 {
	text-align: center;
	font-size: 16px;
	margin-top: 30px;
}

.clienthome {
	border: none;
	/*width: 444px;*/
	height: 100%;
}
.clienthome TD {
	text-align: center;
	vertical-align: middle;
}
.clienthome TD.top {
	width: 90px;
}
.partie {
	width: 180px;
	height: 200px;
	font-size: 12px;
}
.partie IMG {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: none;
}
.page {
	width: 130px;
	height: 150px;
	text-align: center;
	vertical-align: center;
}
.image {
	padding: 5px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: center;
}
TABLE#references TD {
	vertical-align: top;
}
.page {
	width: 150px;
	height: 150px;
	text-align: center;
}
