/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* background-color: #465A7B;	*/
	background-color: #104C7A;
       color: #272324;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	margin: 0;
}

/* begin nav-top */
#nav-top {
	padding: 0;
	font: 12px Verdana, Arial, sans-serif;
	/* background: #465A7B; */
	background: #104C7A;
	text-align: left;
	position: fixed;
	top:0;
	width:100%;
}

#faxcount {
  width:900px;
  background: #DDDDDD;
  margin: 0 auto;
  padding-top: 5;
  padding-bottom: 5;
  color: #808080;
}

#fond_arch {
  width:900px;
  background: #DDDDDD;
  margin: 0 auto;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#coverpage {
  background: #DDDDDD;
  width:900px;
  margin: 0 auto;
}

#fond_Hrubrica {
  width:900px;
  height: 20px;
  background: #DDDDDD;
  margin: 0 auto;
  padding-bottom: 10px;
}

#fond_Hrubricaedit {
  width:100%;
  height: 20px;
  background: #DDDDDD;
}
#fond_Hrubricaedit2 {
  width:100%;
  height: 127px;
  background: #DDDDDD;
}

.Fond_gris {
  background: #DDDDDD;
}
/* Tips - mootools */


/*.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}*/

.tool-tip {
background-image:url(images/bulle_langue.png);
color:#FFFFFF;
height:39px;
width:147px;
z-index:13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	/*background: url(images/bubble.png) top left;*/
}

.tool-text {
font-size:12px;
font-weight:bold;
padding-top:6px;
text-align:center;
}
 
/*.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(images/bubble.png) bottom right;
}*/
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

/* Fin - Tips - mootools */