html,body{
	width: 100%;
	height:100%;
	font: 12px Verdana, Arial, sans-serif;
	padding:0px;
	margin:0px;
}

#container {
	position:relative;
	width: 100%;
	height:100%;
}

#header{
	position:absolute;
	z-index:2;
	width:100%;
	height:103px;
	background-color:#7E9CB3;
	vertical-align:bottom;
	
}

#left{
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	height:100%;
	width:200px;
	background-color:#7E9CB3;
}

#content{
	position: absolute;
	top:103px;
	width:100%;
}

#mot{
	position: relative;
	text-align:center;
	font-size:10px;
	color:RGB(204,204,204);
}

#img{
	float:left;
	height:103px;
	width:200px;
	background-image:url('http://www.esthetiqueonline.com/images/fond.gif');
}

#header h1 {
	margin-top:60px;
	margin-left:210px;
	font-weight:bold;
	font-size:20px;
	text-decoration:none;
}

#content h1{
	font-size:18px;
	font-weight:bold;
	color:RGB(127,155,179);
	
}

#left h2{
	margin-left:5px;
	font-size:14px;
	color:RGB(204,204,204);
}

#content a{
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
	color:RGB(23,47,71);
}

#index{
	margin-left:210px;
	margin-right:10px;
}

#index a{
	font-size:12px;
}

#content p{
	text-align:justify;
}

#mot a{
	font-size:10px;
	color:RGB(204,204,204);
	text-decoration:none;
}

.liens{
	margin-top:50px;
	margin-left:5px;
	color:RGB(204,204,204);
	font-weight:bold;
	font-size:10px;}

.liens a{
	font-weight:100;
	color:black;
	text-decoration:none;
	color:#172F46
}

.liens a:hover{
	font-weight:0;
	color:black;
	text-decoration:underline;
	color:#666666
}

.plus{
	color:RGB(127,155,179);
}
