body { background-color: #358;
	background-image: url('testbg.png');
font-family: arial;
  }
div#roundme { 
-moz-border-radius: 10px; 
width: 800px;
position: relative;
top: 30px;
left: 50%;
margin-left: -400px;
background-color: white;
padding: 20px;
 -moz-box-shadow:rgba(0,0,0,0.5) 0px 10px 24px; 
}
div#footer {
	background: blue ;
	position: relative;
	font-size: 70%;
	top: 50px;
	bottom: 10px;
	background-color: #247 ;
	color: #6af;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 600px;
	text-align: center;
	display: block;
	margin: 0 auto;
}
div.temoig {
padding: 20px;
padding-top: 0px;
width: 300px;
background: #8af;
float: left;
margin-left: 60px;
margin-top: 50px;
text-align: justify;}

div.temoig2 {
padding: 20px;
padding-top: 0px;
width: 300px;
background: #8fa;
float: right;
margin-right: 60px;
margin-top: 30px;
text-align: justify;}

div.texte{
margin-left: 20px;
margin-right: 20px;
background: white;
}
a.foot:link{ color: #7bf ; text-decoration: none; }
a.foot:visited{ color: #59e ; text-decoration: none; }
a.foot:hover{ color: #bef ; text-decoration: underline; }
a.foot:active {}
h1 {
	text-align: center;
 font-size: 330%;
 font-weight:900;
 font-variant: small-caps;
 font-family: verdana, sans-serif;
}

h2 { color: red; font-size: 180%; text-align: center; font-family: verdana, sans-serif;
clear: both;
 }

h5 { font-size: 160%; font-variant: small-caps; margin-bottom: -15px; padding:0px; font-family: verdana, sans-serif ;
margin-left: 60px;}
blockquote { width: 220px; }
cite { width: 220px; margin-right:40px; float: right; text-align: right; }
p {
 clear: none;
text-align: justify;
margin-left: 160px;
margin-right: 160px;}
p.tem { text-indent: 4px;
 clear: none;
text-align: justify;
margin-left: 6px;
margin-right: 6px;}
em {
	font-weight: 900;
	color: red;
	background: yellow;
	font-style: normal;

}
img
{
	margin-left: 60px;
	border: 0;
}

img.imaj
{
	display: block;
	margin:0 auto;
}
img.gauche
{display: block;
  	float: left;
	clear: right;
}

ul {display: block; 
	margin: 0 auto;
	background: white;
	border: 4px dashed black;
	width: 400px;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
li{
	margin-top: 20px;
	margin-bottom: 20px;
}
span.prix
{
 	font-size: 200%;
	font-weight: 900;
	color: red;
}
pre
{
 display: block;
 font-family: courier, fixed-width;
 border: 1px solid black;
 padding: 8px;
 font-size: 90%;
}

