body{
	text-align: center ;
	vertical-align : middle;
	font: 13px/1.4285714285714286em Arial;
	line-height: 180%;
	color : white;
	background: #011442 url(../../_assets/images/stripes.png) repeat-x;
}

#container{
	position : relative;
	height : 900px;
}

/* DEBUT MAIN */

#main {
	margin-top : -60px;
	width : 850px;
	height : 620px;
	background-color : white;
	padding-top:20px;
	margin-left: auto;
	margin-right: auto;
	border : 3px solid #595959;
	color : black;
}

#about{
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	overflow:auto;
	height : 600px;
}

#about  h1{
	color: #67A400;
	font-size:15px;
}

#about ul li{
	list-style: disc;
}

#about a{
	color: #67A400;
	outline: none;
	text-decoration: none;
}

#credits  a:hover {
	color: #FF6200;
	outline: none;
	text-decoration: none;
}



/* FIN MAIN */

/* DEBUT FOOTER */

#footer{
	margin-top : 20px;
	width : 750px;
	height : 100px;
	background-color : #818181;
	margin-left: auto;
	margin-right: auto;
	color : white;
}

#footer_sub{
	border : 3px solid #595959;
	width : 850px;
	height : 30px;
	background-color : #595959;
	margin-left: auto;
	margin-right: auto;
}

#credits {
	margin-left:30px;
	text-align:left;
}

#credits a{
	color: white;
	outline: none;
	text-decoration: none;
	text-align:left;
}

#credits  a:hover {
	color: #67A400;
	outline: none;
	text-decoration: none;
}

/* FIN FOOTER */
