/* CSS Document */
body {
	margin-top: 10px;
	margin-bottom:10px;
	padding: 0 ;
	text-align: center ;
	font: 1em "Trebuchet MS", helvetica, sans-serif ;
	background: #000 ;
	color: #EEE ;
  }

div#conteneur {
	
	width: 60%; /* largeur obligatoire pour être centré */
	margin-bottom:10px;
	text-align: left ;
	border: 2px solid #cc2222 ;
	background: #fff ;
	margin-left:20%;
  }
h2
{
	line-height: 25px ;
	font-size: 1.4em ;
	color: #cc2222 ;
}
h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	color: #cc2222 ;
}
a
{
	color: #cc2222 ;
   text-decoration:none;
}

a:hover
{
	color: #cc2222;
}

.pyw{
text-align:center;
font-size: 85%;
color: #EEE;
}
  
.pyw a {
  color: #cc2222;
  text-decoration: none;	
  font-weight: bolder;
  }
.pyw a:hover {
  color: #cc2222;
  text-decoration: underline;
  font-weight: bolder;
  }

.pyw1 {
  color: #EEE;
  text-decoration: none;	
  font-weight: bolder;
  }