body {
	background-color:  #afbfc4;
	font-family: "trebuchet MS", tahoma, verdana, "sans serif";

}

body.couleur-2010 { 
	background-color: #dcd0aa;
}

#page {
	margin: auto;
	width: 971px;
	min-height: 576px;
	background-image: url(/images/splash.jpg);
	background-repeat: no-repeat;
	
	position: relative;
	
}


* html #page { 

	height: 576px;
}

#langue a:hover {
	/*text-decoration: underline;*/
	color: #673021;
}

.couleur-2010 #langue a {
	color: #6e443e;
}

.couleur-2010 #langue a:hover {
	color: #000;
}

#langue a {
	
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#francais {
	position: absolute;
	top: 180px;
	left: 230px;

}

#english {
	position: absolute;
	top: 305px;
	left: 230px;

}

.espace {
	padding-left: 95px;
	/*position:relative;
	top: 5px;*/
	text-decoration: none;
}

#pied {
	padding-top: 10px;
	margin: auto;
	width: 971px;
	font-size: 12px;
	color: #074773;
	text-align: center;
}

.couleur-2010 #pied a {
	color: #6e443e;
}

.couleur-2010 #pied a:hover {
	color: #000;
}
#pied a {
	text-decoration: none;
	color: #074773;
}

#pied a:hover {
	text-decoration: underline;
}

