@charset "utf-8";
/* CSS Document */
body, #header, #corps-conteneur1, #footer {
	width:485px;
	margin:0 auto;
}
#header {
height:105px;
    width: 440px;    padding-top: 13px;
}
#header #retour-index {
	display:block;
	position:absolute;
	width:250px;
	height:23px;
	margin:83px 0 0 11px;
	line-height:23px;
	color:#FFF;
	font-size:1.3em;
	text-decoration:none;
	font-weight:bold;
}
body {
	background:url(../images/sav/bg.jpg) repeat-x top center;
}
#corps {
	margin-top:0px
}
fieldset {
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:15px;
}
legend {
	text-align:left;
	padding:0px 5px;
	font-weight:bold;
	font-size:1em;
}
#listepieces td, #listepieces th {
	padding:5px;
}
#listepieces tr.pair {
	background-color:#FFF;
}
#listepieces tr.impair {
	background-color:#ccc;
}
#listepieces tr.pair:hover, #listepieces tr.impair:hover {
	background-color:#aaa;
}
.abs {
	vertical-align:middle;
	margin:0px 5px;
}
.first {
	margin-top:15px;
}
label {
	display:block;
	margin-bottom:10px;
}


