/*----------------------------------Logo----------------------------------*/
#global #header img {
	border:none;
	float:left;
	margin-bottom:5px;
	}
	
/*----------------------------------Nav----------------------------------*/
#global #header ul {
	margin:8px 0 0 0;
	padding:0;
	list-style:none;
	font:bold 12px Arial, Helvetica, sans-serif;
	float:right;
	}
#global #header ul li {
	float:left;
	display:block;
	padding:0;
	margin-left:5px;
	}
#global #header ul li a {
	display:block;
	width:133px;
	height:34px;
	background:url(../images/ong.gif) 0px 0px;
	line-height:34px;
	text-align:center;
	color:#ffffff;
	margin-top:4px;
	text-decoration:none;
	}
#global #header ul li a:hover, #global #header ul li .actif2 {
	background:url(../images/ong.gif) 0px 34px;
	color:#666666;
	}

.actif3 {
	background:url(../images/ong.gif) 0px 34px;
	color:#666666;
	}

#global #header ul li .dropdown {
	background:url(../images/ong-deroul.gif) 0px 0px;
	}
#global #header ul li .dropdown:hover, #global #header ul li .actif {
	background:url(../images/ong-deroul.gif) 0px 34px;
	color:#666666;
	}
#global #header ul .bonsplans {
	margin:4px 0 0 9px;
	padding:0;
	}
#global #header ul .bonsplans a {
	background:url(../images/ong-bonplan.gif) 0 34px;
	width:128px;
	height:34px;
	margin:0;
	padding:0;
	}
#global #header ul .bonsplans a:hover {
	background:url(../images/ong-bonplan.gif) 0 32px;
	}
#global #header ul li a span {
	display:none;
	}

/*----------------------------------Fonctions----------------------------------*/
#global #header #fonctions {
	background:url(../images/bottom-ong.gif) top no-repeat;
	clear:both;
	height:60px;
	padding-top:35px;
	}
#global #header #fonctions div {
	float:left;
	height:46px;
	}

/*Panier*/
#global #header #fonctions #panier {
	background:url(../images/panier.gif);
	width:167px;
	height:47px;
	margin-left:10px;
	margin-right:25px;
	}
#global #header #fonctions #panier span {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#333333;
	display:block;
	padding-left:30px;
	padding-top:5px;
	}
#global #header #fonctions #panier span a {
	display:block;
	font-size:12px;
	color:#333333;
	}

/*Compte*/
#global #header #fonctions #compte {
	background:url(../images/compte.gif);
	height:46px;
	width:155px;
	margin-right:25px;
	}
#global #header #fonctions #compte a {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#333333;
	display:block;
	padding-left:30px;
	padding-top:5px;
	}

/*Moteur*/
#global #header #fonctions #moteur {
	background:url(../images/moteur.gif);
	width:519px;
	height:46px;
	}
#global #header #fonctions #moteur form {
	margin:0;
	padding:0 0 0 45px;
	line-height:40px;
	display:block;
	}
#global #header #fonctions #moteur form .field {
	border:solid 1px #ffeca1;
	width:250px;
	margin-right:10px;
	margin-top:10px;
	padding:5px;
	}
#global #header #fonctions #moteur form .go {
	margin-top:10px;
	vertical-align:top;
	}
#global #header #fonctions #moteur a {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#333333;
	float:right;
	display:block;
	padding:15px 15px 0 0;
	}


/*----------------------------------Menu deroulant----------------------------------*/
#global #wrapper {
	padding-bottom:25px;
	z-index:9;
	display:block;
	position:absolute;
	width:655px;
	left: auto;
	right:auto;
	margin-left:150px;
	top: 79px;
	}
#global #wrapper div {
	background:#e6e4df;
	border:solid 1px #e6e4df;
	padding:15px 15px 0 15px;
	}
#global #wrapper div hr {
	clear:both;
	visibility:hidden;
	}
#global #wrapper div ul {
	margin:0;
	padding:0 15px 15px 15px;
	font:normal 11px Arial, Helvetica, sans-serif;
	list-style:none;
	border-right:solid 1px #f6f6f6;
	width:28%;
	float:left;
	}
#global #wrapper div ul li {
	display:inline;
	margin:0;
	padding:0 5px 0 0;
	color:#CCCCCC;
	}
#global #wrapper div ul li a {
	color:#333333;
	}
#global #wrapper div ul li a:hover {
	color:#ff9900;
	}
#global #wrapper div ul li strong {
	font-size:12px;
	padding-bottom:5px;
	}
#global #wrapper div ul li strong a {
	text-decoration:none;
	color:#ff9900;
	}
#global #wrapper div ul li strong a:hover {
	text-decoration:underline;
	}
#global #wrapper div ul li strong, #global #wrapper div ul .link {
	display:block;
	} 
#global #wrapper div ul .link  {
	padding-top:5px;
	}
#global #wrapper div ul .link a {
	color:#ff9900;
	}