body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.search {
	font-size: 10px;
	font-weight: bold;
	color: #151D66;
}
.titre_tdg, A.titre_tdg:link, A.titre_tdg:visited {
	font-size: 10px;
	font-weight: none;
	color: #FFFFFF;
	text-decoration: none;
}
A.titre_tdg:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
INPUT {
	font-size: 90%;
	font-weight: bold;
}

A:link { text-decoration: none; color: #151D66}
A:visited { text-decoration: none; color: #151D66}
A:hover { text-decoration: underline; color: #151D66}

.Style1 {
	font-size: 10px;
	font-weight: bold;
	color: #ef0000;
}



.nav {font-size: 10px; font-weight: bold; }

.txt_light,A.txt_light:link, A.txt_light:visited {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
A.txt_light:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

.plus,A.plus:link, A.plus:visited {
	font-size: 9px;
	font-weight: bold;
	color: #7DD30E;
	text-decoration: none;
}
A.plus:hover {
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

.titre_une, A.titre_une:link, A.titre_une:visited {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
A.titre_une:hover {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

.titre {
	font-size: 24px;
	font-weight: none;
	color: #7DD30E;
}

.sstitre {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.sign {
	font-size: 12px;
	font-weight: none;
	font-style: italic;
	color: #CACACA;
}

.texte {
	font-size: 12px;
	font-weight: none;
	color: #000000;
}

.service,A.service:link, A.service:visited {
	font-size: 9px;
	font-weight: none;
	color: #CACACA;
	text-decoration: none;
}

A.service:hover {
	font-size: 9px;
	font-weight: none;
	color: #CACACA;
	text-decoration: underline;
}

.liste, A.liste:link, A.liste:visited {
	font-size: 12px;
	font-weight: bold;
	color: <?=$zone_coul[$theme]?>;
	text-decoration: none;
}
A.liste:hover {
	font-size: 12px;
	font-weight: bold;
	color: <?=$zone_coul[$theme]?>;
	text-decoration: underline;
}
.tablo_inter { background:#7D7D7D}
td.menu, td.menuon, td.menuend {
	white-space:nowrap;
	padding-left: 1em;
	padding-right: 1em;
	border-right: 1px solid white;
}
td.menuon {
	background-color: <?=$zone_coul[$theme]?>;
}
td.menuend, td.menusp {
	border-right: none;
	text-align: right;
}
td.menuend {
	background-color: #474747;
	border: 1px ridge white;
}
.menu a, .menuon a, .menuend a {
	font-family: Arial,Helvetica, Verdana, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.menuend a {
	color: red;
}
.menu a:hover, .menuon a:hover, .menuend a:hover {
	text-decoration: underline;
}

.onglets {
	border: none;
	border-top: 1px solid black;
	border-bottom: 1px solid <?=$zone_coul[$theme]?>;
	padding-top: 2px;
	margin: 0;
}
.ongleton {
	position: relative;
	padding: 0 1em 0 1em;
	background-color: <?=$zone_coul[$theme]?>;
	border: 1px solid <?=$zone_coul[$theme]?>;
	border-bottom: none;
	font-family: Arial,Helvetica, Verdana, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #2D2D2D;
}
.ongletoff {
	position: relative;
	padding: 0 1em 0 1em;
	background-color: #2D2D2D;
	border: 1px solid <?=$zone_coul[$theme]?>;
	border-bottom: none;
	font-family: Arial,Helvetica, Verdana, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: white;
}
.ongletoff a {
	text-decoration: none;
	color: <?=$zone_coul[$theme]?>;
}