@font-face {
  font-family: 'Reenie Beanie';
  font-style: normal;
  font-weight: normal;
  src: local('Reenie Beanie'), local('ReenieBeanie'), url('/fonts/reeniebeanie/v2/ljpKc6CdXusL1cnGUSamX_n8qdNnd5eCmWXua5W-n7c.woff') format('woff');
}

body {
  background-color:#FDFDE9;
  font-family: verdana, arial, sans-serif;
  font-size:12px;
  padding:0;
  margin:0;
}

#top
{
    position:relative;
}

#top h1
{
    font-family: 'Reenie Beanie';
    font-style: normal;
    color: #cc6363;
    font-weight: 800;
    font-size:40px;
}

#top h1 img
{
    vertical-align: top;
}

#eyes
{
    display: inline-block;
    width:64px;
}

#body
{
    height:75px;
}

#froogz
{
    position:absolute;
    top:5px;
    left:242px;
    width:200px;
    overflow:visible;
    display:inline-block;
/*    background:url(/img/froogz.png) top center;*/
}

#top h2
{
    font-family: 'Reenie Beanie';
    font-style: normal;
    color: #cc6363;
/*    font-weight: 800;*/
    font-size:20px;
}

a {
  text-decoration:none;
  color:blue;
  font-weight:bold;
}

a:hover {
  background-color:lavender;
}

input[type=text] {
  width:200px;
}

#page {
  margin-top:5px;
}

#logo {
  margin:5px;
  padding-left:20px;
}

#menu {
  float:left;
  width:190px;
  font-size:12px;
}

#menu ul,div.menublock {
  list-style-type:none;
  line-height:20px;
  border:solid 1px lightgray;
  margin:10px;
  padding:0;
  font-weight:bold;
}

#menu ul li a,div.menublock a {
  padding-left:10px;
  display:block;
}

div.menublock a.collapsed {
  background: url(/img/collapsed.png) 0 6px no-repeat;
}

div.menublock a.expanded {
  background: url(/img/expanded.png) 0 6px no-repeat;
}

div.menublock div.selexpanded {
  padding-left:10px;
  background: url(/img/selexpanded.png) 0 6px no-repeat;
  background-color:lavender;
}

div.menublock div.selentry {
  padding-left:10px;
  background-color:lavender;
}

#menu ul li a:hover,div.menublock a:hover {
  background-color:pink;
}

#menu ul li.collapsed {
 list-style-image:url(/img/collapsed.png);
 list-style-position: inside;
}

#menu ul li.expanded {
 list-style-image:url(/img/expanded.png);
 list-style-position: inside;
}

#menu ul li.selexpanded {
 list-style-image:url(/img/selexpanded.png);
 list-style-position: inside;
 background-color:lavender;
}

#menu ul .selentry {
  padding-left:10px;
  background-color:lavender;
/*  color:salmon; */
}

#menu h3 {
  font-size:12px;
  font-style:italic;
  text-align:center;
}

.right
{
    text-align:right;
}

.center
{
    text-align:center;
}

#top {
/*  margin-bottom:20px;*/
/*  border:solid 1px lightgray;*/
}

#top h2 {
	margin: 0 0 5px 0;
	padding:0;
}

#path {
  font-size:12px;
  margin-bottom:20px;
}

#content {
  margin-left:180px;
  min-height:600px;
  width:700px;
  padding-left:40px;
  padding-right:40px;
}

h1 {
  display:block;
  text-align:center;
  font-size:16px;
  font-weight:bold;
  padding:10px;
  margin:0;
  color:DodgerBlue;
}

h2 {
  display:block;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  margin:0 0 5px;
  padding:0;
  color:DodgerBlue;
}

h2.pagetitle {
  margin-top:20px;
  margin-bottom:20px;
  color:DodgerBlue;
}

h3 {
  font-weight:bold;
  padding:0;
  margin:0;
  font-size:14px;
  color:DodgerBlue;
}

