/* propriétés générales de la page */ 
body {
	background-color:#000000;
        color: white;
	}
	
A {
  color: #066666;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}


p {
	margin: 1em 0;
}

p.double {
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 100%;
}


p.title label {
	float: left;
	width: 200px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	cursor: pointer;
	color: #FF6666;

}


p.double label {
	float: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
}

p.double label span.info {
	display: block;
	margin-top: .2em;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
}

p.double input,
p.double textarea {
	width: 250px;
	margin-left: 12px;
	border: solid 1px midnightblue;
	padding: 2px 4px;
}

p.double textarea {
	padding: 2px 0 0 4px;
	width: 320px;
	height: 6em;
}

p.red {
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 100%;
}

p.red label {
	float: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
	color: red;
}

p.red label span.info {
	display: block;
	margin-top: .2em;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
}

p.red input,
p.red textarea {
	width: 250px;
	margin-left: 12px;
	border: solid 1px midnightblue;
	padding: 2px 4px;
}

p.red textarea {
	padding: 2px 0 0 4px;
	width: 320px;
	height: 6em;
}

p.simple {
	margin-left: 160px;
}

#tsmall {
	font-size: small;
}

#tvsmall {
	font-size: x-small;
}

#Comment {
multiline: true;
width: 200;
}


