/* CSS Document */

body 
{
	font-family: Tahoma, Arial, Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	color: #333;
	background: #eeeeee;
	cursor:default;
}

/*  Identités  */
#zone 
{
	width: 845px;
	text-align: left;
	margin: auto;
	background: #eee url(../images/rachat-credit-ligne_02.png) top center repeat-y;
}

#header 
{
	width:845px;
	height: 130px;
	background: #eee url(../images/rachat-credit-ligne_01.jpg) no-repeat; 
}
#titre
{	
	position:absolute;
	width:350px;
	height: 20px;
	margin:93px 0 0 260px;
}

#contenu 
{
	margin:15px;
}

#page 
{
	width:550px;
	float:right;
	margin-right:20px;
	margin-top:20px;
}
#photo 
{
	position:absolute;
	width:200px;
	height: 195px;
	margin:0 0 0 320px;
	border:1px solid #557A97;
}

#bottom 
{
	height: 20px;
	clear:both;
	background: #eee url(../images/rachat-credit-ligne_04.png) no-repeat; 
}

#pied 
{
	width: 845px;
	margin: auto;
	color: #999;
	text-align: center;
}


/*  Menu  */
#menu 
{
	text-decoration: none;
	float:left;
	width:220px;
	margin:15px 0 15px 0;
	font-size: 11px;
	font-weight:bold;
}

#menu a:hover 
{
	padding: 0px;
}

#menu ul
{
	padding: 0px ;
	margin:0px;
	list-style-type: none ;
	text-align: left;
}

#menu ul li
{
	padding: 0px ;
	margin: 0px ;
	padding: 0 ;
}

#menu ul li a
{
	display: block ; 
	text-transform: uppercase;
	width: 220px ;
	line-height: 22px ;
	color: #557A97;
	text-indent: +10px ; 
	text-decoration: none ;
}

#menu ul li a:hover
{
	text-indent: +10px ;
	line-height: 22px;    
	color:#FFFF86;
	background-color:#557A97; 
}



/*  HTML  */
p#titre {
	color:#FFFF86;
	font-size:13px;
	letter-spacing: 1px;
}

hr 
{
	display:block;
	height: 1px;
	padding: 0;
	color: #557A97;
	background-color: #557A97;
	border: 0;
}

h1
{
	color: #557A97;
	font-size:13px;
	letter-spacing: 1px;
	margin:0;
	padding:0;
}
h2
{
	color: #557A97;
	font-size:13px;
	letter-spacing: 1px;
	margin-bottom:0;
	padding-bottom:0;
	margin-top:30px;
}
p { font-family: Arial, Verdana, Helvetica, Sans-serif; font-size: 12px;}


/*  Classes  */
.normal { font-weight:normal; }
.gras { font-weight:bold; }
.marge_0 {	margin:0; padding:0; }
.liste 
{
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	margin-left:30px;
	padding:0px;
}
.liste li 
{ 
	margin-bottom:10px;
	list-style: square outside;
	list-style-image : url('../images/puce1.png'); 
}
.liste_num
{
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	margin-left:30px;
	padding:0px;
}
.liste_num li 
{
	margin-bottom:10px;
	font-size: 14px;
	font-weight: bold;
	color: #557A97;
}
.liste_num li span 
{
	font-weight: normal;
	font-size: 12px;
	color: #333;
}
