/************************************************/
/*             Style de l'index 1               */
/************************************************/


html, body {
	background-color:#fff;
}

/* ---- Conteneur global du contenu ---- */
#global{
	min-height: 100%;
	width: 1004px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}

/* ---- Bannière du site ---- */
#header{
	position: relative;
}
/* Bouton changer de thème de la bannière */
#b_changer {
	position: absolute;
	top: 35px;
	left: 550px;
}
/* Bouton s'inscrire de la bannière */
#b_sinscrire {
	position: absolute;
	top: 43px;
	left: 370px;
}

/* ---- Conteneur 1 du contenu de l'index (image de fond) ---- */
#center_index 
{
	width:1002px;
	height: 760px;
	background: #fff url('./images/image_fond/fondN.jpg') no-repeat top left;
}

/* ---- Conteneur 2 du contenu de l'index (formulaire d'inscription, animations, etc...) ---- */
#content_index{
	position: relative;
	width:931px;
	margin-left:auto;
	margin-right:auto;
}

/* ---- Animation PVR ---- */
#cadre-animation-mini{
	position: absolute;
	height:212px;
	width:380px;
	left: 30px;
	top: 480px;
	padding: 5px 5px;
	background: url(images/fond_anim_mini.png) no-repeat;
}

/* ---- Animation des phrases en haut sous la bannière ---- */
#animation-sentence{
	position: absolute;
	height:102px;
	width:719px;
	top: 13px;
	right: -36px;
}

/* ---- Animation des coeurs ---- */
#animation-coeur{
	position: absolute;
	height:100px;
	width:300px;
	top: 50px;
	left: 0;
	border: 1px ridge black;
}
#animation-coeur #mainpagecontent3 {
	display: none;
}

/* ---- Bloc pour insérer le num PVR ---- */
#smartcard{
	position: absolute;
	width:425px;
	height:130px;
	top: 520px;
	right: 5px;
}

/* ---- Bloc pour le formulaire d'inscription ---- */
#hometext2{
	position: absolute;
	width:440px;
	height:332px;
	top: 145px;	
	right: 0;
	background: transparent url('./images/thumbnailcrayon4.png') no-repeat top left;
	overflow:auto;
}

/* ---- Bloc presse ---- */
#presse{
	position: relative;
	top: 770px;
	margin-left: -36px;
}

/* ---- Menu de bas de page ---- */
#footer2{
	position: relative;
	top: 780px;
	margin-left: -30px;
	font-size: 12px;
	font-family:"Century gothic", Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

/* ---- Liens vers d'autres sites ---- */
#links{
	position: absolute;
	top: 850px;
}

/* ---- Pied de page qui contient le copyright ---- */
#footer{
	width:1002px;
	margin: 190px auto 5px;
	background-color: #fff;
}