﻿div.BackgroundImg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000100; /* Old browsers */
    background: -moz-linear-gradient(top, #000100 0%, #ff0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000100), color-stop(100%,#ff0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000100 0%,#ff0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000100 0%,#ff0000 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #000100 0%,#ff0000 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000100', endColorstr='#FF0000',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #000100 0%,#ff0000 100%); /* W3C */
}

html, body {height:100%; margin:0; padding:0;}

#page-background {position:fixed; top:0; left:0; width:100%; height:100%;}

#header {
    background-color: #E4013A;
    width: 100%;
    height: 71px;
	position:relative;
    
	
}
#Titre {
margin-left: 300px;
color: white;
font-weight: bold;
font-size: 40px;
margin-top:-80px;
}

div.separator {
    background-color: #E4013A; 
	width: 100%; 
	height: 21px;
	
}

div.content-wrapper {
    text-align: center;
}

.AuthButtn{
font-size: 15px;
color: black;
font-weight: bold;
width: 150px;
position:center;
	
}
.control-login {
    width: 250px;
	margin-left: 20px;
	line-height:15px;
}

#left{
float:left;
overflow:hidden;
 width: 300px; height: 250px; margin-top: 200px; background-color: #E4013A;
 margin-left: 25%;
 color: white;
 font-weight: bold;
 font-size: 20px;
}
#right{
float:left;
overflow:hidden;
 width: 300px; height: 250px; margin-top: 200px; background-color: #E4013A;
 margin-left: 20%;
 color: white;
 font-weight: bold;
 font-size: 20px;
} 