body {
	margin: 0;
	padding: 0;
}

.normal {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
.petitesecriture {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
.nouvelles {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14px}
.liste {  background-color: #E5E5E5; overflow: auto; scrollbar-track-color: #B7B7B7; scrollbar-shadow-color: #696969; scrollbar-highlight-color: #FFFFFF; scrollbar-face-color: #DDDDDD; scrollbar-darkshadow-color: #B9B9B9; scrollbar-arrow-color: #A20031; scrollbar-3dlight-color: #FFFFFF}
.liensliste {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration:none}
.content {  padding : 5px 5px 5px 5px}
.titrerouge { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight : 900; color: #A20031; margin: 0px}
.grandtitrerouge {
	background: url(../images/fleche-gauche.jpg) no-repeat 0 50%;
	padding: 7px 18px;
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight : 900; color: #A20031; margin: 0px
}

.lienmenu { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; text-decoration: none; color: White; }

.lienNouvelle { font-weight: bold; text-decoration: none; color: #000;}
.lienNouvelle:hover { font-weight: bold; text-decoration: underline; color: #000;}

.lienEvenement { font-weight: bold; text-decoration: none; color: #FFF;}
.lienEvenement:hover { font-weight: bold; text-decoration: underline; color: #FFF;}

.lienmenuAccueil { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; text-decoration: none; color: #A20031; }

.nouvellevedette {
	padding-right: 3px;
	width: 100%;
	height: 70;
	overflow: auto;
	scrollbar-track-color: #B7B7B7;
	scrollbar-shadow-color: #696969;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-face-color: #DDDDDD;
	scrollbar-darkshadow-color: #B9B9B9;
	scrollbar-arrow-color: #A20031;
	scrollbar-3dlight-color: #FFFFFF
}

TD,INPUT,TEXTAREA,SELECT {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
H1{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; margin: 0px}

/* Pour la map des divisions */
#locations {
	margin: 0 0 30px;
	width: 600px;
	position: relative;
}
#locations #map {
	position: absolute;
	top: 0;
	left: 0;
}
#locations div {
	margin: 0 0 0 40px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#locations table.infos {
	border: 1px solid #D894A9;
	margin: 10px 0 0 40px;
}
#locations table.infos table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 7px 8px;
}
#locations table.infos strong {
	color: #9F103F;
}
#tblDetail, #lnkDetail{
	display: none;
}

.submenu, .submenu a {
	color: #FFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}


/* = Navigation */
/* ---------------------------------------- */
#nav {
	margin: 0;
	padding: 0;
	background: #005500;
	height: 21px;
}
#nav li {
	height: 21px;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px dotted #fff;
	list-style: none;
	background: none;
	background-color: #005500;
}
#nav li a {
	font-weight: bold;
	line-height: 20px;
	height: 21px;
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 4px;
	background-color: #A20031;
}
#nav li a:hover, #nav li.selected a{
	background-color: #670009;
}
#nav #mLangue {
	border-right: none;
	padding: 0;
}
#nav #mLangue a {
	padding: 0;
}
#nav #mLangue img {
	border: 0;
}
#nav #mAPropos{
	background: url(../images/MenuGauche_vert.gif) no-repeat;
	padding-left: 24px;
}
#nav #mContact {
	border-right: none;
}
#naven #mLangue {
	width: 338px;
}

#navvert {
	background-color: #005500;
}


/* = Menu dynamiques */
/* ---------------------------------------- */
#subMenus {
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
	z-index: 100;
	font-size: .9em;
}
#subMenus div {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
	cursor: pointer;
	background: #A20031;
}
#subMenus div div {
	position: relative;
	display: block;
	width: 100%;
	white-space: nowrap;
	border-top: 1px dotted #fff;
	background: none;
}
#subMenus a {
	display: block;
	height: 1%;
	padding: 7px 8px 7px 15px;
	color: #fff;
	text-decoration: none;
}
html>body #subMenus a {
	height: auto;
}
#subMenus a:hover {
	background-color: #670009;
}
#mSolutionsSMenu {
    width: 168px;
}