/* GENERAL */
body {
background-color:#000000;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#a3b5ba;
}

div {
	position:relative;
}

h1 { font-family:Arial, Helvetica, sans-serif; font-size:14px; text-align:left; color:#c7dee4;}

.clear { clear:both;}

.left { display:block; float:left; text-align:left; font-size:11px;}
.right { display:block; float:right; text-align:right; font-size:11px;}

/* STRUCTURE */

#container {
width:700px;
height:auto;
left:50%;
top:30px;
margin-left:-350px;
}

	#banner {
	width:601px;
	height:248px;
	left:0px;
	top:0px;
	}
	
	#content {
	width:700px;
	height:auto;
	left:0px;
	top:9px;
	}
		#zoneFr {
		width:330px;
		height:auto;
		float:left;
		text-align:justify;
		}
		
			#btnEntrez { width:330px; height:36px;}
			#btnEntrez a { width:100%; height:100%; display: block; background:url(../newImages/btnEntrez.png) left no-repeat;}
			#btnEntrez a:hover { background:url(../newImages/btnEntrez.png) right no-repeat;}
			
			#btnEntrezPass { width:330px; height:36px;}
			#btnEntrezPass a { width:100%; height:100%; display: block; background:url(../newImages/btnEntrezPass.png) left no-repeat;}
			#btnEntrezPass a:hover { background:url(../newImages/btnEntrezPass.png) right no-repeat;}
			
			#contenuFr {
			width:330px;
			height:auto;
			padding-top:30px;
			left:0px;
			}
			
		#zonEn {
		width:330px;
		height:auto;
		margin-left:20px;
		float:left;
		text-align:justify;
		}
		
			#btnEnter { width:330px; height:36px;}
			#btnEnter a { width:100%; height:100%; display: block; background:url(../newImages/btnEnter.png) left no-repeat;}
			#btnEnter a:hover { background:url(../newImages/btnEnter.png) right no-repeat;}
			
			#btnEnterPass { width:330px; height:36px;}
			#btnEnterPass a { width:100%; height:100%; display: block; background:url(../newImages/btnEnterPass.png) left no-repeat;}
			#btnEnterPass a:hover {  background:url(../newImages/btnEnterPass.png) right no-repeat;}
			
			#contenuEn {
			width:330px;
			height:auto;
			padding-top:30px;
			top:0px;
			left:0px;
			}
			
	#bottom {
	width:700px;
	height:auto;
	padding-top:30px;
	left:0px;
	top:0px;
	}
