
#zontent{
margin:10px;
padding:10px;
border: 1px solid #000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
color:#000000;
background:#f6f6f6;
}

	h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FF6600;
	font-size:18px;
	font-weight:bold;
	padding:0;
	margin:0;}

/* Formulaire */

.cssform p{
width:280px;
clear: left;
margin: 0;
padding:0;}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 70px;
font-size:11px;
border:1px solid #999999;}

.cssform textarea{
width: 70px;
height: 40px;
font-size:11px;
border:1px solid #999999;}

.warn{
background:#f00;}

label.etq {
	display:block;
	width:90px;;
	float:left;}

label.error {
	margin-left:20px;
	color:#FF0000;}

input.error {
	background:url(../images/invalid_line.gif) repeat-x bottom #FFFFFF;}
-->