html, body{
	width:100%;
	margin: 0 0 0 0;	
}
body,td {
    color: #000000;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
}
ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
li{
	list-style: none;
}
ul.etapes li{
	font-size: 13px;
}
a{
	/*text-decoration: none;*/
	color: #171148;
}
a:visited {
	color: #171148;
}
a:hover {
	color: #171148;
}
#main{
	width: 800px;
	margin:0 auto 0 auto;
}
h2, p{
	margin: 0 0 0 0;
	width: 98%;
}
h2{
	font-size:15px;
	margin-bottom:15px;
}
h2 span {
	font-size:13px;
	font-style:italic;
	font-weight:normal;
}

p.formlogin {
	margin-top:15px;
	margin-bottom:15px;
}

/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/*-------------------------------- HAUT -----------------------------*/
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#haut{
	display: block;
	height: 130px;
	background: url(./images/haut.jpg) no-repeat left top;
}
#haut a#logo{
	float: left;
	display: inline;
	width: 85px;
	margin: 2px 0 0 5px;
}
#haut a#logo img{
	border: 0;
}
#haut #tetiere{
	float: left;
	display: inline;
	width: 750px;
	height: 80px;
	margin: 30px 0 0 25px;
	background: url(./images/fondtetiere.gif) no-repeat left top;;
}
#haut #infosconnect{
	float: right;
	display: inline;
	width: 645px;
	height: 80px;
	margin: 0 0 0 0;
}
#haut #infosconnect h1{
	margin: 5px 0 0 7px; 
	font-family: arial;
	font-size: 20px;
}
#haut #infosconnect h2{
	margin: 0 0 0 7px; 
	font-family: arial;
	font-size: 13px;
}
#haut #infosconnect p{
	font-family: arial;
	font-size: 13px;
	margin: 12px 0 0 7px; 
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/*-------------------------------- CENTER----------------------------*/
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#center{
	float: left;
	width: 760px;
	background: url(./images/corps.jpg) repeat-y left top;
	padding-left:30px;
	padding-right:20px;
	padding-bottom: 10px;
}
#guichetR{
    width: 740px
}
.boutonActionRestreint{
	border: 1px solid #aeaca1;
	background-color: #dee2e1;
	color: #171148;
	padding: 3px 8px;
	margin-right: 5px;
	text-decoration: none;
	font-weight: bold;
}
.boutonActionRestreint:hover{
	text-decoration: underline;
}
p.intro{
	height:  23px;
}
p.lesBoutons{
	height:  22px;
}
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/*-------------------------------- BAS --------------------------------*/
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
#bas{
	display: block;
	height: 80px;
	clear: left;
	padding-left:30px;
	padding-right:20px;
	padding-bottom: 10px;
	background: url(./images/bas.png) no-repeat left top;
}
#bas p{
		font-family: arial;
	font-size: 12px;
	text-align:center;
	}