/* faux fieldset  */

p.legend {
margin-top:-0.8em;
margin-left:10px;
float:left;
}

p.legend span
{
padding:0 10px; /* titre fieldset 10px de la gauche*/
background-color:#fff;

}

div.fieldnotset
{ 
 margin : 0 10% 1% 10%;
 margin-top : 10px;
 background-color : #f0f8ff;
 color : #3366FF;
 color : inherit;
 border : 2px solid #000000;
 font-family : "Trebuchet MS", Georgia, Times,serif;
 font-size : 100%;
 font-weight:bold;
 text-align:center;
 }

.clear {clear:both;}

