/* width total : 1000px;*/

/* ---------------------------------------------------------------------------*/
/* HEADER */
.geo-header {
	position:relative;
	margin-left:0px; /* avant : 10px; */
	width:1000px; /* avant : 980px; */
	height:57px;
	background:url(../design/head-mosaic.gif) #622280 top repeat-x;
}
.geo-header .hg {
	float:left;
	width:7px;
	height:12px;
	background:url(../design/head-coin-gauche.gif) top left no-repeat;
}
.geo-header .hd {
	float:left;
	width:1000px;
	height:12px;
	background:url(../design/head-coin-droit.gif) top right no-repeat;
}

/* ---------------------------------------------------------------------------*/
/* NAV */
.geo-header .nav {
	position:absolute;
	left:40px;
	z-index:5;
  overflow: hidden;
}
.geo-header .nav ul {
	margin:0 16px 0 0;
  padding: 0px;
  list-style: none;
}
.geo-header .nav ul li {
  float: left;
  margin-left:3px;
  padding:0 10px 0 0px; /* espace entre menus */
	font-family:arial,tahoma;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
.geo-header .nav ul li a {
  float: left;
  text-decoration: none;
  /*letter-spacing: 1px;*/
  padding-left: 5px;
}
.geo-header .nav ul li a:hover {
  text-decoration: underline;
}
.geo-header .nav ul li#actif, .geo-header .nav ul li#actif-premier {
  float: left;
  padding-left: 5px;
  padding-right: 20px;
  text-decoration: none;
  /*letter-spacing: 1px;*/
}
.geo-header .nav ul li#actif {
  height:30px;
  background: url(../design/head-nav-coin-gauche.gif) no-repeat;
}
.geo-header .nav ul li#actif-premier {
  height:33px;
  background: url(../design/head-nav-coin-gauche-premier.gif) no-repeat;
}
.geo-header .nav ul li span a {
  float: left;
  padding: 11px 10px 3px 0;
  color: #ffffff;
}
.geo-header .nav ul li#actif span, .geo-header .nav ul li#actif-premier span {
  float: left;
  padding: 1px 16px 3px 15px;
  background-image: url(../design/head-nav-coin-droit.gif);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  margin-left:-1px;
}
.geo-header .nav ul li#actif span a, .geo-header .nav ul li#actif-premier span a {
  height:14px;
	color:#622280;
}
.geo-header .nav ul li span a {
  color:#ffffff;
}

/* ---------------------------------------------------------------------------*/
/* SOUS-NAV */
.geo-header .sous-nav {
	position:absolute;
	top:29px;
	left:43px;
	width:894px;
	height:28px;
	background:url(../design/head-sous-nav-mosaic.gif) bottom repeat-x;
}
.geo-header .sous-nav .hg {
	position:absolute;
	float:left;
	width:3px;
	height:28px;
	background:url(../design/head-sous-nav-coin-gauche.gif) top left no-repeat;
}
.geo-header .sous-nav .hd {
	position:absolute;
	width:894px;
	height:28px;
	margin: 0 auto;
	padding-top:6px;
	background:url(../design/head-sous-nav-coin-droit.gif) top right no-repeat;
  text-align:center;
	font-family:arial,tahoma;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
.geo-header .sous-nav .hd ul {
	margin:0 auto;
	padding:0;
}
.geo-header .sous-nav .hd ul li {
	padding:0 7px 7px 7px; /* espace entre menus */
	display:inline; /* li horizontales */
}
.geo-header .sous-nav .hd ul li span { /* utilisé pour afficher pointeur */
	height:22px;
	display: inline-block; /* permet définir hauteur au span si li en display inline */
}
.geo-header .sous-nav .hd ul li a {
	text-decoration: none;
	font-weight:normal;
	color:#ffffff;
}
.geo-header .sous-nav .hd ul li a:hover {
	text-decoration:underline;
}
.geo-header .sous-nav .hd ul li#actif {
	background:url(../design/head-pointeur.gif) no-repeat 50% 18px;
}
.geo-header .sous-nav .hd ul li#actif a {
	font-weight:bold;
	color:#622280;
}

