/* CSS Document */
<!--
body {
	padding:3px;
	margin:0px;
	background: #3693d0;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial;

}
body,th {
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
}
a {color: #FDE926;font-weight: bold;}
a:link {text-decoration: none;color: #3693d0;}
a:visited {text-decoration: none;color: #3693d0;}
a:hover {text-decoration: underline;color: #3693d0;}
a:active {text-decoration: none;color: #3693d0;}

a.bouton:hover{
	width:150px;
	height:30px;
	text-decoration:none;
	color:#66CCee;
	text-align:center;
	font-weight:bold;
	background-color:#FFFFFF;
	padding:5px;
	border-style:outset;
	border-width:2px;
	border-color:silver
}

.bouton{
	text-align:center;
	width:150px;
	height:25px;
	background-color:#3693d0;
	color:#FFFFFF;
	margin: 0px 0px;
	margin-top: 5px;
}

#global{
	position:relative;
	width:701px;
	height:695px;
	height:auto;
	margin-left:-350px;
	left:50%;
	margin-top:10px;
}

#header{
	width:100%;
	height:91px;
	background:  url(./../images/fond_header.jpg) no-repeat;
}

#contenu{
	width:100%;
	height:560px;
	background:  url(./../images/fond_milieu.jpg) no-repeat;
}

#contenu2{
	width:100%;
	min-height:560px;
	background:  url(./../images/fille.jpg) left bottom no-repeat #FFFFFF;
}

#bulle{
	margin-left:255px;
	margin-bottom:120px;
	width:435px;
	height:195px !important;
	height:195px;
	padding-top:15px;
	font-size:18px;
	font-weight:bold;
}

.bulle_petit{
	font-size:16px;
}

.bulle_moyen{
	font-size:20px;
	color:#3892D0;
}

.bulle_gros{
	font-size:24px;
	color:#3892D0;
}

#bas_contenu{
	margin-left:275px;
	width:415px;
}

#bas_contenu2{
	margin-left:175px;
	width:515px;
}

#footer{
	width:100%;
	height:44px;
	background:  url(./../images/fond_footer.jpg) no-repeat;
}

#bouton_jouer, #bouton_rejouer, #bouton_parrainer, #bouton_tirage, #bouton_classement{
	position:relative;
	margin-left:120px;
	margin-bottom:-10px;
	width:250px;
	height:95px;
	cursor:pointer !important;
	cursor:hand;
}

#lots{
	position:relative;
	margin-top:10px;
	margin-left:50px;
	width:309px;
	height:133px;
	cursor:pointer !important;
	cursor:hand;
}

#bout_rouge{
	background:  url(./../images/bout_rouge.jpg) no-repeat;
	width:429px;
	height:35px;
	margin-bottom:-15px;
}

#lots_vertical{
	position:absolute;
	left:15px;
	margin-top:30px;
	width:130px;
	height:360px;
	background:  url(./../images/lots_vertical.jpg) no-repeat;

}


