* {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
}
body{
	background-color: #000000;
	margin:auto;
	padding:auto;
	width:800px;
	color:#E8E8E8;
}

/* STYLE GENERIQUES */
a{
	color:#E8E8E8;
}
p{
	padding-left:10px;
}
h1{
	font-size:30px;
}
h2{
	font-size:22px;
	font-style:italic;
}

/* CLASSES PREDEFINIES */
.red{ 
	color:red;
	font-weight:bold;
}
.important{
	font-style:italic;
	font-weight:bold;
}

/* BANNIERE DU HAUT + MENU DU HAUT */
div#bannerTop{
	background:url("../images/bannerTopFull.jpg") no-repeat scroll center top;
	width:800px;
	height:285px;
	position:relative;
	margin:0px;
}
div#bannerTopMenu{
	position:absolute;
	left:0px;
	bottom:0px;
}
div#bannerTopMenu a{
	font-family:times, verdana, sans-serif;
	margin:5px 15px 5px 15px;
	font-size: 25px ;
	text-decoration:none;
}

/* CONTENU */
div#content{
	background:url("../images/content.jpg") repeat-y;
	width:800px;
	padding-bottom:200px;
}
div#content2{
	padding:20px 30px 20px 30px;
}

/* PIED DE PAGE */
div#bannerBottom{
	width:800px;
	height:347px;
	position:relative;
	margin-top:-200px;
}
div#bannerBottomImg{
	width:800px;
	height:347px;
	position:absolute;
}

/* FORMULAIRE */
.formulaireLeft{
	float:left;
	width:200px;
}
.formulaireRight{
	float:left;
	width:400px;
	padding-left:50px;
}
.formulaireFull{
	float:left;
	width:700px;
}
.formulaireSkill{
	float:left;
	width:190px;
}
