/* CSS Document */

	html, body{
		overflow-y: auto;
		overflow-x: hidden;
		margin: 0px;
		padding: 0px;
		background			: transparent url(../imgIndex/bg-body.jpg) repeat-x;
		background-color 	: #2db8d9;
		font-family			: Arial, Helvetica, sans-serif;
	}
	#conteneur {
		position			: absolute;
		width				: 400px;
		height				: 400px;
		margin-left			: -200px;
		left 				: 50%;
		margin-top			: 50px;
		background			: transparent url(../imgIndex/bg.jpg) no-repeat scroll top center;
		text-align			: center;
		border				: 2px solid #FFF;
	}
	#titre {
		font-size			: 10px;
		color 				: #0084C4;
		width 				: 370px;
		margin-left			: 15px;
		margin-top			: 100px;
		margin-bottom		: 50px;
		/*background-color	: #009900;*/
	}
	#lien {
		width 				: 370px;
		margin-left			: 15px;
		margin-bottom		: 70px;
		color				: #0084C4;
		font-weight			: bold;
		/*background-color	: #009900;*/
	}
	#lien a, #lien a:visited{
		text-decoration		: none;
		color				: #0084C4;
	}
	#lien a:hover{
		text-decoration		: underline;
		color				: #09586b;
	}
	#plugin{
		font-size			: 10px;
		margin-bottom		: 10px;
		width 				: 370px;
		margin-left			: 15px;
		/*background-color	: #009900;*/
	}
	#menu {
		width 				: 100%;
		text-align			: center;
		position			: absolute;
		bottom				: 30px;
		font-size			: 9px;
		color 				: #FFF;
	}
	#menu a, #menu a:visited{
		color 				: #FFF;
		text-decoration		: none;
	}
	#menu a:hover {
		color 				: #FFF;
		text-decoration		: underline;
	}
	.ref{
		display				: none;
	}
	#vds{
		color 				: #0084C4;
		text-align			: center;
		font-family			: Arial, Helvetica, sans-serif;
		font-size			: 10px;
		margin-top			: 460px;
		
	}
	#vds a, #vds a:visited{
		color 				: #FFF;
		text-decoration		: none;
	}
	#vds a:hover{
		color 				: #FFF;
		text-decoration		: underline;
	}
	#bloc {
		min-height: 628px;
		height: 100%;
	}
