#sdgtabs {
	position: absolute;
	left: 0px;
	width: 950px;
	margin-left: 9px;
	/*top: 134px;*/
	top:134px;
	height: 30px;
	/*background-image: url(images/sdg_nuages.gif);*/

}

#sdgtabs ul#primary {
	margin: 0;
	list-style-image: none;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	left: 10px;
	width: 800px;

}

#sdgtabs ul#primary li {
	display: inline;
	list-style: none;
	list-style-image: none;
}

#sdgtabs ul#primary a,#sdgtabs ul#primary span,#sdgtabs ul#primary a.current {

	display: block;
	float: left;
	padding: 0px 1em 4px 1em;
	margin-top: 1px;
	margin-right: 6px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#sdgtabs ul#primary span,#sdgtabs ul#primary a.current,#sdgtabs ul#primary a.current:hover {
	border: 1px solid #2B5585;
	border-bottom: none;
	border-top-width: 6px;
	background: #FFFFFF;
	padding-bottom: 3px;
	margin-top: 0;
}

#sdgtabs ul#primary a {
	background: #5389C8;
	border: 1px solid #2B5585;
	border-bottom: none;
	border-top-width: 4px;
	color: #FFFFFF;
}

#sdgtabs ul#primary a:hover {
	margin-top: 0;
	border-color: #2B5585;
	background: #FDECAB;
	padding-bottom: 5px;
	color: #333333;
}

#sdgtabs ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em;
}

#sdgtabs ul#secondary li a,#sdgtabs ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: center;
	border: none;
	border-left: 1px dotted #AAAAAA;
	background: none;
}

#sdgtabs ul#secondary li a {
	color: #0066CC;
	text-decoration: underline;
}

#sdgtabs ul#secondary li a:hover {
	color: #333333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-left: 1px dotted #AAAAAA;
}

#sdgtabs ul#secondary li a:active {
	color: #000000;
	background: transparent;
}

#sdgtabs ul#secondary li:first-child a,#sdgtabs ul#secondary li:first-child span {
	border: none;
}

/* ======================= */

#navcontainer
{
width: 95%;
padding: 0px 0 0 5px;
margin: 0em;
font-family: "Trebuchet MS", Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
font-size: 140%;
font-weight: bold;
background-color: #fdecab;
color: #333;

}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0em;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #d27235;
margin: 0px;
padding: 0px;
background-image: none;
}

#navcontainer li a
{
display: block;
padding: 0.4em;
background-color: #fdecab;
text-decoration: none;
width: 100%;
color: #2b5585;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover, #navcontainer li a.current
{
background-color: #ffcc66;
color: #2b5585;
text-decoration: none;
}

/* --------------- */


#gaumestatique
{
	background-color: white;
	font-weight: bold;
	font-size: 110%;
	float: right;
	width: 300px;
	border: 5px solid #DFDFDF;
	padding:0.5em;
	margin: 20px 0 0.5em 1em;
}


#gaumestatique ul {
margin: 0;
padding: 0em;
border: none;
list-style:none;
}

#gaumestatique ul li {
margin: 0px;
padding: 0px;
background-image: none;
}

#gaumestatique ul li a {
	background-color: white;
	color: navy;
	text-decoration: none;
	display: block;
	width:95%;
      padding: 0.4em;
}

#gaumestatique ul li a:hover, #gaumestatique ul li a.active {
	background-color: #DFDFDF;
	color: green;
	text-decoration:none;
}