body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0px;
	margin: 0px;
}

.cadrePage .bandeau h1 {
	display: none;
}
.cadrePage {
	width: 946px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid black;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


.blocRechercheRetour{
	float:right;
	text-align:right;
	width:280px;
}
.pratique .recherche {
	float:right;
}
.pratique .retour {
	background-image: url(images/page-sep-retour.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	padding-right: 15px;
	padding-top:3px;
	margin-right:15px;
	margin-top:1px;
}
.retour a {
	background-image: url(images/bg-retour.gif);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	height:19px;
	padding-top:3px;
	padding-bottom:3px;
}
.retour a:link {
	color:#2A6BA0;
	text-decoration:none;
}
.retour a:visited {
	color:#2A6BA0;
	text-decoration:none;
}
.retour a:hover {
	color:#BA5A02;
	text-decoration:underline;
}
.retour a:active {
	color:#2A6BA0;
	text-decoration:none;
}
.saisieRecherche, .saisieLogin, .saisiePass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 15px;
	border: 1px solid #666666;
	vertical-align: middle;
	margin-top:1px;
	color:#8E8E8E;
}
.boutonRecherche, .boutonConnect {
	vertical-align: middle;
}

.pied {
	text-align: center;
}
hr {
	visibility:hidden;
	clear:both;
	padding: 0px;
	margin: 0px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
form {
	margin: 0;
	padding: 0;
}
.filAriane a:link {
	color:#2A6BA0;
	text-decoration: none;
}
.filAriane a:visited {
	color:#2A6BA0;
	text-decoration: none;
}
.filAriane a:hover {
	color:#BA5A02;
	text-decoration: underline;
}
.filAriane a:active {
	color:#2A6BA0;
	text-decoration: none;
}

/* Tableaux */
table.spip {
	/*margin: auto;*/
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background: #2A6BA0; color: #FFFFFF; }
table.spip tr.row_odd { background: #EFEFEF; }
table.spip tr.row_even { background: #FFFFFF; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }