@charset "utf-8";
body {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
background-color:#FFFFFF;

color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}

.ligne_intitule {
	background-color:#18A3DE;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-indent: 5px;
	text-align: left;
}

.ligne_resultat {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-indent: 5px;
	font-weight: normal;
	text-align: left;
}

.prix {
	color:#CC0000;
	font-weight:bold;
	font-size:12px;
}

.lienAction {
	border: 0px;
	font-size:10px;
}

.gras {
	font-weight: bold;
}

.detailClient {
	font-size: 10px;
}

table.centre {
    width:180px;
    /*height:500px;*/
    position:absolute;
    left: 50%; 
    top: 20%;
    margin-left: -100px;
}

#bouton_valider {
     width:80px;
     height:30px;
}

.cellule {
    text-align:center;
}
.erreur {
    color:red;
    text-align:center;
}
#footer {
	text-align:center;
}

div#divInterface {
	<!--[if lt IE 7]>
	width:950px;
	width:expression(document.body.clientWidth <= 950? "950px": "100%" );
	height:600px;
	height:expression(document.body.clientHeight <= 600? "600px": "100%" );
	<![endif]-->
	
	width:100%;
	height:100%;
	min-width: 950px;
	min-height: 600px;
}