/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px !important;
    color:#42391a;
}


/*==================text================*/
p{
	margin-bottom:10px;
	text-align:justify;
	line-height:16px;
}
p.subtitle{
	margin-bottom:5px;
}

p.fixed-width{
    width:455px !important;
}
h2{
    font-family: AnkeSans;
	color:#736022;
	margin-bottom:30px;
	text-transform:uppercase;
}
h3:first-child{
	margin-top:0;
}
h3{
	font-weight:bold;
	margin-bottom:5px;
	margin-top:25px;
	font-size:20px;
}
h3.normal{
	text-transform:none;
}
h4{
	color:#a9a515;
	margin-bottom:5px;
	font-weight:normal;
}
em, i{
	font-style: italic;
}
strong, b{
	font-weight: bold;
}
a{
    color:#736022;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
span.service-title{
    display:block;
    color:#a9a515;
    margin-bottom:15px;
}
span.subtitle{
    display:block;
    text-transform:uppercase;
    margin-bottom:15px;
}
ul.list{
    position:relative;
    margin:5px 0 10px 0;
}
ul.list li{
    padding:0 0 12px 10px;
    list-style:none;
	background:url(../images/puce.gif) no-repeat 0px 3px;
    text-align:justify;
}
ul.less li{
    padding-bottom:3px;
}
div.blue{
    background:#e9f3f6;
    padding:10px 4px;
    display:block;
}