/*	green_layout.css
	@date: 2004-11-09
*/
body {
	width: 900px;
 	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	border:  0px solid lightgray;
	background: white;
	font-size: 11px;
   font-family: 'Arial', 'Verdana';
	z-index:0;
	color: black;
	}

hr	{
	display: none;
	}

table {
	border-collapse: collapse;
 	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	border:  0px;
}

p {
 	padding: 0px 0px 0px 0px;
	margin:  0px 0px 8px 0px;
	border:  0px;
	font: 11px Arial;
	color: black;
	}


/************ Accessibility Options  ************/
#access {
	display: none;
	}

/************ Accessibility Links  ************/
#acc {
	text-align: right;
	border: 0px;
	margin: 0px 0px 0px 150px;
	padding: 0px 0px 0px 0px;
	color: white;
	width: 728px;
	display: block;
	background: black;
	}

#acc h1 {
	display:none;
	}

#acc h2 {
	display: none;
	}

#acc p {
	display:none;
	}

#acc ul {
	padding-top: 1px;
	padding-left: 0px;
	padding-bottom: 1px;
	padding-right: 1px;
	margin: 0px 0px 0px 0px;
	margin-left: 158px;
	text-align: right;
	list-style-type: none;
	background: black;
	}

#acc li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	list-style-type: none;
	}

#acc li.separator {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	list-style-type: none;
	border-right: 1px solid white;
	}

#acc a:visited, #acc a:link, #acc a:active {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	border: 0px;
	font: 10px Arial, Verdana, Helvetica, Sans-serif;
	color: white;
	text-decoration: none;
	}

#acc a:hover {
	font:  10px Arial, Verdana, Helvetica, Sans-serif;
	color: #ddd;
	text-decoration: none;
	}

/************  Title Bar Header  ********************/
#header_en {
	clear: both;
	position: relative;
	top: 0px;
	width: 880px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF url("/images/header_background_en.jpg") no-repeat top left;
	color: #fff;
	}

#header_fr {
	clear: both;
	top: 0px;
	position: relative;
	width: 880px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: #FFFFFF url("/images/header_background_fr.jpg") no-repeat top left;
	color: #fff;
	/* border: 1px solid black; */
	}

#header_sp {
	clear: both;
	position: relative;
	top: 0px;
	width: 880px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF url("/images/header_background_sp.jpg") no-repeat top left;
	color: #fff;
	}

#header_ru {
	clear: both;
	top: 0px;
	position: relative;
	width: 880px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: #FFFFFF url("/images/header_background_ru.jpg") no-repeat top left;
	color: #fff;
	/* border: 1px solid black; */
	}

#header_ch {
	clear: both;
	top: 0px;
	position: relative;
	width: 880px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: #FFFFFF url("/images/header_background_ch.jpg") no-repeat top left;
	color: #fff;
	/* border: 1px solid black; */
	}

#header_ar {
	clear: both;
	top: 0px;
	position: relative;
	width: 880px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	background: #FFFFFF url("/images/header_background_ar.jpg") no-repeat top left;
	color: #fff;
	/* border: 1px solid black; */
	}

/**************** Search  *************/
#search {
	position: absolute;
	/* width:200px; */
	top: 20px;
	right: 8px;
	z-index: 1;
	text-align: right;
	}

#search h2 {
	display: none;
	}

#search p {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#search input {
	background: #EFF2E9;
	font: 11px arial, verdana, helvetica, sans-serif;
	color: #666;
	/* border: 1px solid black; */
	}

#search a:visited, #search  a:link, #search  a:active {
	font: 11px arial, verdana, helvetica, sans-serif;
	color: #534C6A;
	text-decoration: underline;
	}

#search a:hover {
	font:  11px arial, verdana, helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	}

#advsearch a:hover {
	font:  21px arial, verdana, helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	}

/************   Main Navigation Menu   ****************/
#header {
	float: left;
	font-size: 100%;
	line-height: normal;
	/* border: 1px solid black; */
	z-index: 1;
	display: none;
	}

#header ul {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	list-style: none;
	}

#header li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
	}

#header a {
	text-decoration: none;
	font-weight: bold;
	color: white;
	display: none;	/* Affichage ou pas de la barre de menu en haut */
	}

/* Commented Backslash Hack hides rule from IE5-Mac */
#header a {float:none;}
/* End IE5-Mac hack */

#header a:hover {
	color:#333;
	}

#header #current {
	/* background-image:url("/images/left_on.gif"); */
	}

#header #current a {
	/* background-image:url("/images/right_on.gif"); */
	color:#333;
	padding-bottom:5px;
	}

#header h2 {
	display: none;
	}

