@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	background-color: #000;
}

body {
	width: 1000px;
	margin: auto;
	background-color: #333;
	height: 100%;
}
#logo {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}
h1  {
	text-align: center;
	display: block;
	height: 40px;
	width: auto;
	background-color: #7ed1ee;
	background-position: 0%;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
#page {
	background-color: #ececec;
	height: 100%;
	padding-top: 25px;
}
#rechercher_client {
	margin-bottom: 25px;
	text-align: center;
}

#content_list {
	display: block;
	border: 1px solid #000;
	width: 210px;
	float: left;
	margin-left: 30px;
	text-align: center;
	height: 30px;
	padding-top: 10px;
	background-color: #CCC;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border-radius: 10px;
	margin-bottom: 10px;
}
#content_list:hover {
	background-color: #05a6d0;
}
#content_list a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
