body
{
  background-color: #5dcd7b;
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 10px;
  padding: 0px;
  scrollbar-face-color: #5dcd7b;
	scrollbar-darkshadow-color: #54BA6F;
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #54BA6F;
	scrollbar-arrow-color: #FFFFFF;
	text-align: center;
	height: 100%;
	/* part 1 of 2 centering hack */
}

#corps
{
  width: 810px;
  background: #5dcd7b url(img/fond.png);
  margin-left: auto;
  margin-right: auto;
	text-align: left;
	height: auto;
	min-height: 585px;
}

#gauche
{
 	float: left;
 	margin: 0;
 	width: 150px;
  padding: 0 10px 10px 10px;
}

#top
{
  margin-left: 170px;
  top: 0;
  width: 618px;
  color : #ffffff;
  padding: 10px;

}

* html #top
{
	margin-left: 140px;
	width: 635px;
}

#centre
{
  margin-left: 170px;
  top: 94px;
  width: 618px;
  padding: 10px;
}

* html #centre
{
	margin-left: 140px;
	width: 635px;
}

#bas
{
  margin-left: 170px;
  width: 618px;
  padding: 10px;
  bottom: 0;
}

#alerte
{
	text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  padding: 7px;
  border: 1px dotted #FFFFFF;
}

* html #bas
{
	margin-left: 173px;
	width: 635px;
}

fieldset.menu
{
	padding: 5px;
	width: 137px;
}

* html fieldset.menu
{
	width: 150px;
}

A
{
	color : #ffff99;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

A:hover
{
	color : #b5ffc5;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : underline;
}

p
{
	font-size: 12px;
}

.texte 
{
	color : #71ff89;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.reg
{
	color : #ffffff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

A.menu
{
	color : #ffffff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

A.menu:hover
{
	color : #b5ffc5;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : underline;
}

A.sousmenu
{
	color : #ffffff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-decoration : none;
}

A.sousmenu:hover
{
	color : #b5ffc5;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-decoration : underline;
}

.small
{
	font-size : 10px;
}

TABLE
{
  font-size: 12px;
}

TR.titre
{
	background-color : #ffffff;
	color : #2e8b57;
}

TABLE.news
{
	border-bottom : 1px solid #ffffff;
	border-left : 1px solid #ffffff;
	border-right : 1px solid #ffffff;
	border-top : 1px solid #ffffff;
	margin : 1px;
}

TABLE.principal
{
	background-color : #5dcd7b;
	background-image : url(img/fond.png);
}

INPUT.del
{
	color : yellow;
	font-size : 10px;
}

TEXTAREA
{
	background-color : transparent;
	border-bottom : 1px solid white;
	border-left : 1px solid white;
	border-right : 1px solid white;
	border-top : 1px solid white;
	color : white;
	margin : 1px;
}

INPUT
{
	background-color : transparent;
	border-bottom : 1px solid white;
	border-left : 1px solid white;
	border-right : 1px solid white;
	border-top : 1px solid white;
	color : white;
	margin : 1px;
}

INPUT.file
{
	background-color : transparent;
	border-bottom : 1px solid white;
	border-left : 1px solid white;
	border-right : 1px solid white;
	border-top : 1px solid white;
	color : black;
	margin : 1px;
}

INPUT.casesacocher
{
	background-color : transparent;
	color : black;
	margin : 1px;
}

SELECT
{
	background-color : #67d785;
	border-bottom : 1px solid white;
	border-left : 1px solid white;
	border-right : 1px solid white;
	border-top : 1px solid white;
	color : white;
	margin : 1px;
}

DIV.membres
{
	left : 60%;
	position : fixed;
	top : 110px;
	visibility : visible;
	width : auto;
	z-index : auto;
	display:block;
}

* html DIV.membres
{
	position : absolute;
	top: expression(body.scrollTop + 110 + "px");
}

#infoMbr
{
	position: fixed;
	top: 140px;
	/* pour IE */
	_position: absolute;
	top: expression(body.scrollTop + 140 + "px");
	width : auto;
	right: 110px;
	border: 2px solid #ffff99;
	background: #5dcd7b url(img/fond.png);
	padding: 15px;
	padding-bottom: 0px;
	border-radius: 10px 10px;
	-moz-border-radius: 10px;
}

#infoMbr img
{
	padding-bottom: 5px;
}

DIV.pages
{
  width: 618px;
  text-align: center;
}

* html DIV.pages
{
	width: 100%;
}

DIV.login
{
	background-color : #cccccc;
	background-position : 0 0;
	top : 120px;
	height : 100px;
	border : 3px ridge white;
	left : 150pt;
	margin : 0;
	padding : 0;
	position : absolute;
	visibility : visible;
	overflow : visible;
	width : 284px;
	z-index : 3000;
}

P.login
{
	text-align : center;
	vertical-align : middle;
	height : 75px;
	color : black;
	margin : 0;
	padding : 5px;
	height : auto;
	width : auto;
}

P.login-just
{
	text-align : justify;
	vertical-align : middle;
	height : 75px;
	color : black;
	margin : 0;
	padding : 5px;
	height : auto;
	width : auto;
}

IMG.login
{
	border : 0 none inherit;
	margin : 0;
	padding : 0;
}

INPUT.login
{
	background-color : transparent;
	border-bottom : 1px solid black;
	border-left : 1px solid black;
	border-right : 1px solid black;
	border-top : 1px solid black;
	color : black;
	margin : 1px;
}

INPUT.radio
{
	background-color : transparent;
	border-bottom : medium none inherit;
	border-left : medium none inherit;
	border-right : medium none inherit;
	border-top : medium none inherit;
	color : white;
}

TABLE.admin
{
	border-bottom : 1px solid white;
	border-left : 1px solid white;
	border-right : 1px solid white;
	border-top : 1px solid white;
}

.membres
{
	border : 0;
}

DIV.stop
{
	text-align : center;
	margin-top : 69px;
	left : 47%;
}

* html DIV.stop
{
	margin-top : 70px;
}

div#tooltip { /* allure et taille des bulles d'aide */
   position: absolute;
   visibility: hidden;
   z-index: 100;
   border: 1px solid white;
}