

.evenement{
	position:absolute;
	margin:0 auto;
	width:520px;

	top:120px;
	left:265px;
	font-size:14pt;
	color:#6b153a;
	border:1px solid #243257;
	background-color:#fff;
	font-weight:bold;
	-moz-opacity:1;
   opacity: 1;
   z-index:100;

	
	

}

.evenement a:link,.evenement a:active,.evenement a:visited{
	text-decoration:underline;
	color:#6b153a;
}

.evenement a:hover{
	text-decoration:none;
	color:#6b153a;
}


/* ######################## STATS MANAGER ################################*/
.inscrits{
  background-color:#9EC7F7;height:5px;border:1px outset #000;
}
.comptesactifs{
  background-color:#65C7B0;height:5px;border:1px outset #000;
}
.inscritsawaiting{
  background-color:#6580B0;height:5px;border:1px outset #000;
}
.comptesexpires{
  background-color:#F68DAB;height:5px;border:1px outset #000;
}
.admins{
  background-color:#D0D4BC;height:5px;border:1px outset #000;
}
.comptesexpirant{
  background-color:#F7C16A;height:5px;border:1px outset #000;
}


/* ########################" INFOS BULLE ################################*/
.tooltip{ cursor:default;}
.tooltip:hover{ position:relative; cursor:default; }
.tooltip span{display: none;}
.tooltip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:200px;
    overflow:visible;
    border:1px solid #f9518f;
    background-color:#FFF4F4; 
    color:#A52A2A;
    text-align: left;
    font-size:11px;
    z-index:2;
    padding-left:3px;
    }

/* ######################## ANNONCES ############################### */
.tabarrondi{font-size:10pt;color:#ffb6c1;}
.tabarrondi td{font-size:10pt;color:#fff;background-color:#f9518f;}
.tabarrondi th {font-size:14px;font-weight:bold;color:#FFF4F4;background-color:#f9518f;padding:0px;}
.tabarrondi_hg{float:left;width:16px;height:20px;background-image:url(images/coinhg.png); background-repeat:no-repeat;background-position:top left;padding:0px;}
.tabarrondi_hd{float:right;width:16px;height:20px;background-image:url(images/coinhd.png); background-repeat:no-repeat;background-position:top right;padding:0px;}
.tabarrondi_bg{float:left;width:16px;height:16px;background-image:url(images/coinbg.png); background-repeat:no-repeat;background-position:bottom left;padding:0px;}
.tabarrondi_bd{float:right;width:16px;height:16px;background-image:url(images/coinbd.png); background-repeat:no-repeat;background-position:bottom right;padding:0px;}

.tabannonce{font-size:10pt;background-color:#f9518f;}
.tabannonce th {font-weight:bold;color:#ffb6c1;background-color:#f9518f;text-align:center;}
.tabannonce td {background-color:#FFEEF1;color:#000;}

.messagetable{font-size:10pt;font-weight:normal;background-color:#FFEEF1;border:1px solid #f9518f;}
.messagetable legend{font-size:11pt;font-weight:bold;}

/*############################# FORUMS ##################################*/

.forumcat,.forumcat td{
  background-color:#fff;
  color:#f9518f;
}

.navbar, .navbar a:hover{
    color:#A52A2A;
    text-decoration:none;

}

.navbar a{
    color:#A52A2A;
    text-decoration:underline;

}

/* ######################## CONTROLES ############################### */

.textinput,textarea{background-color: #ffb6c1;border: solid 1px #fff;}
select{background-color: #ffb6c1;border:1px solid #fff;}
.button{background-color: #FFF7F1;border:1px outset #A52A2A;color:#A52A2A;}


/* ######################## PHD ############################### */
body{
	background-color: #ffb6c1;
	margin: 0px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color:black;
	font-size:10pt;	
}

a{
	text-decoration: none;
}

h1, #entete, #menu, #contenu, #pied {
  text-align:left;
}


#entete, #menu, #contenu, #pub {
  float:left;
} 

#pied{
	clear: left;
}

.spacer {clear: both;visibility:hidden;}

/* pour cette poubelle d'IE 6 */
#messagerie
{
	position: absolute;
	top: 118px;
	left:580px;
	width: 200px;
	height: 120px;
	overflow:visible;
	border:0px solid #000;
	text-align:center;
}

#contact{
	position: absolute;
	top: 95px;
	left:740px;
	width: 80px;
	height: 80px;
}

#membres{
	position: absolute;
	top: 60px;
	left:830px;
    width: 80px;
	height: 80px;
}

#contact img, #membres img,#messagerie img{
	
	border: none;
}

/* pour les vrais navigateurs */
/*
html>body #contacts{
	position: absolute;
	top: 95px;
	left: 740px;
	width: 80px;
	height: 80px;
}

html>body #membres{
	position: absolute;
	top: 60px;
	left:830px;
	width: 80px;
	height: 80px;
}
*/
#entete{
	background: url(images/entete.jpg) 0 0 no-repeat;
	width: 980px;
	height: 216px;
}

#page{
	float: left;
	position:relative;
	background: url(images/fond.png) 0 0 repeat-y;
	height: 100%;
	width: 980px;

}


/**********************************/
/*** La zone de menu navigation ***/

#menu {
	background-color:#f9518f;
	width: 200px;
	min-width:200px;
}

#menu h3 {
	margin:0;
	font-size:0.9em;
	color:#ffb6c1;
	background-color:#f9518f;
	padding:0.1em;
	padding-left:0.25em;
	letter-spacing:0.25em;
	font-weight:bold;
}

