@CHARSET "UTF-8";

.aide_sommaire_titre_1 {
	color:white;
	background-color: #A2C617;
	text-align:center;
	font-size: 1.4em;
	font-weight: bolder;
}

.aide_titre_1 {
	color:#A2C617;
	border-style: none;
	font-size: 1.2em;
	font-weight: bolder;
}

.aide_titre_2 {
	color:#A2C617;
	border-style: none;
	font-size: 1.0em;
	font-weight: bolder;
}

.aide_imgtext {
	width:20px;
}

.aide_imgcpt {
	margin:10px;
	text-align:center;
	max-width:800px;
	}
	
.aide_som a:link {
	color: #23a0e9;
	text-decoration: none;
}

.aide_som a:visited {
	color: #23a0e9;
	text-decoration: none;
}

.aide_imgdemi {
	width:400px;
}


aside {
	display: inline-block;
	vertical-align: top;
	text-align: justify;
	position: relative;
	margin-left: 0px;
	width: 200px;
	background-color: #A2C617; /*706b64*/
	border-radius: 5px;
	padding: 5px;
	font-size: 0.8em;
}

.tb_aide_gen  table{
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #FFFFFF; 
	padding:0px;
}

.tb_aide_gen tr{
	border-collapse: collapse;
	border: 1px solid #FFFFFF;
	overflow: hidden;
  white-space: pre-wrap;
  text-overflow: ellipsis;
	background-color: #FFFFFF;
	height : 20px;
}

.tb_aide_gen th{
	border-collapse: collapse;
	border: 2px solid white; 
}

.tb_aide_gen td{
  border-collapse: collapse;
	border-color: white; 
	border-style: solid; 
	border-width: 2px 2px 2px 2px;
	overflow: hidden;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  text-align:left;
}

.tb_aide_io tr:nth-child(odd) {
	background: #c7deb3;
}

.tb_aide_io tr:nth-child(even) {
	background: #FFFFFF;
}

.tb_aide_io th {
	background-color: #72a942;
	color: white;
}

.tb_aide_evnt tr:nth-child(odd) {
	background: #FDF3AF;
}

.tb_aide_evnt tr:nth-child(even) {
	background: #FFFFFF;
}

.tb_aide_evnt th {
	background-color: #D2B200;
	color: white;
}

.tb_aide_alrm tr:nth-child(odd) {
	background: #fbd7b4;
}

.tb_aide_alrm tr:nth-child(even) {
	background: #FFFFFF;
}

.tb_aide_alrm th {
	background-color: #f58401;
	color: white;
}

.tb_aide_def tr:nth-child(odd) {
	background: #e27272;
}

.tb_aide_def tr:nth-child(even) {
	background: #FFFFFF;
}

.tb_aide_def th {
	background-color: #C80000;
	color: white;
}

.tb_aide_pm tr:nth-child(odd) {
	background: #dce6f1;
}

.tb_aide_pm tr:nth-child(even) {
	background: #FFFFFF;
}

.tb_aide_pm th {
	background-color: #4f81bd;
	color: white;
}

.tb_aide_msg tr:nth-child(odd) {
	background: #d3d7cf;
}

.tb_aide_msg tr:nth-child(even) {
	background: #FFFFFF;
}

.tb_aide_msg th {
	background-color: #555753;
	color: white;
}

