/****************************************/
/* Styles Communs a toutes les versions */
/****************************************/
#msg_error {
  position:absolute;
  width:500px;
  height:200px;
  left:50%;
  top:50%;
  margin-left:-250px;
  margin-top:-100px;
  border:2px solid black;
  background-color:#7DB6C9;
  padding:15px;
  text-align:center;
}
#msg_error #errMsg {
  color:red;
  font-weight:bold;
  font-size:14px;
  font-family:verdana;
	margin-bottom:15px;
}

#msg_error a {
  font-size:12px;
  font-style:normal;
  color:black;
}
.tb_title_liste {
	width:100%;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	text-align:center;
}

.tb_title_liste .cL,.cR {
	width:15px;
}

/*
.tb_title_liste {
	font-size:11px;
}
.tb_title_liste .cL, .cR {
	width:16px;
	text-align:center;
}
.tb_title_liste .cM {
	text-align:center;
	font-weight:bold;
}
*/
.mini_liste {
	border:1px solid #223D4E;
	width:100%;
	border-collapse:collapse;
}
.mini_liste .title {
	background-color:#6198AD;
	color:white;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #223D4E;
	font-weight:bold;
}
.mini_liste a {
	text-decoration:none;
	color:#0F404F;
}
.mini_liste a:hover {
	color:#1D809F;
}
.mini_liste .style1 {
	background-color:#DCEAFC;
	border-bottom:1px solid #223D4E;
}
.mini_liste .style2 {
	color:#000000;
	background-color:white; /*#DFF4FF;*/
	border-bottom:1px solid #223D4E;
}
.mini_liste .style3 {
	background-color:#CFFBFF; /* 6FDDFF; */
	border-bottom:1px solid #1FCAFF;
}
.mini_liste .unread {
  background-color:#999999;
}

/* Bouton orange */
.button_orange {
	background-color:orange;
	color:white;
	border:1px solid #FFFFFF;
	font-family:Tahoma, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
	font-size:11px;
}
.button_red {
	background-color:red;
	color:white;
	border:1px solid #FFFFFF;
	font-family:Tahoma, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
	font-size:11px;
}

/* Lien bouton orange */
.lnk_button_orange {
	border:1px solid white;
	background-color:orange;
	padding:1px 10px 2px 10px;
	font-size:11px;
	font-family:Tahoma, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
}
/* Lien bouton orange */
.lnk_button_red {
	border:1px solid white;
	background-color:red;
	padding:1px 10px 2px 10px;
	color:white;
	font-size:11px;
	font-family:Tahoma, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
}
.lnk_button_grey {
	border:1px solid white;
	background-color:#cccccc;
	padding:1px 10px 2px 10px;
	font-size:11px;
	font-family:Tahoma, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
}
