/* CSS Document */
body {
	margin-top: 0px;
}
/*-------------------------------------------------------*/
.DefaultTextBlack {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	color: #333333;
}
.DefaultTextBlackPetit {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
}

.DefaultTextBlackBold {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
/*-------------------------------------------------------*/
.DefaultTextBlue {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
.DefaultTextBlueBold{
font-family:  Arial, Helvetica,Verdana, sans-serif;
	font-size: 12px;
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}

.DefaultTextWhiteBold {
	font-family:  Arial, Helvetica,Verdana, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
.DefaultTextBlueBlack {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #003366
}
.DefaultTextBlueBlack_16 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	color: #003366;
	font-weight:bold;
}

/*--------------------------------------------------------*/

.DefaultTextWhite {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #ffffff;
}
/*-------------------------------------------------------*/
.DefaultTitleBlue {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 30px;
	color: #003366;
}
/*-------------------------------------------------------*/
.DefaultTitleRed {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #CC0000;
}
/*-------------------------------------------------------*/
.BannerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
/*-------------------------------------------------------*/
.QuickLinkTitle {	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
/*-------------------------------------------------------*/
.QuickLinkTitleWhite {	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 30px;
}
/*-------------------------------------------------------*/
.QuickLinkText {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #333333; 
}
/*-------------------------------------------------------*/
.QuickLinkTextWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
/*-------------------------------------------------------*/
.BackgroundColors_in_white {
background-color: #FFFFFF ; 
}

#container {
	width:950px;
	background: #ffffff;
	text-align: center;
	border: 1px solid #E2E2E2;
	margin:2px;
	margin-left:0.125em;
	
}
#nav {
	float: left;
	width: 950px;
	list-style-type: none;
	background: #EBEBEB;
	line-height: 0.5;
	font-weight:normal;
	padding: 0;
	border: solid #E2E2E2;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav ul {
	float: left;
	width: 950px;
	list-style: none;
	line-height: 0.5;
	background: white;
	font-weight:normal;
	padding: 0;
	border: solid #EBEBEB;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: 7em;
	w\idth: 6em;
	color: #333333;
	text-decoration: none;
	padding: 0.5em 1em;
}

#nav a.daddy:hover {
	background: url(left1.gif) center left no-repeat;
}
#nav li {
	list-style-type: none;
	float: left;
	padding: 0;
	width:8.545em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width:15em;
	w\idth:15em;
	font-weight: normal;
	margin: 0 0 0 -4.30em;
	border-width: 0.125em;
	text-align:left;
	
}
#nav li li {
	width: 15em;
}
#nav li ul a {
	width:13em;
	w\idth:13em;
}

#nav li ul ul {
	/*margin: -1.75em 0 0 -14em;*/
	margin: -1.75em 0 0 -27.19em;   /* left*/
	width:27em;
	w\idth:27em;
}
#nav li ul ul a {
	width:25em;
	w\idth:25em;
}

/* Positions 'invisible' : ne pas toucher */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	
	
}
/* Couleur bloc survol padding bloc survol*/
#nav a:hover, #nav li:hover, #nav li.sfhover, #nav li ul a:hover {
	background:#cccccc;
	color:#FF0000;
	
}

#content {
	clear: left;
}

#content a {
	color: #333333;
}

#content a:hover {
	text-decoration: none;
}
