/* ----------------------------------------- */
/**
 ** Menu Horizontal (en haut) + aucun Bloc contenu + aucun Bloc plugins
 **/
/* GLOBAL */
html{ background:url(../images/main/bg_html.jpg) repeat-x; background-color:#FFF}
html a{}
body{font-family: Arial, Helvetica, sans-serif; margin:0px;padding:0px; background:url(../images/home/bg_body_home.jpg) 50% 0% no-repeat;}
#main_frame{width:1000px; margin:auto; position:relative;}
.debug{/*border:dotted 1px #f00;*/background:#6666CC; }
.separator{clear:both;}
#content_result{display:none;}
#titre_page{display : none;}
/* ----------------------------------------- */
/* CONTENT
 * Pas de bloc content � gauche
 * bloc plugins � droite (NEWS)
 */
#content{
	margin: 0px;
	padding: 20px 10px;
	min-height:640px;
	position : relative;
}
#content .top{}
#content .main{}
#content .bottom{}
/* ----------------------------------------- */
/* BLOC CONTENT (NE DOIT PAS APPARAITRE SUR LA HOME)
 */
#bloc_content{
	display: none;
}
#bloc_content .top{}
#bloc_content .main{}
#bloc_content .bottom{}
/* ----------------------------------------- */
/* FIL D'ARIANE
 *
 * y'en a un en pages interieures seulement
 */
#pathway { 
	display: none;
	margin-right:210px;
	padding-left:10px;
	display:none;
}
#pathway ul{ margin:0px; padding:0px;}
#pathway li{ margin:0px 10px 0px 0px; display:inline;}
#pathway li.last a{background:#999;}

/* ----------------------------------------- */
/* BLOC PLUGINS (NEWS)
 */
#bloc_plugins{
	display: block;
	position:absolute;
	top : 151px;
	left: 718px;
	width: 261px;
	height: 251px;
	padding: 10px;
	z-index: 100;
	background:url(../images/home/bg_bloc_actu.jpg) no-repeat;
}
#bloc_plugins a{ }
#bloc_plugins a:hover{}
#bloc_plugins .main{}

/* ----------------------------------------- */
/* NEWS */
#news{
}
#news .top{}
#news .main{}
#news .bottom{}
#news .unit{padding-bottom:10px;}
#news h3{ background :none; padding-left:0px; padding-top:6px; margin:0px 0px 0px 0px;}
#news p{}
#news .date{margin:0px 0px 10px 0px;}
#news a.readmore{display:block; text-align:right;}

/*-----------LES BLOCS SPECIFIQUE A LA PAGE-------------*/
#bloc_amacredi_est{
	width: 354px;
	height: 250px;
	position:absolute;
	top : 0px;
	left: 81px;
	background:url(../images/home/bg_amacredit_est.jpg) no-repeat;
	line-height : 1.7em;
	padding: 0px 10px;
}


#bloc_ban_flash{
	width: 250px;
	height: 250px;
	position:absolute;
	top : 0px;
	left: 468px;
}

#bloc_comment{
	width: 656px;
	height: 237px;
	position:absolute;
	top : 250px;
	left: 0px;
	background:url(../images/home/bg_fleche-orange.jpg) no-repeat;
	Line-height : 1.7em;
	padding-left: 10px;
}
#bt_demande{
	width: 345px;
	height: 109px;
	position:absolute;
	top : 250px;
	left: 655px;
}
#bloc_outils{
	width: 390px;
	height: 270px;
	position:absolute;
	top : 359px;
	left: 655px;
	background:url(../images/home/bg_outils.jpg) no-repeat;
	Line-height : 1.2em;
}
#bloc_nuage{
	width: 254px;
	height: 174px;
	position:absolute;
	top : 487px;
	left: 0px;
	color: #87d31a;
}
#bloc_banques{
	width: 376px;
	height: 121px;
	position:absolute;
	top : 481px;
	left: 254px;
}
/*-----------LES TYPES DE LISTE A PUCE-------------*/
#bloc_outils li {list-style-image:url("../images/main/puce_orange.gif");}
#bloc_amacredi_est ul {
	margin-left: -25px;
}
/*
 * 28-mai-10, ECZ, Il n'est pas possible d'aligner (verticalement) les puces
 * et les items d'une liste. La seule solution est d'utiliser un fond pour
 * les items, qui peut, lui, être positionné comme voulu.
 * (http://css.mammouthland.net/liste-a-puces-en-image-ul-li-css.php)
 */
#bloc_amacredi_est li {
	/* list-style-image:url("../images/main/puce_anneau.gif");*/
	list-style-type: none;
	background-image: url( "../images/main/puce_anneau.gif");
	background-repeat: no-repeat;
	background-position: 0 0.18em;
	padding-left: 25px;
}
/*#bloc_amacredi_est li {list-style:none; background:url(images/puce_anneau.gif) no-repeat; background-position: 0% 50%; padding-left:30px;}*/
#bloc_comment li {list-style-type:decimal;}
#bloc_amacredi_est H2, #bloc_comment H2, #bloc_banques H2 {
	margin-top: 14px;
	margin-bottom: 15px;
	font-weight: normal;
}
#bloc_outils H2 {
	margin-top: 15px;
	margin-bottom: 14px;
	font-weight: normal;
}
#bloc_plugins H2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

.accueil_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
