/*===================================================================*/
/*============================ CLEAR ================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend/*,
table, caption, tbody, tfoot, thead, tr, th, td*/ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
ol, ul, li { border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
/*table { border-collapse: collapse; border-spacing: 0; }*/
ul { list-style: disc; }
ol {list-style: decimal; }
strong { font-weight: bold; }
em { font-style: italic; }
.clear { clear: both; }
.hidden { display: none; }
.error_message, .info_message, .indicator_message { padding: 15px 10px; margin: 20px; }
.error_message { background: #F4CACA; border: 2px solid #CC0000; color: #CC0000; }
.info_message { background: #CAF4CA; border: 2px solid #090; color: #090; }
.indicator_message { background: #F4F4F4; border: 2px solid #999; color: #999; }
.error_message ul, .info_message ul, .indicator_message ul { list-style: none; }
/*===================================================================*/
/*============================ GLOBAL ===============================*/
body, table { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #7b7c7e; }
body { text-align: center; background: url('../images/design/body_bg.png') repeat-x 0 0; }
/*===================================================================*/
/*=========================== CONTAINER =============================*/
.container {
	text-align: left;
	margin: 0 auto;
	width: 1019px;
	position: relative;
}
/*===================================================================*/
/*============================ HEADER ===============================*/
.header { background: url('../images/design/header_bg.png') no-repeat center 0; height: 180px; margin-bottom: 21px; position: relative; }
.header h1 a { display: block; height: 180px; width: 280px; }
.header h1 a span { display: none; }
/*===================================================================*/
/*============================ MASTER ===============================*/
.master { width: 788px; background: url('../images/design/contentarea_bg.png') repeat-y 0 0; margin-left: 115px; }
.master_bis {
	padding: 9px;
	background: url('../images/design/contentarea_bis_bg.png') no-repeat 0 0;
	height: auto !important;
	height: 363px;
	min-height: 363px;
}
.master_bottom { height: 11px; background: url('../images/design/contentarea_bottom_bg.png') no-repeat 0 0 #FFF; }
.contenu { margin: 5px 5px 0 !important; margin: 5px 5px 0 2px; float: left; width: 490px; padding: 15px 25px; }
.news_box { float: left; width: 214px; }
.contenu p { margin-bottom: 23px; }
.contenu p, .contenu ul, .contenu ol { line-height: 20px; }
.contenu h1, .contenu h2, .contenu h3, .contenu h4, .contenu h5, .contenu a { color: #89bbda; text-decoration: none; }
.contenu a:hover { color: #333; text-decoration: underline; }
.contenu h1, .contenu h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 29px;
	font-weight: normal;
}
.contenu h3 { font-size: 16px; margin-bottom: 15px; }
.contenu h4 { font-size: 14px; margin-bottom: 15px; }
.contenu h5 { font-size: 12px; margin-bottom: 10px; }
.contenu h6 { font-size: 12px; margin-bottom: 10px; }
#tools { display: none; }
.links { padding-left: 150px; }
.links a {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	background: url('../images/design/box_title_bg.gif') repeat-x 0 0 #FFF;
	padding: 0 15px;
	margin: 0 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
.links a:hover { color: #333; text-decoration: none; }
/*===================================================================*/
/*============================== RIGHT ==============================*/
.news_box .box { margin-top: 5px; }
.news_box .box h2 {
	background: url('../images/design/box_title_bg.gif') repeat-x 0 0;
	height: 28px;
	line-height: 28px;
	color: #FFF;
	padding: 0 11px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 17px;
}
.news_box .content_box { padding: 0 11px; }
.news_box .news .date {
	color: #999;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
}
.news_box .news a { color: #89bbda; text-decoration: none; }
.news_box .news a:hover { color: #999; text-decoration: underline; }
.news_box .news h3 { font-size: 13px; font-weight: bold; margin-bottom: 3px; }
.news_box .news .more a { text-decoration: underline; }
.news_box .news .more { margin-top: 5px; }
.news_box .news .new { margin-bottom: 26px; }
/*===================================================================*/
/*============================ COPYRIGHT ============================*/
.copyright {
	text-align: center;
	padding-right: 29px;
	margin: 11px 0 20px;
	color: #BBB;
}
.copyright a { color: #BBB; text-decoration: none; }
.copyright a:hover { color: #999; text-decoration: underline; }