html, body{
	font-family: 'caviar_dreamsbold';
	background: #f6f7f9;
	padding: 0;
	margin: 0;
}
aside {
	width: 260px;
	background: #f6f7f9;
	position: fixed;  
	top: 0;  
	left: 0;  
	bottom: 0;  
	display: block;
	font-size: 1.0em;
}
aside nav a {  color: #63676c;  
	line-height: 40px;
	text-align: center;  
	text-decoration: none;  
	display: block;
}
.puceTop {  
	display: block;
	margin-left: auto;
    margin-right: auto;
	padding-top: 50px;
}
.puceBot {  
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
}
aside .bottom {
	padding-top: 50px;
}
aside .bottom .social {
	text-align: center;
}
aside .bottom .created {
	color: #63676c;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}
#content {  
	position: absolute;  
	top: 0;  
	left: 260px;  
	right: 0;  
	bottom: 0;
}
#prestation {  
	width: 100%;
	min-height:280px;
	display:flex;
	flex-direction: row;
}
#imgAdmin {  
	width: 50%;
	min-height:280px;
	background: url('images/alterego gestion administrative.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#imgComm {  
	width: 50%;
	min-height:280px;
	background: url('images/alterego gestion commerciale.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#imgEvent {  
	width: 50%;
	min-height:280px;
	background: url('images/alterego communication evenementiel.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#imgRH {  
	width: 50%;
	min-height:280px;
	background: url('images/alterego gestion personnel.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#imgLegal {  
	width: 100%;
	min-height:400px;
	background: url('images/alterego background small.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.textLight {  
	background: #f6f7f9;
    color: #63676c;
	width: 50%;
}
.textLight h1{  
    text-align: center;
	font-size: 2.0em;
}
.textLight ul{  
    text-align: left;
	list-style-type: none;
	line-height: 25px;
	font-size: 1.0em;
}
.textDark {  
	background: #63676c;
    color: #f6f7f9;
	width: 50%;
}
.textDark h1{  
    text-align: center;
	font-size: 2.0em;
}
.textDark ul{  
    text-align: left;
	list-style-type: none;
	line-height: 25px;
	font-size: 1.0em;
}
#textLightLegal {  
	background: #f6f7f9;
    color: #63676c;
	width: 100%;
}
#textLight h1{  
    text-align: center;
	font-size: 2.0em;
}
