html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #323232;
	background:#EEEEEE;
	margin: 0;
	padding: 0;
	text-align: justify;
	width: 860px;
	margin: auto auto auto auto;
}

a {
	text-decoration : none;
}

img {
	border : 0px;
}

table {
	border-collapse:collapse;
}

.premiere_ligne {
	background : #789;
	color : #fff;
	text-align : center;
}

.contenu {
	border : 1px solid #336699;
	margin-left : 30px;
	margin-right : 30px;
	margin-top : 4px;
	margin-bottom : 4px;
	padding : 1pc 1px 1px 1px;
	background : #fff;
}


.valign_top {
	vertical-align : top;
}

.category {
	vertical-align : top;
	padding-left : 5px;
	padding-right : 5px;
}


.description {
	vertical-align : top;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 5px;
}

.right {
	text-align : right;
}

.center {
	text-align : center;
}

.left {
	text-align : left;
}

.justify {
	text-align : justify;
}
/*
.bouton {
	border : 1px solid #336699;
	background : #999;
	color : #323232;
}

.bouton:hover {
	background : #323232;
	color : #123;
}
*/
.bouton {
	border:1px;
	border-color:#8FA0BA;
	border-style:solid;
/*	width:10px;*/
	background-color:#EAEAFF;
	color:#323232;
	text-align:center;
}

.bouton:hover {
	background-color:#336699;
	color:#E0E0E0;
}

.bouton:active, .bouton:focus {
	background-color:#CC6666;
	color:#FFFFFF ;
}

.filtre_actif {
	color : red;
}