@charset "UTF-8";
/* CSS Document */
body, ul{
margin:0px;
padding:0px
border:0px;}
body {
}
#bandeau {
width:100%;
zoom:1;
height:83px;
margin:0;
}
#bandeau #entete {
font-size:16px;
	text-transform:capitalize;
	font-variant: small-caps;
 }
 h1{
 font-size:6;
 color:#408040;
 text-align:center;
 }
 ul#menu {
display:none;
}
ul#menu li {
text-align:center;
margin:10px 0px;
}
ul#menu li a{
text-decoration:none;
color:black;
}
#center {
padding:10px;
}

#center.prog-tech {
line-height:1.5;}
#center.prog-tech dl, #center.prog-tech dt, #center.prog-tech dd{
display:inline;
margin:0;
padding:0;
}
#pdf,#pdfrecap {
		/*width:40%;*/
		display:none;
margin-bottom:10px;
margin-right:10px;
/*border-right-style:solid;
border-right-width:1px;*/
	height:40px;
	line-height:40px;
	padding-left:45px;
	background: url('media/logopdf40px.png') no-repeat left center;
}
#sommaire {
width:40%;
padding:10px;
border-style:solid;
border-width:1px;
background:white;}
#sommaire  ul { 
margin-left:0;
padding:0px;
list-style:inside;}
#sommaire  ul li {
text-transform:uppercase;
margin-left:0px;
border-top:solid 1px #666;
}
.prog-tech h2 { color:#990000; }
.prog-tech table {border-width:1px;
background:white;
border-collapse:collapse} 
