/* Generic styles */
body{
	background:#6f777c url(../img/page_fond.png) left top repeat-x;
	margin:0;
	padding:8px 0 0 0;
	text-align:center;
}
body *{
	font-family:arial, verdana, sans-serif;
	font-size:100%;
	color:#6f777c;
}
a{
	color:#6f777c;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:none;
}
p, form, h1, h2, h3, h4, h5, h6, td{
	margin:0;
	font-weight:normal;
}
* html li{
	vertical-align:top;
}
table{
	border-collapse:collapse;
	border:none;
}
table td{
	vertical-align:top;
	padding:0;
}
.none{
	display:none;
}
.sc:after{ /* Self clearing class for blocks with floating elements */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .sc{
	height:1%;
}
*:first-child+html .sc{
	min-height:1%;
}

/* Mise en page */
#pg-layout{
	background:url(../img/page_ombre.png) 0 0 no-repeat;
	margin:0 auto;
	text-align:left;
	font-size:70%;
	width:970px;
	padding:0 6px 0 6px;
}
* html #pg-layout{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/gecilog/img/page_ombre.png',sizingMethod='crop');
}
#pg-layout-in{
	background:#ffffff url(../img/page_deg.png) 0 0 repeat-x;
	padding:0 7px 0 7px;
	min-height:534px;
}
* html #pg-layout-in{
	height:534px;
}

/* logo */
h1{
	position:absolute;
	top:0;
	z-index:2;
	padding:0 0 0 15px;
}
h1 a,
h1 strong{
	display:block;
	float:left;
	background:url(../img/logo_fond.png) 0 0 no-repeat;
	padding:0 7px 12px 7px;
	margin:0 5px 0 0;
}
* html h1 a,
* html h1 strong{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/gecilog/img/logo_fond.png',sizingMethod='crop');
}
h1 span{
	display:block;
	text-indent:-999em;
	width:230px;
	height:21px;
	overflow:hidden;
	margin:38px 0 0 0;
	background:url(../img/accroche_haut.jpg) 0 0 no-repeat;
	float:left;
}
/*
#texteLogo{
	position:absolute;
	top:0;
	z-index:2;
	padding:0 0 0 15px;
}
#texteLogo a,
#texteLogo strong{
	display:block;
	float:left;
	background:url(../img/logo_fond.png) 0 0 no-repeat;
	width: 188px;
	padding:0 0 12px 7px;
	margin:0 8px 0 0;
}
* html texteLogo a,
* html texteLogo strong{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/gecilog/img/logo_fond.png',sizingMethod='crop');
}
#titreRelatifHaut {
	position: relative;
	height:112px;
}
/*#texteLogo img{
	margin-left:7px;
}*/
#texteLogo #titreRelatifHaut span{
	display:block;
	position:absolute;
	text-indent:-999em;
	width:186px;
	height:17px;
	overflow:hidden;
	margin:18px 0 0 0;
	background:url(../img/accroche_haut.jpg) 0 0 no-repeat;
	bottom: 0;
	left:0;
}

/* navigation haut */
#nav_haut{
	padding:5px 8px 0 0;
}
#nav_haut ul{
	position:relative;
	z-index:1;
	list-style-type:none;
	margin:0;
	padding:4px 0 0 3px;
	height:56px;
	width:197px;
	background:url(../img/fd_nav_haut.png) 0 0 no-repeat;
	float:right;
}
#nav_haut li{
	float:left;
	/*Modifier pour l'évolution 11 : Toutes les pages / Groupe Gecina | Plan du site | Contact sur la même ligne  kamelia padding:0 5px 0 4px;*/
	padding:0 2px 0 2px;
}
#nav_haut li.prem{
	background:url(../img/nav_haut_sep.png) 100% 50% no-repeat;
}
#nav_haut li a,
#nav_haut li select{
	color:#000;
	font-size:90%;
}
#nav_haut li select option{
	color:#000;
}
#nav_haut li a{
	/*Modifier pour l'évolution 11 : Toutes les pages / Groupe Gecina | Plan du site | Contact sur la même ligne  kamelia padding:0 6px 0 6px;*/
	padding:0 2px 0 2px;
	
}
#nav_haut li select{
	border-color:#939393;
	margin:3px 0 0 6px;
	background-color:#dcdcdc;
	width:170px;
}

