/* CSS Document */
body {
	/*background-color:#000102;*/
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	height: 100%;
}

.gen{
	width:100%;
	height:100%;
	text-align:center;
	}

.site
{
	position:absolute;
	left: 50%; 
	top: 50%;
	margin-left: -350px; /* moitié de la largeur */
	margin-top: -300px; /* moitié de la largeur */
	
}

.invisible{
 height:0px;
 display: none;
 visibility: hidden;
}

/*------------------------- page plugin*/

.plugin
{
width: 680px;
height: 230px;
overflow: auto;
text-align:left;
padding:10px;
margin-top:60px;
margin-left:50px;
text-indent: 20px ;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
line-height: normal;
line-height: 1.6 ;

}

.flash
{
width: 250px;
height: 30px;
overflow: auto;
text-align:left;
padding:10px;
margin-top:-470px;
margin-left:50px;
text-indent: 20px ;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
line-height: normal;
line-height: 1.6 ;
}

.retour
{
width: 150px;
height: 30px;
overflow: auto;
text-align:left;
padding:10px;
margin-top:18px;
margin-left:50px;
text-indent: 20px ;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
line-height: normal;
line-height: 1.6 ;
}

.pluginf{
	margin-left: -210px;
	position:relative;
	z-index:1;
}
