body {
	padding: 0 10px;
	font-size: 13px;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	background-color: white;
	color: black;
}

h1 {
	font-size: 110%;
	color: #156E36;
	line-height: 1.2em;
}

h2 {
	font-size: 130%;
	padding-top: 25px;
	margin-top: 25px;
	color: #B6700E;
}

em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	float: left;
	margin-left: -540px;
	width: 800px;
	padding-bottom: 10px;
	padding-top: 5px;
	line-height: 1em;
}

.submit {
	font-size: 110%;	
}

.plusieurschoix {
	font-style: italic;
	font-size: x-small;
	font-weight: normal;
}

div#tooltip {
	position:absolute;
	visibility:hidden;
	z-index:100;
	background-color:#FFEEC7;
	border:1px solid black;
	padding:0.2em;
	font-size:1.2em;
}

.more {
	position: absolute;
	display: none;
	visibility:hidden;
}

.entete {
	margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
 }

.merci {
	font-size: 130%;
	color: black;
	font-style: normal;
	text-align: center;
}

a, a:link , a:visited {
	color: black;
	text-decoration: none;
	border-bottom: dotted;
	border-bottom-width: 1px;
}
a:hover {
	color: red;
}
a:active {}


.cssform p {
	width: 600px;
	clear: left;
	margin: 0;
	/* padding: 5px 0 8px 0; equivalent a : */
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 555px; /*width of left column containing the label elements*/
	border-top: 1px dashed #156E36;
	height: 1%;
}

.cssform label {
	font-weight: bold;
	float: left;
	margin-left: -555px; /*width of left column*/
	width: 550px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}

.cssform textarea {
	width: 350px;
	height: 120px;
}

/*.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;
}
