/* STYLE DE LA PAGE ET DES DIFFERENTES PARTIES DU TABLEAU */
* {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	scrollbar-face-color: #A4ADCA;
	scrollbar-shadow-color: #E0E0E0;
	scrollbar-highlight-color: #E0E0E0;
	scrollbar-3dlight-color: #E0E0E0;
	scrollbar-darkshadow-color: #E0E0E0;
	scrollbar-track-color: #E0E0E0;
	scrollbar-arrow-color: #325985;
}
#page {
	background-color: #E0E0E0;
	width: 1003px;
	height: 581px;
}
#north {
	background-repeat: repeat-x;
	height: 103px;
	margin-left: 0px;
	padding: 0px;
}
#middle {
	width: 100%;
	height: 100%;
}
#main {
	width: 100%;
	height: 100%;
}
#iframe {
	width: 100%;
	height: 100%;
}
#west{
	width: 205px;
	background-image: url(../images/bandeau_gche.jpg);
	background-repeat: no-repeat;
}
#center {
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/fdclair_pageprincipal.jpg);
	background-repeat: no-repeat;
}
#south {
	text-align: center;
	height: 20px;
/*}
#east {
	width: 0px;*/
}
#info {
	width: 0px;
}
/*PARTIE HAUTE DE LA PAGE : NAVIGATION + LOGO*/
#header {
	width: 100%;
	height: 159px;
	BACKGROUND: url(../images/bandeau_haut.jpg) no-repeat;
}
/*#logo {
	BACKGROUND: ;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	z-index: 2;
}*/
#label {
	position: relative;
	list-style-type: none;
	font-weight: bold;
	float: left;
	top: 88px;
	left: 180px;
	z-index: 3;
}
#header LI {
	list-style-type: none;
	FLOAT: left;
	width: 133px;
}
#label .li_start {
	width: 28px;
}
#label .li_end {
	position: left;
	width: 0px;
}

#label .standard {	
}
#label a {
	font-size: 11px;
}
#label .selected {
}
#label .selected a{
	COLOR: #B4C5FB;
}
#header LI A {
	margin-right: 10;
	line-height: 12px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	text-align: center;
}
#header li A:hover {
	color: #787878;
}
/* TOOLS = CONTACT + MOTEUR DE RECHERCHE + PLAN DU SITE */
#tools {
	BACKGROUND: url(../images/illust_menu.jpg);
	width: 150px;
	height: 94px;
	float: right;
	position: absolute;
	right: 0px;
	padding-left: 10px;
}
#search_inc {
	position: relative;
	top: 15px;
}
#search_inc input {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 10px;
}
#sitemap_inc{
	position: relative;
	top: 20px;
}
#sitemap_inc A {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none
}
#sitemap_inc A:hover {
	color: #FF9600; 
}
#contact_inc {
	position: absolute;
	top: 60px;
	float: left;
}
#contact_inc A {
	COLOR: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
#contact_inc A:hover {
	COLOR: #FF9600; 
}
/*MENUS DU SITE*/
#menu {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	width: 185px;	
}
#menu A{
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .style1 {
	font-size: 10px;
	font-weight: bold ;
	color: #1A3896;
	line-height: 16px;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 0px;
	/*background-color: #325985*/
}
#menu .style2 {
	font-size: 10px;
	font-weight: bold;
	color: #717171;
	line-height: 15px;
	width: 100%;
	padding-left: 10px;
	background-image: url(../images/puce_menu.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	/*background-color: #D3E8FE;*/
	margin-top: 2px;
	margin-bottom: 2px;
}
#menu .style3 {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
	width: 100%;
	padding-left: 15px;
	background-image: url(../images/puce_menu2.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-color: #ECF4FD;
	margin-top: 2px;
	margin-bottom: 2px;
}
#menu .style4 {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
	width: 100%;
	padding-left: 35px;
	background-image: url(../images/puce_menu2.gif);
	background-repeat: no-repeat;
	background-position: 25px center;
	background-color: #ECF4FD;
	margin-top: 2px;
	margin-bottom: 2px;
}
#menu .style5 {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
	width: 100%;
	padding-left: 35px;
	background-image: url(../images/puce_menu.gif);
	background-repeat: no-repeat;
	background-position: 25px center;
	background-color: #ECF4FD;
	margin-top: 2px;
	margin-bottom: 2px;
}
/* STYLES UTILISES DANS LES ARTICLES*/
li {
}
ul {	
	list-style: disc inside;
	margin-left: 0px;
}
a {
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #002369
}
p {	
	font-weight: normal;
}
/* STYLES DES TABLEAUX EXCELS */
.class_list_title{
	padding: 5px;
	font-weight: bold;
	background-color: #AEB7D4;
	color: #FFFFFF;
}
.table_standard{
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #C8C8C8;
}
.table_href{
	background-color: #0A44B0;
	color: #FFFFFF;
}
#footer A{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
}
/* STYLES DE LA PARTIS DROITE DU SITE : news + login*/
#news {
	text-align: center;
}
#news a {
	COLOR: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
#news a:hover {
	text-decoration: underline
}
#login {
	position: relative;
	margin-top: 15px;
	margin-left: 10px;
}
#login p {
	font-size: 9px;
	color: #0B42A7;
}
#login input {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 9px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 2px;
}
