/**

  The Initial Developer of the Original Code is
  Matthieu  - http://www.programmation-facile.com/
  Portions created by the Initial Developer are Copyright (C) 2013
  the Initial Developer. All Rights Reserved.

  Contributor(s) :

 */

section { 
  padding : 10px; 
  margin-bottom: 20px;
  background : #D8D8D8; 
} 
 
.separateur { 
  height : 1px; 
  background : #717171; 
  border-bottom : 1px solid #313030; 
} 

 
div.bienvenue { 
  font-size : 1.5em; 
  text-align : center; 
  padding-bottom : 25px; 
} 
 
article { 
  padding : 0 10px; 
  padding-bottom : 25px; 
}

#idGameDiv {
  height:500px;
  width:300px;
  margin:20px auto;
  display: block;
  margin: auto;
  border: 1px solid black;
}

