body
{
	margin: 0;
	background-color: #fff;
	color: #000;
	font-family: Verdana, sans-serif, Helvetica;
	font-size: 80%;
}

/*-- HEADER -----------------------------------------------------------------------------*/

#header
{
	background-color: #f2f2f2;
	/* MOZILLA */
	top:0;
	width: 100%;
}

#header #logo
{
	background-color: #f2f2f2;
	height: 44;
	float: left;
	padding : 3;
}

#header #title
{
	margin-left: 100;
	margin-top: 15;
	font-size:125%;
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	vertical-align:center;
}

#header #menu
{
	clear: both;
    background-color: #3f74b2;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	/* MOZILLA */
	height: 20;
	color:white;
}

#header #menu ul
{
	/*
	margin-left: 150px;
	margin-right: 150px;
	*/
	margin: 0;
	/* MOZILLA */
	padding:0;

}

#header #menu li
{
	font-family: Verdana, sans-serif, Helvetica;
	font-size: 100%;
    float: right;
    background-color: #3f74b2;
    border-color: #ffffff;
	/* MOZILLA */
	list-style: none;
	color:white;	
}

#header #menu li a
{
	padding-right:2;
	padding-left:2;
	color:white;
	text-decoration:none;
	font-weight: bold;
}

#header #menu li a:hover
{
    background-color: #3f74b2;
    text-decoration: underline;
	color: white;
}

#header #menu li.selected
{
    background-color: #3f74b2;
	font-weight: bold;

}

#header #menu li.selected a
{
    color: white;
}

html > body #header
{
	position: fixed;
}

/*-- MENU ------------------------------------------------------------------------------*/

div#subMenu
{
	font-family: Verdana, sans-serif, Helvetica;
	font-size: 85%;
	background-color: white;
	color:blue;
	padding-top:3;
}

div#headerMenu
{
	width: 100%;
	top:72;
	background-color: white;	
	
}
div#headerMenu ul
{
	margin: 0;
	padding-left: 25px;
	list-style: none;
}
div#headerMenu li
{
	font-family: Verdana, sans-serif, Helvetica;
	font-size: 85%;
	float: left;
	background-color: #d0e0f0;
	border-color: #ffffff;
	border-bottom: 1px solid black;
}
div#headerMenu li a
{
	padding: 2px 12px 0.3em 16px;
	text-decoration: none;
	display:block;
	color: black;
	border-right: 1px solid black;
}
div#headerMenu li a:hover
{
	background-color: #acccf5;
	text-decoration: none;
}
div#headerMenu li.selected
{
	background-color: #acccf5;
	font-weight: bold;
}
div#headerMenu li.selected a
{
	color: #ffffff;
}
.borderleft {border-left: 1px solid black;}

html > body #headerMenu
{
	position: fixed;
}

/*-- FOOTER -----------------------------------------------------------------------------*/

div#footer
{
	position: absolute;
	background-color: #f2f2f2;
    border-top: 1px solid #999999;
	padding-bottom: 0px;
	bottom: 0;
	width: 100%;
	z-index: 3;
	color: black;
	font-weight: bold;
	height: 27;
	text-align: center;
}
div#footer a
{
	FONT-FAMILY: verdana, Arial, Helvetica, sans-serif;
	color: #023399;
	font-weight: normal;
	text-decoration:none;
	padding:0;
	margin:0;
}
div#footer a:hover
{
	text-decoration:underline;
}
div#footer span
{
	position:absolute;
	text-align: right;
	right: 5;
	bottom:5;

}
div#footer span a
{
	FONT-FAMILY: verdana, Arial, Helvetica, sans-serif;
	color:red;
	text-decoration:none;
}
div#footer span a:hover
{
	color:red;
	text-decoration:underline;
}

/* FOOTER FIXED */
html > body #footer
{
	position: fixed;
}

/*-- CONTENT ----------------------------------------------------------------------------*/

#content
{
	margin-left: 2.3em;
	margin-right: 2em;
	margin-top:2em;
	font-size: 85%;
}

/*-- FORMULAIRE -------------------------------------------------------------------------*/

form
{
	/*
	border: 1px dotted #aaa;
	padding: 3px 6px 3px 6px;
	*/
	width: 100%;
}

input.txt
{
	color: #00008B;
	background-color: #E3F2F7;
	border: 1px inset #00008B;
	width: 200px;
}

form .label
{
	font: 0.8em Arial, Helvetica, sans-serif;
	text-align: right;
}
select
{
	border: 1px inset #00008B;
}
fieldset
{
	border: 1px solid #61B5CF;
	margin-top: 16px;
	padding: 10px;
	width:50%;
	text-align: left;
}
legend
{
	font-size:125%;
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #FFF;
}
.akey
{
	text-decoration: underline;
}

