body{
	margin: 20px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: #ffffb3;
}
	
div#conteneur{
	width: 770px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #ff9c00 ;
	background: #fff ;
}

div#header{
	height: 140px ;
	margin : 0;		
}

div#header h1{
	text-align:right;
	padding-right:50px;	
	padding-top : 80px;
}

div#header img{
	float:left;
	padding-left: 10px;
}		

div.contenu{
	padding: 0 50px 0 50px ;
}

div.contenu h2{
	margin-top: 20px;
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.4em ;
	color: #d5555b ;
	border-bottom: 1px solid #ff9c00;
	border-left: 3px solid #ff9c00;
}

div.contenu p{
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
}

.image{
	margin-left: 2em;
	height: 50px;
	float:left;
}	

.texte{
	padding-left: 20px;
	padding-top: 10px;
}	

.screenshot{
	width: 300px;
	padding:10px;
	border: none;
}

a{
	color: #ff9c00 ;
	text-decoration: none;
}

a:hover{
	color: #ff9c00;
	text-decoration: underline;
}

p#footer{
	padding-top: 20px;
	margin:0;
	font-size:1em;
	line-height: 20px ;
	text-align: center ;
	color: #000 ;
	clear:both;
}


