/*
Style du site MoultiStep

*/
/*Definition generale*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0 auto;
	/*padding: 0;*/
	background-color: #EFEFEF;
	
}
img {border: none;}
a {color: #000000;text-decoration: none;}
a:hover {text-decoration: underline;}
hr {
	border: 0;
	width: 60%;
	height: 1px;
	color:#000;
	background-color:#FFF;
	margin-bottom:20px;
	margin-top:20px;
	
}
h2 {
	padding-left: 20px;
}
abbr, acronym, .help {
 border-bottom: 1px dotted #333;
 cursor: help;
 }
 #ie {
	position:absolute;
	width:110px;
	top:0px;
	left:0;
 }
 #ie img {
	float:right;
 }
 dt {
	margin-top: 30px;
	
}
 dd {
	margin-top: 0px;

}
/*##########################################
Definition des cadres CSS
*/
#header {
	height: 131px;
	background-color: #336699;
	background-image: url(logo.png);
	/*background-repeat: 0;*/
	/*background: #336699 url(logo.png) repeat-y 50% 0;*/
	/*width: 900px;
	margin-left: -50px;*/
}
.liste {
	width: 600px;
	margin:5px;
	/*border: 1px solid black;*/
	min-height: 160px;
}
.liste ul, .liste li {
	margin-top:20px;
}
.liste img {
	vertical-align: top;
	float: right;
}
