/* menu */
#container {
width: 100%;
background: #000000/*6688CC*/;
text-align: left;
}
/* niveau1*/
#nav, #nav ul {
float: left;
width: 100%;
list-style-type: none;
background: #000000;
font-weight: bold;
}
#nav a {
display: block;
width: 100px;
color: white;
text-decoration: none;
padding: 3px 3px 3px;
}
#nav a.daddy {
/* pour mettre un flêche de suivit des sous menus
 background: url(rightarrow2.gif) center right no-repeat;*/
}
#nav li {
list-style-type: none;
float: left;
padding: 0;
width: 100px;
height:12px:
}
/* niveau2*/
#nav li ul {
position: absolute;
left: -999em;
height: auto;
width: 130px;
font-weight: normal;
margin: 0;
}
#nav li li {
list-style-type: none;
padding-right: 2px;
width: 128px;
height:11px:
}
#nav li ul a {
width: 128px;
}
/* niveau3*/
/* Décalé à gauche et remonté à coté de la ligne en cours */
#nav li ul ul {
margin: -20px 0 0 130px;
}
/* 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 */
#nav li:hover, #nav li.sfhover {
background: #37B;
}
/* padding bloc survol */
#nav li:hover ul, #nav li.sfhover ul {
padding-right : 2px;
}
/*========== Style for searchbar.html ==============*/
#xo-searchbar {
	display:							inline-block;
	float: 							right;
	margin-top: 					5px;
	margin-left : 					1em;
}
#xo-searchbar button {
	margin-left: 					5px;
	padding: 						0 2px 2px 2px;
}
#xo-searchbar input[type=text]{
	background-color: 			transparent;
	color:							#333;
}
#xo-searchbar input[type=text]:hover {
	background-color:				#c6c7c9;
	color:							#333;
}
/*============== Style for userbar.html =================*/
#xo-userbar {
	/*display:							inline-block;
	float: 							left;*/
	background-color: 			#000000;
	padding-top: 					2px;
	padding-right:					1em;
	color:							#666;
}
#xo-userbar form {
	display:							inline;
	padding:							0;
}
#xo-userbar button {
	margin: 							0 -3px;
	background-color:				#c6c7c9;
	background-image: 			none;
	padding:							0;
	border:							none;
	color: 							inherit;
}
#xo-userbar button :hover{
	margin: 							0 -3px;
	background-color:				#ffffff;
	background-image: 			none;
	padding:							0;
	border:							none;
	color: 							inherit;
}
#xo-userbar button img {
	width: 							22px;
	height: 							22px;
 }
 #xo-userbar button:hover {
 	border: 							0 !important;
 }
#xo-userbar img {
	width: 							22px;
	height: 							22px;
}
#xo-userbar input {
	width: 							80px;
	background-color: 			#c6c7c9;
	color:							#333;
}
#xo-userbar input:hover {
	background-color: 			#ffffff;
	color:							#333;
}
#xo-userbar a {
	background-color: 			inherit;
	color: 							#32529C;
	text-decoration:				none;
}
#xo-userbar a:hover {
	background-color: 			inherit;
	color: 							#EAAD7B;
}
a#xo-uname {
	background-color:				inherit;
	color: 							#ff0000;
	font-size:						1.1em;
	font-weight:					bold;
}
/*============== Styles for userbar_siteclosed.html =================*/
#xo-userbar_siteclosed {
	/*display:							inline-block;
	float: 							left;*/
	background-color: 			inherit;
	padding-top: 					2px;
	padding-right:					1em;
	color:							#666;
}
#xo-userbar_siteclosed form {
	display:							inline;
	padding:							0;
}
#xo-userbar_siteclosed button {
	margin: 							0 -3px;
	background-color:				transparent;
	background-image: 			none;
	color: 							inherit;
	padding:							0;
	border:							none;
}
#xo-userbar_siteclosed button img {
	width: 							22px;
	height: 							22px;
 }
 #xo-userbar_siteclosed button:hover {
 	border: 							0 !important;
 }
#xo-userbar_siteclosed input {
	width: 							80px;
	background-color: 			transparent;
	color:							#333;
}
#xo-userbar_siteclosed input:hover {
	background-color: 			#c6c7c9;
	color:							#333;
}