/* navigation 1 */
#nav1{
	position:relative;
	z-index:1;
	height:100px;
	margin:0 8px 0 8px;
	background:#d5d0cd url(../img/bloc_nav1_fond.png) 0 100% repeat-x;
}
#nav1 p.illus{
	padding:0;
	width:940px;
	height:60px;
	overflow:hidden;
}
#nav1 p.contact{
	padding:0;
	position:absolute;
	top:0;
	right:0;
	width:200px;
	height:63px;
	overflow:hidden;
	text-indent:-999em;
	background:url(../img/fd_nav1_contact.png);
}
#nav1 p.contact{
	background:url(../img/fd_nav1_contact.png) !important;
	background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../fileadmin/templates/gecilog/img/fd_nav1_contact.png",sizingMethod="crop");

}
#nav1 ul.nav{
	float:left;
	list-style-type:none;
	background:url(../img/bloc_nav1_sep.png) 183px 1px no-repeat;
	margin:0;
	padding:0 0 0 183px;
	height:40px;
	overflow:hidden;
}
#nav1 .nav li{
	float:left;
	background:url(../img/bloc_nav1_sep.png) 100% 1px no-repeat;
	padding:0;
}
#nav1 .nav li a{
	position:relative;
	text-indent:-999em;
	display:block;
	padding:10px 0 16px 0;
	background:url(../img/p.gif) 14px 10px no-repeat;
}
#nav1 .it1{
	width:124px;
}
#nav1 .nav .it1 a{
	background-image:url(../img/bloc_nav1_concept_off.png);
}
#nav1 .it1 a:hover,
#nav1 .it1 a.on{
	background-image:url(../img/bloc_nav1_concept_on.png);
}
#nav1 .it2{
	width:100px;
}
#nav1 .nav .it2 a{
	background-image:url(../img/bloc_nav1_plateformes_off.png);
}
#nav1 .it2 a:hover,
#nav1 .it2 a.on{
	background-image:url(../img/bloc_nav1_plateformes_on.png);
}
#nav1 .it3{
	width:111px;
}
#nav1 .nav .it3 a{
	background-image:url(../img/bloc_nav1_disponibilites_off.png);
}
#nav1 .it3 a:hover,
#nav1 .it3 a.on{
	background-image:url(../img/bloc_nav1_disponibilites_on.png);
}
#nav1 .it4{
	width:89px;
}
#nav1 .nav .it4 a{
	background-image:url(../img/bloc_nav1_actualites_off.png);
}
#nav1 .it4 a:hover,
#nav1 .it4 a.on{
	background-image:url(../img/bloc_nav1_actualites_on.png);
}

/* recherche */
#recherche{
	float:right;
	list-style-type:none;
	margin:0;
	padding:6px 14px 0 0;
	width:192px;
}
#recherche li{
	display:block;
	float:left;
	padding:0 1px 0 0;
}
#recherche .sc{
	width:154px;

}
/*#recherche #searchform, .tx-macinasearchbox-pi1{
	width:160px;
}*/

#recherche .tx-macinasearchbox-pi1{
	width:160px;
	float:left;
	margin-right:5px;
}
#recherche a{
	display:block;
	float: left;
	margin:4px 0 0 5px !important;
	margin:4px 0 0 -1px ;
	width:15px;
	height:13px;
	overflow:hidden;
	text-indent:-999em;
	background:url(../img/picto_imp.png) 0 0 no-repeat;
}

#recherche #rech{
	border:1px solid #acacac;
	color:#000;
	width:125px;
	padding:2px 0 0 4px;
	height:15px;
	font-size:90%;
}
#recherche #rechimg{
	margin:2px 0 0 0;
}

/* corps de page */
#main-1,
#main-1b,
#main-2{
	position:relative;
	z-index:0;
	margin:-9px 0 0 0;
	padding:9px 8px 18px 20px;
	min-height:345px;
	background:url(../img/main_fond.png) 0 0 no-repeat;
}
* html #main-1,
* html #main-1b,
* html #main-2{
	height:345px;
}

