@charset "utf-8";
@import url("css/menu.css");


/* CSS Document */

html, body {
	width:100%;
}

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
}

a:link, a:active, a:visited {
	color:#999999;
	text-decoration:underline;
}

a:hover {
	color:#333333;
	text-decoration:none;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:1.2em;
	font-weight:bold;
}

#global {
	background:url(../img/bg.jpg) repeat-x;
	width:100%;
}

#container {
	position:relative;
	width:968px;
	margin-left:-484px;
	left:50%;
}

#header {
	position:relative;
	height:154px;
	background:url(../img/header_bg.jpg) no-repeat;
}

#logo {
	position:absolute;
	width:208px;
	height:154px;
	top:0;
	left:15px;
}

#logo h1 {
	margin:0;
}

#navigation {
	height:26px;
	background:	#eceded url(../img/navigation_bg.jpg) no-repeat;
	padding-left:242px;
	line-height:26px;
}

#navigation a {
	display:block;
	height:26px;
	float:left;
	padding:0 10px;
}

#navigation a:link, #navigation a:active, #navigation a:visited {
	font-size:12px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}

#navigation a:hover {
	color: #333333;
	background:#eceded url(../img/menu_hover.gif) top left repeat-x;
}

#breadcrumb {
	height:30px;
	line-height:30px;
	background:url(../img/breadcrumb_bg.gif) top no-repeat;
	padding:0 15px;
	font-size:0.9em;
}

#content {
	margin:10px 6px 15px 6px;
}

#top_content {}

#center_content {
	background:transparent url(../img/center_col_separator.gif) repeat-y;
	overflow:auto;
	height:1%;
}

#center_content.threeCol {
	background:transparent url(../img/center_3col_separator.gif) repeat-y;
}

.EmptyPane {
	width:0;
	height:0;
	line-height:0;
	font-size:0;
}

#left_content {
	float:left;
	width:220px;
	font-size:0.95em;
}

#right_content {
	float:right;
	width:715px;
}


#bottom_content {
	clear:both;
}

#footer {
	text-align:center;
	font-size:0.9em;
	color:#999999;
	border-bottom:1px solid #ccc;
}

#footer p {
	margin:5px;
}

td.title_gris, h2.title_gris {
	font-weight:bold;
	color:#999999;
	font-size:1.3em;
}

h2.title_gris {
	margin-top:0;
}

.container_contentpane {
	padding-top:10px;
}

.container_contentpane li {
	list-style-image:url(../img/puce.gif);
	padding-bottom:5px;
}

.container_table {
	margin-bottom:10px;
}