/*-------------------------------------------
			Styles PACK
-------------------------------------------*/
/* 
 * ----------------------------------
 * Redéfinition des balises standards
 * ----------------------------------
 */
html, body {
	width: 					100%;
	height: 				100%;
	margin: 				0px;
	padding: 				0px;
	text-align: 			center;
	background-color: 		#FFFFFF;
}

html, body, table, input, select {
	font-family: 			Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 				11px;
	color: 					#6A86A3;
}

a 			{ text-decoration: none; color: #BBCFE3;}
a:hover 	{ color:#BBCFE3; text-decoration:underline;}

table 		{border: 0px; padding:0px; font-size: 11px;}
td 			{border: 0px; vertical-align: top;}

img 		{border: 0px; margin: 0px; padding: 0px;}

/* 
 * ----------------------------------
 * Styles de textes
 * ----------------------------------
 */
/*HOME*/


	
#xhtml_conteneur {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	/*border-color: #000000;*/
	
}

#flashcontent {
	width: 980px;
	height: 540px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -270px;
	margin-left: -490px;
}

#weboscope {
	width: 980px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 280px;
	margin-left: -490px;
	text-align: right;
}