@charset "UTF-8";
/* CSS Document */
body {
font-family:  "Times New Roman", Times, serif;
}

#t1{
	height:10px;
	background-color:#000;
	margin-left:auto;
	margin-right:auto;
	width:850px;
}
#t2{
	height:5px;
	background-color: #a70b18;
	margin-left:auto;
	margin-right:auto;
	width:850px;
}
#top{
	height:150px;
	margin-left:auto;
	margin-right:auto;
	width:850px;
}
#logo{
	width:400px;
	height:150px;
	float:left;
	
	
	}
#menu{
	width:400px;
	height:135px;
	background-repeat:no-repeat;
	float:right;
	text-align:right;
	padding-right:20px;
	padding-top:5px;
	font-family: "Times New Roman", Times, serif;
	font-size:17px;
	color: #333;
	font-weight:bold;
	
	
	}
.textrouge{
	font-weight:bold;
	color:#a70b18;
}

#milieu{
	height:auto;
	margin-left:auto;
	margin-right:auto;
	width:850px;
	font-family:"Times New Roman", Times, serif;
	background-image:url(images/built.png);
	text-align: justify;
	font-size:14px;
}

#milieu2{
	height:auto;
	margin-left:auto;
	margin-right:auto;
	width:850px;
	font-family:"Times New Roman", Times, serif;
	background-image:url(images/avocat.png);
	text-align: justify;
	font-size:14px;
}
#milieu3{
	height:auto;
	margin-left:auto;
	margin-right:auto;
	width:850px;
	font-family:"Times New Roman", Times, serif;
	background-image:url(images/formation.png);
	text-align: justify;
	font-size:14px;
}
#footer1{
	height:1px;
	background-color:#000;
	margin-left:auto;
	margin-right:auto;
	width:850px;
}
#footer{
	height:110px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color: #333;
	padding-left:50px;

}

