body {
  background-color: #FFFFFF;
  background-image: url("/images/fondmap.jpg");
  background-repeat:  no-repeat;
  background-position: left top;
  background-attachment: fixed;
}
body.title {
  background-color: #FFFFFF;
  background-image: url("/images/banner.jpg");
  background-repeat:  no-repeat;
  background-position: left top;
}
body.button {
  background-color: #FFFFFF;
  background-image: none;
  text-align: center;
}
body.critlst {
  background-color: #FFFFFF;
  background-image: none;
}

a {
	text-decoration: underline;
	cursor: pointer;
  color: #418ABB;
}

table {
  margin: 5px 5px 5px 5px;
  border: 0px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC9966;
	text-align: left;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
td.left {
	text-align: left;
}
td.right {
	text-align: right;
}
td.center {
	text-align: center;
}

.fondtableau { background-color: #ECCCA9; }
.nace2 { background-color: #ECCCA9; }
.nace3 { background-color: #F8E3CB; }
.nace4 { background-color: #FCF0E2; }

.titre_crit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

.titre2_crit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC9966;
	font-weight: bold;
	text-transform: uppercase
}

.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC9966;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.alert_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC9966;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

.msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC9966;
	font-weight: bold;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

.titre2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC9966;
	font-weight: bold;
	text-transform: uppercase
}

.titre3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

.titre4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

img {
  border: 0px;
}

table.button {
	text-align: center;
}
table.change_crit {
	position: absolute;
	top: 20px;
	right: 0px;
	bottom: 0px;
	left: 180px;
	width: 620px;
	
}
table.command {
	position: absolute;
	top: 330px;
	right: 0px;
	bottom: 0px;
	left: 180px;
	width: 620px;
}
table.critlst {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 180px;
}
table.menu {
  position: fixed;
 /*padding: 0px;*/
 /*margin: 5px 5px 5px 5px;*/
 /*overflow: hidden;*/
	top: 20px;
	right: 0px;
	bottom: 0px;
	left: 10px;
  width: 160px;
}
 
td.titre_menu {
  color: #CC9966;
  text-align: left;
  font-weight: bold;
}

td.item_menu {
  color: #418ABB;
  text-decoration: underline;
  text-align: left;
}
td.rouge { 
	color: Red;
	font-weight:bold;
}