@charset "utf-8";
/* CSS Document */
.clear {
	clear: both;
}
.clearbloc {
    zoom: 1; /* Pour IE */
}
.clearbloc:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.wrapper *{
	margin: 0;
	padding: 0;	
}
.wrapper {
	position: absolute;
	z-index: 2001;
	width: 100%;
	top: 0px;
	text-align: center;
}
*:first-child+html .wrapper{
	z-index: 3000;
	position:absolute;	
	top: -500px;
	width: 100%;
}
.tuto_assombri{
	z-index:2000;
	background: url(bg_assombri.png);	
	position:fixed;
	margin: 0;
	height: 100%;
	width: 100%;
}
.tuto {
	position:relative;
	margin: 0 auto;
	padding-top: 100px;
	color: #666;
	width: 716px;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
}
.tuto a {
	color: #a1d0e4;
	font-weight:normal;
	text-decoration: underline;	
}
.tuto strong {
	color: #a1d0e4;	
}
.tuto_main{
	margin-top: 0;
	padding-left: 8px;
	padding-right: 8px;	
	background: #000 url(interface-tutos_02.png) no-repeat;
}
.tuto .entete {
	display: block;
	background: url(interface-tutos_01.png) center top no-repeat;
	height: 46px;
}
.entete h2 {
	font-size: 18px;
	font-weight: normal;
	color: #a1d0e4;
	text-align: center;
	padding-top: 10px;	
}
.tuto .col_a {
	display: inline-block;
	float: left;
	width:20%;

}
.tuto .col_a p{
	text-align: center;
	margin-top: -20px;
	font-style: italic;	
}

.tuto_main .col_b {
	display: inline-block;
	float: right;	
	width:75%;	
}
.tuto_main .col_b p {
	color: #CCC;
	margin-top: 7px;
	padding-top: 10px;
	padding-right: 5px;	
}
.tuto .nom_joueur {
	color: 	#6dcff6;
}
.tuto form{
	background: url(interface-tutos_04.png)	 center bottom no-repeat;
	height: 58px;
	width: auto;
}

.afficher_tutos {
	font-size: 12px;
	float: right;
	margin: 25px 20px 0 0;	
}
.tuto_main .ok_btn {
	background: url(bouton_ok.png) ;
	display: block;
	width: 104px;
	height: 36px;
	text-decoration: none;	
	margin: 10px auto 5px auto;
	border: none;
}
.tuto_main p img{
		float: left;
		margin-right: 12px;
}
.tuto_main .ok_btn span{
	visibility: hidden;
}
.tuto_main .ok_btn:hover {
	background-position: 0% -36px;
}
.tuto_main .ok_btn:focus {
	border: none;	
}

.bloc_ok_btn {
	width: 100%;
	text-align: center;
}
.desc_perso_tuto img{
	float: left;
	width: 88px;
	height: 117px;;
}
.desc_perso_tuto li{
	list-style: none;
	border-bottom: #273d46 solid thin;
	padding-bottom: 5px;
}
.desc_perso_tuto li p{
	float: right;
	width: 80%;
}
.listing_carac {
	padding-left: 15px;	
	list-style: inside square;
}
.listing_carac li {
	margin: 5px 0;	
}