/* ############################# DIVERS ############################# */
* {
	margin: 0;
	padding: 0
	}
:focus {
	outline: 0;
}
.Mask {
	visibility: hidden;
}
.blanc {
	color: #FFF;
}
h1 {
	font-size: 0px;
}
/* ############################# BODY ############################# */
body {
	/*background-color: #22002a;*/
	background-color: #1B001C;
}
/* ############################# GLOBAL ############################# */
#global {
	margin-left: auto;
	margin-right: auto;
	width: 839px;
	/*width: 1000px;*/
}	
/* ############################# HEADER ############################# */
#header {
	width: 522px;
	/*float: left;*/
	background-color: #4D0051;
}
/* ############################# ACTU ############################# */
#Actu {
	width: 230;
	/*float: left;*/
	padding-top: 213px;
	padding-left: 87px;
	/*height: 443px;*/
	background-image: url(../Images/ActuBG.png);
	background-color: #3A003D;	/*background-repeat: no-repeat;*/	/*background-color: #0C9;*/
}
/* ############################# DivGauche ############################# */
#DivGauche {
	width: 522px;
}
/* ############################# DivGauche ############################# */
#DivDroite {
	width: 317px;
	float: right;
}
/* ############################# IDFilms ############################# */
#IDFilms {
	/*padding-top: 33px;*/
	padding-left: 152px;
	padding-bottom: 10px;
	width: 370px;
	height: 685px;
	float: left;
	background-color: #3a003d;
}
#IDFilmsHeader {
	/*padding-top: 70px;*/
	/*padding-left: 511px;*/
	/*margin-right: 68px;*/
	width: 522px;
	width: 60px;
	/*float: left;*/
}
/* ############################# IDImages ############################# */
#IDImagesContent {
	background-image: url(../Images/IDImagesBG.png);
	background-repeat: repeat-y;
	background-color: #F00;
	height: 670px;
}
#IDImages {
	/*padding-top: 70px;*/
	/*padding-left: 94px;*/
	/*margin-right: 68px;*/
	width: 230px;
	float: right;
}
#IDImagesHeader {
	/*padding-top: 70px;*/
	/*padding-left: 511px;*/
	/*margin-right: 68px;*/
	width: 317px;
	height: 90px;
	/*float: right;*/
}
/* ############################# IDChoix ############################# */
#Choix {
	width: 63px;
	height: 63px;
	float: left;
	margin-bottom: 10px;
	margin-right: 11px;
}
#ChoixImage {
	width: 63px;
	height: 63px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
/* ############################# Footer ############################# */
#Footer {
	font-size: 13px;
	width: 839px;
	height: 55px;
	float: none;
	clear: both;
	padding-left: 60px;
	/*margin-left: 46px;*/
	padding-top: 10px;
	/*margin-bottom: 46px;*/
	background-image: url(../Images/FooterBG.png);
	background-repeat: no-repeat;
}

#Footer table {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
#Footer a:link,
#Footer a:visited,
#Footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#Footer table a:link,
#Footer table a:visited,
#Footer table a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
