﻿/*
	Creation		: 2010/06/30
	Modification	: 2011/06/03
*/

* {padding : 0px; margin : 0px}

a, object {outline: none;}
embed {outline: 0;}

object:active, div:active {outline: none;}
object:focus, div:focus {-moz-outline-style: none;}

body {
	font-family 		: Verdana;
	font-size			: 11px;
	background-color	: #dde8ce;
}

div.mItemAvecLien:hover		{background : white;}
div.mItemSansSM:hover		{background : white;}
div.smItem:hover			{background : white;}
div.ssmItem:hover			{background : white;}
div.smItemAvecLien:hover	{background : white;}
div.smItemSansLien:hover	{background : white;}

/* ----------- [NIVEAU 1] ------------------- */

div.mItemSansSM {
	padding				: 2px 0 2px 0px;
	border-bottom		: 1px solid #9ca797; /* filet */
	/* border				: 1px solid red; */
}

div.mItemAvecSM {
	padding				: 0;
	border				: 0;
}

a.lien, a.feuilleN1Liens {
	text-decoration		: none;
	color				: black;
	padding-left		: 8px;
	width				: 180px;
	display				: inline-block;
}

a.lien:link {}

a.lien:visited {}

/* a.lien:hover {background: white;} */

div.mItemAvecLien {
	padding				: 0px 0 2px 0px;
	border-bottom		: 1px solid #9ca797;
}

/* ----------- [NIVEAU 2] ------------------- */

div.smBlock {
	padding				: 0;
	background			: #ecf2e5;	/*vert pale des sous menu */
	border-bottom		: 1px solid #9ca797;
}

div.smItem {
	padding				: 2px 2px 2px 8px;
	background			: #ecf2e5;	/*vert pale des sous menu */
	border-bottom		: 1px solid #9ca797;
}

a.smLien, a.smPunctuationLiens, a.smPartsSpeechLiens, a.smAdvancesSentencesLiens, a.smCommonProblemsLiens {
	text-decoration		: none;
	color				: black;
	padding-left		: 8px;
	display				: inline-block;
	width				: 174px;
}

a.smLien:link {}

a.smLien:visited {}

div.smItemAvecLien {
	padding				: 2px 0 2px 8px;
	border-bottom		: 0 solid #9ca797;
}

div.smItemSansLien {
	padding				: 2px 0 2px 8px;
	border-bottom		: 0px solid #9ca797;
}

/* ----------- [NIVEAU 3] ------------------- */

div.ssmItem {
	padding				: 2px 0 2px 16px;
	background			: #e8efe0;	
	border-bottom		: 1px solid #9ca797;
}

a.ssmLien {
	text-decoration		: none;
	color				: #436a18; /* vert */
	padding-left		: 8px;
	display				: inline-block;
	width				: 174px;
}

a.ssmLien:link {}

a.ssmLien:visited {}

