@CHARSET "ISO-8859-1";

body {
	margin: 0px;
	padding: 0px;
	
	background-color: white;
	
	height: 100%;
}

/* ********** All purpose format ************ */

h1 {font-family: Verdana; font-size: 30px; font-weight: 100; padding: 0px; margin: 0px; color: rgb(40,40,120);}
h2 {font-family: Verdana; font-size: 18px; font-weight: 200; padding: 0px; margin: 8px 0px 16px 0px; color: rgb(40,40,120);}
h3 {font-family: Verdana; font-size: 16px; font-weight: 400; padding: 0px; margin: 8px 0px 16px 0px; color: rgb(30,30,110);}
h4 {font-family: Verdana; font-size: 14px; font-weight: 400; padding: 0px; margin: 0px; color: rgb(30,30,110);}

a img {border: none;}

table {padding: 0px; margin: 0px; border: none;}
table td {padding: 0px; margin: 0px; vertical-align: top; height: 100%;}

.indentLeft {margin-left: 10px;}
.indentUp {margin-top: 10px;}
.indentRight {margin-left: 10px;}
.indentDown {margin-left: 10px;}
.indentAll {margin: 10px;}

ul {padding: 0px; margin: 8px 0px 0px 16px; list-style: none outside url("../images/bullet/arrow.gif");}
ul li {padding: 0px; margin: 2px 0px 10px 8px;}

/* ********* SUTE ************** */

div.siteContent {
	text-align: center;
	padding: 0px;
	margin: 0px auto;
	
	width: 960px;  /* optimized for 1024xn resolution */
	height: 600px;
	
	text-align: left;
}

.header {
	position: relative; 
	
	padding: 0px;
	margin: 0px 0px 2px 0px;
	
	background: url("../images/layout/head.jpg") no-repeat;
	
	width: 960px;
	height: 237px;
}

/* ****** MENU ********* */

.header .menu {
	position: absolute;
	
	top: 174px;
	/*left: 395px;*/
	left: 168px;
	
	/*width: 550px;*/
	width: 786px;
	
	/*border: 1px solid;*/
	
	vertical-align: middle;
}

.header .menu ul {
	padding: 0px;
	margin: 1px 1px 2px 1px;
}

.header .menu ul li {
	display: inline;
	list-style-type:none;
	
	padding: 3px 14px;
	margin: 0px;
}

.header .menu a {
	color: #417E91;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	
	font-family: tahoma;
	font-size: 12px;
}

.header .menu a:hover, .header .menu a.selected {
	text-decoration: underline;
}

/* ******** LANG ********* */

div.lang {
	position: absolute;
	
	top: 6px;
	/*left: 440px;*/
	left: 667px;
	
	width: 110px;
	
	text-align: right;
	
	font-family: Arial;
	font-size: 12px;
}

div.lang span {	
	color: #5B5B8B;
	/*text-decoration: underline; */
	
	font-weight: 900;
}

div.lang a {
	color: #9B9B9B;
	
	/*font-weight: 100;*/
}

/* ****** SUB MENU ********* */

.header .subMenu {
	position: absolute;
	
	top: 208px;
	left: 163px;
	
	width: 780px;
	
	vertical-align: middle;
}

.header .subMenu ul {
	padding: 0px;
	margin: 1px 1px 2px 1px;
}

.header .subMenu ul li {
	display: inline;
	list-style-type:none;
	
	padding: 3px 20px;
	margin: 0px;
}

.header .subMenu a {
	color: white;
	text-decoration: none;

	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
}

.header .subMenu a:hover, .header .subMenu a.selected {
	text-decoration: underline;
}
	
/* ******** NAV ************ */

.navbar {
	position: relative;
	
	border-top: 1px solid #9D9EA0;
	background-color: #E2E4E3;
	
	padding: 16px 4px 5px 190px;
	margin: 0px;
	
	width: 766px;
	height: 14px;
	
	font-size: 8px;  /* FF affiche un espace sinon */
}

.navbar ul {
	display: inline;
	padding: 0px;
	margin: 0px;
	
	list-style-image: url("../images/bullet/navarrow.gif");
}

.navbar ul li {
	display: inline;
	padding: 0px 4px;
	margin: 0px;
	
	color: #8B8B8D;
	
	font-family: arial;
	font-size: 11px;
	font-weight: 100;
}

.navbar ul li:first-child {
	padding-left: 0px;
	padding-right: 8px;
}

.navbar ul li img {
	margin-right: 8px;
	vertical-align: middle;
}

/* ************ BODY ************* */

.body {
	position: relative;
	
	width: 960px;
}

/* -------- left menu --------- */

.body .leftMenu {
	width: 165px;
	height: 375px;

	padding: 0px 8px;
	background: white url("../images/layout/grey_grad.jpg") repeat-x top; 
}

/* old top */
.body .leftMenu .orangeBox {
	margin-bottom: 6px;
}

.body .leftMenu .orangeBox a {
	display: block;
	border: 1px solid transparent;
	
	width: 165px;
	height: 45px;
}

.body .leftMenu .orangeBox a:hover {
	border: 1px dotted rgb(0,0,128);
}

/* --------- content ----------- */

.body .contentWrapper {
	min-height: 380px;
	
	width: 779px;
			
	background: white url("../images/layout/grey_grad_light.jpg") repeat-x top;
	
}

.body .content {
	position: relative;
	
	min-height: 380px;
	/*height:auto !important;*/
  /*height:100%;*/
		
	font-family: arial;
	
	padding: 16px 16px 16px 16px;
	margin-bottom: 48px;
	margin-right: 212px;
}

/* --------- right side --------- */

.body .right {
	float: right;
	clear: left;
	
	width: 195px;
	height: 375px;
	padding: 0px 8px;
	background: white url("../images/layout/grey_grad.jpg") repeat-x top; 
}

/* ---------- Footer ----------- */

.body .footer {
	border-top: 2px solid #8CB2BB;
	padding: 8px 0px 24px 0px;
	margin-right: 212px;
	
	font-family: tahoma;
	font-size: 12px;
}

.body .footer .separator {
	border-left: 1px solid #8CB2BB;
	
	margin-left: 16px;
	padding-left: 16px;
}