/* home */
#main-h{
  /*margin-left:-2px;
	width:959px;
	height:309px;
	padding:204px 0 0 0;
	background:url(../img/visuel_home.jpg) 0 0 no-repeat;
	*/
	position:relative;	
}
#conteneur_main_h{
	position:relative;
	margin-left:-2px;
	width:959px;
	height:309px;
	padding:204px 0 0 0;
	/*background:url(../img/visuel_home.jpg) 0 0 no-repeat;*/
	z-index:2;
}
/*modification modifier par Achedar Sofiane le 30/09/2009*/
#conteneur_main_h img{
   position :relative;
	top:-160px;
}
#image_fond,
#image_fond2 {
	width:959px;
	height:491px;
	position:absolute;
	top:0;
	left:-2px;
	z-index:1;
	background:url(../img/visuel_home.jpg) 0 0 no-repeat;
}
#image_fond2 {
	z-index:0;
}
#main-h .concept{
	position:relative;
	z-index:2;
	margin:0 0 0 24px;
	width:176px;
	height:175px;
	overflow:hidden;
}
#main-h .concept span{
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:176px;
	height:175px;
	overflow:hidden;
	background:url(../img/bloc_home_concept.png) 0 0 no-repeat;
}
* html #main-h .concept span{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/gecilog/img/bloc_home_concept.png',sizingMethod='crop');
}
#main-h .concept h2{
	position:absolute;
	top:-999em;
	left:-999em;
	text-indent:-999em;
	display:block;
	height:1px;
	width:1px;
	overflow:hidden;
}
#main-h .concept a{
	position:absolute;
	z-index:2;
	text-indent:-999em;
	bottom:0;
	left:0;
	display:block;
	width:171px;
	height:35px;
}

#main-h .plateformes{
	position:absolute;
	z-index:1;
	left:190px;
	top:178px;
	width:176px;
	padding:41px 52px 0 44px;
	height:241px;
	overflow:hidden;
}
#main-h .plateformes span{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:272px;
	height:282px;
	overflow:hidden;
	background:url(../img/bloc_home_plateformes.png) 0 0 no-repeat;
}
* html #main-h .plateformes span{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/gecilog/img/bloc_home_plateformes.png',sizingMethod='crop');
}
#main-h .plateformes h2{
	position:relative;
	z-index:2;
	padding:0;
	width:161px;
	margin:0 0 15px 2px;
	height:16px;
	overflow:hidden;
	text-indent:-999em;
	background:url(../img/titre_home_plateformes.png) 0 0 no-repeat;
}
* html #main-h .plateformes h2{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/gecilog/img/titre_home_plateformes.png',sizingMethod='crop');
}
#main-h .plateformes div{
	position:relative;
	z-index:2;
	margin:0 0 9px 9px;
	height:139px;
	overflow:auto;
}
#main-h .plateformes ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
#main-h .plateformes li{
	font-size:110%;
	background:url(../img/puce_home_plateformes.png) 0 8px no-repeat;
	padding:2px 0 3px 12px;
}
* html #main-h .plateformes li{
	height:1%;
}
#main-h .plateformes li a{
	font-size:100%;
	color:#6c7175;
}
#main-h .plateformes p{
	position:relative;
	z-index:2;
	width:121px;
	height:16px;
	padding:0;
	background:url(../img/titre_home_logistique.png) 0 0 no-repeat;
	text-indent:-999em;
}
* html #main-h .plateformes p{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/gecilog/img/titre_home_logistique.png',sizingMethod='crop');
}
#main-h .plateformes p a{
	display:block;
	width:121px;
	height:16px;
	overflow:hidden;
}

#main-h .droit{
	position:absolute;
	right:9px;
	top:0;
	width:196px;
	padding:0 0 0 4px;
	border-top:1px solid #8f8e8e;
	background:url(../img/bloc_home_droit_fond.png) 0 0 no-repeat;
}
* html #main-h .droit{
	/*background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/gecilog/img/bloc_home_droit_fond.png',sizingMethod='crop');
	height:1%;*/
}
#main-h .droit *{
	color:#fff;
}

