/* CSS Document */
div.link {
	font: 0.8em "Trebuchet MS", sans-serif, Arial;
	color: #FFFFFF;
	text-align: left;
}
div.link a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
div.link a:hover {
	color: #333;
}
#texte {
	font: 0.7em "Trebuchet MS", sans-serif, Arial;
	color: #621313;
}
#texte strong {
	color: #521010;
}
p,h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
	margin-bottom: 8px;
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	color: #e20039;
	background: url(../images/puce.png) no-repeat left center;
	padding-left: 30px;
	font-size: 170%;
}
a {
	color: #e20039;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
ul,li {
	text-align: left;
	margin-left: 20px;
}
ul {
	margin-bottom: 10px;
}
#foot p {
	margin-top: 9px;
	margin-bottom: 0px;
	text-align: right;
	font-size: 0.6em;
	margin-right: 5px;
}
#foot p a {
	color: #FFFFFF;
	text-decoration: none;
}
#foot p:hover {
	text-decoration: underline;
}
/* Tableaux  */
table.formulaire {
	padding: 15px;
	width: 100%;
	background: #FFFFFF;
	margin: 0px;
}
table.formulaire tr {
	background: #E2E2E2;
}
table.formulaire td {
	padding: 5px;
}
table.formulaire input,table.formulaire textarea {
	border-right: 1px dotted #CCCCCC;
	border-left: 3px solid #d2351f;
	border-top-style: none;
	border-bottom-style: none;
}
table.formulaire input.submit, table.formulaire input.radio {
	border-style: none;
}
