body {
	background-color:#0D0D0D;
	color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	/*scrollbar-face-color: #333333;
	scrollbar-arrow-color: #FF8000;
	scrollbar-track-color: black;
	scrollbar-highlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color: black;
	scrollbar-3dlight-color: black;*/
}


#structure 
{
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	width:535px;
	height:100%;
	background-color: #000000;
	
}


#corps {
	height:100%;
	z-index: 0;
	padding:5px;
	background-color: #000000;
}


#banniere {
	width:535px;
	height:105px;
	background:url("images/banniere2.png") no-repeat;
	font-family:verdana;
	text-align:right;
	color:white;
	background-color: #000000;
}
 .titre  { font-size:20px; font-weight:bold; padding-right:50px; }
 .sous-titre { font-size:15px; font-style:italic; padding-right:50px; }


#contenu {
	margin-top:20px;
	padding:10px;
}
#xiti-logo {
	width: 70px;

}

h3 {
	color: #FF8000;
}

/* fieldset { width:90%; font-family:verdana; font-size:10px; }
 /* fieldset:hover { background:#e9effc; }*/
 /*legend {
	font-weight:bold;
	color:#000000;
}*/





/*dl, dt, dd, ul, li { margin: 0; padding: 0; list-style-type: none; }
#menu {
	position: absolute;
	z-index:100;
	width: 550px;
	font-family:verdana;
	font-size:10px;
	visibility: visible;
	left: 587px;
	top: 172px;
}
 */

 
 

/*
#sign { width:550px; height:30px;  background:url("images/fond_signature2.png") no-repeat; padding-top:5px; font-size:9px; text-align:center; color:back; font-family:verdana; }
 #sign a { color:black; text-decoration:none; font-weight:bold; }
  #sign a:hover { border-bottom:1px dashed black; }
  #sign a:visited { color:black; }
   
*/
a {
	color : #999999;
	text-decoration: none;
}

a:hover {
font-weight: bold;
color: #FF8000;
}

.Style1_pop {
	font-size: 88%;
	font-style: italic;
	color: #C40000;
}
.Style2_pop {
	font-size: 90%;
	font-weight: bold;
}
.Style3_pop {
	font-size: 75%;
	font-style: italic;
}

input, textarea {
	background-color: #E4E4E4;
	border: solid 1px #333333;
}

input:focus, textarea:focus {
	background-color: #FFF1C6;
	border: inset 1px #FF0000;
}

#radio {
	background-color:#000000;
	border: 0;
}

#envoyer {
	font-size: 120%;
	height:27px;
	width:85px;	
	background-color: #000000;
	background-image: url(images/boutton_envoyer.png);
	border: solid 0px #333333;
}

#envoyer:active, #envoyer:hover {
	background-image: url(images/boutton_envoyer_active.png);
	border: solid 0px #333333;
	cursor: pointer;  /*Sinon pas de main... ? */
}


