/* CSS Document */
.txt
   { font-family:Times;
     font-size:16px;
	 color:#993300;
	 text-indent:20px;
   }
.titre
   { font-family:Times;
     font-size:18px;
	 font-weight:bold;
	 text-indent:20px;
	 color:#FFFFFF;
	 font-style:italic;
   }	 
.temp
   { background-image:url(../temp/inter2.gif);
     width:749px;
	 height:517px;
   }	
.txt1
   { font-family:Times;
     font-size:13px;
	 color:#993300;
	 text-indent:20px;
   }   
.voit
   { background-image:url(../temp/123.gif);
     width:288px;
	 height:205px;
	 top:20px;
	} 
.txt2
   { font-family:Times;
     font-size:13px;
	 color:#993300;
   }
.txtf
   { font-family:Arial; 
     font-size:14px;
	 color:#FFFFFF;
	 text-indent:12px;
   }	    
   
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
width: 100%; /* correction pour Opera */
font-size:11px;
}
#menu dl {
float: left;
width: 9em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #CC6600;
border: 1px solid gray;
margin: 1px;
color:#993300;
}
#menu dd {
display: none;
border: 1px solid gray;
color:#FFFFFF;
}
#menu li {
text-align: left;
text-indent:0px;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
color:#993300;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}
