/* CSS Document */
html, body {
	width:100%;
	height:100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #d2ebff;
	background-image: url(../images/interface/bg_body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding:0px;
}
#news_contener {
	position:absolute;
	z-index:500;
	white-space:normal;
	width:390px;
	height:110px;
	margin:0px 0px 0px 635px;
	padding:25px 0px 0px 0px;
	color:#003165;
}

#new_contener h1, #new_contener h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003165;
	background-color:none;
	font-weight:bold;
}

.new_savoirplus {
	position:absolute;
	font-size:12px;
	color:#3e931b;
	font-weight:bold;
	font-style:italic;
	text-align:right;
	margin-top:85px;
	margin-left:310px;
}
#qiksearch_js_space {
	height:110px;
	overflow:hidden;
}
.news_title {
	font-size:14px;
	font-weight:bold;
}
a.news_title_link:link {
	text-decoration:none;
	color:#3e931b;
}
a.news_title_link:visited {
	text-decoration:none;
	color:#3e931b;
}
a.news_title_link:hover {
	text-decoration:underline;
	color:#003165;
}
a.news_title_link:active {
	text-decoration:none;
	color:#003165;
}
div.pied_page {
	padding-top:5px;
	font-size: 11px;
	color:#1C2F69;
	margin-bottom:20px;
}
a.pied_page:link {
	color:#1C2F69;
	text-decoration:underline;
}
a.pied_page:visited {
	color:#1C2F69;
	text-decoration:underline;
}
a.pied_page:hover {
	color:#000000;
	text-decoration:none;
}
a.pied_page:active {
	color:#000000;
	text-decoration:none;
}
/* ---------------------------------------------------- MenuGauche ---- */
td.menu {
	background-color:#8cb6d5;
	background-image:url(../images/interface/bg_menu.gif);
	vertical-align:top;
	position:relative;
	padding:0px;
}
#MenuGauche {
	position:absolute;
	z-index:500;
	width:164px;
	border-bottom:1px solid #ffffff;
	}
#MenuGauche, #MenuGauche ul {
	list-style: none;
	line-height: 1px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#MenuGauche li {
	border-top: 1px solid #ffffff;
}

#MenuGauche ul li a {
	display: block;
	background-color:#D1E5EF;
	background-image:url(../images/interface/menu_color1.gif);
	background-repeat:repeat-x;
	color: #0B72B0;
	text-decoration: none;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	line-height:13px;
	padding:8px 0px 8px 8px
}

#MenuGauche ul li a.color3 {
	background-color:#86B2D3;
	background-image:url(../images/interface/menu_color3.gif);
	background-repeat:repeat-x;
	color: #ffffff;
}

#MenuGauche ul li a.color2 {
	background-color:#C75EAC;
	background-image:url(../images/interface/menu_color4.gif);
	background-repeat:repeat-x;
	color: #ffffff;
}

#MenuGauche a:hover, #MenuGauche a.color3:hover, #MenuGauche ul li a.color2:hover, #MenuGauche ul li a.menuActif {
	background-image:none;
	background-color:#F9A549;
	background-image:url(../images/interface/menu_color_on.gif);
	color:#333333;
}

#MenuGauche ul li li a {
	display: block;
	background-image:none;
	background-color:#5097cc;
	color: #ffffff;
	text-decoration: none;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-transform:none;
	line-height:11px;
	padding:3px 0px 4px 15px;
}

#MenuGauche ul li li a:hover {
	background-image:none;
	background-color:#F9A549;
	background-image:url(../images/interface/menu_color_on.gif);
	color:#333333;
}

#MenuGauche ul li li li a {
	display: block;
	background-image:none;
	background-color:#87C1EC;
	color: #000000;
	text-decoration: none;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	text-transform:none;
	line-height:11px;
	padding:3px 0px 4px 12px;
	text-indent:8px;
}