#visites {
	width:100%;
	background-color: transparent;
	position: absolute;
	top: -100px;
  }
/* Overcome stupid 3px margin bug in IE/Win floats, 
   which fixes a lot of things, including disapearing company nav,
   randomly appearing text, and wrappers pushed too wide.
   http://www.positioniseverything.net/explorer/threepxtest.html */
  * html #container {
    margin-right:-3px;
    }


/* =GENERAL
----------------------------------------------- */
#page-body {
	float:left;
	width:100%;
	background-color: #ddd;
  }

.container {
	background-image: url(../images/bg_pg_wgray2.gif);
	background-repeat: repeat;
	padding:0;
	line-height:1.6em;
	color:#333;
	width:726px;
	position:relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Sans-serif;
	font-size: small;
  }

a  {
  color:#000000;
  text-decoration:none;
  }
a:visited {
  color:#274257;
  border-color:#899;
  text-decoration:none;
  border-bottom:1px dotted #469;
  }
  
  
a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color: #b55;
  }
 
 
 
p {
	margin:0 0 .75em;
	font-family: Tahoma;
	font-size: 12px;
  }

.sub {
	font-family: Tahoma;
	font-size: 85%;
	font-weight: normal;
	color: #999999;
	text-align: center;
  }
.sub a:hover{
	font-weight: bold;
	color: #666666;
	text-align: center;
  }

#boitesub {
	float: right;
	width: 484px;
	background-color: #ffc;
}


/* Tables
----------------------------------------------- */

table {
	width: 100%;
	height: auto;
	/*background-color: #FFFFB0;*/
}
th, td {
  text-align:left;
  vertical-align:top;
  }

tr {
	font-size: 90%;
}

/* Content
----------------------------------------------- */  
#content {
	float:left;
	width:100%;
	height:303px;
	background-color: #ffc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #3E4848;
	border-right-color: #3E4848;
	border-bottom-color: #3E4848;
	border-left-color: #3E4848;
  }
  
#content-main-nav {
	float:left;
	width:486px;
  }

/* Header
----------------------------------------------- */
#header {
	float:left;
	width:100%;
	background-color: #fff;

  }
#header-logo {
	float:left;
	background-image: url(../images/tete.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 42%;
	background-position: center;

  }
#header-bandeau {
	float:left;
	width:58%;
	height: 160px;
  }
#header-body {
	float:left;
	width:100%;
	background-color: #999999;
  }

/* =code
----------------------------------------------- */
code {
  font-size:100%;
  font-family:Monaco,"Courier New",Courier,Monospace;
  }
/* 933 */
code a {
  color:#424D4D;
  text-decoration:none;

  }  
code a:visited {
  color:#933;
  border-color:#899;
  text-decoration:none;
  border-bottom:1px dotted #469;
  } 
 
code a:hover {
  color:#cccccc;
  }


.secure a{
  color:#FFFFFF;
  text-decoration:none;
}
.secure a:visited {
  color:#FFFFFF;
  text-decoration:none;
}
.secure a:hover{
  color:#899;
	text-decoration:none;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color: #b55; 
}






/* =footer
----------------------------------------------- */

#footer {
	clear:both;
	padding-top:0;
	background-image: url(../images/bg_cnav_teal.gif);
	background-repeat: repeat-x;
    background-position:0 -7px;
	background-color: #667777;
  }
#footer p {
	margin:0;
	padding:10px 20px;
	border-top:1px solid #ccc;
	color:#000000;
	text-align:center;
	font-size: 85%;
	line-height: 1em;
  }
/* Fixes footer containment bug in IE-Win (5 and 6)
   http://www.positioniseverything.net/explorer/escape-floats.html
   But IE5-Mac shouldn't see this \*/
  * html #footer p {
    height:1%;
    }
  /* Resume IE5-Mac */
#footer a, #footer a:visited {
  color:#333333;
  border-color:#444;
  }
#footer a:hover {
  color:#CCCCCC;
  border-color:#b55;
  }
  
  
/* =menu-nav et menu-secure
----------------------------------------------- */
#menu-content {
	float:left;
	width:100%;
    background-image:url(../images/bg_hdr_pukaki3.jpg);
    background-position:0 -70px;
  	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #667777;
	border-bottom-color: #667777;
}
#menu-nav {
	float:left;
	width:70%;
  }
#menu-secure {
	float:left;
	width:30%;
	font-size: 100%;
  }
  
#menu-nav ul {
	margin:0;
	list-style:none;
	font-size:90%;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
  }
#menu-nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	background-image: none;
  }
#menu-nav a, #menu-nav strong {
  display:block;
  padding:5px 10px 6px;
  border:solid #ddd;
  border-width:0 1px 0 0;
  border-color:#667777;
  color:#7ac;
  text-decoration:none;
  white-space:nowrap;
  }
/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #menu-nav a {
  width:1%;
  }
#menu-nav #current strong, #menu-nav #current a {
  background-repeat:no-repeat;
  background-color:#246;
  background-image:url(../images/bg_navshadow_246.gif);

  }
#menu-nav a:hover, #menu-nav #current a:hover strong, #menu-nav #current strong {
  color:#fff;
    }
#menu-nav a:hover {
  background-repeat:no-repeat;
  background-color:#123;
  background-image:url(../images/bg_navshadow_123.gif);

  }
#menu-nav a strong, #menu-nav #current a strong {
  background:none;
  padding:0;
  border:none;
  }
#menu-nav #h {
  border-left-width:1px;
  }

#menu-container {
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #135;
	border-bottom-color: #999999;
  }

