body {
background-color: #330033;
scrollbar-base-color:#330033;
scrollbar-arrow-color: #ffffff;
}
td,body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#330033;}


/* MENUS FOOTER */
.menuFooter { font-size: 10px;font-weight: normal; color: #A40C5F; ; text-decoration: none}
.menuFooter:hover {font-size: 10px;font-weight: normal; color: #ffffff; text-decoration: none}
.menuFooterSelect {font-size: 10px;font-weight: normal; color: #ffffff; ; text-decoration: none}

/*LIENS*/
A { color: #003366; font-weight: bold; text-decoration:none;}
A:hover { color: #F7980E; font-weight: bold; text-decoration:none;}

.lienFooter { font-size: 10px;font-weight: normal; color: #A40C5F; ; text-decoration: none}
.lienFooter:hover {font-size: 10px;font-weight: normal; color: #ffffff; text-decoration: none}

.lienCmd { font-size: 12px; font-weight: bold; color: #ffffff; ; text-decoration: none}
.lienCmd:hover {font-size: 12px;font-weight: bold; color: #330033; text-decoration: none}

/* MENU */
#menu {
	font-size: 10px;
	white-space: nowrap /*IE hack*/;
	width: 950px;
	position: fixe;
	background-image: url(../images/bg_menu.jpg);
	height: 20px;
	padding-left: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-repeat: repeat-x;
}

#menu* {
	margin: 0px;
	padding: 0;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#menu li {
	float: left;
	z-index: 1000;
!important /*Non-IE6*/;
	z-index: 1000 /*IE-6*/;
}

#menu ul li a {
	float: none !important /*Non-IE6*/;
	float: left /*IE-6*/;
	display: block;
	
	text-decoration: none;
	color: #FFE1D5;
	font-weight: bold;
	
	padding: 5px 10px 5px 10px;
	line-height: 10px;
	border-right-width:1px;
	border-right-color:#FFE1D5;
	border-right-style:solid;
}

#menu ul li a:hover {
	background-image: url(../images/bg_menu_over.jpg); 
	background-repeat: repeat-x;
	color: #ffffff;
	text-decoration:none;
}

#menu ul li.menuSelect {
	display: block;
	background-image: url(../images/bg_menu_over.jpg); 
	background-repeat: repeat-x;
	text-decoration:none;
	color: #FFE1D5;
	font-weight: bold;
	
	padding: 5px 10px 5px 10px;
	line-height: 10px;
	border-right-width:1px;
	border-right-color:#FFE1D5;
	border-right-style:solid;
	
}

/*MISE EN VALEUR DE TEXTE*/

#contenu ul {
list-style-type:circle;
list-style-position:outside;

}
#contenu li {
text-align:justify;
}

h1{ font-size: 16px; 
font-weight:bold; 
color:#A50C5F;
letter-spacing:2px;
}
h2{font-size: 11px; font-weight:bold; color:#A40C5F;}
h3{font-size: 11px; font-weight:bold; color:#E2CFA9;}
.titrePage{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight:normal; color:#ffffff;}
.img {border:1px; border-thickness: 1px; border-color: #990066; border-style: solid;}
.dateAgendaAccueil{color: #503500; font-weight: bold;}
.titreAgendaAccueil{color: #ffffff; font-weight: normal;}
.dateAgenda{color: #513500;font-weight: bold;}
/*TABLEAUX*/
.tabFond1{ BORDER: #555555 1px solid; padding:2px;}
.tabTitre1{
background-color:#555555; color:#ffffff;
letter-spacing:1px;
font-weight:bold;
}
.tabCmd{
padding:2px;
background-color:#ff8800;
}



/*FORMULAIRES*/
.form{background-color:#ffffff; BORDER: #F8A201 1px solid; FONT-SIZE: 10px;  COLOR: #F8A201; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;}

/*DIV*/
.divHeadder{
width:950px;
margin:auto; 
font-size:10px;
letter-spacing:1px;
text-align:center;
color:#A40C5F;
height:12px;
overflow:hidden;
}
.divCadre{
width:950px;
margin:auto; 
BORDER: #A40C5F 0px solid;
text-align:left; 
}
.divContenu{
width:930px;
text-align:left;
background-color:#ffffff;
padding:10px;
float:none;
}
.divFooter{
width:950px;
margin:auto; 
font-size:10px;
text-align:center;
color:#A40C5F;
padding:10px;
}