#main-h .disponibilites{
	padding:15px 12px 0 11px;
}
#main-h .disponibilites h2{
	padding:0;
	width:140px;
	height:39px;
	overflow:hidden;
	text-indent:-999em;
	background:url(../img/titre_home_dispos.png) 0 0 no-repeat;
}
* html #main-h .disponibilites h2{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/gecilog/img/titre_home_dispos.png',sizingMethod='crop');
}
#main-h .disponibilites table{
	width:100%;
	margin:8px 0 15px 0;
	border:0;
	border-collapse:collapse;
}
#main-h .disponibilites  table tr.last td{
	border:0;
}
#main-h .disponibilites table td{
	border-bottom:1px solid #787677;
	padding:2px 0 1px 0;
	vertical-align:middle;
}
#main-h .disponibilites table td.surf{
	text-align:right;
	white-space:nowrap;
	font-size:100%;
}
#main-h .disponibilites table td.surf sup{
	font-size:90%;
	line-height:100%;
}

#main-h .contact{
	border-top:1px solid #696969;
	padding:11px 0 14px 11px;
}
#main-h .contact h2{
	padding:0;
	width:154px;
	height:39px;
	margin:0 0 8px 0;
	overflow:hidden;
	text-indent:-999em;
	background:url(../img/titre_home_contact.png) 0 0 no-repeat !important;
	background-image:none;
}
#main-h .contact h2{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/gecilog/img/titre_home_contact.png',sizingMethod='crop');
}
#main-h .contact a{
	display:block;
	width:108px;
	height:17px;
	overflow:hidden;
	text-indent:-999em;
	background:url(../img/titre_home_email.png) 0 0 no-repeat;
}
* html #main-h .contact a{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/gecilog/img/titre_home_email.png',sizingMethod='crop');
}

#main-h .actualites{
	border-top:1px solid #444444;
	padding:14px 12px 0 11px;
	background:#444343 url(../img/bloc_home_actus.png) 0 0 repeat-x;
}
#main-h .actualites h2{
	padding:0;
	width:64px;
	height:13px;
	margin:0 0 10px 0;
	overflow:hidden;
	text-indent:-999em;
	background:url(../img/titre_home_actus.png) 0 0 no-repeat;
}
* html #main-h .actualites h2{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/gecilog/img/titre_home_actus.png',sizingMethod='crop');
}
#main-h .actualites ul{
	list-style-type:none;
	padding:0 0 13px 0;
	margin:0;
}
#main-h .actualites li{
	background:url(../img/puce_home_actus.png) 0 0 no-repeat;
	padding:4px 0 0 12px;
}
#main-h .actualites li{
	background:url(../img/puce_home_actus.png) 0 0 no-repeat;
	padding:4px 0 0 12px;
}
* html #main-h .actualites li{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/gecilog/img/puce_home_actus.png',sizingMethod='crop');
	height:1%;
	position: relative;
	z-index: 1;
}
#main-h .actualites li a {
	height:1%;
	position: relative;
	z-index: 999;
}
#main-h .actualites p{
	padding:0;
}
#main-h .actualites p a{
	display:block;
	width:115px;
	height:25px;
	margin:0 0 0 -7px;
	overflow:hidden;
	text-indent:-999em;
	background:url(../img/lien_home_actus.png) 0 0 no-repeat;
}
* html #main-h .actualites p a{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/gecilog/img/lien_home_actus.png',sizingMethod='crop');
}
#main-h span.b{
	position:absolute;
	left:0;
	bottom:-4px;
	display:block;
	width:200px;
	height:4px;
	overflow:hidden;
	background:url(../img/bloc_home_droit_fond_b.png) 0 0 no-repeat;
}
* html #main-h span.b{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/gecilog/img/bloc_home_droit_fond_b.png',sizingMethod='crop');
}

/* page header */
#pg-header{
	position:relative;
	z-index:4;
	min-height:40px;
}
* html #pg-header{
	height:40px;
}

/* fil d'ariane */
#filariane{
	position:relative;
	z-index:2;
	list-style-type:none;
	margin:0;
	padding:15px 0 8px 0;
	float:right;
	width:238px;
}
#filariane li{
	display:inline;
	font-size:90%;
	color:#83888b;
	padding-left: 2px;
}
#filariane li a,
#filariane li strong{
	font-size:100%;
	color:#83888b;
}
#filariane li a{
	text-decoration:underline;
}

