/* CSS Document */

#DivRootLine{
	display: block;
	padding: 0px 3px 3px 10px;
	background: #000000;
	text-align: left;
	color: #FFFFFF;
	font-size: 11px;
	margin-left: 50px;
	white-space: nowrap;
	}
#DivRootLine a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11;
	}
#DivMenuPrincipal{
	position: relative;
	display: block;
	background: url(images/tiret-menu.gif) center repeat-x;
	margin: 8px 10px 8px 10px;
	text-align: center;
	}
#DivMenuFormationsTitre, #DivMenuFormations{
	display: block;
	background: #DEDEDE;
	margin: 1px 10px 1px 10px;
	padding-top: 3px;
	}
#DivMenuFormationsTitre{
	
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	color: #005A8D;
	}

/* MENU FORMATIONS */

#DivMenuFormations a{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	border-right: solid 1px #FFFFFF;
	padding: 3px 10px 3px 10px;
	margin-right: -3px;
	white-space: nowrap;
	
	}
#DivMenuFormations a:hover{
	color: #005A8D;
	background: #FFFFFF;
	}


/* MENU PRINCIPAL HORS FORMATIONS */


#DivMenuPrincipal a{
	margin-right: -1px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
	white-space: nowrap ;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	color: #005A8D;
	text-transform: uppercase;
	text-decoration: none;
	}
#DivMenuPrincipal a:hover{
	background: #005A8D;
	color: #FFFFFF;
	} 
