/* MAIN CSS */

/****************************************/
/* JARDIN-LOISIRS COLORS CHART

/* bg color : 		#f3f4f4
/* light green :	#99cc67 (header color)
/* dark green :		#016231
/****************************************/

*{
	border:0;
	margin:0;
	padding:0;
	outline:none;
}

body{
	background:#f3f4f4;
	color:#666;
	font:normal 11px Arial, FreeSans, Helvetica, Verdana, sans-serif;
	margin:0;
	padding:0;
}

#container {
	position:absolute;
	background-repeat:no-repeat;
	width: 980px;
	height: 693px;
	left: 50%;
	top: 50%;
	margin-top: -346px; /* moiti� de la hauteur */
	margin-left: -490px; 
}

li{
	list-style:none outside;
	margin: 0;
	padding: 0;
}

.video-m1c {
	width:218px;
	height:133px;
	position:absolute;
	left:400px;
	top:130px;
}

.doc-m1c {
	width:170px;
	height:220px;
	position:absolute;
	right:10px;
	top:450px;
}

.doc-m1c-image {
	width: 170px;
	height: 220px;
	border: 0;
}