
html
	{
	min-width : 940px;
	min-height : 100%;
	margin : 0px;
	padding : 0px;
	position : relative;
	background-position : bottom center;
	background-size : 100% auto;
	font-family : sans-serif;
	}
	
body
	{
	margin : 0px;
	margin-bottom : 0px;
	background : #FFFFFF;
	padding : 0px;
	position : relative;
	min-height : 100%;
	color : #574C52;
	}
	
	
img 
	{border : none;}
	
a:link, a:visited
	{
	text-decoration : none;
	color : inherit;
	}
	
#contenu
	{
	position : relative;
	min-height : 100%;
	background : #ffdfa8;
	}
	
#contenu-g
	{
	vertical-align : top;
	display : inline-block;
	width : 25%;
	padding : 0px;
	margin : 0px;
	position : relative;
	text-align : center;
	min-height : 100%;
	height : 100%;
	}
#contenu-d
	{
	vertical-align : top;
	background : #a6ce39;
	background-image : url('../graph/assiette.svg');
	background-position : center bottom;
	background-size : 100% auto;
	background-repeat : no-repeat;
	display : inline-block;
	width : calc(68% - 40px);
	padding : 0px;
	padding-right : 7%;		padding-left:40px;
	margin : 0px;
	position : relative;
	min-height : 100%;
	padding-bottom : 200px;
	}
#cgv
	{
	bottom : 10px;
	left : 0%;
	width : 95%;
	position : absolute;
	display : inline-block;
	text-align : center;
	line-height : 2em;
	color : #ed1c24;
	font-weight : bold;
	font-size : 0.85em;
	}
#cgv a:hover
	{
	color : black;
	}
	
#acces
	{
	display : inline-block;
	position : relative;
	margin-top : 5px;
	padding : 5px 10px;
	background : white;
	color : #a6ce39;
	}
#acces:hover
	{
	background : #d1e39b;
	color : white;
	}
	
#slider
	{
	position : relative;
	z-index : 3;
	display : inline-block;
	width : 100%;
	height : 100%;
	overflow : hidden;
	vertical-align : middle;
	}
	
#image
	{
	display : inline-block;
	width : 98%;
	vertical-align : top;
	position : relative;
	}
	
#img_down
	{
	width : 100%;
	position : absolute;
	z-index : 1;
	top : 0px;
	left : 0px;	
	}
#img_up
	{
	width : 100%;
	position : absolute;
	z-index : 2;
	top : 0px;
	left : 0px;	
	}
#footer{
	text-align:center;
	width:100%;
	padding:10px 0 20px 0;
}

#footer, #footer a{
	color:#000;
}