/* Structure de base */
body,html{
	margin:0;
	padding:0;
	background:silver;
  font-family: verdana;
  font-size: 8pt;
}
body{
	background-image: url(http://membres.tengumi.com/img/fond.png);
	background-repeat: repeat-y;
	background-color: white;
	height: 100%;
}


div#bandeau {
	position:absolute;
	top:0;
	left:150px;
	height:40px;  
  background-color: red;
  border-bottom: 1px dashed gray;
  border-left: 1px dashed gray;
  color: white;
  vertical-align: middle;
  padding: 5px;
  width: 100%;
}
body>div#bandeau {
	position:fixed;
	width: 100%;
}
div#contenu {
	padding:55px 5px 5px 5px;
	background: white;
	margin-left: 150px;
  border-left: 1px dashed gray;
}

body>div#utilisateur {
	position:fixed;
}
div#utilisateur{
  position: Absolute;
  top:5px;
  right:5px;
  color: white;
}
div#utilisateur a{
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-bottom: white 1px solid;
}
div#utilisateur a:hover{
  color: pink;
  font-weight: bold;
  text-decoration: none;
  border-bottom: pink 2px dashed;
}
body>img#logo {
	position:fixed;
}
img#logo{
  position: Absolute;
  top:5px;
  left:5px;
}

/* Généralité tengumi */
span.erreur{
  color: red;
  font-style: italic;
}
div.module{
  border: dashed silver 1px;
  margin: auto;
  background: white;
 font-size: 8pt;
}

/* Notifications tengumi */
.notif_defaut_cotis{
  padding-bottom: 5px;
  border: 2px dashed #555500;
  background-color: #FFFF8C;
  padding: 5px;
}
.notif_image_photo{
  border-bottom: 2px dashed orange;
  background-color: #FFCB96;
  padding: 5px;
  margin: -5px;
}
.notif_image_avatar{
  border-bottom: 2px dashed navy;
  background-color: #C8C8FF;
  padding: 5px;
  margin: -5px;
}
.notif_pseudo_manque{
  border-bottom: 2px dashed darkgreen;
  background-color: #C8FFC8;
  padding: 5px;
  margin: -5px;
}
.notif_{
  border-bottom: 2px dashed gray;
  background-color: silver;
  padding: 5px;
  margin: -5px;
}
.notif_rouge{
  border-bottom: 2px dashed maroon;
  background-color: pink;
  padding: 5px;
  margin: -5px;
}


/* Liens */
a{
  color: maroon;
  font-weight: bold;
  text-decoration: none;
  border-bottom: maroon 1px solid;
}
a:hover{
  color: red;
  font-weight: bold;
  text-decoration: none;
  border-bottom: red 2px dashed;
}
a.menu{
  background-image: url(http://membres.tengumi.com/img/btn_norm.png);
  background-repeat: repeat-x;
  color: black;
  font-size: 13pt; 
  padding: 2px;
  border-top: 2px solid pink;
  border-left: 2px solid pink;
  border-bottom: 2px solid maroon;
  border-right: 2px solid maroon;
}
a.menu:hover{
  background-image: url(http://membres.tengumi.com/img/btn_over.png);
  color: white;
  border-top: 2px solid maroon;
  border-left: 2px solid maroon;
  border-bottom: 2px solid pink;
  border-right: 2px solid pink;
}
a.actif{
  background-image: url(http://membres.tengumi.com/img/btn_over.png);
  color: white;
  border: 2px solid white;
}
a.discret{
  border-bottom: none;
}

/* Tableaux */
table.visible{
  border: dashed silver 1px;
}
td.visible{
  background-color: #eee;
}
th.visible{
  background-color: pink;
  text-align: right;
  font-weight: bold;
}

td.trombi_section{
  background: #CCC4C4;
  text-align: center;
}
td.accueil{
  border: dashed silver 1px;
}

/* Titres */
h1, h2, h3, h4{
  font: verdana;
}
h1{
  color: #330000;
  font-size: 20pt;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: underline;
}
h2{
  color: #600;
  font-size: 16pt;
}
h3{
  color: #900;
  font-size: 12pt;
  font-weight: bold;
}
#connexion td{
	vertical-align:middle;
	font-size:10px;
}