 
h1 {
 font-size: 140%; 
 color: #FF6600;
 font-style: italic;
 }
 
h2 {
 font-size: 110%;
 font-style: italic; 
 color: grey; 
 padding-left: 15px;
 }
 
 h4 {
 font-size: 100%; 
 color: #FF6600;
 }
 
p,ul,li,td {
 color: #404040; 
 }

.table_left, th_left, td_left {
 border:none;
}

.table_bord {
 margin-left:auto; margin-right:auto;
 border-collapse:collapse;
 border: 1px solid #DDDDDD;
 width:99%;
}

.table_bordc{
 margin-left:auto; margin-right:auto;
 border-collapse:collapse;
 border: 1px solid #606060;
}

.table_bord_centre {
 margin-left:auto; margin-right:auto;
 border-collapse:collapse;
 border: 1px solid #DDDDDD;
}

.th_bord, .td_bord {
 border: none;/*1px solid #606060;*/
}

table, th, td {
 margin-left:auto; margin-right:auto; 
 border:none;
}

.tr_hover:hover{background-color:#EEEEEE;}

a:link {
 color: #086A87;
 text-decoration: none;
 }
a:visited {
 color: gray;
 }
a:active {
 color:#FF6600;
 text-decoration: underline;
}
a:hover {
 color: #FF6600;
 text-decoration: underline;
}

#bandeau {
   position: fixed;
   z-index: 2; /* place ce div au dessus des autres */
   left: 0px;
   top: 0px;
   width: 100%;
   height: 120px;
}
#menu {
   position: fixed;
   z-index: 1;
   left: 8px;
   top: 125px;
   width: 208px;
   height: auto;
   background-color: #FFFFFF; /* couleur du fond */
}
#contenu {
   overflow: auto;
   position: absolute;
   left: 208px;
   right: 8px;
   top: 120px;
   width: auto;
   height: auto;
}
#commentaires {
   padding-top:2px;
   padding-bottom:2px;
   padding-right:10px;
   padding-left:10px;
   display: block;
   border:1px solid #606060;
}

























































































































body {
 background-color: white; 
 
 font-family: Helvetica;
 
 font-size: 90%;
 
 color: #404040;
																																																																												 -webkit-touch-callout: none;
																																																																												 -webkit-user-select: none;
																																																																												 -khtml-user-select: none;
																																																																												 -moz-user-select: none;
																																																																												 -ms-user-select: none;
																																																																												  user-select: none;
                                  
 }
 