body {
	margin: 0;
	padding: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.both {
	clear: both;
}

#main {
	width: 763px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 134px;
	height: 62px;
	margin: 24px 0 0 27px;
	background: url(images/logo-pmu.gif) no-repeat;
}

#logo h1 {
	display: none;
}

#titre1 {
	float: right;
	width: 572px;
	height: 45px;
	margin: 37px 0 0 0;
	background: url(images/jouer-quinte.gif) no-repeat;
}

#titre2 {
	float: right;
	width: 479px;
	height: 45px;
	margin: 37px 40px 0 0;
	background: url(images/parier-quinte.gif) no-repeat;
}

#titre1 h3,
#titre2 h3 {
	display: none;
}

#cadre {
	clear: both;
	margin: 15px 0 30px 0;
}

#cadre .haut {
	width: 763px;
	height: 50px;
	background: url(images/cadre-haut.gif) no-repeat;
}

#cadre .haut h3 {
	display: none;
}

#cadre .colgauche {
	position: relative;
	float: left;
	width: 247px;
	height: 361px;
	background: url(images/col-gauche.gif) no-repeat;
}

#cadre .colgauche #etape1,
#cadre .colgauche #etape2,
#cadre .colgauche #etape3,
#cadre .colgauche #etape4,
#cadre .colgauche #etape5 {
	width: 99px;
	height: 32px;
	margin: 14px 0 0 41px;
}

#cadre .colgauche #etape1 h2,
#cadre .colgauche #etape2 h2,
#cadre .colgauche #etape3 h2,
#cadre .colgauche #etape4 h2,
#cadre .colgauche #etape5 h2 {
	display: none;
}

#cadre .colgauche #etape1 {background: url(images/etape1.png) no-repeat;}
#cadre .colgauche #etape2 {background: url(images/etape2.png) no-repeat;}
#cadre .colgauche #etape3 {background: url(images/etape3.png) no-repeat;}
#cadre .colgauche #etape4 {background: url(images/etape4.png) no-repeat;}
#cadre .colgauche #etape5 {background: url(images/etape5.png) no-repeat;}

/* Styles pour IE6 qui ne comprend pas le format png24 */
* html #cadre .colgauche #etape1 {background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/etape1.png');}
* html #cadre .colgauche #etape2 {background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/etape2.png');}
* html #cadre .colgauche #etape3 {background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/etape3.png');}
* html #cadre .colgauche #etape4 {background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/etape4.png');}
* html #cadre .colgauche #etape5 {background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/etape5.png');}
/* Fin styles IE6 */

#cadre .colgauche p {
	width: 170px;
	margin: 21px 0 0 41px;
	padding: 0;
	line-height: 1.5em;
	color: #5b5b5b;
	font-size: 14px;
}

#cadre .screenshot {
	float: left;
	width: 516px;
	height: 361px;
}

#cadre .colgauche a {
	display: block;
	position: absolute;
	width: 135px;
	height: 30px;
	margin: 180px 0 0 60px;
}

#cadre .colgauche a.fin {
	margin: 137px 0 0 60px;
}

#cadre .colgauche a.debut {
	width: 195px;
	margin: 200px 0 0 38px;
	color: #d92031;
	text-decoration: underline;
}

#cadre .colgauche a.debut:hover {
	text-decoration: none;
}

#cadre .colgauche a span,
#cadre .colgauche a.fin span {
	display: none;
}

#cadre .bas {
	width: 763px;
	height: 27px;
	margin: -1px 0 0 0;
	background: url(images/cadre-bas.gif) no-repeat;
}