#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
 
#menu li {
	background-color:#ffb6c1;
	font-size:1em;
	margin-top:1px;
	margin-bottom:1px;
	height:1.50em;
}



#menu li a {
	
	height:1.50em;
	color:#f9518f;
	padding-left:1em;
	display:block;
}
 
#menu li a:hover {
	color:white;
	background-color: #f9518f;
	display:block;

}

/*** la zone de contenu centrale ***/

#contenu {
	background: url(images/contenufond.png) 0 0 repeat-y;
	width:624px;
	border:0px solid #ff0000;
	min-height: 600px;
	padding-left:10px;

}

#contenu h2{
	background: url(images/fondH3.jpg) top left no-repeat;
	color: #A20059;
	background-color: transparent;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 60px;
	padding-top: 25px;
	height: 55px;
	margin-bottom: -25px;
	border:0px solid #000;
	text-transform:uppercase;
}

/* pour cette poubelle d'IE 6 */
/*#contenu h2:first-letter{

	font-size: 1.2em;
}*/

/* pour les vrais navigateurs */
/*html>body #contenu h2:first-letter{
	background-position: center ;
	background-repeat:no-repeat;
	min-width: 60px;
	min-height: 70px;
	font-size: 1.5em;
}*/

#pub{
	width: 140px;
	min-height: 600px;
	height:auto;
	border:0px solid #ff0000;
}

#pub .pub{
	background-color: #ffb6c1; /*#ffb6c1;*/
	width: 100px;
	margin-left: 10px;
	margin-bottom: 30px;
	padding: 1px;
	border:1px solid #f9518f;
	text-align: center;
	vertical-align: middle;
}

#pub .pub, a{
	color: #A52A2A;
}

#pub .pub a{
	
	
}

#pub .pub a:hover{
	color: #FF0D00;
}

/****************************/
/*** La zone pied de page ***/

#liensbas{
  position: relative;
  width: 980px;
  font-size : 12px;
  text-align:center;
	border:0px solid #000;
	background-color:#ffb6c1;
}

#pied{
	position: relative;
	background: url(images/pied.jpg) 0 0 no-repeat;
	width: 980px;
	height: 87px;	
	text-align:center;
}

#pied #firefox{
	position: relative;
	top: 50px;
	background-image: url(images/firefox.png);
	width:110px;
	margin-left: 50%;
	height:32px;

}

#contenu .annonce{
	background-color: #FFEEF1;
	padding-bottom:2px;
}

#contenu .annonce p{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

#contenu .annonce h3{
	background-color: #f9518f;
	font-size: 12pt;
	display:block;
	width: 100%;
	margin-bottom: 2px;
}


html>body .coinhg{
	position:relative;
	width : 480px;
	left: 50%;
	margin-left: -240px;
	margin-top: 25px;
	background-color : #f9518f;
	background-image : url(images/coinhg.png);
	background-repeat : no-repeat;
	background-position : top left;
}

html>body .coinhd{

	background-image : url(images/coinhd.png);
	background-repeat : no-repeat;
	background-position : top right;
}

html>body .coinbg{

	background-image : url(images/coinbg.png);
	background-repeat : no-repeat;
	background-position : bottom left;
}

html>body .coinbd{
	background-image : url(images/coinbd.png);
	background-repeat : no-repeat;
	background-position : bottom right;
}