h4 {
  font-weight:bold;
  font-size:14px;
  padding:0;
  margin:0;
}

.error {
  margin-top:10px;
  font-weight:bold;
  color:red;
}

.protected {
  font-weight:bold;
  color:red;
}

.message {
  margin-top:10px;
  color:green;
  font-style:italic;
}

ul.nicelist {
  list-style-type:none;
  line-height:25px;
  padding:0;
}

ul.nicelist li.arrow {
  background:url(/img/listitem.png) no-repeat 0 6px;
  padding-left:25px;
}

.nicechoice {
  font-weight:bold;
}

.footer {
  text-align:center;
}

table#boxes {
  width:710px;
  border-collapse:separate;
  border-spacing:5px;
  margin:10px -5px;
}

table#boxes td {
  font-size:smaller;
  border:1px solid lightgray;
  vertical-align:top;
}

#centerbox,#leftbox,#rightbox {
}

#centerbox {
}

div#leftbox {
}

div#rightbox {
}

.box {
  clear:right;
}

div.events {
  border:solid 1px lightgray;
  padding:5px;
  margin-top:0px;
  font-size:smaller;
  clear:right;
}

.detail {
  font-size:10px;
}

.rightalign {
  text-align:right;
}

.disabled {
  color:gray;
}

.centered {
  text-align:center;
}

input[type="submit"], input[type="button"], input[type="reset"] {
	margin:4px;
	padding:2px;
	text-align:center;
	border:1px solid gray;
    background-color:#EAEAEA;
    font-weight:normal;
    color:black;
}

.button {
	margin:4px;
	padding:2px 4px 3px 4px;
	text-align:center;
	border:1px solid gray;
    background-color:#EAEAEA;
    font-weight:normal;
    color:black;
    font-size:12px;
}

.button:hover {
    text-decoration:none;
}

.grid {
  border-collapse:collapse;
}

.grid tr td {
  border:1px solid lightgray;
  padding:2px;
}

.grid tr td.action {
  border:none;
}

.bold {
  font-weight:bold;
}

.normal {
  font-weight:normal;
}

.hidden
{
  display:none;
}

.colheader {
  font-weight:bold;
  text-align:center;
}

.center {
  margin-left:auto;
  margin-right:auto;
}

.centered {
  text-align:center;
}

a.info {
  display:inline;
  text-decoration:none;
  cursor:default;
  z-index:24;
  color:black;
}

a.info:hover {
  z-index:25;
  position:relative;
  border:0px;
  text-decoration:none;
}


a.info span.tooltip {
  display:none;
}

a.info:hover span.tooltip {
  display: block;
  position:absolute;
  top:20px;
  left:-30px; 
  border:1px solid black;
  margin:0px;
  padding:2px;
  background-color:#F0FAFA; color:#000;
  text-decoration:none;
  text-align:left;
  font-weight:normal;
  width:200px;
  white-space:normal;
}

.tabs {
  text-align:center;
  font-size:14px;
}

ul.tabs {
  margin-top:8px;
  margin-bottom:0;
}

ul.tabs li {
  display:inline;
  border-top:1px black solid;
  padding-left:4px;
  padding-right:4px;
}

ul.tabs li.backtab {
/*  background:#CCCCFF;*/
  font-weight:normal;
}

ul.tabs li.backtab a {
/*  color:#4444BB;*/
  text-decoration:none;
  white-space:nowrap;
  color:blue;
}

ul.tabs li.backtab a:hover {
  text-decoration:underline;
  white-space:nowrap;
}

ul.tabs li.foretab {
  font-weight:bold;
  padding-top:3px;
  border-bottom:#DDDDFF solid 1px;
  z-index:2;
  background:#DDDDFF;
  color:DodgerBlue;
}

ul.tabs li.foretab a {
  color:DodgerBlue;
  white-space:nowrap;
}

.left {
  border-left: solid 1px black;
}

