/* Balises IDs */


#bottom {
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 10px
}

#bottom a {
	color: #990000;
	text-decoration: underline;
}

#bottom a:hover {
	color: #000099;
	text-decoration: underline;
}

#chemin {
	padding-top: 20px;
	padding-bottom: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#chemin a {
	color: #000099;
	text-decoration: underline;
}

#chemin a:hover {
	text-decoration: none;
}

#headerMD {
	padding-top: 50px;
	padding-bottom: 20px;
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
}

#headerMD li {
	display: inline;
	margin-right: 15px;
}

#headerMD form {
	margin-top: 20px;
	margin-bottom: 0;
}

#headerMD a {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}

#headerMD a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}

#dir td {
	width: 50%;
	vertical-align: top;
	border: 0px;
}

#dir table {
	border: 0px;
	width: 100%;
}

#main {
	background-color: #FFFFFF;
	width: 760px;
	margin: 0 auto;
}

#middle {
	padding: 0 50px;
}

#pages {
	padding-top: 40px;
	text-align: center;
}

#message {
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;	
}

#message p {
	padding-top: 20px;
}

#soumettre {
	padding-top: 20px;
}

#soumettre span {
	text-decoration: underline;
}

#soumettre td {
	vertical-align: top;
	border: 0px;
}

#soumettre table {
	border: 0px;
	width: 100%;
}

#warning {
	color: #990000;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
#warning a {
	color: #990000;
}
#warning a:hover {
	color: #000099;
}


/* Balises Classes */

a.cat_display {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color:#000099;
}

a.cat_display:hover{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color:#990000;
}
.lien {
	padding-bottom: 5px;
	text-align: justify;
}

.lien a, .lien a:hover {
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}

.lien span {
	color: #F7560F;
}

