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

.drapeau1 {
	width:70px;
	height:50px;
	background-color:#FFFFFF;
	float:left;
	background-image: url(../images/francais_index.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
} 

.drapeau1 a:hover {
	width:70px;
	height:50px;
	background-color:#FFFFFF;
	float:left;
	background-image: url(../images/francais_hover_index.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
} 


.drapeau2 {
	width:70px;
	height:50px;
	background-color:#FFFFFF;
	float:left;
	background-image: url(../images/anglais_index.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
} 

.drapeau2 a:hover {
	width:70px;
	height:50px;
	background-color:#FFFFFF;
	float:left;
	background-image: url(../images/anglais_hover_index.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
} 

