/* Text style */
.biggest_black {
  font-size: 18px;
  color: #000000;
  font-family: arial, verdana, lucida, monospace;
}
.biggest_red {
  font-size: 18px;
  color: #FF0000;
  font-family: arial, verdana, lucida, monospace;
}
.biggest_blue {
  font-size: 18px;
  color: #000066;
  font-family: arial, verdana, lucida, monospace;
}
.biggest_yellow {
  font-size: 18px;
  color: #FFD300;
  font-family: arial, verdana, lucida, monospace;
}
.biggest_white {
  font-size: 18px;
  color: #FFFFFF;
  font-family: arial, verdana, lucida, monospace;
}
.biggest_normal {
  font-size: 18px;
  color: #691512;
  font-family: arial, verdana, lucida, monospace;
}

.big_black {
  font-size: 14px;
  color: #000000;
  font-family: arial, verdana, lucida, monospace;
}
.big_red {
  font-size: 14px;
  color: #FF0000;
  font-family: arial, verdana, lucida, monospace;
}
.big_blue {
  font-size: 14px;
  color: #000066;
  font-family: arial, verdana, lucida, monospace;
}
.big_yellow {
  font-size: 14px;
  color: #FFD300;
  font-family: arial, verdana, lucida, monospace;
}
.big_white {
  font-size: 14px;
  color: #FFFFFF;
  font-family: arial, verdana, lucida, monospace;
}
.big_normal {
  font-size: 14px;
  color: #691512;
  font-family: arial, verdana, lucida, monospace;
}

.txt_black {
  font-size: 12px;
  color: #000000;
  font-family: arial, verdana, lucida, monospace;
}
.txt_red {
  font-size: 12px;
  color: #FF0000;
  font-family: arial, verdana, lucida, monospace;
}
.txt_blue {
  font-size: 12px;
  color: #000066;
  font-family: arial, verdana, lucida, monospace;
}
.txt_yellow {
  font-size: 12px;
  color: #FFD300;
  font-family: arial, verdana, lucida, monospace;
}
.txt_white {
  font-size: 12px;
  color: #FFFFFF;
  font-family: arial, verdana, lucida, monospace;
}
.txt_normal {
  font-size: 12px;
  color: #691512;
  font-family: arial, verdana, lucida, monospace;
}

.small_black {
  font-size: 10px;
  color: #000000;
  font-family: arial, verdana, lucida, monospace;
}
.small_red {
  font-size: 10px;
  color: #FF0000;
  font-family: arial, verdana, lucida, monospace;
}
.small_blue {
  font-size: 10px;
  color: #000066;
  font-family: arial, verdana, lucida, monospace;
}
.small_yellow {
  font-size: 10px;
  color: #FFD300;
  font-family: arial, verdana, lucida, monospace;
}
.small_white {
  font-size: 10px;
  color: #FFFFFF;
  font-family: arial, verdana, lucida, monospace;
}
.small_normal {
  font-size: 10px;
  color: #691512;
  font-family: arial, verdana, lucida, monospace;
}

.tiny_black {
  font-size: 9px;
  color: #000000;
  font-family: arial, verdana, lucida, monospace;
}
.tiny_red {
  font-size: 9px;
  color: #FF0000;
  font-family: arial, verdana, lucida, monospace;
}
.tiny_blue {
  font-size: 9px;
  color: #000066;
  font-family: arial, verdana, lucida, monospace;
}
.tiny_yellow {
  font-size: 9px;
  color: #FFD300;
  font-family: arial, verdana, lucida, monospace;
}
.tiny_white {
  font-size: 9px;
  color: #FFFFFF;
  font-family: arial, verdana, lucida, monospace;
}
.tiny_normal {
  font-size: 9px;
  color: #691512;
  font-family: arial, verdana, lucida, monospace;
}

.txt_yellow_bold {
  font-size: 12px;
  color: #FFD300;
  font-family: arial, verdana, lucida, monospace; font-weight: bold;
}

/* class for diff */
.txt_del_diff {
  background-color: #AA0000;
  text-decoration: line-through;
}

.txt_add_diff {
  background-color: #00AA00;
}

.button {
  font-weight: bold;
  background-color: #996666;
  border-bottom: thin solid #442222;
  border-right: thin solid #222244;
  border-top: thin solid #CC9999;
  border-left: thin solid #CC9999;
  font-size: 11px;
  color: #FFFFFF;
  font-family: arial, verdana, lucida, monospace;
}

th {
  color: #FFD300;
  background-color: #691512;
  font-weight: bold;
  font-size: 12px;
  font-family: arial, verdana, lucida, monospace;
}

td {
  color: #FFFFFF;
  font-size: 9px;
  font-family: arial, verdana, lucida, monospace;
}