/* ---------------------------------------------------------------------------*/
/* DIVERS HEADER */
.geo-header .rss {
	position:absolute;
	left:950px;
	top:33px;
}
.geo-header .option {
	position:absolute;
	left:12px;
	top:33px;
}


/* ---------------------------------------------------------------------------*/
/* ONGLETS MEMBRES colonne droite */
#toolbar-onglets {
    float:left;
    width:100%;
    /*background:#DAE0D2 url(../ConnectBloc_Haut.gif) repeat-x bottom; */
    font-size:12px;
    font-weight:bold;
    line-height:normal;
    height:36px;
}
#toolbar-onglets ul {
    margin:0;
    padding:0;
    list-style:none;
}
#toolbar-onglets li {
    float:left;
    background:url(../onglet-membres-left.gif) no-repeat left top;
    margin:0;
    padding:0 0 0 5px;
    height:36px;
}
#toolbar-onglets a {
    float:left;
    display:block;
    background:url(../onglet-membres-right.gif) no-repeat right top;
    padding:11px 10px 10px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#toolbar-onglets a {float:none;}
/* End IE5-Mac hack */
#toolbar-onglets a:hover {
    color:#fff;
    text-decoration:underline;
}
#toolbar-onglets .selected {
    background-image:url(../onglet-membres-left-current.gif);
    border-width:0;
    height:36px;
}
#toolbar-onglets .selected a {
    background-image:url(../onglet-membres-right-current.gif);
    color:#622280;
    padding-top:11px;
    padding-bottom:10px;
}



/* ---------------------------------------------------------------------------*/
/* FOOTER */
.PiedDePage { /* surcharge correctif */
	background-color:transparent;
}
.geo-footer {
	width:1000px;
	color:#e3d4f5;
}
.geo-footer .plan {
	padding:0 5px;
	border:1px solid #a178cf;
	background:url(../design/footer-fond1.gif) bottom repeat-x #e3d4f5;
}
.geo-footer .plan .haut {
	background:url(../design/footer-hr.gif) 10px 30px repeat-x;
	padding:0 37px;
}

.geo-footer .plan .nav {
	height:33px;
	font-family:arial;
	font-size:12px;
	text-transform:uppercase;
}
.geo-footer .plan .sous-nav {
	font-size:11px;
}
.geo-footer .legendef {
	height:57px;
	padding:0 40px;
	background:url(../design/footer-legende.gif) repeat-x;
	border-left:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2; 
}
.geo-footer .legendef table {
	color:#622280;
}
.geo-footer .legendef table img {
	margin:1px 0 -3px;
}
.geo-footer .liens1 {
    padding:10px 40px 6px 40px;
    background-color:#f2f2f2;
    border-left:1px solid #b2b2b2;
    border-right:1px solid #b2b2b2;
    border-bottom:1px solid #b2b2b2;
    text-align:center;
    color:#622280;
}
.geo-footer .liens1 img {
    vertical-align:middle;
    padding-bottom:3px;
}
.geo-footer .liens1 span {
    padding:0 5px 0 5px;
}
.geo-footer .liens2 {
	background-color:#f2f2f2;
	border-left:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
	padding:10px 20px 5px 20px;
	text-align:center;
	color:#999999;
}
.geo-footer .liens2 a {
	color:#999999;
	padding:0 3px;
}
.geo-footer .pied {
	width:1000px;
	height:11px;
	background:url(../design/footer-bas-mosaic.gif) bottom repeat-x #f2f2f2;
	font-size:1px; /* hack ie5 */
}
.geo-footer .pied .gauche {
	width:100%;
	height:11px;
	background:url(../design/footer-coin-bas-gauche.gif) bottom left no-repeat;
}
.geo-footer .pied .droit {
	width:100%;
	height:11px;
	background:url(../design/footer-coin-bas-droit.gif) bottom right no-repeat;
}