@charset "UTF-8";
/* CSS Document */

/* Menu 
*/
	#menu {
		height: 28px;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		background: #000000;
		font-family: verdana, arial;
		z-index: 99;
	}
	#menu a:link {
		color: #ffffff; 
		text-decoration: none;
	}
	#menu a:visited {
		color: #ffffff;
	}
	#menu a:hover {
		color: #ffffff;
		text-decoration:  none;
	}
	#logo {
		position: fixed;
		top: 0px;
		left: 0px;
		height: 28px;
	}
	#menuhaut {
		position: fixed;
		top: 0px;
		left: 100px;
		right: 0px;
		height: 28px;
		background: #000000;
	}
	#menuhaut div {
		float: left;
		height: 28px;
		line-height: 28px;
		font-size: 14px;
		font-weight: bold;
		padding-left: 15px;
		padding-right: 15px;
	}
	#menuhaut  div:hover {
		background: #666666;
	}
	#menuCO  div:hover {
		background: #666666;
	}
	#menuSAMCO  div:hover {
		background: #666666;
	}
	#menuselected {
		height: 28px;
		line-height: 28px;
		background: #444444;
		color: #000000;
	}
	#reseausocial {
		position: fixed;
		right: 0px;
		top: 0px;
		padding-top: 2px;
		padding-right: 20px;
	}
	#reseausocial a{
		margin-left: 5px;
	}
	#menuCO {
		position: fixed;
		top: 28px;
		left : 105px;
		display: none;
		font-size: 12px;
		background: #444444;
		padding: 5px;
		z-index: 91;
	}
	#menuSAMCO {
		position: fixed;
		top: 28px;
		left : 219px;
		font-size: 12px;
		display: none;
		background: #000000;
		padding: 5px;
		z-index: 90;
	}