/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: Georgia, serif;
	line-height:18px;
	background-color: #000;
	min-height:99.5%;
	width:100%;
	height:99.5%;
	color:#cacaca;
	/*	border:solid red 1px;	*/
}
html {
	min-height:99.5%;
	width:99.9%;
	height:99.5%;
	overflow:auto;
	/*	border:solid blue 1px;	*/
}
table {
    position: absolute;
    top: 0;
    left: 0;
	min-height:99.5%;
	width:100%;
	height:99.5%;
	/*	border:solid green 1px;	*/
    }
td {
    height: 100%;
	/*	border:solid green 1px;	*/
    }

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link, a:active, a:visited {color:#cacaca; text-decoration: none;}
a:hover {color:#c10214; text-decoration: none;}

a img { border: none; }


#centering-box {
	position:relative;
	margin: 0px auto;
	width:422px;
    height: 420px;
/*	background-color:#222;*/
	background-image: url('color.gif');
	background-repeat: no-repeat;
	background-position: 0px 83px;
}
#numero {
	position:absolute;
	margin:244px 0px;
	width:172px;
	height:20px;
	
}
#courriel {
	position:absolute;
	margin:244px 172px;
	width:248px;
	height:20px;
	text-align:right;
}

#coming-soon {
	position:absolute;
	margin:390px 0px;
	width:422px;
	height:20px;
	text-align:center;
	color:#555;
}

#newsletter {
	font-family: "verdana", "New York", serif;
	text-align:center;
}
