@charset "iso-8859-1";
/* CSS Document */

/* MENU */
div#accueil
{
	float:left;
	width:66px;
	height:41px;
	background: url(../images/bt_menu/bt_accueil.png) repeat-x;
}
div#accueil:hover
{
	background: url(../images/bt_menu/bt_accueil.png) repeat-x 0px -41px;
}

div#revue_presse
{
	width:107px;
	height:41px;
	background: url(../images/bt_menu/bt_revue_presse.png) repeat-x;
	float:left;
}
div#revue_presse:hover
{
	background: url(../images/bt_menu/bt_revue_presse.png) repeat-x 0px -41px;
}

div#documentation
{
	width:104px;
	height:41px;
	background: url(../images/bt_menu/bt_documentation.png) repeat-x;
	float:left;
}
div#documentation:hover
{
	background: url(../images/bt_menu/bt_documentation.png) repeat-x 0px -41px;
}

div#agenda
{
	width:61px;
	height:41px;
	background: url(../images/bt_menu/bt_agenda.png) repeat-x;
	float:left;
}
div#agenda:hover
{
	background: url(../images/bt_menu/bt_agenda.png) repeat-x 0px -41px;
}

div#liens
{
	width:61px;
	height:41px;
	background: url(../images/bt_menu/bt_liens.png) repeat-x;
	float:left;
}
div#liens:hover
{
	background: url(../images/bt_menu/bt_liens.png) repeat-x 0px -41px;
}

div#espace_prive
{
	width:87px;
	height:41px;
	background: url(../images/bt_menu/bt_espace_prive.png) repeat-x;
	float:left;
}
div#espace_prive:hover
{
	background: url(../images/bt_menu/bt_espace_prive.png) repeat-x 0px -41px;
}

div#contactez_nous
{
	width:116px;
	height:41px;
	background: url(../images/bt_menu/bt_contactez_nous.png) repeat-x;
	float:left;
}
div#contactez_nous:hover
{
	background: url(../images/bt_menu/bt_contactez_nous.png) repeat-x 0px -41px;
}

div#deconnexion
{
	width:34px;
	height:41px;
	background: url(../images/bt_menu/bt_deconnexion.png) repeat-x;
	float:left;
}
div#deconnexion:hover
{
	background: url(../images/bt_menu/bt_deconnexion.png) repeat-x 0px -41px;
}

div#partenaires
{
	width:85px;
	height:41px;
	background: url(../images/bt_menu/bt_partenaires.png) repeat-x;
	float:left;
}
div#partenaires:hover
{
	background: url(../images/bt_menu/bt_partenaires.png) repeat-x 0px -41px;
}
