body {
	background-color:#e5e5e5;
	padding:0px;
	margin:0px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#444444;
}
h1, h2, h3 {
	margin:0px;
	margin-left:15px;
	padding:0px;
	color:#990000;
}
h2 { display:none; }
h3 { font-size:10pt; color:#000000; }
a {
	color:#000000;
	text-decoration:none;
}
img { border:0; }

/*================*/
/*CONTAINER*/
/*================*/
#container {
	position:absolute;
	left:0px;
	width:900px;
	height:100%;
	left:-452px;
	margin-left:50%;
}
/*================*/
/*HEADER*/
/*================*/
#header {
	width:892px;
	height:67px;
	background-image:url(imgs/header.jpg);
	text-align:right;
	padding-top:8px;
	padding-right:10px;
	color:#ffffff;
}
.langue a {
	color:#ffffff;
}
.langue {
	position:absolute;
	left:452px;
	text-align:left;
}
/*================*/
/*MENU*/
/*================*/
#menu {
	background-image:url(imgs/menu.jpg);
	width:890px;
	height:30px;
	text-align:center;
	border-left:1px solid #9e9e9e;
	border-right:1px solid #9e9e9e;
	padding-left:10px;
}
#menu a {
	display:block;
	float:left;
	width:220px;
	height:30px;
	text-decoration: none;
	color:#000000;
	/*padding-left:10px;
	padding-right:10px;*/
	line-height:30px;
}
.menu_select {
	background-image:url(imgs/menu_btn.jpg);
	border-left:1px solid #9e9e9e;
	border-right:1px solid #9e9e9e;
	display:block;
	float:left;
	width:218px;
	height:30px;
}

/*================*/
/*LEFT*/
/*================*/
/*#left {
	position:absolute;
	width:165px;
	margin-left:10px;
	margin-top:20px;
}*/
/*================*/
/*CONTENT*/
/*================*/
#content {
	background-image:url(imgs/content.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	width:880px;
	border-left:1px solid #9e9e9e;
	border-right:1px solid #9e9e9e;
	border-bottom:1px solid #9e9e9e;
	padding:10px;
	padding-top:30px;
}
/*================*/
/*CLASSES*/
/*================*/
.left { float:left; margin-right:10px; }
.right { float:right; margin-left:10px; }

#table {
	width:435px;
}
#table_titre {
	background-image:url(imgs/table_titre_middle.jpg);
	height:20px;
	text-align:center;
	line-height:20px;
}
.table_titre_left {
	background-image:url(imgs/table_titre_left.jpg);
	display:block;
	float:left;
	width:83px;
	height:20px;
}
.table_titre_right {
	background-image:url(imgs/table_titre_right.jpg);
	display:block;
	float:right;
	width:83px;
	height:20px;
}
#table_content {
	border-left:1px solid #9e9e9e;
	border-right:1px solid #9e9e9e;
	border-bottom:1px solid #9e9e9e;
	background-color:#e5e5e5;
	padding:10px;
}
.msg_erreur {
	color:#CC0000;
	font-style:italic;
}
/*.tab_ident td {
	border:1px solid #888888;
}
.light{
	background-color:#ffffff;
}
.dark{
	background-color:#edf3fe;
}*/
/*==================*/
/*MODULE - Catalogue*/
/*==================*/
.catalogue {
	display:block;
	background-color:#ffffff;
	border:1px solid #9e9e9e;
	width:390px;
	margin-bottom:10px;
	padding:10px;
}