#xhtml_contenu form {
	width: 570px;
	padding: 10px 20px;
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}
#xhtml_contenu form p {
	margin: 1em 0;
}
#xhtml_contenu form p.double {
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 100%;
}
#xhtml_contenu form p.double label {
	float: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
}
#xhtml_contenu form p.double label span.info {
	display: block;
	margin-top: .2em;
	font-size:11px;
	font-weight: normal;
	cursor: default;
	color:#666666;
}
#xhtml_contenu form p.double input.text,
#xhtml_contenu form p.double textarea,
#xhtml_contenu form p.double select {
	width: 250px;
	margin-left: 12px;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	
}
#xhtml_contenu form p.double textarea {
	padding: 2px 0 0 4px;
	width: 320px;
	height: 6em;
}
#xhtml_contenu form p.simple {
	margin-left: 160px;
}
#xhtml_contenu input.text {width: 50%;}

/* INPUT SOUS FORME DE LIEN */

button.com1lien {
  background: transparent;
  /*color: link; /* à changer */
  border-width: 0;
  font:11px Verdana, Arial, Helvetica, sans-serif;
  cursor: pointer;
  padding:0;
}

/* bouton à droite */
.main-top .main-bottom .right-column .menu button.com1lien {
  color: white;  }
.main-top .main-bottom .right-column .menu button.com1lien:hover {
  border-bottom: 1px white solid; }