@charset "UTF-8";
html {

	}
a {
	text-decoration:none;
	color:#868686;
	}
a img {
	border:none;
	}
a:hover {
	color:#2F4284;
	}
p {
	margin-top:5px;
	margin-bottom:5px;
	}
body {
	background-color: #405490;
	}
#main {
	width:920px;
	margin:auto;
	padding:30px;
	background-color:#FFFFFF;	
	-webkit-box-shadow: 5px 5px 15px #2b2b2b;
	box-shadow: 5px 5px 15px #2b2b2b;
	font-family: 'Droid Sans', sans-serif;
	color:#868686;
	margin-top:40px;
	margin-bottom:40px;
	}
	
#content {
	}
	
.associes {
	width:33%;
	float:left;
	margin-top:50px;
	text-align:center;
	}
.associes1 {
	width:33%;
	float:left;
	margin-top:50px;
	text-align:center;
	margin-left: 17%;
	}
.avocat {
	font-family: 'Marcellus SC', serif;
	color:#2F4284;
	font-size:24px;
	font-weight:bold;
	}
.clear {
	clear:both;
	}
#logo {
	text-align:center;
	}
#logo img {
	width:600px;
	}
#adresse {
	text-align:center;
	margin-top:20px;
	border-top:thin #868686 solid;
	padding-top:30px;
	}
#construction {
	font-size:xx-large;
	color:#2F4284;
	text-align:center;
	margin-top:40px;
	margin-bottom:30px;
	}
#footer {
	font-size:small;
	text-align:right;
	}
