html, body {
	margin: 0;
	padding: 0;
}

body {
	font: 12px Verdana,Arial,serif;
    background: url('../images/bg-site1.jpg') center 0px no-repeat fixed !important;
}

div.header {
	width: 780px;
	height: 140px;
    margin: 0 auto;
	position: relative;
}

a.logo {
	display: block;
	width: 245px;
	height: 110px;
	position: absolute;
	top: 10px;
	left: 0;
}

div.wrapper {
	width: 780px;
	margin: 0 auto 0px auto;
	background: #fff;
	padding: 15px 15px 35px 15px;
	border-radius: 12px 12px 0px 0px;
	-moz-border-radius: 12px 12px 0px 0px;
	-webkit-border-radius: 12px 12px 0px 0px;
}

article div.item-page h1 {
	text-align: center;
    color: #fff;
	background: #003f69;
    background: -moz-linear-gradient(top, #005b99 0%, #003f69 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005b99), color-stop(100%,#003f69));
    background: -webkit-linear-gradient(top, #005b99 0%,#003f69 100%);
    background: -o-linear-gradient(top, #005b99 0%,#003f69 100%);
    background: -ms-linear-gradient(top, #005b99 0%,#003f69 100%);
    background: linear-gradient(to bottom, #005b99 0%,#003f69 100%);
	border-radius: 12px 12px 0px 0px;
	-moz-border-radius: 12px 12px 0px 0px;
	-webkit-border-radius: 12px 12px 0px 0px;
    margin: -15px -16px 20px -16px;
    padding: 5px 0 7px 0;
}

article img[style="float: right;"], article img[style="float: right"], article img[align="right"] {
    margin: 3px 0 3px 15px;
}

article img[style="float: left;"], article img[style="float: left"], article img[align="left"] {
    margin: 3px 15px 3px 0;
}

div#footer {
	width: 790px;
	margin: 0 auto;
	padding: 10px;
	color: #2a2a2a;
	background: #eaf4fc;
}

div.foot {
	margin-top: 5px;
}

span.porpos, span.client, span.pro, span.paiement, span.membre, span.infos {
	color: #2a2a2a;
    font-size: 18px;
    font-family: "Trebuchet MS",Tahoma,Calibri,Arial,sans-serif;
	display: block;
}

span.porpos:before {
	content: "";
    background: url('../images/home-icon.png') no-repeat;
    display: block;
    width: 23px;
    height: 23px;
    background-size: 23px;
    float: left;
    margin-right: 6px;
}

span.client:before {
	content: "";
    background: url('../images/client-icon.png') no-repeat;
    display: block;
    width: 23px;
    height: 23px;
    background-size: 23px;
    float: left;
    margin-right: 6px;
}

span.pro:before {
	content: "";
    background: url('../images/pro-icon.png') no-repeat;
    display: block;
    width: 23px;
    height: 23px;
    background-size: 23px;
    float: left;
    margin-right: 6px;
}

span.paiement:before {
	content: "";
    background: url('../images/paiement-icon.png') no-repeat;
    display: block;
    width: 19px;
    height: 28px;
    background-size: 16px;
    float: left;
    margin-right: 6px;
}

span.membre:before {
	content: "";
    background: url('../images/membre-icon.png') no-repeat;
    display: block;
    width: 24px;
    height: 28px;
    background-size: 20px;
    float: left;
    margin-right: 2px;
}

span.infos:before {
	content: "";
    background: url('../images/infos-icon.png') no-repeat;
    display: block;
    width: 24px;
    height: 28px;
    background-size: 23px;
    float: left;
    margin-right: 6px;
}