.btn
{
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	BORDER: #999999 1px solid;
	BACKGROUND-COLOR: #cccccc;
	COLOR: black;
	width:130px
}

.btnOver, .btn:hover
{
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	BORDER: black 1px solid;
	BACKGROUND-COLOR: #ff3333;
	COLOR: white;
	width:130px	;
	cursor: pointer;
}

/*-- TABLEAU ----------------------------------------------------------------------------*/

/*
p, td, th
{
	font: 0.8em Arial, Helvetica, sans-serif;
}
*/

#datatable
{
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 100%;
}
#datatable td
{
	border: 1px solid #D6DDE6;
	padding: 4px;
}
#datatable th
{
	border: 1px solid #828282;
	background-color: #BCBCBC;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
}
#datatable caption
{
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
#datatable tr.altrow
{
	background-color: #DFE7F2;
	color: #000;
}
/*
.datatable tr:hover
{
	background-color: #DFE7F2;
	color: #000;
}
*/
#datatable tr.hilite
{
	background-color: #CCC;
	color: black;
	cursor: pointer;
}

/* TABLE */
table
{
	margin:0;
	padding:0;
	font-size: 11px;
}
#table
{
	margin:0;
	padding:0;
	font-size: 11px;
	border:1px solid #D6DDE6;
}

.bgcolorBorder{	background-color:#999999;}
.bgcolorLib
{
	background-color:#3f74b2;
	vertical-align: center;
	color:white;
    font-size: 13px;
    font-weight: bold;
}
.bgcolorValue
{
	background-color:#F2F2F2;
	color: black;
	vertical-align: center;
}
a
{
      text-decoration: none;
      color: #445dcf;
}
a:hover
{
      text-decoration: underline;
}
p,li,blockquote 
{
	font-family: Verdana, sans-serif, Helvetica;
	font-size: 100%;
	color:#3f74b2;
}
.colorLi
{
	color: black;
}



h4
{
	font-size:150%;
	font-weight: bold;
	color: #666;
	font-family: Verdana, Helvetica, sans-serif;
}
h3
{
	font-size:110%;
	font-weight: bold;
	color: #666;
	font-family: Verdana, Helvetica, sans-serif;
}
.h3
{
	margin-top:12.0pt;
	margin-right:0cm;
	margin-bottom:3.0pt;
	margin-left:35.45pt;
	text-align:justify;
	text-indent:-35.45pt;
	page-break-after:avoid;
	font-size:115%;
	font-family:Arial,Verdana, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:underline;
}
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	/*color: black;*/
	font-family:Arial, Verdana, Helvetica, sans-serif;}
h2
{
	font-size:115%;
	font-weight: bold;
	color: #666;
	font-family: Verdana, Helvetica, sans-serif;
}
h1
{
	font-size:100%;
	font-weight: bold;
	font-style: italic;
	color: #666;
	font-family: Verdana, Helvetica, sans-serif;
}
.sTitre
{
	font-size:100%;
	font-weight: bold;
	color: #888888;
	font-family: Verdana, Helvetica, sans-serif;
}
.line
{
	border: 1px solid #61B5CF;
}
#logoRW
{
	background-color:white;
	position:absolute;
	bottom:28;
	text-align:center;
	width:100%;
    border-top: 1px solid #999999;
}
html > body #logoRW
{
	position: fixed;
}

a.acceuil
{
      text-decoration: none;
      color: #445dcf;
	  font-size:16px;
	  font-weight:bold;
}
a.acceuil:hover
{
      text-decoration: underline;
}

#download
{
	background-color:transparent;
	position:absolute;
	bottom:30;
	left: 5;
	z-index: 10;
}

html > body #download
{
	position: fixed;
}

#titleBlock
{
	background-color: #CCC;
	color: #666;
	font-family: Verdana, Helvetica, sans-serif;	
	border: 1px solid #AAA;
	padding: 2px 6px 2px 6px;
	font-size:13px;
	font-weight: bold;	
}


#lang
{
	position:absolute;
	top:39 !important;
	top:50;
	color:white;
}
#lang ul
{
	color:white;
}
#lang li
{
	float:left;
	list-style: none;
	color:white;
}

#lang li a
{
	color:white;
	text-decoration:none;
	font-weight: bold;
	font-size: 80%;
}

#lang li a:hover
{
    background-color: #3f74b2;
    text-decoration: none;
	color: yellow;
}

#lang li.selected
{
    background-color: #3f74b2;
	font-weight: bold;
	color:white;

}

#lang li.selected a
{
    color: yellow;
}

.lang
{
	font-size: 80%;
}

html > body #lang
{
	position: fixed;
}
