@charset "utf-8";
/* CSS Document */

body {
	background-color: #090921;
	margin-top: 20px;
	overflow-x:hidden;
	
}

img{border:0;}
a{outline:none;}

.texte {
	font-family: "Century Gothic";
	color: #FFFFFF;
	font-size: 12px;
}

.textepetit {
	font-family: "Century Gothic";
	color: #FFFFFF;
	font-size: 10px;
}

.texterose {
	font-family: "Century Gothic";
	color: #F2739F;
	font-size: 12px;
	font-weight:bold;
}

.grdtexte {
	font-family: "Century Gothic";
	color: #FFFFFF;
	font-size: 15px;
	font-weight:bold;
}

.grdtexterose {
	font-family: "Century Gothic";
	color: #F2739F;
	font-size: 15px;
	font-weight:bold;
}
div.scroll {
    width: 685px;
	overflow: visible;

}

div.footer {
    width: 685px;
	margin-right:280px;

}

.footer{

	font-size: 10px;
	color: #6CB6FF;

}

.alienfooter:link {
	color: #6CB6FF;
	font-size:11px;
	text-decoration:none;
}
.alienfooter:visited {
	color: #6CB6FF;
	font-size:11px;
	text-decoration:none;
}
.alienfooter:hover {
	color:#FFFFFF;
	font-size:11px;
	text-decoration: underline;
}
.alienfooter:active {
	color: #6CB6FF;
	font-size:11px;
	text-decoration: none;
}

.alienskip:link {
	color: #0099CC;
	font-size:12px;
	text-decoration:none;
}
.alienskip:visited {
	color: #0099CC;
	font-size:12px;
	text-decoration:none;
}
.alienskip:hover {
	color:#e1266c;
	font-size:12px;
	text-decoration: underline;
}
.alienskip:active {
	color:#0099CC;
	font-size:12px;
	text-decoration: none;
}

.alienplan:link {
	color: #e9519d;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
}
.alienplan:visited {
	color: #e9519d;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
.alienplan:hover {
	color:#e1266c;
	font-size:12px;
	text-decoration: underline;
	font-weight:bold;
}
.alienplan:active {
	color:#e9519d;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
}

.alienmail:link {
	color: #FDBBD3;
	font-size:13px;
	text-decoration:none;
}
.alienmail:visited {
	color: #FDBBD3;
	font-size:13px;
	text-decoration:none;
}
.alienmail:hover {
	color:#FDBBD3;
	font-size:13px;
	text-decoration: underline;
}
.alienmail:active {
	color:#FDBBD3;
	font-size:13px;
	text-decoration: none;
}

label.error{
	color: red;
}

input.error, textarea.error{
	border:1px solid red;
}

div.errorMessage{
	color:red;
}

.error{
   display:none;
}