body{
	font-family : Arial, Helvetica,  sans-serif;
} 
#container {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}
#titre {
	font-size:50px;
	font-weight : bold;
	vertical-align : middle;
	height : 80px;
}
#header { 
	margin:0;
	height:80px;
	background-image : url(../images/topbg.gif);
	padding-left : 60px;
	border-bottom: 15px solid #9F7921;
}
#menu {
	float:left;
	margin:0;
	width:200px;
	height:550px;
	padding-top : 20px;
	background : #C9C53D;
}
#titreD{
	font-size:25px;
	text-align : center;
	}
#menu a {
	font-size:16px;
	color:green;
	text-decoration:underline;
} 
#menu li {
	line-height:3em;
	list-style-type:none;
} 
#contenu { 
	font-size : 18px;
	margin-left:200px;
	padding-top : 20px;
	padding-left : 30px;
	padding-right : 30px;
	height:550px;
	border-right: 2px solid #D9C572;
}
#sousTitre {
	font-size : 30px;
	font-weight : bold;
	color : #098405;
	margin-left : 20px;
	height : 40px;
	border-bottom: 3px solid #098405;
}
#contenu p {
	margin : 15px 0 15px 0;
	text-align: justify;
}
#infoClient {
	font-size : 20px;
	font-weight : bold;
	color : #9F7921;
	float : right;
	width : 180px;
	height: 140px;
	margin-left : 20px;
	padding-top : 12px;
	border-top : 10px solid #9F7921;
	border-bottom : 10px solid #9F7921;
}
#footer {
	clear:both;
	margin:0;
	height:30px;
	padding-top : 10px;
	border: 2px solid #D9C572;
}
#footerG {
	float:left;
	margin:0;
	width:10%;
	text-align : center;
}
#footerC {
	float:left;
	margin:0;
	width:70%;
	text-align : center;
	font-weight : bold;
}
#footerD {
	float:left;
	margin:0;
	width:20%;
	text-align : right;
	font-style : italic;
}