* {
    margin:0;
    padding:0;
}
body {
    background-color: #404042;
    color: #FFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 13pt;
}
#conteneur {
    top: 0px;
    width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 0px 10px 10px  rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 10px 10px  rgba(0,0,0,0.6);
}
#spaceCont {
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    background-color:black;
}
#colJeu {
   float:left;
}
#colInstructions {
    height:800px;
}
#instructions {
    overflow:hidden;
    padding-top:10px;
    padding-left:8px;
    background-color:#47423E;
    height:790px;
    border-left:2px solid black;
}
#exemples {
    color: #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
}
.figure {
    float:left;
    padding-left:8px;
}
.figure img {
    border:0;
    width:70px;
    height:70px;
}
.style1 {
    color: #CCCCCC;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
    font-size: x-large;
    color:rgb(203,130,51);
    font-family: "Times New Roman", Times, serif;
}
h2 {
    font-size:12pt;
    color: #BCB1B1;
    font-family: "Times New Roman", Times, serif;
}
h3 {
    font-size: 11px;
	line-height: 14pt;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.texte1 {
    color: #47423E;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 13pt;
}
.texte2 {
    color: #FFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 13pt;
}


