/* ACCEUIL
*/

body{
	background-color: #000000
}

img.BlocImg {
	width: 30%;
	height: 30%;
	border:1px solid gray;
	margin: 10px;
}

p.TexteBasPage{
	color: #fff;
	text-align: center;
	font-family: Courier New;
}

div#BasPage div.BlocBasPage{
	width: 100%;
	background-color: #000;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
}

div#BasPage {
	padding-top: 25px;
}

p.TexteHautPage{
	color: #fff;
	text-align: center;
	font-family: Courier New;
}

div#HautPage div.BlocHautPage{
	width: 100%;
	background-color: #000;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
}

div#HautPage {
	padding-top: 15px;
	padding-bottom: 15px;
}


/* DESIGN
*/