/* CSS Document */

h3.form
{
	font-size: 15px;
	color: #FF0185;
}

div.form_section
{
	margin:6px 0px 4px 0px;
}

div.form_section_c
{
	margin:0px;
	text-align:center
}

label.form
{
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0066FF;
}

input.form
{
	background-color: #DFF7FF;
	border: 1px inset black;
}

p.form
{
  margin-top: 0;
  font-size: 95%;
  font-style: italic;
}

p.text
{
	margin:8px 16px 8px 16px;
	font:15px Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:justify;
}

p.link
{
	font:16px Arial, Helvetica, sans-serif;
	text-align:center;
}

#chartes label
{
	font-size: 100%;
	color: #000000;
	font-weight: normal;
}

#chartes a
{
	text-decoration: none;
}

#register_submitter
{
	margin-top: 3em;
}

#name_chk
{
	font-size: 85%;
}

#kk_service
{
	width: 370px;
	height: 90px;
	margin-top: 0.5em;
}

#errorMsgs
{
	margin: 1.2em 0 1.2em 0;
}

#errorMsgs p
{
	font-size: 100%;
	color: red;
	font-weight: bold;
	margin: 0.2em 0 0.2em 0;
}

.xbox
{
	font-weight: bold;
	color: #60E310;
	text-decoration: underline;
	cursor: pointer;
}

.xbox span
{
	position: absolute;
	top: -2000em;
	left: -2000em;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #000000;
	background: #DDEEFF;   /* Définition du fond, sinon on a le même que notre lien */
	border: 1px solid #6699FF; /* Définition des bordures */
	font-weight: normal;
	text-decoration: none;
}

.xbox:hover span 
{
	top: auto;
	left: auto;
	width: 300px;
	height: auto;
	overflow: visible;
	margin: -60px 0 0 -140px;
	padding: 15px;
	text-decoration: none;
}

.xboxinfo
{
	text-decoration: inherit;
	text-decoration: none;
}

/* INFO BULLES */
div.bull
{
  width:180px;
  height:42px;
  background-image:url('../../../css/bull.gif');
  display:none;
  position:absolute;
  top:0px;
  left:0px;
  overflow:hidden
}

p.bull_text
{
  margin:16px 4px 4px 4px;
  font:10px arial;
}

#part_1
{
	height:500px;
}

#part_2
{
	height:500px;
}