*{
	margin:0;
	padding:0;
	border:0;
}
body{
	font-family:"Times New Roman", Georgia, serif;
	color:#333333;
	margin: 0; padding: 0; 
}
li{
	margin-left:1.5em;
}
table, td{
	vertical-align:top;
	padding: 3px;
	border-spacing:0;
}
td{
	border-bottom:1px solid #333333;
}
h1{font-size:2em; color:#0C921B; line-height:2em}
h2{font-size:1.6em; color:#0C921B; line-height:1.6em}
h3{font-size:1.4em; color:#0C921B; line-height:1.4em}
h4{font-size:1.2em; color:#0C921B; line-height:1.2em}
h5{font-size:1.1em; color:#0C921B; line-height:1.1em}
h6{font-size:1em; color:#0C921B;}
.clear{clear:both}

#camion{
	display:none;
}
#content{
width:100%;
}
#menu{
display:none;
}
#footer{
	display:none;
}
/* -------------- forms --------------------------------*/
.cssform p{
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input{ /*width of text boxes. IE6 does not understand this attribute*/
border:1px solid #c1c1c1;
}

.cssform .textfield {
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
border:1px solid #c1c1c1;
}

/* firefox bar hack */
html {
	margin-bottom: 1px;
	height: 100%;
}