/*********** Sub Navigation Menu    ********/
#nav {
	left: 0px;
	top: 106px;
	width: 150px;
	border: 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 1;
	}

#nav h2 {
	display: none;
	}

#nav p {
	display: none;
	}

#navCornerTop{
   clear: both;
   position: absolute; 
	height: 100px !important;
	background: #6695E7  no-repeat top right;
	z-index: -1;
	}

#navCornerBottom{
	margin: 0px 0px 20px 0px;
	height: 10px;
	background: #6695E7 no-repeat bottom right;
	z-index: 1;
	display: none;
	}

#nav ul {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	display: block;
	}

#nav li {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	display: block;
	}

#nav a:link, #nav a:visited, #nav a:active {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	background: #222 url("/images/arrow_right.gif") no-repeat 1px 6px;
	padding: 6px 5px 6px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #EEE;
	display: block;
	border-bottom: 1px solid #595959;
	}
/*
#nav a:hover {
	background-color: #999;
	text-decoration: none;
	font-weight: bold;
	color: white;
	display:block;
	}
*/

#nav #currentcpij a { /* LYBIL */
	background: #336633 url("/images/arrow_down_gray.gif") no-repeat 2px 3px;
	padding: 3px 5px 3px 15px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	font-weight: bold;
	color: white;
	display: block;
	}

#nav #cpij a:link, #nav #cpij a:visited, #nav #cpij a:active {
	background: #3B6638 url("/images/arrow_right_gray.gif") no-repeat 3px 3px;
	padding: 3px 5px 3px 15px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	font-weight: bold;
	color: white;
	display: block;
	}

#nav #subcpij a:link, #nav #subcpij a:visited, #nav #subcpij a:active {
	font: 10px Arial;
	background: #A1B7A0;
	padding: 3px 5px 3px 15px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	font-weight: bold;
	color: black;
	display: block;
	}

#nav #currentsubcpij a {
	font: 10px Arial;
	background: #A1B7A0;
	padding: 3px 5px 3px 15px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	font-weight: bold;
	color: white;
	display: block;
	}

#nav #currentNav a {
	background: #999 url("/images/arrow_down.gif") no-repeat 2px 3px;
	font: 11px Arial;
	padding: 3px 5px 3px 15px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	font-weight: bold;
	color: white;
	display: block;
	}

/*
#nav #currentNav a:hover {
	background: #999 url("/images/arrow_down.gif") no-repeat 2px 3px;
	padding: 3px 10px 3px 15px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	font-weight: bold;
	color: #EEE;
	display: block;
	}
*/

#nav #currentSubItem a {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	background: #999; /* url("/images/arrow_down.gif") no-repeat 2px 3px; */
	padding: 1px 5px 2px 15px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	font-weight: bold;
	font-style: normal;
	color: white;
	display: block;
	}

#nav #currentSub3Item a:link, #nav #currentSub3Item a:visited {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	background: #999; /* url("/images/arrow-right.gif") no-repeat 15px 4px; */
	padding: 2px 5px 2px 25px;
	margin: 0px 0px 0px 0px;
	border-top: 2px !important;
	font-weight: normal;
	font-style: normal;
	color: white;
	display: block;
	}

#nav #currentSub3Item a:active {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	background: #999; /* url("/images/arrow-right.gif") no-repeat 15px 4px; */
	padding: 2px 5px 2px 25px;
	margin: 0px 0px 0px 0px;
	border-top: 2px !important;
	font-weight: normal;
	font-style: normal;
	color: #ddd;
	display: block;
	}

#nav #sub3Item a {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	background: #999;
	padding: 2px 5px 2px 25px;
	margin: 0px 0px 0px 0px;
	border-top: 2px !important;
	font-weight: normal;
	font-style: normal;
	color: #ddd;
	display: block;
	}

/*
#nav #currentSubItem a:hover {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	background: #999;
	padding: 3px 5px 3px 15px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	font-weight: bold;
	font-style: normal;
	color: #EEE;
	display: block;
	}
*/

#nav #subItem a:link, #nav #subItem a:visited, #nav #subItem a:active {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	border: 0px;
	padding: 1px 5px 2px 15px;
	background: #999;
	color: black;
	font-weight: bold;
	display: block;
	}

#nav #subItem a:hover {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	border: 0px;
	background: #999;
	padding: 1px 5px 2px 15px;
	font-weight: bold;
	color: #eee;
	}

#nav #sub3Item a:hover {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	background: #999;
	padding: 2px 5px 2px 25px;
	margin: 0px 0px 0px 0px;
	border-top: 2px !important;
	font-weight: normal;
	font-style: normal;
	color: #222;
	display: block;
	}

