
/* CSS Document */

.cadre_milieu {
	float:right;
	height:25px;
	margin-top:8px;
	margin-bottom:9px;
	width:454px;
	text-align:right;
}

.cadre_haut {
	height:256px;
	width:911px;
}

.cadre_menu {
	width:291px;
	height:222px;
	float:left;
}

.cadre_logo {
	background-image:url(images/accueil/logo_gene-A1.gif);
	background-repeat:no-repeat;
	width:160px;
	height:222px;
	float:left;
}

.cadre_animation {
	height:222px;
	width:458px;
	float:right;
	margin-top:6px;
	background-image:url(images/accueil/bandeau.gif);
	background-repeat:no-repeat;
}

.cadre_logo, .cadre_menu {
	margin-top:20px;
}

.cadre_prp {
	height:auto;
	width:911px;
	margin-top:25px;
}

.cadre_bienvenue {
	height:194px;
	width:394px;
	float:left;
	margin-left:58px;
}

.cadre_actu {
	width:336px;
	height:auto;
	float:right;
	margin-right:54px;
	margin-bottom:10px;
}


.cadre_effet {
	width:263px;
	height:28px;
	float:left;
	margin-top:4px;
	background-color:#d7d7d4;
}

.cadre_effet:hover {
	width:263px;
	height:28px;
	float:left;
	margin-top:4px;
	background-color:#fef800;
}


.txt_menu {
	width:180px;
	height:24px;
	margin-left:56px;
}


.cadre_langues {
	float:right;
	width:44px;
	height:12px;
	margin-top:2px;
	margin-right:2px;
}

.langue_fr {
	width:18px;
	height:12px;
	background-image:url(images/accueil/fr_on.gif);
	background-repeat:no-repeat;
	margin-right:3px;
	float:left;
}

.langue_fr:hover {
	width:18px;
	height:12px;
	background-image:url(images/accueil/fr_off.gif);
	background-repeat:no-repeat;
	margin-right:3px;
	float:left;
}

.langue_en {
	width:18px;
	height:12px;
	background-image:url(images/accueil/en_on.gif);
	background-repeat:no-repeat;
	margin-right:3px;
	float:left;
 }	
 
.langue_en:hover {
	width:18px;
	height:12px;
	background-image:url(images/accueil/en_off.gif);
	background-repeat:no-repeat;
	margin-right:3px;
	float:left;
 }	