body {
	background-color: #000000;
}

body,td { 
       font-family: tahoma, helvetica;  
       font-size: 12px; color: #8297A9;
}

input { 
       font-family: tahoma, helvetica;  
       font-size: 12px; color: #000000;
}

br.short	{ 
      line-height: 8px; 
}

br.high	{ 
      line-height: 500px; 
}

a { 
      text-decoration: none !important;
      color: #AAAACC !important;
      font-size: 12px !important; 
}


a.current { 
      text-decoration: none !important;
      color: #ff0000 !important;
      font-size: 12px !important; 
}

a.current:hover { 
      text-decoration: none !important;
      color: #FF0000 !important;
      font-size: 14px !important; 
}

a.ghost { 
      text-decoration: none !important;
      color: #000000 !important;
      font-size: 12px !important; 
}

a.ghost:hover { 
      text-decoration: none !important;
      color: #FF0000 !important;
      font-size: 14px !important; 
}

a:hover { 
      text-decoration: underline !important;
      color: #FFCC00 !important;
      font-size: 12px !important; 
}

a.hlink	{ 
      font-weight: bold !important; 
}

form { 
      margin: 0px;
}

.small {
	font-size: 12px;
}

.big {
	font-size: 14px;
}

.red {
	font-size: 14px; color=#F00000
}

.yellow {
	font-size: 14px; color=#FFCC00
}

.grey {
	font-size: 14px; color=#CECECE
}

.inarea		{ 
      color: #ffffff; line-height: 12px; text-align: justify; 
}

.carea { 
      line-height: 12px; text-align: justify; 
}


#container {
	position: relative;
	width: 840px;
	margin: 3em auto;
	text-align: left;
	border: 0px solid #ffffff;
	background-color: #000000;
}
#container * {
	margin: 0;
	padding: 0;
}
#container ul#menu {
	position: relative;
	width: 100%;
	font-weight: bold;
}
#container ul#menu li {
  float:left;
	display: inline;

}
#container ul#menu li a {
  float:left;
  display:block;
  background:url("../decor_sexe/onglet.jpg") no-repeat right top;
	text-align: center;
	display: block;
	width: 120px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;

}
#container ul#menu li a:hover {
	color: #000000;
}

#container h1 {
	margin: 0.5em 0 0.5em 0;
	font-size: 1.4em;
      color: #FFCC00;
}
#container h2 {
	margin: 0.5em 0 0.5em 0;
	font-size: 12px;
      color: #cecece;
}
#container .content {
	padding: 1em 2em;
	margin: -2px 0 0 0;
	_margin: -16px 0 0 0;
	background-color: #000000;
	border: 1px solid #cccccc;
}
#container hr {
	clear: both;
	visibility: hidden;

}
#container .on {
	display: block;
	color: #ffffff;
}
#container .off {
	display: none;
}



.pointer-text
{
cursor:pointer;
}

.icon-message-box-error
{
     background-image:url('imgcss/icon-msg-box-error.gif');
     /*background-position:-5px -5px;*/
     background-repeat: no-repeat;
}
