FORM {
	margin: 0px;
	padding: 0px;
}

#intro {
	text-align: left;
}
#intro .titreVert {
	text-align: left;
	color : #7EA700;
	font-size: 115%;
	font-weight: bold;
}
#intro SPAN {
	font-weight: bold;
	color : #C6177C;
}
#intro UL {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}
#intro LI {
	margin-bottom: 5px;
	color: #C6177C;
}
#intro P {
	margin-top: 5px;
	margin-bottom: 5px;
}

#main {
	width: 400px;
/*	margin-top: 20px; */
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
	text-align: left;
}

#main .titreVert {
	color : #7EA700;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 115%;
	font-weight: bold;
}

#hour {
	text-align: left;
	padding-bottom: 10px;
}
#hour SPAN {
	font-weight: bold;
	color : #C6177C;
}
#hour .intro {
	font-size: 115%;
	padding-bottom: 15px;
}
#hour .result {
	padding-left: 10px;
	padding-bottom: 10px;
}

#disrupt {
	text-align: center;
	font-weight: bold;
	color : #C6177C;
	margin-bottom: 10px;
}
#disrupt IMG {
	vertical-align: middle;
	padding: 0px 3px 5px 0px;
}

.formulaire {
	background-color: #f3f3f3;
	padding: 10px;
}
.letters {
	text-align: center;
}
.letters SPAN {
	font-weight: bold;
	color : #C6177C;
}
.list {
	padding: 10px;
}
.list A {
	text-decoration: none;
}
.list SPAN {
	font-weight: bold;
	color : #C6177C;
}
.submit {
	margin-top: 10px;
	text-align: right;
}
.submit A {
	color : #C6177C;
	text-decoration: underline;
}
.submit A:hover {
	text-decoration: none;
}

.erreur {
	color: #C6177C;
	padding-bottom: 10px;
	text-align: left;
}

.tool {
}
.tool A {
	color : #C6177C;
	text-decoration: underline;
}
.tool A:hover {
	text-decoration: none;
}

#tool {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#tool A {
	color : #C6177C;
	text-decoration: underline;
}
#tool A:hover {
	text-decoration: none;
}

#aide {
	text-align: left;
}
#aide SPAN {
	color : #C6177C;
	font-weight: bold;
}

TD.maintenance {
	color : #C6177C;
	font-weight: bold;
	font-style: italic;
}