/* INITIALISATION */

html, body {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width: 100%;
	height: 100%;
	text-decoration: none;
	scrollbar-face-color: #AF9631;
	scrollbar-shadow-color: #AF9631;
	scrollbar-highlight-color: #AF9631;
	scrollbar-3dlight-color: #FAEFB4;
	scrollbar-darkshadow-color: #FAEFB4;
	scrollbar-track-color: #FAEFB4;
	scrollbar-arrow-color: #FAEFB4;
	}


/***** CONTENEUR *****/
#Conteneur
{
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}


/***** HEADER *****/
#Header
{
	height: 82px;
	position: relative;
	margin: 0px;
	padding: 0px;
	display: none;
}


img {
	border: 0;
}

/***** MENU DROIT *****/
#MenuDroit
{
	float: right;
	margin: 0px;
	padding: 0px;
	right:0;
	width: 174px;
	/*height: 100%;*/
	text-align: right;
	display: none;
}

/***** CONTENU MILIEU *****/
#Contenu {

	margin-bottom: 0px;
	padding: 0px;
	height: 100%;
}

#CadreHaut {
	float: left;
	height: 31px;
	width: 100%;
	background-image: url("../images/menu_deroulant_fond.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	display: none;
}

#ArrondiGauche {
	float: left;
	height: 31px;
	width: 50px;
	background-image: url("../images/menu_deroulant_coin_gauche.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	display: none;
}

#ArrondiMilieu {
	/*background-color: #999999;*/
	
	float: left;
	height: 31px;
	margin: 0;
	padding: 0;
	display: none;
}



#Actualite {
	float: right;
	width: 98px;
	height: 31px;
	background-image: url("../images/actualite.gif");
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	padding: 0;
	display: none;
}


/*#MenuDeroulant
{
	color: #838383;
	width: 100%;
}*/

#ArrondiDroit
{
	float: right;
	height: 31px;
	width: 75px;
	background-image: url("../images/menu_deroulant_coin_droit.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	display: none;
}

#CadreMilieu 
{
	/*clear: both;*/
	float: left;
	margin: 0;
	background-image: url("../images/fond_jaune.jpg");
	background-repeat: repeat;
	background-position: left top;
	margin-bottom: 5px;
	width: 100%;
	min-height: 100%;
}

#Flash
{
	float:left;
	position:absolute;
	right:174px;
	left:0px;
	display: none;
}

#Logo
{
	float: left;
}


/*******************************/
/************ MENU *************/
/*******************************/
dl
{
	/*height: 82px;*/
	padding-top: 5px;
	margin-left: 9px;
	margin: 0;
	padding-bottom: 0px;
	display: none;
}

dl dt, dl dd, dl div, dl ul, dl li
{
	display: inline;
	margin: 0;
	padding: 0;
	display: none;
}

dl dt
{
	margin-top: 15px;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 15px;
	display: none;
}

dl dt a
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #969696;
	text-decoration: none;
	padding-left: 15px;
	display: none;
}

dl dt a:hover 
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url("../images/puce_jaune.gif");
	background-repeat: no-repeat;
	background-position: left center;
	display: none;
}

.SousMenu1, .SousMenu2, .SousMenu3, .SousMenu4, .SousMenu5
{
	display: none;
	width: 630px;
	display: none;
}

.SousMenu1 a, .SousMenu2 a, .SousMenu3 a, .SousMenu4 a,  .SousMenu5 a
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #969696;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 2px;
	display: none;
}
	
.SousMenu1 a:hover, .SousMenu2 a:hover, .SousMenu3 a:hover, .SousMenu4 a:hover, .SousMenu5 a:hover
{
	color: #000000;
	display: none;
}

.menuCourant
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url("../images/puce_jaune.gif");
	background-repeat: no-repeat;
	background-position: left center;
	display: none;
}

.sousMenuCourant a
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 2px;
	display: none;
}

#Langue
{
	padding-left: 14px;
	padding-top: 4px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #969696;
	text-decoration: none;
	display: none;
}

#Langue a
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #969696;
	text-decoration: none;
	display: none;
}

.langueEnCourant
{
	color: #000000;
	display: none;
}


/*******************************/
/************ RIVE *************/
/*******************************/
#TableauRive
{
	position: relative;
	margin-top: 70px;
	text-align: center;
}

#Rive
{	
	position: absolute;
	background-image: url("../images/fleche_rive.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 20px;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #505050;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.sousTitreRive
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #505050;
	text-decoration: none;
}

.riveTitre
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #505050;
	text-decoration: none;
	border-bottom: 1px solid #ECD864;
}

.riveContenu
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #505050;
	text-decoration: none;
	border-bottom: 1px solid #ECD864;
}

.riveImprimer
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #505050;
	text-decoration: underline;
}

.tableauCoinGauche
{
	background-image: url("../images/fond_tableau_gauche.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	width: 34px;
	height: 17px;
	border-bottom: 1px solid #ECD864;
}

.tableauCoinDroit
{
	background-image: url("../images/fond_tableau_droit.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 34px;
	height: 17px;
	border-bottom: 1px solid #ECD864;
}

.tableauRive
{
	width: 90%;
}

.tableauRiveLigneSousTitre
{
	height: 20px;
	text-align: left;
}

.tableauRiveLigneJaune
{
	background-color: #F5ECB2;
	text-align: left;
}

.tableauRiveLigneImprimer
{
	height: 20px;
	text-align: right;
}

.texteViolet
{
	color :#5f497a;
	font-size : 12px;	
}

.texteVioletGras
{
	color :#5f497a;
	font-size : 12px;	
	font-weight:bold;
}


.titreViolet
{
	color :#5f497a;
	font-weight:bold;
	font-size : 14px;	
}

