html, body, HTML, BODY {margin: 0; padding: 0; width: 100%; height: 100%; min-height: 100%}

body, BODY{
	background-color: #FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#FEBC2E;
	scrollbar-3dlight-color: #FEBC2E;
	scrollbar-arrow-color: #FEBC2E;
	scrollbar-base-color: #FEBC2E;
	scrollbar-darkshadow-color: #FEBC2E;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FEBC2E;
	scrollbar-shadow-color: #FEBC2E;
	scrollbar-track-color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	}

.bordeaux{color: #990000;}	
.orange{color: #FEBC2E;}	
.bleu{color: #0033CC;}
.blanc{color: #FFFFFF;}

div#page 
{
	position: relative;
	display: block;
	min-height: 100%;
	background-image: url(images/fond_gauche.jpg);
	background-repeat: repeat-y;
	overflow: visible;
}

div#entete {
	text-align: center;
	background-color: #FFFFFF;
}

.date{
	color: #0000FF;
	text-align: right;
}

.fond_orange{
	background-color: #FEBC2E;
}

div#premiere {
	position: absolute;
	z-index: 20;
	left: 0px;
	width: 189px;
	display: inline;
}

div#contenu 
{
	position: relative;
	z-index: 10;
	width: auto;
	padding-left: 190px;
	overflow: visible;
}

div#piedpage1 {
	height: 80px;
	clear: both;
}	

div#piedpage2 {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	height: 3em;
	line-height: 2.8em; text-align: center;
	border-top: solid 2px brown;
	background: yellow;	
}

#sous_menu_reprendre{
	position: static;
	display: none;
	visibility: hidden;
	background-color: #FEBC2E;
	width: 150px;
	left: 125px;
	top: 195px;
}

#sous_menu_developper{
	position: absolute;
	display: none;
	visibility: hidden;
	background-color: #FEBC2E;
	width: 150px;
	left: 125px;
	top: 155px;
}

#sous_menu_transmettre{
	position: absolute;
	display: none;
	visibility: hidden;
	background-color: #FEBC2E;
	width: 150px;
	left: 125px;
	top: 250px;
}

#sous_menu_choisir{
	position: absolute;
	display: none;
	visibility: hidden;
	background-color: #FEBC2E;
	width: 150px;
	left: 125px;
	top: 350px;
}

.sous_menu_haut{
	margin: 0px 0px 0px 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
}

.sous_menu{
	margin: 0px 0px 0px 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
}

A.lien_sous_menu_developper{
	text-decoration: none;
	font-family: Myriad Pro ,Arial, Verdana;
	font-style:italic;
	font-size: 13px;
	font-weight:bold;
	color: #820018;
}

A.lien_sous_menu_developper:hover{
	color: #FFFFFF;
}

A.lien_sous_menu_reprendre{
	text-decoration: none;
	font-family: Myriad Pro ,Arial, Verdana;
	font-style:italic;
	font-size: 13px;
	font-weight:bold;
	color: #820018;
}

A.lien_sous_menu_reprendre:hover{
	color: #FFFFFF;
}

A.lien_sous_menu_choisir{
	text-decoration: none;
	font-family: Myriad Pro ,Arial, Verdana;
	font-style:italic;
	font-size: 13px;
	font-weight:bold;
	color: #820018;
}

A.lien_sous_menu_choisir:hover{
	color: #FFFFFF;
}

.sous_sous_menu_developper{
	position: relative;
	display: none;
	visibility: hidden;
	left: 25px;
	top: 0px;
	background-color: #FEBC2E;
}

.sous_sous_menu_reprendre{
	position: relative;
	display: none;
	visibility: hidden;
	left: 25px;
	top: 0px;
	background-color: #FEBC2E;
}

.sous_sous_menu_choisir{
	position: relative;
	display: none;
	visibility: hidden;
	left: 25px;
	top: 0px;
	background-color: #FEBC2E;
}

.titre_actu{
	color: #990000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.date_actu{
	color: #990000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}

A.lien_bleu
{
	color: #0033CC;
	text-decoration: none;
	font-size: 10px;
}

A.lien_bleu:hover
{
	color: #0033CC;
	text-decoration: underline;
}