@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;	
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	line-height: 1;
}

body {
	position:relative;
	width:100%;	
	background: url(../imgs/bg_footer.jpg) repeat;
}

.centertop {
	position:relative;
	width:1000px;
	height: 366px;
	margin:8px auto 0 auto;
	background:url(../imgs/logo_db.jpg) no-repeat top right;	
}

.center {
	position:relative;
	width:1000px;
	margin:0 auto;	
}

#header {
	width:100%;
	height: 374px;
	background:url(../imgs/bg_body.jpg) repeat-x;
	position:relative;	
	float: left;
}

#logo {
	position:relative;
	width: 165px;
	height: 114px;
	background:url(../imgs/logo.jpg) no-repeat;	
	float: left;
}

#logotitre {
	position:relative;
	width: 410px;
	height: 114px;
	background:url(../imgs/logo-titre.jpg) no-repeat 20px 29px;	
	float: left;
}

h1 {
	font-size: 20px;
	text-align:center;
	padding:18px 0 5px 0;	
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
}

h2 {
	font-size: 17px;
	padding:10px 0 0 0;	
	text-transform:uppercase;
	letter-spacing:1px;
	color:#fff;
	width:483px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

h3 {
	font-size: 14px;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#f93;
	width:483px;
	text-align:right;
	float:left;
	height: 21px;
	border-bottom:1px solid #222;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

p {
	padding:10px;	
	letter-spacing:1px;
	line-height:18px;
	font-size:14px;
	font-style:italic;
	text-align:justify;
	float:left;
	position:relative;
	width:97%;
}

p span {
	color:#ff9933;
	position:relative;
	width:100%;
	float:left;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}

#content {
	width:100%;
	position:relative;	
	float: left;	
	background-color:#fff;
}

#contentleft {
	position:relative;	
	float: left;
	width:700px;
	height:430px;	
	background: url(../imgs/signature.jpg) no-repeat 400px bottom;
}

#contentright {
	position:relative;	
	float: left;
	width:280px;
	height:445px;	
	background-color:#ebebeb;
}

#contentright h6 {
	font-size: 16px;
	text-align:center;
	padding:0;	
	text-transform:uppercase;
	letter-spacing:1px;
	float:left;
	width:280px;
	color:#708090;
}

#contentright h6 span{
    float: left;
    font-size: 130px;
    line-height: 100px;
    padding: 0 0 10px 53px;
	color:#708090;
}

#contentright p {
	font-size: 14px;
	text-align:center;
	padding:10px 0 0 0;	
	text-transform:uppercase;
	letter-spacing:1px;
	color:#708090;
}

#contentright img {
	position:relative;	
	float: left;
	margin: 20px 0 0 9px;
	border: 3px solid #bbb;
}

#footer {
	position:relative;
	float:left;
	height:42px;
	width:100%;
	background: url(../imgs/bg_footer.jpg) repeat;
}

#footer p {
	color:#fff;	
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	letter-spacing:0;
	padding: 11px 20px 0 20px;
	width:940px;
}

#footer p a {
    color: #FFFFFF;
    float: right;
    text-decoration: none;
}