/* Titres */

.titrePrincipal
{
	font-size: 38px;
	font-weight: bold;
	font-family: "Segoe UI Light";
	color: #FFCC33;
	text-align: center;
	line-height: 0%;
}

.sousTitre
{
	font-size: 22px;
	font-style: italic;
	font-family: "Segoe UI Light";
	color: #FFCC33;
	text-align: center;
	line-height: 0%;
}

.banniere
{
	font-size: 20px;
	color: #FF6600;
	font-family: "segoe ui light";
	/*font-weight: bold;*/
}

.liens
{
	float: absolute;
	font-size: 18px;
	font-family: "Segoe UI Light";
	color: #FFCC33;
	text-decoration: none;
	text-align: center;
	border: 0;
}

a
{
	color: #FFCC33;
	text-decoration: none;
	border: 0;
}

img{
border-style: none;
}

/* Position textes */
.positionTexte
{
	position: absolute;
	top: 35%;
	left: 25%;
}

.positionLiens
{
	position: absolute;
	top: 420px;
	left: 30%;
}

.positionBanniere
{
	position: absolute;
	top: 70%;
	left: 10%;
}

/* Banniere image */

.alignementImage
{
	position: absolute;
	top: 5%;
	left: 10%;
}

/* Background */

.background
{
	background-color: black;
}