/************  Content area  **************/
#container {
	clear: both;
	float: left;
	background: #fff;
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	border: 0px solid black;
	z-index: 0;
	display: inline;
	}

/************  Content area  **************/
#content {
	float:left;
	width: 730px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid black;
	z-index: 1;
}

#content form {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

#content select, #divCenter select {
   border: 1px solid lightgray; 
   padding: 0px 0px 0px 0px;
   background-color: #eee;
   color: #333;
   font-family: Arial;
   font-size: 10px !important;   
   border-width: thin; 
}

#content input[type="submit"], #content input[type="button"], #divCenter input[type="submit"], #divCenter input[type="button"] {
   border: 3px none; 
   margin-top: 3px !important;
   padding: 1px 10px 1px 10px;
   background-image: url(/images/un_bleu.gif);
   font-weight: bold;
   color: white;
   font-size: 11px !important;   
   border-width: thin; 
}

#content input[type="checkbox"] {
   background-image: url(/images/un_bleu.gif);
   border-width: thin; 
   font-size: 11px !important;   
}

#content input[type="text"], #divCenter input[type="text"] {
   border: 1px solid lightgray;
   padding: 1px 5px 1px 5px;
   background-color: #eee;
   color: #333;
   font-family: Arial !important;
   font-size: 10px !important;
   /* border-width: thin; */
}

#content a:link, #content a:active, #content a:visited {
	font: 11px Arial, Verdana, Helvetica, Sans-serif !important;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	color: #6695E7;
	text-decoration: none;
	font-weight: bold !important;
	}
	
#content a:hover {
	font: 11px Arial, Verdana, Helvetica, Sans-serif !important;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	color: #6695E7;
	text-decoration: underline;
	font-weight: bold !important;
	}

#content a img {
	border: 0px;
	}

/*
#content h1 {
	font: 22px Arial;
	}

#content h2 {
	font: 18px Arial;
	}
	
#content h3 {
	font: 16px Arial;
	}
*/

#content h3 {
	padding-bottom:0;
}

#content h4 {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 10px 0px 0px 10px;
	font: 16px Arial;
	text-align: left;
	font-weight: bold;
	color: black;
	}

/************  Footer Menu ************/
#footer_container {
   padding-left: 150px !important;
	z-index: 999;
   }

#footer {
	float: left;
	margin: 10px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	color: white;
	width: 730px;
	background-color: black;
	display: block;
	z-index: 1;
	}

#footer ul {
	margin: 0px 0px 0px 0px;
	padding: 1px 2px 1px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	list-style-type: none;
	}

#footer li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	list-style-type: none;
	}

#footer li.separator {
	margin: 0px 0px 0px 0px;
	border-top: 0px;
	border-right: 1px;
	border-bottom: 0px;
	border-left: 1px;
	padding: 0px 1px 0px 1px;
	display: inline;
	list-style-type: none;
	border-right: 1px solid white;
	color: white;
	}

#footer a:visited, #footer a:link, #footer a:active {
	padding: 0px 4px 0px 6px;
	font: 10px Arial, Verdana, Helvetica, Sans-serif;
	color: #fff;
	text-decoration: none;
	}

#footer a:hover {
	font:  10px Arial, Verdana, Helvetica, Sans-serif;
	color: #eee;
	text-decoration: none;
	}

#footer h2 {
	display: none;
	}

#footer p {
	display: none;
	}

/************* MODULES ************/
#content #module {
	float: right;
	position: relative;
	width: 150px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #222;
	margin-bottom: 10px;
	background: white;
	list-style: none;
	list-style-position: outside;
}

#content #module li.titre {
	font: 11px Arial, Verdana, Helvetica, Sans-serif;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 1px 2px;
	font-weight: bold;
	color: white;
	text-align: left;
	list-style: none;
	background-color: black;
	list-style-position: outside;
	}

#content #module li {
	font: 11px Arial, Verdana, Helvetica, Sans-serif;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 2px 5px 2px 5px;
	font-weight: normal;
	background-color: white;
	color: black;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	background-image: none;
	}

#content #module li.black a:hover {
	font-weight: bold;
	color: black;
	}

#content #module a:link, #content #module a:active, #content #module a:visited {
	font: 11px Arial, Verdana, Helvetica, Sans-serif;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	text-align: left;
	background-color: white;
	color: #6695E7;
	}

#content #module li.separator {
	font: 11px Arial, Verdana, Helvetica, Sans-serif;
	margin: 0px 0px .1em 0px;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #666;
	list-style: none;
	list-style-position: outside;
	}
		
#content h7.error {
   font-size: 16px;
   font-family: Arial;
   color: red; 
   font-weight: bold; 
   }

/*********************************************************************************************/
#divCenter {
	clear: both;
	float: left;
	color: black;
	z-index: 1;
	}
	
