h1{
	font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
	font-weight:bold;
	font-size: 28px;	
	color:#f8719d;
}
h2{
	font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
	font-weight:bold;
	font-size: 24px;	
	color:#F39;
}
h3{
	font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
//	font-weight:bold;
	font-size: 18px;	
	color:#F03;
	text-indent:20px;
}
img{
	border:none;
}
span{
	color:#474747;
}

body{
	margin:0 auto;
	background: #da2c59 url(../images/bg.png) repeat-y center;
}

#content{
	width:860px;
	margin:0 auto;
}

#header{
	background:url(../images/header.jpg) no-repeat;
	height:244;
	width:860;
	border:1 solid #666;
	
	-moz-border-radius: 10px;
    border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;


}

#inside{
	background-color:#FFF;
		border:1 solid #666;
	
	-moz-border-radius: 10px;
    border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;

}
#inside p, ul li{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#575556;
//	font-weight:bold;
	padding-left:15px;
}

li {
	list-style-image: url(../images/li.PNG);
}

.rose{
	/*color:#F3C;*/
	font-style:italic;
}
#footer{
	
	background:url(../images/footer_bg.png) no-repeat;
	font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
	font-weight:bold;
	font-size: 14px;	
	color:#6e545c;
	text-align:center;
	border:1 solid #666;
	
	-moz-border-radius: 10px;
    border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#footer a{
	text-decoration:none;
	color:#3263ed;
}
#footer a:hover{
	text-decoration:underline;
	color:#a1479c;
}
.temoignage{
	border:1px solid #C09;
	   -moz-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;

}
#page{
	color:#C0C;
}