						/* ENFIN WEB INDEX PAGE */
			
	/*  all the default margins and padding of a browser disappear */
	*{
		margin: 0;
		padding: 0;
	}
	
	* html {
		height:100%;}/* correction for ie6 and under*/
	
	 html, body{
		height:100%;} /* sktech the BG all the way down for all browsers */
		
		
body 
{
	padding-top:5%;
	border:0px solid #FFF;
	background: #fff;
	
}

/*  compensate for the scrolling bar problem */

html { height: 100%; margin-bottom:1px; }


.container{
	position:relative;
	width:950px;
	background:#fff;
	text-align: center;
	margin: 0 auto;
	border: 0px solid #CC0066;
	min-height:100%;
	height:auto; /* for Mozilla */
	
}
/* CONTAINER */
#logo
{
	position:relative;
	margin-right: auto;
	margin-left: auto;
	padding-top:50px;
	width:500px;
	display:block;
	border: 0px solid #000;
	background-color: #fff;
}

.langues{
	position:relative;
	margin-right: auto;
	margin-left: auto;
	padding-top:25px;
	width:500px;
	border: 0px solid #CC6699;
	background-color: #fff;
}

#french{
	padding-right:5px;
	text-align:right;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #999999;
	background: #FFFFFF;
	border: 0px solid #999999;
	position:relative;
	float:left;
	width: 240px;
}	
	
	

#english{
	padding-left: 5px;
	text-align:left;
	font: .8em Arial, Helvetica, sans-serif;
	color: #999999;
	background: #FFFFFF;
	border: 0px solid #999999;
	width: 240px;
	position:relative;
	float:left;
	}

/*------------------LINKS STYLE   -----*/

#french{
	color: #999;
	text-decoration: none;
	font:  bold 0.8em Arial, Helvetica, sans-serif;
}
#french a:link {
	color: #999;
	text-decoration: none;
	font: bold .8em Arial, Helvetica, sans-serif;
	}
	
#french a:visited {
	color: #999;
	text-decoration: none;
	font: bold  .8em Arial, Helvetica, sans-serif;
	}
#french a:hover {
	font: italic .9em Arial, Helvetica, sans-serif;
	background: #BD0800;	
}

#english{
	color: #999;
	text-decoration: none;
	font: bold .8em Arial, Helvetica, sans-serif;
}
#english a:link {
	color: #999;
	text-decoration: none;
	font: bold  .8em Arial, Helvetica, sans-serif;
	}
	
#english a:visited {
	color: #999;
	text-decoration: none;
	font:  bold .8em Arial, Helvetica, sans-serif;
	}
#english a:hover {
	font: italic .9em Arial, Helvetica, sans-serif;
	background: #A8BC5A;	
}
	
