@charset "UTF-8";
body {
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 950px;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: 0px;
	height: 810px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	height: 102px;
	vertical-align: top;
}
.oneColFixCtrHdr #header .logo {
	margin: 0px;
	clear: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	display: block;
}
.oneColFixCtrHdr #header .thisNum {
	float: left;
	clear: left;
	padding: 0px;
	color: #1196d7;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
	width: 910px;
}
.oneColFixCtrHdr #mainContent .butButton{
	float: left;
	width: 160px;
	background-image: url(../images/bg_butbutton.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #mainContent .butBut{
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #mainContent #calameoplaya {
	width: 100%;
	height: 600px;
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent #abonnement {
	width: 100%;
	height: 600px;
	margin: 0px;
	padding: 20px;
	background-image: url(../images/bg_abo.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #footer {
	text-align: right;
	width: 80%;
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 101px;
	padding-top: 0px;
	padding-right: 20%;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	padding: 10px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
}

