

.left_menu_title
{
	width: 178px;
	margin-left: 4px;
	margin-top: 2px;
	height: 80px;
	float: left;
	align:center;
	zIndex: 110;
	overflow: auto;
	border: 1px dotted lightgrey;
	padding-left: 2px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
}


.left_menu_cpt
{
	width: 178px;
	margin-left: 4px;
	margin-top: 260px;
	height: 80px;
	float: left;
	align:center;
	zIndex: 110;
	overflow: hidden;
	border: 1px dotted lightgrey;
	padding-left: 2px;
	position: relative;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	vertical-align: middle;
}


.left_menu_title p, .left_menu_cpt p
{
	width: 98%;
	margin-left: 0px;
	margin-top: 0px;
	color: antiquewhite;
	background-color: transparent;
}
.left_menu_title br, .left_menu_cpt br
{
	width: 98%;
	margin-left: 0px;
	margin-top: 0px;
	color: antiquewhite;
	border-left-width: 0px;
	border-right: 0px;
	border-top-width: 0px;
	border: 0px none;
	border-bottom: 1px dashed lightgrey;
	background-color: transparent;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
}
.left_menu_cpt font
{
	
	color: lightgrey;
	border: 1px dotted #B22222;
	font-family: "Trebuchet MS", Tahoma, System,Impact, "Comic Sans MS",  Arial, fantasy;
	font-weight: bold;
	font-size: 30px;
	font: normal;
	padding-left: 2px;
	padding-right: 2px;
	padding: 0px 2px 0px 2px;
	}


/***** menu CSS *****/
@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	.menu, .ssmenu {
		visibility:hidden;
	}
}


.menu, .ssmenu {
	font-size:12px;
	font-weight:bold;
	font-family:Arial,Verdana;
	border: 1px solid lightgrey;
	padding: 0px 0px;
/* width et margin sont au cas où le javascript est désactivé. */
	width:15em;
	margin:0em;
/*	background-color: #FFEBCD;
	border-right: 1px dotted #A0522D;
	border-left: 1px dotted #A0522D;
	border-right: 1px dotted #A0522D;
	margin-left: 2px;
	*/
	}


/* .menu = les cases toujours visibles (comme Fichier, Edition... dans un logiciel) */
.menu {
	text-align:left;
	color: #21613E;
	background-color: #203040;
	background-image:  url('bgmnu.jpg');
	padding-left:1px; padding-right:0px; padding-top:0px; padding-bottom:1px
	}


.menu span, .ssmenu span {
/* Ne pas toucher
	C'est pour cacher les ; en fin de <li>, ce qui permet aux synthèse vocales de prendre une
	pause dans l'élocution */
	display:none;
}
.ssmenu ul, .ssmenu li{
/* Ne pas trop toucher.
	Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	background-color: #203040;
	background-image:  url('bgmnu.jpg');
	/*background-image:  url('BgMnu.gif');*/
	margin:0;
	list-style-type:none;
	border-bottom: 0px solid lightgrey;
	border-top: 1px solid lightgrey;
	border-right: 1px solid lightgrey
}
.top_menu a, .top_menu a:visited {
/* Les liens qui ne sont pas sous le curseur. */
	color: #D9F2E5;
	text-decoration:none;
	font-family: "Trebuchet MS",Arial, Verdana;
	text-decoration: underline;
	font-style: italic;
}
.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
/* Les liens qui ne sont pas sous le curseur. */
	color: #D9F2E5;
	padding: 0px 0px;
	text-decoration:none;
	font-family: "Trebuchet MS",Arial, Verdana;
/* Ne pas modifier le block */
	display:block;

/*	Ne pas toucher ces 2 lignes */
	margin:0px;
	width: 100%;
	background-repeat: no-repeat;


}
.ssmenu a, .ssmenu a:visited {
	padding-left:0px;
}
html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .ssmenu a, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active {
	width:auto;
}


.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus, .menu a:hover, .menu a:focus {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.*/
	text-decoration:none;
	font-family: "Trebuchet MS",Arial, Verdana;
	margin:0px;
	width:100%;
	/*background-attachment: fixed;*/
	/*border-right: 2px double #FAEBD7;*/
	color: #BB2222;
	background-color: lightgrey;
/*	background-color: antiquewhite;*/
	background-image:  url('bgselectedmnu.gif');
}




img {
/* Si on met une image dans un lien (par exemple un logo à gauche du lien), pas de bordure
	car c'est vilain :-p */
	border:none;
}


.menu img{
	margin-left: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 12px;
	vertical-align: text-bottom;
	align:left;
}


}
.ssmenu img {
/* un petit espacement entre l'image et le texte du lien <a href="..."><img.../>blabla</a> */
	margin-right:8px;
}
.ssmenu img.hr {
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0;
	margin-right:0;
	width:100%;
	height:1px;
	display:block;
}