	/*** Codes couleurs ***  

	Blanc grisé très clair: rgb(249, 250, 251);

	Bleu très claire: rgb(221,238, 255);
	Bleu clair: rgb(158, 196, 233);
	Bleu foncé: rgb(50, 111, 185);
	
	Gris très très clair: rgb(245, 245, 245);
	Gris très clair: rgb(225, 225, 225);
	Gris clair: rgb(196, 196, 196);
	Gris: rgb(150, 150, 150);
	Gris foncé: rgb(85, 85, 85);
	Gris très foncé: rgb(55, 55, 55);
	Gris très très foncé : rgb(34, 34, 34);
	
	Vert: rgb(76, 167, 21);

	Orange: rgb(210, 90, 49);
	
	Rouge (erreur formulaire): rgb(241, 89, 89);
	Rouge (menu inactif): rgb(240, 0, 0);
	
	*/
	
/* Important !!! Virer le plus part des px pour em. Il faut que le site grossise dans son ensemble si on augmente la taille de la police dans le nav. */

/***************************/
/********** Entete **********/
/***************************/

/*** Fond pour les menus ***/
a#menu_Accueil_AMF_en_US, a#menu_Accueil_ISMM_en_US  {
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 19px;
	color: rgb(55, 55, 55); /* Gris très foncé: */
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
}
a#menu_Accueil_ISMM_en_US {
	float: right;
}
a#menu_Accueil_AMF_en_US {
	float: left;
}
a#menu_Accueil_ISMM_en_US:hover {
	color: rgb(210, 90, 49); /* Orange:  */
	text-decoration: none;
}
a#menu_Accueil_AMF_en_US:hover {
	color: rgb(76, 167, 21); /* Verts: */
	text-decoration: none;
}

/*** Logos ***/
div#AMF_en_US{
	position: absolute;
	top :8px;
	left: 8px;
}
div#AMF_en_US a {
	display: block;
	width: 126px;
	height: 118px;
	background-image: url("/images/en_US/AMF_off.png");
}
div#AMF_en_US a:hover { 
	background-image: url("/images/en_US/AMF_on.png");
}
div#ISMM_en_US {
	position: absolute;
	top :7px;
	left: 867px;
}
div#ISMM_en_US a {
	display: block;
	width: 117px;
	height: 117px;
	background-image: url("/images/en_US/ISMM_off.png");
}
div#ISMM_en_US a:hover { 
	background-image: url("/images/en_US/ISMM_on.png");
}

/*** onglets ***/
div#onglet_AMF_en_US {
	position: absolute;
	top :105px;
	left: 138px;
}
div#onglet_AMF_en_US a {
	display: block;
	width: 114px;
	height: 32px;
	background-image: url("/images/fr_FR/onglet_off_AMF.png");
	font-size: 0px;
}
div#onglet_AMF_en_US a:hover { 
	background-image: url("/images/fr_FR/onglet_on_temp_AMF.png");
}
div#onglet_ISMM_en_US {
	position: absolute;
	top :105px;
	right: 249px;
	_right: 248px;
}
div#onglet_ISMM_en_US a {
	display: block;
	width: 114px;
	height: 32px;
	background-image: url("/images/fr_FR/onglet_off_ISMM.png");
	font-size: 0px;
}
div#onglet_ISMM_en_US a:hover { 
	background-image: url("/images/fr_FR/onglet_on_temp_ISMM.png");
}
div#onglet_outils_d_administration_en_US {
	position: absolute;
	top :121px;
	left: 267px;
}
div#onglet_outils_d_administration_en_US a {
	display: block;
	width: 354px;
	height: 16px;
	background-image: url("/images/fr_FR/onglet_off_outils_d_administration.png");
	font-size: 0px;
}
div#onglet_outils_d_administration_en_US a:hover { 
	background-image: url("/images/fr_FR/onglet_on_outils_d_administration.png");
}

div#onglet_accueil_en_US {
	position: absolute;
	top :121px;
	left: 267px;
}
div#onglet_accueil_en_US a {
	display: block;
	width: 354px;
	height: 16px;
	background-image: url("/images/fr_FR/onglet_off_Accueil.png");
	font-size: 0px;
}
div#onglet_accueil_en_US a:hover { 
	background-image: url("/images/fr_FR/onglet_on_Accueil.png");
}

/*******************************/
/********** Cardre gauche **********/
/*******************************/
div#AMI_en_US {
}

div#AMI_en_US a {
	display: block;
	width: 138px;
	height: 80px;
	background-image: url("/images/en_US/AMI_off.png");
	margin: 1px 1px 1px 0px;
}
div#AMI_en_US a:hover { 
	background-image: url("/images/en_US/AMI_on.png");
}
