* {
	margin : 0;
	padding : 0;
}
html {
		height: 100%;
		overflow: hidden;
}

body {
		font:12px  'Myriad Pro', Verdana, Sans-Serif;
		height: 100%;
		background-color: #ffffff;
		text-align:center;
}
.bouton_intro{
	margin:auto;
	padding:0;
}
a.passer_intro{
	background: url(images/passer_intro.gif) no-repeat  0 0;
	width:232px;
	height:42px;
	display:block;
	margin:auto;
}

a:hover.passer_intro {
background: url(images/passer_intro.gif) no-repeat  0 -42px;
}

#texte {
	margin : 0 auto;
	width : 700px;
	text-align:right;
}
a {
	color: #1756a4;
	font-weight:bold;
	font-size:15px;
}
