* { 
 padding: 0; 
 margin: 0; 
}

body {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 0.8em;
 background: white url("images/bg.gif") bottom fixed repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 803px;
 position: relative;
}
#header {
 width: 801px;
 height: 152px;
 border: 1px solid black;
 border-top: 0px;
 border-bottom: 0px;
 margin: 0px;
}
#content { 
 width: 803px;
 min-height: 110px;
 color: #333;
 background: white url("images/bgCentreAvenir.gif") bottom fixed no-repeat;
 padding-bottom: 10px;
}
#section {
 width: 761px;
 min-height: 350px;
 border: 1px solid black;
 border-top: 0px;
 border-bottom: 0px;
 padding: 30px 20px 50px 20px;
 /* scroll vertical*/
 height: 450px;
 overflow-y: auto;
 overflow-x: hidden;
 /* end scroll*/
}

#footer { 
 width: 801px;
 color: white;
 border: 0px;
 text-align: right;
 margin: 5px 15px 20px 0px;
}
#logo{ 
 width: 219px;
 height: 120px;
 margin: 5px 0px 0px 20px;
}

.clear {
 clear: both;
}


/* TEXT */
.titre {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background: white url("images/bg.gif") bottom no-repeat;
}
p{

}
h2 {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 1.2em;
 font-weight: normal;
 color: #0069a4;
 margin: 0px;
 padding: 0px;
 padding: 1.5em 0 0.2em 0;
}
h1{
 margin: 0px;
 padding: 0px 0px 0px 0px;
}
h1.h1text{
 margin-top: -30px;
 text-indent: -1000em;
 overflow: hidden;
}
h3{
 font-weight: bold;
 font-size: 1em;
 margin: 0px;
 padding: 10px 0px 0.2em 0px;
}
a, a:hover, a:active, a:visited {
 color: #0a50ff;
}
hr {
 margin: 10px 0px;
}
ul {
 margin:10px;
 list-style-position: outside;
 padding-left: 10px;
}
li {
  color: #0069a4;
}
li span{
  color: black;
}


/* NAV - top horizontal nav */
#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none
}
#nav {
position: absolute;
top: 133px;
left: auto;
right: 1px !important;
right: 14px;
height: 19px;
font: 96% arial;
border-bottom: 5px solid #c76b24;
/* padding-right: 20px; */
background: url("images/header.jpg") no-repeat bottom right;
margin-bottom: 20px;
}

#nav li {
position:relative;
background: #999;
float: left;
display:block;

padding: 0px 0 0 9px;
background:url("images/norm_left.gif") no-repeat left top;
}

#nav li a{
background:url("images/norm_right.gif") no-repeat right top;
}

#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
text-decoration:none;
cursor:pointer;
color:black;
display: block;
padding: 4px 15px 2px 5px;
background:url("images/norm_right.gif") no-repeat right top;
}

#nav a:hover {
color:#000
}

#nav li ul {
border-left: 3px solid #c76b24;
border-top: 5px solid #c76b24;
background: #f6f6f6 no-repeat 100% 100%;
width:12em;
font-size:90%;
position: absolute;
font-weight:normal;
text-align: left;
left: -999em;
}
#nav li:hover ul, #nav li.sfhover ul {
left: 0;
z-index:99999;
}
#nav li li {
background:none;
float:none;
border:none;
border: 1px solid #999;
border-top:1px solid #fff;
border-right:none;
border-left:none;
padding-left:0;
}
#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover {
color:#000;
padding: 3px 10px 2px;
width:10em;
background: white;
}
#nav li li a:hover {
color:#fff;
background:#c76b24;
}







