

body{
font-family: 'Arial', 'Verdana','Helvetica', 'Gulim', sans-serif;
color: #000;
font-size: 0.9em;
margin:0px;
padding:0px;

background-image:url("fond.gif");
background-repeat:repeat-x;
background-attachment:fixed;

background-color: #AFD7D7;/*#CAE4FF;*/
 text-align: center; /* pour corriger le bug de centrage IE */
}

/***** style de la page ****/
h2, h3 {
color:#A36C20;
border-bottom: 1px solid #A36C20;
}

h1 {
    font-size: 1.8em;
}
h2 {
    font-size: 1.4em;
}
h3 {
    font-size: 1.3em;
}
h4, h5, h6 {
    font-size: 1em;
}

table, pre, input, textarea {
    font-size: 1em;
}

pre, tt, textarea {
    font-family: 'Lucida Console', 'Lucida Typewriter', 'GulimChe', monospace;
}

a img {
    border-style: none;
}

a {
    color: #831;
	text-decoration: none;
}

a:link {
    text-decoration: none;
}
a:link:hover, a:visited:hover {
    color: #831;
    

}


/***style pour le nav************/

#nav {
        font-size: 0.9em;
       
        margin-left:5px;
        margin-right:5px;
        padding:5px;
        padding-top:0px;
}
#nav h3 {
    font-size: 1.1em;
    margin: 0em;
}
#nav ul, ul#nav {
    list-style: none;
    display: block;
    padding: 0em;
    margin: 0em;
    margin-bottom: 1em;
}
ul#nav {
    padding: 0em;!important
}
#nav li {
     font-size:1.1em;
    list-style: none;
    display: block;
    margin-bottom: 0.4em;
}

#nav {
    
        color: #834C00;
    }

 body a, #nav a {
        color:  #834C00;
    }
    body a:link:hover, body a:visited:hover,
    #nav a:link:hover, #nav a:visited:hover {
        color: #A36C20; <!-- 6E3F10; -->
    }

    #nav h2, #nav h3, #nav h4 {
        color: #A36C20;
    }
    #nav h2, #nav h3 {
       border-color: #A36C20;
    }


   a:hover {
        color:#A36C20;text-decoration:underline;
    }


/***margin padding du contenu*****/


#text{
	
	padding:10px;
	
	}

/*** pour le positionnement*****/

#container{

background-color:#AFD7D7;
width:820px;


/*** pour le centrage ***************/
margin-left: auto;
margin-right: auto;
text-align: left;
/*************************/


}

#nav{
float:left;
margin-left:0px;
background-color:#AFD7D7;
width:150px;
padding:10px;

}

html>body #nav {
  position: fixed;
   }

#contenu{
background-color:white;
margin-left:170px;
}



