body {
	background-color: #9ab915;
	font-size: 0.9em;
	font-family: Arial, "Times New Roman", Verdana, serif;
	
	margin: 2px;
}

p {
	margin: 0px;
}

a {
	color: #000000;
	border: 0px;
}

input {
	border: 1px solid #000000;
	color: #b50d5e;
}

.rose {
	background-color: #b50d5e;
	color: #FFFFFF;
}

.info {
	color: #b50d5e;
	font-style: italic;
}

.label {
	width: 100px;
	text-align: left;
	float: left;
}

a:hover {
	color: #b50d5e;
	border: 0px;
	text-decoration: underline;
}

a img{
	border: 0px;
	text-decoration: none;
}

#header {
	background-image: url("../images/header/background.gif");
	height: 36px;
	
	background-color: #ffffff;
}

#content {
	background-color: #ffffff;
	padding: 5px;
}

#footer {
	background-image: url("../images/footer/background.gif");
	background-color: #b50d5e;
	
	text-align: center;
	
	height: 46px;
}

#logo {
	position: absolute;
	background-image: url("../images/header/logo.gif");
	width: 105px;
	height: 36px;
}

.left {
	float: left;
}

.clean {
	clear: both;
}

.middle {
	vertical-align: bottom;
	height: 46px;
}

.error {
	color: #b50d5e;
	font-size: 0.8em;
	padding: 4px;
}

.titre_rose {
	color: #b50d5e;
	font-weight: bold;
}

.barre_rose {
	background-color: #b50d5e;
	height: 4px;
	font-size: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: -4px;
	margin-right: -4px;
}

.barre_verte {
	background-color: #9ab915;
	height: 2px;
	font-size: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: -4px;
	margin-right: -4px;
}

/* Formatage du texte */
.gras {
	font-weight: bold;
}
