/*
table.css
----------		Par Cyril BARTHEL

Créé le 03 mars 2007


Description : feuille de style contenant tous les styles de tableau
*/

table{color:#0066FF;}
.border_dashed {
	border: 1px #0066FF dashed;
	text-align: left;
	background-color: #ffffff;
}
.border_double {
	border: 3px #0066FF double;
	text-align: left;
	background-color: #ffffff;
}
.hauttable{
	background-image:  url("../../../image/kit_graph/5/menu.gif");
	text-align: center;
	font-weight:bold;
}
.hauttable a{
	color: #737373;
}
.hauttableOr{
	background-image:  url("../../../image/kit_graph/5/menu.gif");
	text-align: left;
	/*font-weight:bold;*/
	padding: 5px;
}
.ligne {
	background-color: WHITE;
	text-align: left;
}
.trophey {
	background-color: #dddd88;
	text-align: left;
}
.ligneOr {
	background-color: WHITE;
	text-align: left;
	padding: 5px;
	border: 1px #0066FF dashed;
}
.AlbumPhoto{
	text-align: center;
	
	border: 3px #0066FF double;
	
	background-color: white;
}
.pseudo {
	color: RED;
	background-image: url("../../../image/kit_graph/5/menu.gif");
}
.message {
	background-image: url("../../../image/kit_graph/5/brre_blanc.gif");
}
.centrer{
	text-align: center;
}
.livreor{
	width: 400px;
}

