@charset "UTF-8";
*{
	margin: 0;
	padding: 0;	
}
@font-face {
  font-family: 'gillsans';
  src: url('GillSanBol');
}
body {
	background-color: #d6d6d6;
}
a.sarl-survol, a.eurl-survol{
	text-decoration: none;
	color: #fff;	
}
#page {
	height: 953px;
	width: 960px;
	background-color: #2E2E2E;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
img.bandeau-haut{
	position: absolute;
	z-index: 1000;
	top: 172px;
	text-align: center;
	margin: 0 auto;
	left: -20px;
}
img.bandeau-bas{
	position: absolute;
	z-index: 1000;
	top: 900px;
	text-align: center;
	margin: 0 auto;
	left: -20px;
}
#page-gauche {
	float: left;
	height: 953px;
	width: 480px;
	border-bottom: 4px solid #E11323;
}
#page-gauche:hover {
	background-color: #000;
}
#page-droite {
	float: right;
	height: 953px;
	width: 480px;
	border-bottom: 4px solid #218c37;
}
#page-droite:hover {
	background-color: #000;
}
/*********HEADER************/
#header-g{
	width: 480px;
	height: 172px;
}
#header-d{
	width: 480px;
	height: 172px;
}
/*********CONTENU************/
#contenu-g{
	width: 449px;
	height: 657px;
	margin-top: 30px;
	padding-top: 53px;
	padding-bottom: 43px;
	padding-left: 31px;
}
ul.liste-sarl{
	list-style-type: none;
	margin-bottom: 60px;	
}
ul.liste-sarl li{
	font-family: "gillsans", arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#contenu-d{
	width: 449px;
	height: 657px;
	margin-top: 30px;
	padding-top: 53px;
	padding-bottom: 43px;
	padding-right: 31px;
}
ul.liste-eurl{
	list-style-type: none;
	margin-bottom: 60px;	
}
ul.liste-eurl li{
	font-family: "gillsans", arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
/*********IMAGES************/
#img-sarl1{
	margin-bottom: 4px;	
}
#img-sarl2{
	margin-bottom: 6px;	
}

/*********LOGOS************/
.img-gauche{
	position: absolute;
	display: block;
	z-index: 2000;
	right: 480px;
	top: 270px;
}
.img-droit{
	position: absolute;
	display: block;
	z-index: 2000;
	left: 480px;
	top: 270px;
}