a img {
	border: 0;	
}

.titre, .titrebleu, .titreorange, .grostitre, .grostitrebleu, .grostitreorange, .attention {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}

.grostitre, .grostitrebleu, .grostitreorange {
	text-transform: uppercase;
}

.titrebleu, .grostitrebleu {
	color: #3366cc;
}

.titreorange, .grostitreorange {
	color: #ff6600;
}

.attention {
	color: #ff0000;
}

#cadreclient, #cadrehpi {
	padding: 3px;
	border: 2px solid;
	background-color: #fee2d1;
	line-height: 16px;
}

#cadreclient .titrebleu, #cadrehpi .titreorange {
	line-height: 16px;
}

#cadreclient {
	border-color: #3366cc;
	background-color: #d0deec;
}

#cadrehpi {
	border-color: #ff6600;
	background-color: #fee2d1;
}

#usermodtable {
	width: 450px;
	border: 2px solid #3366cc;
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto;	
}

#usermodtable td, #usermodtable th {
 	border: 2px solid #3366cc;
 	padding: 5px 10px;
 	text-align: left;
}

#usermodtable th {
	background-color: #d0deec;
	color: #3366cc;
}

#usermodtable img, #usermodtable input, #usermodtable select {
 	margin: 3px;
}

table caption {
	padding: 5px 0;
}

table th {
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
}

.tablecommande {
	text-align: left;	
}

.tablecommande caption {
	text-align: left;
}

.tablearticle {
	border: 2px solid #3366cc;
	border-collapse: collapse;
	text-align: center;
}

.tablearticle th {
	color: #3366cc;
	text-align: center;
	background-color: #d0deec;
}

.tablearticle td, .tablearticle th {
	border: 2px solid #3366cc;
}

.listepucesoranges {
	list-style-image: url("/common/images/puce_orange10px.gif");
}

/* page de resultat */
.pageresultatcourante {
	color: #ff6600;
}

.textecentre {
	text-align: center;	
}

.floatright {
	float: right;	
}

.resultat a:link {
	color: #ff6600;
}

.resultat a:visited {
	color: #ff6600;
}

.resultat .path {
	color: #3366cc;
}

#btretourparent {
	text-align: center;
}

#btretour {
	display: block;
	margin: 0 auto;
	width: 86px;
	height: 25px;
	font-size: 0;
	text-indent: -500px;
	background-image: url(../../../fr/images/bt_retour_on.gif);
}

#btretour:hover {
	background-image: url(../../../fr/images/bt_retour_over.gif);
}
/****Style Tableau Cartouche ****/

table.table_cartouche {
	border-collapse:collapse;
}
.table_cartouche td {
	width:50%;
	border-color: #9cb6d6;
	border-style:solid;
	border-width: 1px;
}



