body {
	background-color: #fff;
	margin-left: 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}
a:link { color: #009; }
a:visited { color: #009; }
a:hover { text-decoration:underline; color: #009; }
a:active { color: #009; }

h1, h2, h3, h4, h6 { 
	font-family: "Times New Roman", serif;
	font-style: normal;
	line-height : 120%;
	color: #009;
	margin-top : 0;
	margin-bottom : 0;
}
h1 { font-size: 28px; font-weight: bold; }
h2 { font-size: 24px; font-weight: bold; }
h3 { font-size: 18px; font-weight: normal; }
h4 { font-size: 14px; font-weight: bold; }
h5 {
	font-family: Verdana, sans-serif;
	font-size: 12px; font-style: normal; font-weight: bold; color: #000;
}
p, .texte { 
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height : 120%;
	color: #000;
}
.texte {
	margin-top : 0;
	margin-bottom : 0;
}
.titre1, .titre2 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height : 120%;
	color: #666;
	margin-top : 0;
	margin-bottom : 0;
}
.titre1 {
	font-size: 14px;
}
.titre2 {
	font-size: 12px;
}
.titre3, .titre4 {
	font-family: "Times New Roman", serif;
	font-weight: normal;
	font-style: normal;
	line-height : 120%;
	color: #009;
	margin-top : 5px;
	margin-bottom : 5px;
}
.titre3 {
	font-size: 18px;
}
.titre4 {
	font-size: 16px;
}

/* tableaux */
/* tableau bleu */
table.bleu_3 {
	border: 4px solid #009; border-collapse: collapse;
	padding: 4px;
}
table.bleu_1 {
	border: 1px solid #009; border-collapse: collapse;
	padding: 4px;
}
td.bleu_1 {
	border: 1px solid #009; border-collapse: collapse;
}
/* petites finesses pour rangees bleues */
td.bleu_top, td.bleu_right, td.bleu_topright {
	border-collapse: collapse;
}
/* rangee bleue top seulement */
td.bleu_top {
	border-top: 1px solid #009;
}
/* rangee bleue right seulement */
td.bleu_right {
	border-right: 1px solid #009;
}
/* rangee bleue top seulement */
td.bleu_topright {
	border-right: 1px solid #009;
	border-top: 1px solid #009;
}

/* tableau vert */
table.vert_3 {
	border: 4px solid #060; border-collapse: collapse;
	padding: 4px;
}
table.vert_2 {
	border: 2px solid #060; border-collapse: collapse;
	padding: 4px;
}
table.vert_1 {
	border: 1px solid #060; border-collapse: collapse;
	padding: 0;
}
td.vert_1 {
	border: 1px solid #060; border-collapse: collapse;
}

/* tableau orange */
table.orange_3 {
	border: 4px solid #f60; border-collapse: collapse;
	padding: 4px;
}
table.orange_2 {
	border: 2px solid #f60; border-collapse: collapse;
	padding: 4px;
}
table.orange_1 {
	border: 1px solid #f60; border-collapse: collapse;
	padding: 4px;
}
td.orange_1 {
	border: 1px solid #f60; border-collapse: collapse;
}
/* tableau jaune */
table.jaune_3 {
	border: 4px solid #FFFF00; border-collapse: collapse;
	padding: 4px;
}
table.jaune_2 {
	border: 2px solid #FFFF00; border-collapse: collapse;
	padding: 4px;
}

/* td images wc (pour impression) */
td.wcsans
{ 
background: url('images/wc/wc-sans.jpg') no-repeat center; 
}
td.wcavec
{ 
background: url('images/wc/wc-avec.jpg') no-repeat center; 
}

/* LE MENU */
/* tableau-menu */
.tab_menu {
	margin : auto;
	border : 0;
	padding : 0;
}
.td_menu { /* soulignement bas du td */
	border-bottom : 1px solid #009;
}
.td_ssmenu { /* decalage gauche */
	padding-left: 0.3cm;
}

/* Menu et sous-menus */
.menu, .ssmenu {
	font-family: "Times New Roman", serif;
	line-height : 110%;
	font-style : normal;
	font-weight : bold;
	color : #009;
	margin-top : 0px;
	margin-bottom : 0px;
}
.menu {
	font-size : 16px;
}
.ssmenu {
	font-size : 14px;
}

a.menu:link, a.ssmenu:link {
	text-decoration : none;
	color : #009;
	background-color : transparent;
}
a.menu:visited, a.ssmenu:visited {
	text-decoration : none;
	color : #009;
	background-color : transparent;
}
a.menu:hover, a.ssmenu:hover {
	text-decoration : underline;
	color : #009;
	background-color : transparent;
}
a.menu:active, a.ssmenu:active {
	text-decoration : underline;
	color : #009;
	background-color : transparent;
}