.right {
  border-right: solid 1px black;
}

.description {
  font-size:12px;
  font-weight:normal;
  line-height:13px;
}

ul.smalllist {
  line-height:14px;
}

.pointer {
  cursor:pointer;
}

.blue {
  color:blue;
}

.gridheader {
  cursor:pointer;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  white-space:nowrap;
}

.gridcontent {
  font-size:10px;
  white-space:nowrap;
}

.nowrap
{
  white-space:nowrap;
}

.center
{
  text-align:center;
}

.italic {
  font-style:italic;
}

.news p {
  margin-top: 8px;
  margin-bottom: 8px;
}

.followus
{
  width:100%;
  text-align:center;
}

.followus a, .followus a img
{
  border:0;
}

.lbbkg
{
  background-color: #DDDDFF;
}

#personnes tbody tr.even:hover, #personnes tbody tr.even td.highlighted {
    background-color: #ECFFB3;
}

#personnes tbody tr.odd:hover, #personnes tbody tr.odd td.highlighted {
    background-color: #E6FF99;
}

#personnes tr.even:hover {
    background-color: #ECFFB3;
}

#personnes tr.even:hover td.sorting_1 {
    background-color: #DDFF75;
}

#personnes tr.even:hover td.sorting_2 {
    background-color: #E7FF9E;
}

#personnes tr.even:hover td.sorting_3 {
    background-color: #E2FF89;
}

#personnes tr.odd:hover {
    background-color: #E6FF99;
}

#personnes tr.odd:hover td.sorting_1 {
    background-color: #D6FF5C;
}

#personnes tr.odd:hover td.sorting_2 {
    background-color: #E0FF84;
}

#personnes tr.odd:hover td.sorting_3 {
    background-color: #DBFF70;
}

.sorting, .sorting_asc, .sorting_desc
{
    padding: 3px 17px 2px 3px;
}

.sorting_asc {
    background: #D0D0FF url('../img/sort_asc.png') no-repeat center right;
}

.sorting_desc {
    background: #D0D0FF url('../img/sort_desc.png') no-repeat center right;
}

.sorting {
    background: #D0D0FF;
}

.boolcol
{
    text-align:center;
}

th
{
    background-color: #D0D0FF;
}

tr.odd
{
    background-color: #E2E4FF;
}

tr.even
{
    background-color: white;
}

.processing
{
    font-size:10px;
    font-style:italic;
    text-align:center;    
}

#ajout input, #ajout select, #recherche input, #recherche select
{
    width:55px;
}

#info
{
  float:right;
  font-size:10px;
  text-align:center;
}

#liste_pays
{
  font-weight:normal;
  width:100%;
}

.ttbuttons
{
  position:absolute;
  top:30px;
  right:10px;
}

#chat_list
{
  border:blue solid 1px;
  width:100%;
  min-height:100px;
}

#chathistory
{
  border:blue solid 1px;
  min-width:400px;
  min-height:100px;
}

#cursor {
    cursor: none;
    width: 30px;
    height: 30px;
    background: url("/img/cursor.png") no-repeat left top;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    z-index: 10000;
}

/****************************************************************/

/* 2018 */

body
{
    width: 100%;
    height: 100%;
}

.roundbutton {
    display: inline-block;
    float: left;
    text-align: center;
    text-decoration: none;
    border: solid #2fc974 8px;
    border-radius: 1em;
    position: relative;
    padding: 0.5em;
    background: #fff;
    margin-right: 1em;
}

.roundbutton img
{
    width: 4em;
    height: 4em;
    vertical-align: middle;
}

#footer
{
    position: absolute;
    bottom: 0;
    margin: 0.5em 0;
    text-align: center;
    width: 100%;
}

#links
{
    list-style-type: none;
    font-size: 2em;
}

#links li
{
    display: block;
    margin: 2em 0;
    clear: left;
    min-height: 5em;
}