a {
  color: #FFD300;
  text-decoration: none;
}
a:hover {
  color: #CE0000;
}

.a-title {
  color: #FFD300;
  text-decoration: none;
  background-color: #691512;
}

.input-box {
  border: 1px #000000 solid;
  color: #691512;
  font-family: arial, verdana, lucida, monospace;
  font-size: 12px;
  font-weight: normal;
}

.textarea-box {
  border: 1px #000000 solid;
  color: #691512;
  width: 100%;
  font-family: arial, verdana, lucida, monospace;
  font-size: 12px;
  font-weight: normal;
}

.label-box {
  color: #FFFFFF;
  font-family: arial, verdana, lucida, monospace;
  font-size: 12px;
  font-weight: bold;
}

.cadre {
  border: 1px #FFD300 solid;
}

.legend {
  color: #FFD300;
  font-family: arial, verdana, lucida, monospace;
  font-size: 14px;
  font-weight: bold;
}

.ul_list {
  list-style: none;
  padding-left: 2px;  
}

.ul_box {
  list-style: square;
  padding-left: 6px;  
}

body {
  background-color: #2D2D2D;
  font-size: 12px;
  color: #FFFFFF;
  font-family: arial, verdana, lucida, monospace;
}

/* div style */
.div-box {
  background: #DDDDDD;
}

#template {
  background: #691512;
  margin: 15px auto;
  border: 1px #FFD300 solid;
  width: 800px;
  min-height: 500px;
}

#header {
  background: #691512;
}

#navigation {
  float: left;
  background: #791512;
	width: 170px;
  font-size: 12px;
  font-family: arial, verdana, lucida, monospace;
  color: #FFD300;
}
#menu {
  padding-top: 10px;
  font-weight: bold;
  text-align: center;
}
#menu ul {
  list-style: none;
  margin: 0px;
  padding-left: 2px;
  font-size: 12px;
  font-family: arial, verdana, lucida, monospace;
  text-align: left;
}
#menu ul li {
  padding: 2px;
  font-weight: normal;
}
#menu ul li.bold {
  padding: 2px;
  font-weight: bold;
}
#menu ul li:hover {
  background: #FFD300;
}
#menu ul li:hover a {
  color: #691512;
}

#calendar {
  background: #791512;
}

#tbl_calendar td.week {
  background-color: #691512;
  font-size: 10px;
  color: #FFFFFF;
  font-family: arial, verdana, lucida, monospace;
  font-weight: bold;
}

#tbl_calendar th.mois {
  background-color: #691512;
  font-size: 12px;
  color: #FFFFFF;
  font-family: arial, verdana, lucida, monospace;
  font-weight: bold;
}

#info {
  background: #691512;
  padding: 5px 10px 10px 5px;
}

#content {
  background: #791512;
  
  margin-left: 180px;
  padding: 5px 5px 5px 5px;
  min-height: 550px;
}
#content h1 {
  border-width: 2px 0px 2px 0px;
  border-style: dotted;
  padding: 1px 10px 1px 10px;
  background: #FFD300;
  font-family: arial, verdana, lucida, monospace;
  color: #691512;
}
#content h2 {
  border-width: 2px 0px 2px 0px;
  border-style: dotted;
  padding: 1px 10px 1px 10px;
  background: #FFD300;
  font-family: arial, verdana, lucida, monospace;
  color: #691512;
}
#content h3 {
  border-width: 2px 0px 2px 0px;
  border-style: dotted;
  padding: 1px 10px 1px 10px;
  background: #FFD300;
  font-family: arial, verdana, lucida, monospace;
  color: #691512;
}
#content h4 {
  border-width: 2px 0px 2px 0px;
  border-style: dotted;
  padding: 1px 10px 1px 10px;
  background: #FFD300;
  font-family: arial, verdana, lucida, monospace;
  color: #691512;
}
#content h5 {
  border-width: 2px 0px 2px 0px;
  border-style: dotted;
  padding: 1px 10px 1px 10px;
  background: #FFD300;
  font-family: arial, verdana, lucida, monospace;
  color: #691512;
}
#content h6 {
  border-width: 2px 0px 2px 0px;
  border-style: dotted;
  padding: 1px 10px 1px 10px;
  background: #FFD300;
  font-family: arial, verdana, lucida, monospace;
  color: #691512;
}

#center {
  background: #691512;
}

#footer1 {
  background: #791512;
  width: 100%;
  font-size: 14px;
  font-family: arial, verdana, lucida, monospace;
  clear: both;
}
#footer2 {
  background: #FFD300;
  width: 100%;
  font-size: 14px;
  font-family: arial, verdana, lucida, monospace;
  font-weight: bold;
  color: #691512;
  text-align: center;
}
