/* ce qui est propre aux pages publiques */
.milieu {
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
}
.titre {
	height: 50px;
	width: 650px;
	margin-left:50px;
	background-color:#FFFFFF;
}
.titre_gauche {
	background-image: url("../image/base/titre_gauche.gif");
	background-repeat: no-repeat;
	height: 50px;
	width: 86px;
	float:left;
}
.titre_legende {
	background-image: url("../image/base/titre_legende.gif");
	background-repeat: repeat-x;
	height: 36px;
	width: 501px;
	font-size: 18px;
	font-weight: bold;
	color: #CBDB2B;
	padding-top:14px;
	float:left;
}
.titre_droite {
	background-image: url("../image/base/titre_droite.gif");
	background-repeat: no-repeat;
	height: 50px;
	width: 63px;
	float:left;
}

/* ce qui est lié aux drapeaux dans l'accueil */
.flags {
	position: absolute;
	height: 16px;
	width: auto;
	top: 15px;
	right: 0px;
}
.flags img {
	float: left;
	margin-right: 7px;
}

/* ce qui est propre à la page défault */
.explication {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-left:136px;
	margin-right:113px;
}
.tableinscription {
	height: 217px;
	width: 558px;
	margin-left:96px;
}
.tabletop {
	height: auto;
	width: 650px;
	margin-left:50px;
}
