/* CSS Document */

body {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
    color:#716658;
}

/*==================text================*/

p{
	line-height:14px;
	margin-bottom:8px;
}
h1{
	font-size:20px;
}
h2{
    font-size:18px;
	margin-bottom:20px;
}
h3{
    font-size:16px;
	margin:16px 0 8px 0;
}
h4{
	font-size:14px;
}
h5{
    font-size:12px;
}
h6{
    font-size:11px;
}
em, i{
	font-style:italic;
}
strong, b{
	font-weight:bold;
}
a{
    color:#faa338;
	text-decoration:none;
}
ul li{
    background:url('../images/puce.gif') no-repeat 3px 7px;
    padding-left:10px;
    line-height:16px;
}

