@import "../../style/contenu.css";
@import "../../style/menuMp3.css";
html, body {
	background-color : white;
	text-align:center;
	padding:0;
	margin:0;
}

/* Liens */
a:link, a:visited, a:active { text-decoration: underline; }
a:hover { text-decoration: none; }

/* Cadre exterieur */
#GrandCadre {
	border: 1px solid #bdbdbd;
	width: 767px;
	margin: 0px;
	padding: 0px;
}


#jeuxIntroContenu, #jeuxParisContenu, #jeuxAtlantiqueContenu, #jeuxChateauxContenu, #jeuxMonacoContenu, #jeuxLot2Contenu, #jeuxLot3Contenu, #jeuxFormulaireContenu {
	height:1100px;
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:5px;
	text-align:left;
}
#jeuxIntroContenu, #jeuxFormulaireContenu { /* OK */
	background-image:url(../images/jeuxIntroFond.jpg);
	padding-top:249px;
}
#jeuxParisContenu { /* OK */
	background-image:url(../images/jeuxParisFond.jpg);
	padding-top:280px;
}
#jeuxAtlantiqueContenu { /* OK */
	background-image:url(../images/jeuxAtlantiqueFond.jpg);
	padding-top:280px;
}
#jeuxChateauxContenu { /* OK */
	background-image:url(../images/jeuxChateauxFond.jpg);
	padding-top:280px;
}
#jeuxMonacoContenu { /* OK */
	background-image:url(../images/jeuxMonacoFond.jpg);
	padding-top:280px;
}
#jeuxLot2Contenu{ 
	background-image:url(../images/jeuxLot2Fond.jpg);
	padding-top:270px;
}
#jeuxLot3Contenu{ 
	background-image:url(../images/jeuxLot2Fond.jpg);
	padding-top:280px;
}

#jeuxIntroCorps, #jeuxParisCorps, #jeuxAtlantiqueCorps, #jeuxChateauxCorps, #jeuxMonacoCorps, #jeuxLot2Corps, #jeuxLot3Corps, #jeuxFormulaireCorps {
	width:470px;
	position:relative;
	left:0px;
	background-color:rgb(99,1,124);
	background-image:url(../images/jeuxBiseau.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#jeuxFondBlanc {
	background-color:white;
	width: 437px;
	padding:5px 0px 40px 5px;
}

#jeuxMenu {
	float:right;
	width:200px;
}
#jeuxMenu UL {
	list-style-position:outside;
	list-style-image:url(../../images/menuPuce.gif);
	list-style:none;
	margin-left:15px;
	margin-bottom:0px;
}
#jeuxMenu UL A {
	font-size:11pt;
	color:#7598EC;
	font-weight:400;
}

FORM#formulaireJeux{
	width:280px;
	margin-left:30px;
}
FORM#formulaireJeux INPUT {
	float:right;
}

/* Marche pas ... */
#jeuxQuestionsCorps {
	font-weight:900;
}
