@charset "utf-8";
/* CSS Document */

body, html{
	border			: 0px;
	padding			: 0px;
	margin			: 0px;
}

body{
	text-align		: center;
	background		: url('../img/bg-body.jpg') repeat-x #5e94d7;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	color			: #6f6f6f;
}

#global{
	position		: relative;
	margin			: 0 auto;
	width			: 780px;
	background		: #fff;
	text-align		: justify;
	padding			: 10px;
}

#top{
	position		: relative;
	width			: 800px;
	height			: 120px;
	background		: url('../img/bg-top-print.jpg');
	margin			: -10px 0 0 -10px; 
}

.border3{
	border			: 3px solid #e2e2e2;
	float			: right;
	margin-left		: 20px;
}

.titre{
	position		: relative;
	font-size		: 20px;
	color			: #333;
	height			: 28px;
	width			: 510px;
	margin			: 0 0 0 0px;
}

.po-fiche{
	font-size		: 12px;
	color			: #e31f4e;
	font-style		: italic;
}

/******************* LIENS ********************/

a{
	color			: #859d00;
	text-decoration	: none;
}

a:hover{
	color			: #a7c500;
}

/****************** TABLEAUX ******************/

th,td{
	border-bottom	:1px solid #ebebeb;
}

th{
	color			:#a7c500;
}

td{
	background		:#f8f8f8;
}

.no-bd{
	border			: 0px;
	background		: none;
}