/*GRAPHISME GENERAL*/
	body{background: black;	margin:0px;	padding:0px; font-family: Calibri;  text-align: center; /* pour corriger le bug de centrage IE */ 
	background-image : url(../../images/fond_offline.png); background-repeat: no-repeat; background-position: top;
	background-attachment: fixed;
	}
	img{	border: 0px; }
	a{text-decoration : none; color : #000000;} a:hover {color : #747677;} 
	textarea{ background:#ffffff url('images/degtext.png') repeat-x;	border : 1px solid #000000;  width : 380px; height :150px; }
	form {padding : 0; margin : 0; display : inline;}
	input{ 	  background:#ffffff url('images/degtext.png');	border : 1px solid #3b374f;  display : inline;}
	input[type=submit]{border : 2px ridge #3b374f; padding : 1 10 1 10; 
	-moz-border-radius : 5px; 	border-radius : 5px; 	webkit-border-radius : 5px; 		
	-moz-box-shadow: 2px 2px 3px #000;-webkit-box-shadow: 2px 2px 3px #f00;box-shadow: 2px 2px 3px #000;}




/*FORMULAIRES */
	#cadre_mdp{width : 400px; display : inline-block; padding : 1 10 1 10; margin : 2;
	font-size : large; 	color : #ffffff; text-align : center;}
	#cadre_mdp2{width : 200px; display : inline-block; 	padding : 1 10 1 10; margin : 2;
	border : 1px solid #3b374f; 	background : #000000;
	font-size : large; 	color : #ffffff; text-align : center;}

/* CONTENU PAR DEFAUT */
 	#cadrenoir{background: black;	margin:0px;	padding:0px; opacity : 70%;    width: 60vw;
            height: 30vh;}
/* CONTENU EN MODE PAYSAGE ( ecran PC 16/9) */
@media screen and (orientation: landscape) {
	
	/*Cadre g�n�ral des Informations sur la figurine*/
	#infosfig{ width :41%; position: relative; margin : 5px; display :inline-block; 
	font-size : large; font-weight : bold; color : #000000; text-align : center; vertical-align : top;}
}
	
/* CONTENU EN MODE PORTAIT ( Telephone) */
@media screen and (orientation: portrait) and (min-width :768px) {
	}

/* CONTENU EN MODE PORTAIT ( Tablette) */
@media screen and (orientation: portrait) and (max-width :767px) {
	
}