#divCenter input.textbox {
	background: #eee;
	border: 1px solid #ddd !important;
	font-family: arial !important;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	}

#divCenter table {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	}

#divCenter table.table100 {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	width: 100% !important;
	}


#divCenter p {
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-bottom: 8px;
	font-size: 11px;
	font-family: Arial !important;
	color: black;
	}

#divCenter p.a11b, #divCenter span.a11b {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	padding-bottom: 0px;
	padding-bottom: 11px;
	font-size: 11px;
	font-family: Arial;
	color: black;
	font-weight: bold;
	}

#divCenter p.a11bsmallcap, #divCenter span.a11bsmallcap {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	padding-bottom: 0px;
	margin-bottom: 11px;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	font-variant:small-caps;
	}
	
#divCenter h4 {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	font: 16px Arial;
	text-align: left;
	font-weight: bold;
	color: black;
	}

#divCenter h5, #content h5 {
	margin: 0px 0px 10px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	font: 12px Arial !important;
	text-align: center;
	font-weight: bold !important;
	/* text-decoration: underline; */
	color: black;
	}	
	
#divCenter h6 {
	margin: 0px 0px 10px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	font: 11px Arial;
	text-align: center;
	font-weight: bold;
	text-decoration: underline; 
	color: black;
	}	

#divCenter ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-left: 20px;
	list-style-type: none;
	list-style-position: outside;
	font-family: 'Arial', 'Times New Roman', sans-serif;
	font-size: 11px;
	}

#divCenter ol {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	padding-bottom: 8px;
	list-style-type: decimal;
	list-style-position: outside;
	font-family: 'Arial', 'Times New Roman', sans-serif;
	font-size: 11px;
	}

#divCenter li {
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;

	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;

	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;

	font-size: 11px;
	font-weight: normal;
	display: block;
	list-style-type: none;
	list-style-position: outside;
	}

/* Bandeau : carré noir et ligne bleue */
#divCenter ul.pr, #divCenter ul.prbleu {
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;

	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;

	padding-top: 1px;
	padding-left: 20px;
	padding-bottom: 1px;
	padding-right: 0px;

	color: white;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold !important;
	list-style-type: none;
	background: #6695E7 url("/images/carre_noir.gif") left top repeat-y;
	}

#divCenter ul.prblack {
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;

	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;

	padding-top: 1px;
	padding-left: 20px;
	padding-bottom: 1px;
	padding-right: 0px;

	color: white;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold !important;
	list-style-type: none;
	background: #000 url("/images/carre_gris.gif") left top repeat-y;
	}

/* Bandeau : carré noir et ligne vert */
#divCenter ul.prvert {
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;

	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;

	padding-top: 1px;
	padding-left: 20px;
	padding-bottom: 1px;
	padding-right: 0px;

	color: white;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold !important;
	list-style-type: none;
	background: #336633 url("/images/carre_noir.gif") left top repeat-y;
	}

#divCenter ul.blank {
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;

	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;

	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;

	font-size: 11px;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	}

#divCenter li.blank {
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;

	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;

	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;

	font-size: 11px;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	}

#divCenter li.pr {
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 4px;
	background: white url(/images/bullet_blue.gif) no-repeat 0px 0px;
	}

#divCenter ol li {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 10px;
	padding-bottom: 5px;
	list-style-type: decimal;
	list-style-position: inside;
	font-family: 'Arial', 'Times New Roman', sans-serif;
	font-size: 11px;
	display: block;
	color: black;
	background: white url(/images/bullet_blue.gif) no-repeat 0px 0px;
	}

#divCenter ul li {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 4px 11px;
	list-style-type: none;
	list-style-position: outside;
	font-family: 'Arial', 'Times New Roman', sans-serif;
	background: white url(/images/bullet_blue.gif) no-repeat 0px 0px;
	font-size: 11px;
	}

#divCenter li.top {
	float: right;
	text-align: right;
	font: 11px Arial, Verdana, Helvetica, Sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	background: white url(/images/point_bleu.jpg) repeat-x 0px 12px;
	list-style-type: none;
	width: 710px;
	}

#divCenter tr.over {
	background: #F3F7FF;
	color: #222;
	}

#divCenter tr.out {
	background: none;
	}
	
#divCenter span.doctitle, #content span.doctitle {
   font-weight: bold;
   color: #333;
   }

#divCenter span.docname, #content span.docname {
   font-weight: normal;
   color: #666;
   }

#divRight {
	width: 150px !important;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	z-index: 2;
	/* border: 1px solid black; */
	}

#divRight ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	background-color: white;
}

#divRight li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

#divCenter dir {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 5px;
	border: 0px;
}
