@charset "utf-8";
/* CSS Document */
div#debuter h1{
	margin:auto;
	width: 600px;
	height: 50px;
	background:url(../images/mise_en_page/titre_debuter.png) no-repeat;
	margin-bottom: 20px;
}

div#debuter {
	padding-left:10px;
	padding-right:10px;
}
div#debuter p, div#debuter ol{
	margin-left:10px;
	margin-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	background-color:#E1C6C1;
	padding: 5px 10px 5px 10px;
	border:1px solid #663300;
}

div#debuter ol li{
	margin-left:50px;
}
	div#debuter a{
		text-decoration:none;
		font-variant: normal;
    	font-size: 1em;
    	letter-spacing: 1px;
		color:#663300;
	}
div#debuter img#logo_firefox{
	margin-left:10px;
	float:right;
}
div#debuter img{
	display:block;
	margin: auto;
	border:groove 3px #663300;
}
/**/
div#debuter h2{
	color:#336699;
	text-align:center;
}

div#debuter h3{
	color: #CC3300;
	cursor:pointer;
	margin-left: 20px;
	width:200px;
}

div#debuter h4{
	color: #FF0000;
}
div#debuter b#haut_debuter_connexion, 
	b#haut_debuter_interface, 
	b#haut_debuter_caracteristique,
	b#haut_debuter_commentaire,
	b#haut_debuter_boutique,
	b#haut_debuter_inventaire,
	b#haut_debuter_information,
	b#haut_debuter_choix_monde,
	b#haut_debuter_choix_adversaire,
	b#haut_debuter_battle
	{
	width:50px;
	float:right;
	font-size:80%;
	color: #D37B2C;
	cursor:pointer;
}



/**/
div#debuter_navigation_gauche{
	padding-left: 10%;
	float:left;
	width:40%;
}
div#debuter_navigation_droite{
	float:right;
	width:50%;
	
}
div#debuter form{
	margin: 20px 0 20px 180px;
}
	div#debuter form p{
		border:none;
		background-color:#FFFFFF;
	}

div#debuter form input#debuter_bouton_choisir{
	margin-left:5px;
	width:80px;
	height:28px;
	cursor:pointer;
	background:url(../images/debuter/bouton_aller.png) top left no-repeat;
	border:none;
}

div#debuter form input#debuter_bouton_choisir:hover {
	background:url(../images/debuter/bouton_aller.png) top right no-repeat;
}

div#debuter form input#debuter_bouton_choisir:active {
	background:url(../images/debuter/bouton_aller.png) bottom left no-repeat;
}