#pg-header #pf_nav{
	position:absolute;
	z-index:2;
	left:1px;
	top:10px;
}
#pg-header .msg{
	text-align:center;
	color:#83888b;
	font-size:130%;
	margin:0;
	padding:11px 243px 0 190px;
}

/* navigation 3 */
/* navigation 3 */
#nav3{
	float:left;
	width:171px;
	padding:0 1px 0 0;
}
#nav3 ul{
	list-style-type:none;
	margin:0;
	padding:0 0 76px 0;
	background:url(../img/fd_nav3_bas.png) 100% 100% no-repeat;
}
#nav3 li{
	background:#f8f8f8 url(../img/fd_nav3.png) 100% 0 repeat-y;
	border-bottom:1px solid #e0e2e1;
	padding:0;
}
#nav3 li a{
	display:block;
	font-size:110%;
	padding:9px 12px 9px 12px;
	color:#767676;
}
#nav3 li.on{
	background:#34303a url(../img/fd_nav3_on.png) 0 0 repeat-x;
}
#nav3 li.on a{
	background:url(../img/fd_nav3_on_droit.png) 100% 0 no-repeat;
	color:#fff;
}


/* bloc droit */
#corps{
	position:relative;
	z-index:1;
}
#main-1 #corps{
	float:left;
	width:912px;
	background:url(../img/corps_fond_1.png) 0 0 repeat-y;
}
#main-1b #corps{
	float:left;
	width:912px;
}
#main-2 #corps{
	float:left;
	width:740px;
	background:url(../img/corps_fond_2.png) 0 0 repeat-y;
}
#corps-bordure{
	border-top:13px solid #e9e9e9;
}
#corps-int{
	padding:0 13px 0 13px;
	min-height:300px;
}
#corps-int p {
	padding:12px;
}
* html #corps-int{
	height:300px;
}
#main-1 #corps-int{
	background:url(../img/corps_fond_1_b.png) 0 100% no-repeat;
}
#main-2 #corps-int{
	background:url(../img/corps_fond_2_b.png) 0 100% no-repeat;
}

/* liens suite */
p.plus{
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
	padding-bottom:8px;
}
img.gecilog{
	width:62px;
	height:17px;
	vertical-align:middle;
	background:url(../img/lib_gecilog.png) 0 0 no-repeat;
}
* html img.gecilog{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/gecilog/img/lib_gecilog.png',sizingMethod='crop');
}

/* onglets */
#onglets{
	list-style-type:none;
	margin:0;
	padding:0;
	border:1px solid #e6e6e6;
	background-color:#fff;
}
#onglets li{
	float:left;
	padding:2px 20px 2px 30px;
	border-right:1px solid #e6e6e6;
	background:url(../img/puce_onglets.png) 20px 5px no-repeat;
}
#onglets li.on{
	background-color:#a90230;
	background-image:url(../img/puce_onglets_on.png);
}
#onglets li a{
	color:#a90231;
	font-weight:bold;
}
#onglets li.on a,
#onglets li.orange_on a{
	color:#fff;
}
#onglets li.orange_off{
	background-image:url(../img/puce_onglets_orange_off.png);
}
#onglets li.orange_off a{
	color:#ff8b03;
}
#onglets li.orange_on{
	background-color:#ff8b03;
	background-image:url(../img/puce_onglets_orange_on.png);
}
.gec_logist h3{
	color:#FF8B03;
}
/* liste type 1 = vignette 110px */
#enum{
	background:#e7e7e7 url(../img/bloc_enum1_fond.png) 0 100% repeat-x;
}
#enum ul{
	list-style-type:none;
	margin:-7px 0 0 0;
	padding:0;
}
#enum li.sc{
	position:relative;
	background-color:#fff;
	padding:10px 14px 10px 0;
	margin:7px 0 0 0;
}
#enum .enum1 li.sc{
	padding-left:135px;
}
#enum .enum2 li.sc{
	padding-left:171px;
}
#enum li.alterne{
	background-color:#f2f2f2;
}
#enum li.sc p{
	padding:0 14px 0 0;
	font-size:110%;
}
#enum li p.gillus{
	overflow:hidden;
	position:relative;
	padding:0 0 0 0;
}
#enum .enum1 li p.gillus{
	width:110px;
	margin-left:-122px;
}
#enum .enum2 li p.gillus{
	width:146px;
	margin-left:-158px;
}
* html #enum .enum1 li.sc p.gillus{
	margin-left:-61px;
}
* html #enum .enum2 li.sc p.gillus{
	margin-left:-79px;
}
#enum li p.gillus img{
	display:block;
}
#enum li.sc p.plus{
	position:absolute;
	bottom:6px;
	right:0;
	font-size:90%;
}

