/* CSS Document */

body {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	background: #1f1f1f url(../images/index.jpg) no-repeat top center;
}


#bouton{
	margin-right:auto;
	margin-left:auto;
	margin-top:390px;
	height:50px;
	width:200px;
	text-align:center;
	font-family:"myriad Pro", arial;
	color: #FF0000;
	font-size:28px;
	font-weight:bold;
}

a:link {
	font-family: "myriad Pro", arial;
	font-size: 28px;
	text-decoration: none;
	border-bottom-style: none;
	padding-bottom: 0px;
	color:#8ab726;}

a:visited{
	font-family: "myriad Pro", arial;
	font-size: 28px;
	text-decoration: none;
	border-bottom-style: none;
	padding-bottom: 0px;
	border-bottom-style: none;
	color:#8ab726;
}

a:hover{
	color: #FF0000;

}

a.color{
	color:#666666;
	font-family:"myriad Pro", arial;
	font-size:12px;
}

a.color:hover{
	color:#FF0000;
	font-family:"myriad Pro", arial;
	font-size:12px;
}


#texte{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	font-size:12px;
	color:#666666;
	font-family:"myriad Pro", arial;

}