* {
	font-family : "Trebuchet MS", Verdana, "Lucida Grande", Tahoma;
	color: white;
}

html {
	margin: 0;
	padding: 0;
}

body {
	background : url( images/background.jpg ) no-repeat 0 0 #64696D;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	height: 100%;
}

a, img {
	border: 0;
}

a, a:visited, a:link, a:hover {
	color: #f37321;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header img {
	margin: 2em 0 0 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid white;
}

#header {
	
}

#content {
	margin : 3em 100px;
	min-height: 100%
}

#footer {
	margin-left : 100px;
}

h3 {
	position: absolute;
	color : #f37321;
	margin: 0 2em;
}

/* FORMULAIRES */

form {
	width: 630px;
	margin: 0;
}
.row {
	clear : both;
	margin : 0.35em 0 0;
	text-align : left;
	margin: 0 30px 0 0;
	border-bottom: 1px dashed #f37321;
	padding: 5px 0;
}
.row label {
	display: inline;
	float: left;
	text-align : left ;
	padding-right: 0.5em;
	line-height: 1.5em;
	color: white;
	width: 250px;
}
input, textarea {
	background: url( images/ipt_background.gif ) repeat-x top left #83878a;
	color: #f37321;
	padding: 0 0.5em;
	font-size: 1em;
	width: 300px;
	border : 1px solid white;
}
fieldset {
	margin-bottom: 20px;
	border: 0;
	padding: 10px 0;
}
legend {
	font-weight: bold;
	border-bottom: 1px solid #ffdd00;
	color: #ffdd00;
	margin-left: 3px;
	padding: 0 3px 0 33px;
	margin-bottom: 10px;
	background: url( images/puce.jpg ) no-repeat top left;
	text-transform: uppercase;
}
.check {
		width: auto !important;
		border: 0;
		background: none;
}
.last { 
	border: 0 !important;
}

table.report {
	font-size : 12px;
}

table.report th {
	background : #F37321;
	color: white !important;
	text-align: left;
}

table.report td, table.report th {
	padding: 0.25em 1em;
	border : 0;
	font-size: 1em;
}