/* pagination */
#pagin{
	padding:20px 0 0 0;
	margin:0 -8px -12px 0;
}
#pagin ul{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;
}
#pagin li{
	display:inline;
	margin:0 2px 0 2px;
}
#pagin li a{
	color:#8c0227;
}

/* navigation bas */
#nav_bas{
	padding:10px 0 10px 0;
	overflow:hidden;
	background:url(../img/bloc_nav_bas_fond.png) 0 0 no-repeat;
}
* html #nav_bas{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/gecilog/img/bloc_nav_bas_fond.png',sizingMethod='crop');
	height:1%;
}
#nav_bas ul{
	list-style-type:none;
	margin:0 -10px 0 0;
	padding:0;
	text-align:right;
}
#nav_bas li{
	display:inline;
	color:#b8bcbe;
	background:url(../img/bloc_nav_bas_sep.png) right center no-repeat;
	font-size:90%;
	padding:0;
}
#nav_bas li a{
	color:#b8bcbe;
	padding:0 10px 0 6px;
	font-size:100%;
}

/********** Ajouté par Hayat HAMDAOUI *********************/
.liste1{
	list-style-type:none;
	list-style:none;
	padding:6px 0 6px 0;
	/*margin:0;*/
	
}
.liste1 li{
	font-size:110%;
	background:url(../img/puce_home_plateformes.png) 0 8px no-repeat;
	padding:2px 0 3px 12px;
	margin:0 0 0 80px ;

}
.liste1 li{
	height:2%;
}
.liste1 li a{
	font-size:100%;
	color:#6c7175;
}

.liste2{

	list-style-type:none;
	list-style:none;
	padding:0 0 10px 0;
	margin:0;
}
.liste2 li{
	background:url(../img/puce_home_actus.png) 0 0 no-repeat;
	padding:4px 0 0 12px;
	list-style:none;
	height:1%;
	margin:0;
}

.liste2 li a{
	font-size:90%;
	color:#6c7175;
}
/*.liste2 li{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/gecilog/img/puce_home_actus.png',sizingMethod='crop');
	height:1%;
}*/

 .liste_pages li{
display:inline;
padding-left:3px;
}

#res_recherche{
	padding:0 40px 0 40px;
}
#res_recherche .res_index{
	margin:0 0 12px 0;
	padding:4px 6px 4px 6px;
	background-color:#f2f2f2;
	border-bottom:1px solid #E6E6E6;
}
#res_recherche p{
	font-size:110%;
}
#res_recherche ul{
	padding:0 0 0 20px;
	margin:0;
}
#res_recherche ul li{
	float:left;
	display:block;
	padding:0 4px 0 0;
	font-size:110%;
}
.tx-indexedsearch-sw{
	font-weight:bold;
}
.tx-indexedsearch-res img{
	position:absolute;
	margin-left:-20px;
}
.tx-indexedsearch-res dl{
	padding:0 0 0 20px;
}
.tx-indexedsearch-res dt,
.tx-indexedsearch-res dd{
	font-size:110%;
	margin:0;
}
.tx-indexedsearch-res dt a{
	font-weight:bold;
}
img.gecilog
{
	display:none;
}
/* Add banner */
                        #main-h #banner{
                            position:absolute;
                            display:block;
                            top:50px;
                            left:270px;
                            width:469px;
                            height:60px;
                            overflow:hidden;
                        }
