body {
	font: 76%/1.8em Geneva, Arial, Helvetica, sans-serif;
	background:#404447;
	text-align:center; /* IE6 hack */
	color:#000000;
	}

#wrapper {
	width:600px;
	margin:10px auto;
	background:#7f738a url(bg.png) no-repeat center top;
	text-align:left;
	border:2px solid #FFFFFF;
	}

#header {
	width:100%;
	height:100px;
	background: url(header.png) no-repeat left top;
	position:relative;
	}

#header a {
	text-decoration:none;
	display:block;
	position:absolute;
	right:30px;
	top:20px;
	width:94px;
	height:46px;
	background: url(logo.gif) no-repeat right top;
	}
	
#formulaire {
	padding:10px 25px;
	}

#viewpdf {
	width:80%;
	margin:5px auto 15px auto;
	background:#A69DAC;
	padding:5px;
	border:2px solid #5F5668;
	text-align:center;
	}

#viewpdf a{
	font-weight:bold;
	color:#FFF;
	font-size:1.1em;
	text-decoration:none;
	}

h3 {
	font-weight:bold;
	font-size:1.4em;
	margin-bottom:10px;
	color:#FFFFFF;
	}

h4 {
	font-weight:bold;
	font-size:1.4em;
	color:#FFFFFF;
	border-bottom:1px solid #47404E;
	background:#5F5668;
	padding:2px 2px 2px 4px;
	margin-top:10px;
	margin-bottom:10px;
	}
	
span.small {
	font-weight:normal;
	font-size:0.8em;
	color:#CCCCCC;
	line-height:100% !important;
	}
	
#info {
	padding:10px 0px;
	}

#admindata {
	display:none;
	}
	
a.links {
	display:block;
	float:left;
	width:48%;
	margin:0px 1%;
	text-align:center;
	text-decoration:none;
	}

a.links span {
	display:block;
	padding:10px;
	background:#BFB9C4;
	color:#0066CC;
	font-weight:bold;
	font-size:1.4em;
	}

a.links:hover span {
	background:#EFEEF0;
	}

						
.cssform p.line{
	width: 400px;
	clear: left;
	margin: 0;
	padding: 2px 0 2px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-bottom: 1px dashed gray;
	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*/
	padding:0px 0px 0px 4px;
	}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	}

.cssform input {
	border:1px solid #333333;
	padding:2px;
	}
	
.cssform textarea{
	width: 250px;
	height: 150px;
	border:1px solid #333333;
	padding:2px;
	}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
	}
