body {
	background-color: #e3e2f0;
	/* bleu clair = #e3e2f0 */
	/* jaune clair = #fff1c9 */
	/* bleu foncé = #5e73b4 ou #2c78b2 */
	/* orange = #ff9900 */
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;

}
h1, .titre1, .titre2, .titre4, .titre6, h2, h3, h4, h5, h6 {
	font-family: Verdana, sans-serif;
	font-style: normal;
	line-height : 110%;
	font-style : normal;
	margin-top : 0;
	margin-bottom : 0;

}
h1, .titre1, .titre2, .titre4, .titre6, h2, h3, h4, h5, h6 {
	font-weight: bold; 
}

h1, .titre1 {
	font-size: 20px; color: #000099;
}
h2, .titre2 {
	font-size: 20px; color: #fffcda;
}
h3 {
	font-size: 20px; color: #ff9900;
}
h4, .titre4 {
	font-size: 14px; color: #000099;
}
h5 {
	font-size: 14px; color: #fffcda;
}
h6, .titre6 { 
	font-size: 12px; color: #000099;}
p {
	font-family: Verdana, sans-serif;
	font-style: normal;
	line-height : 130%;
	font-size: 12px;
	font-style : normal;
	color: #000000;
	margin-top : 6px;
	margin-bottom : 6px;
}
a:active {
	color: #333333;
}
a:link {
	color: #000099;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
li {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
/* tableau orange */
.table_o {
	margin : auto;
	border : 1px solid #ff9900;
	border-collapse : collapse;
	}
.th_o {
	border : 0;
	background-color : #ff9900;
	border-collapse : collapse;
	font-family : Times, serif;
	font-size : 20px;
	line-height : 110%;
	font-style : normal;
	font-weight : bold;
	color : #fffcda;
	padding : 4px;
	margin-top : 0;
	margin-bottom : 0;
	}
.td_o {
	border : 1px solid #ff9900;
	border-collapse : collapse;
	padding : 4px;
	}

/* tableaux bordures bleues */
.table_b { /* entourage du tableau complet */
	margin: auto;
	border: 1px solid #2c78b2;
	border-collapse: collapse;
}
.th_b { /* pour la première rangée-titre du tableau */
	border: 0; background-image: url("images/centre.gif"); border-collapse: collapse;
	font-family: Times, serif; font-size: 16px; line-height: 110%; font-weight: bold; color: #fff;
	margin-top: 0px; margin-bottom: 0px;
	padding: 4px; 
}
.td_b_titre { /* pour les titres de pages */
	border: 0; background-image: url("images/centre.gif"); border-collapse: collapse;
	font-family: Times, serif; font-size: 24px; line-height: 100%; font-weight: bold; color: #fff;
	margin-top: 0px; margin-bottom: 0px;
	padding: 0px;
}
.td_b { /* rangée fond sans couleur */
	border: 1px solid #2c78b2;
	border-collapse: collapse;
	padding: 0px;
}
.td_form { /* rangée formulaire */
	border-bottom: 1px solid #2c78b2;
	border-collapse: collapse;
}
td.row1	{ /* rangée pour l'admin */
	border: 1px solid #2c78b2;
	border-collapse: collapse;
	margin: 0cm 0.3cm 0cm 0.3cm;
}

/* Menu et sous-menus */
.menu, .ssmenu, .petitmenu {
	font-family : Times, serif;
	line-height : 110%;
	font-style : normal;
	font-weight : bold;
	color : #000099;
	margin-top : 3px;
	margin-bottom : 3px;
}
.menu {
	font-size : 14px;
	margin-left : 2px;
}
.ssmenu {
	font-size : 14px;
	margin-left : 6px;
}
.petitmenu {
	font-size : 12px;
	margin-left : 2px;
}
a.menu:link, a.petitmenu:link {
	text-decoration : none;
	color : #000099;
	background-color : transparent;
}
a.menu:visited, a.petitmenu:visited {
	text-decoration : none;
	color : #000099;
	background-color : transparent;
}
a.menu:hover, a.petitmenu:hover {
	text-decoration : none;
	color : #000099;
	background-color : transparent;
}
a.menu:active, a.petitmenu:active {
	text-decoration : none;
	color : #000099;
	background-color : transparent;
}
a.ssmenu:link {
	text-decoration : none;
	color : #000099;
	background-color : transparent;
}
a.ssmenu:visited {
	text-decoration : none;
	color : #000099;
	background-color : transparent;
}
a.ssmenu:hover {
	text-decoration : underline;
	color : #000099;
	background-color : transparent;
}
a.ssmenu:active {
	text-decoration : underline;
	color : #000099;
	background-color : transparent;
}

/* case bas */
p.bas {
	margin-left : 2px;
}
/* texte bas de page et liens spécifiques */
.datepied {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 100%;
	font-style: normal;
	font-weight: normal;
	color: #039;
	margin-top : 2px;
	margin-bottom : 2px;
}

