A:LINK { color: #516C98; text-decoration: none }
A:VISITED { color: #516C98; text-decoration: none }
A:HOVER { color: #ff0000; text-decoration: none }

A.selected:LINK { color: #ff0000; text-decoration: none }
A.selected:VISITED { color: #ff0000; text-decoration: none }
A.selected:HOVER { color: #ff0000; text-decoration: none }

#menu A:LINK, #footer A:LINK { color: #ffffff; text-decoration: none }
#menu A:VISITED, #footer A:VISITED { color: #ffffff; text-decoration: none }

#menu A.blanc:HOVER { color: #ffffff }
#menu A.bleu:HOVER { color: #80ffff }
#menu A.jaune:HOVER { color: #ff0 }
#menu A.orange:HOVER { color: #ffa851 }
#menu A.bleu_fonce:HOVER { color: #0080ff }
#menu A.vert:HOVER { color: #00e100 }
#menu A.bordeaux:HOVER { color: #800040 }
#menu A.violet:HOVER { color: #8000ff }

#footer A:HOVER { color: #ffffff; text-decoration: underline }

A IMG {
	border: none;
}

* {
	padding: 0;
	margin: 0;
}

td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #b1bacf;
    color: black;
    font-family: Arial;
	text-align: center;
	font-size: 12px;
}

form { display : block; margin : 0; padding : 0; }

img {
	display: block;
}

label {
	float: left;
	display: inline;
	width: 135px;
	text-align: left;
}

select {
	width: 150px;
	font-size:11px;
}

#recherche select {
	border: 1px solid #cccccc;
}

/* liste à puce */

ul, li {
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
	text-align: left;
	margin-top: 0;
}

ul {
	margin-left: 15px;
}

ul ul {
	margin-left: 60px;
	list-style-image: url(../../images/puce.gif);
}

ul.ul_rouge {
		margin-left: 30px;
		padding-left: 0;
		text-indent: 0;
		text-align: left;
		margin-top: 0;
	}	

	ul.ul_rouge li {
		margin:0;
		padding: 0;
		padding-left: 20px;

		background-image:url(../../images/puce_rouge.gif);
		background-repeat:no-repeat;
		background-position: left 8px;
		list-style-type:none;
		color:#526B9C;
		font-weight:bold;
		font-size:11px;
		line-height: 20px;
	}

		ul.ul_rouge li a:link { color: #526B9C; text-decoration: none; }
		ul.ul_rouge li a:visited { color: #526B9C; text-decoration: none; }
		ul.ul_rouge li a:hover { color: #ff0000; text-decoration: none; }

table {
	border-collapse: collapse;
} 

td img {
	display: inline;
}

hr {
	display:block;
	width: 560px;
	height: 1px;
	margin: 0;
	_margin: -7px 0;
	margin-bottom: 20px;
	padding: 0;
	color: #133872;
	background-color: #133872;
	border: 0;
}

* html hr { margin-bottom: 3px; }

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #596492;

	margin-bottom: 20px;
	padding-left: 49px;

	background-image: url(../../images/ico/voiture_bleu_fonce.gif);
	background-repeat: no-repeat;
}

.h1_bleu_clair { background-image: url(../../images/ico/voiture_bleu_clair.gif); }
.h1_bleu_cyan { background-image: url(../../images/ico/voiture_bleu_cyan.gif); }
.h1_bordeau { background-image: url(../../images/ico/voiture_bordeau.gif); }
.h1_jaune { background-image: url(../../images/ico/voiture_jaune.gif); }
.h1_vert { background-image: url(../../images/ico/voiture_vert.gif); }

h2 { font-size : 1.4em; margin-bottom : 5px; color: #133872; text-align: left; }
h3 { font-size : 1.4; font-family: arial; margin-bottom: 0; text-align: left; }
h4 { font-size : 1em; margin : 1.33em 0; font-weight: bold;}
h5 { font-size : 1.4em; }
h6 { font-size : 0.67em; margin : 0; }

.titre_bleu {
	line-height: 20px;

	margin-bottom: 17px;

	background-color: #516C98;

	text-align: center;

	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;

	color: #ffffff;
}

br.sep {
	clear:both;
	visibility:hidden;
}
br.separation {
	clear:both;
	visibility:hidden;
}

.txt_left { text-align: left; }
.txt_center { text-align: center; }
.txt_right { text-align: right; }
.txt_rouge { color: #ff0000; }
.inline { display: inline; }
.txt_confirmation { color: #ff0000; text-align: center; font-weight: bold; margin-bottom: 15px; display: block; }

.txt_retour {
	width: 100%;
	display: block;

	font-weight: bold;
	color: #666666;

	margin-bottom: 20px;

	text-align: center;
}

.lien_inline {
	width: 90px;

	display: block;
	float: left;
}

.lien_inline_2 {
	width: 140px;

	display: block;
	float: left;
}

.txt_etoile {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}

.txt_retour {
	margin-top: 10px;
	margin-left: 32px;
}

#bloc_erreur {
	min-height: 24px;

	margin-bottom: 15px;

	padding-left: 49px;

	background-image:url(../../images/erreur.gif);
	background-repeat: no-repeat;

	color: #ff0000;
	font-weight: bold;
}

a.detail {
	display:block;
	width:122px;
	line-height: 20px;
	background-color: #365BA1;
	background-image: url(../../images/btn_action.gif);
	background-repeat: no-repeat;
	color: #0033cc;
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
}
a.detail:LINK { color: #0033cc; }
a.detail:VISITED { color: #0033cc; }
a.detail:HOVER { color: #ff0000; }

.left { float: left; }

.input_text { width: 350px; }

.ico_ajouter {
	padding-left: 21px;

	background-image: url(../../images/ico/ico_ajouter.png);
	background-repeat: no-repeat;

	display: block;
}