/* header */
	.header{
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 47%, #f4f4f4 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 47%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ffffff 0%,#ffffff 47%,#f4f4f4 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 47%,#f4f4f4 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #ffffff 0%,#ffffff 47%,#f4f4f4 100%); /* W3C */
	}
	.header .button-icon{
		background-image: -moz-linear-gradient(top, #ffffff, #dbdbdb);
		background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #ffffff),color-stop(1, #dbdbdb));
		filter: progid:DXImageTransform.Microsoft.gradient
			(startColorStr='#ffffff', EndColorStr='#dbdbdb');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient
			(startColorStr='#ffffff', EndColorStr='#dbdbdb')";
		border: 1px solid #fff;
		-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
		-o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	}
	.header .star .icon{
		background: url("../images/portal3/mobile/star.png") no-repeat scroll 2px 2px;
	}
	.header .search .icon{
		background: url("../images/portal3/mobile/search.png") no-repeat scroll 2px 2px;
	}
	.header .back .icon{
		background: url("../images/portal3/mobile/back.png") no-repeat scroll 2px 2px;
	}
	.header .home .icon{
		background: url("../images/portal3/mobile/home.png") no-repeat scroll 2px 2px;
	}
	.header .searchForm{
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ffffff 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ffffff 0%,#dbdbdb 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #ffffff 0%,#dbdbdb 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #ffffff 0%,#dbdbdb 100%); /* W3C */
		right: 10px;
		top: 33px;
	}
	}
	.header .searchSubmit{
		background: url("../images/portal3/mobile/btn-search.png") no-repeat 0 0;
	}
	.header.grp1,
	.header.grp2,
	.header.grp3{
		border-bottom-style: solid;
		border-bottom-width: 4px;
	}
	.header.grp1{
		border-color: #57991B;
	}
	.header.grp2{
		border-color: #DA2292;
	}
	.header.grp3{
		border-color: #337EB0;
	}
	/* Erog */
		.XX .header{
			background: #4f4f4f; /* Old browsers */
			background: -moz-linear-gradient(top, #4f4f4f 0%, #4d4d4d 9%, #414141 34%, #2a2a2a 77%, #222222 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(9%,#4d4d4d), color-stop(34%,#414141), color-stop(77%,#2a2a2a), color-stop(100%,#222222)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #4f4f4f 0%,#4d4d4d 9%,#414141 34%,#2a2a2a 77%,#222222 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #4f4f4f 0%,#4d4d4d 9%,#414141 34%,#2a2a2a 77%,#222222 100%); /* Opera11.10+ */
			background: -ms-linear-gradient(top, #4f4f4f 0%,#4d4d4d 9%,#414141 34%,#2a2a2a 77%,#222222 100%); /* IE10+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
			background: linear-gradient(top, #4f4f4f 0%,#4d4d4d 9%,#414141 34%,#2a2a2a 77%,#222222 100%); /* W3C */
		}
		.XX .header .logo{
			background-image: url("../images/portal3/mobile/logo-erog.png");
		}
		.XX .header .searchSubmit{
			background-position: left bottom;
		}
	/* end Erog */
/* end header */

/* main */
	.main a,
	.searchResults a{
		color: #004664;
		text-decoration: none;
	}
	.list li{
		border-bottom: 1px solid #004664;
		padding: 1em 0;
	}
	.list li:last-child{
		border: none;
	}
	.comments ul{
		border-top: 1px solid #004664;
		margin-top: 1em;
	}
	.main.grp1 li{
		border-color: #57991B;
	}
	.main.grp2 li{
		border-color: #DA2292;
	}
	.main.grp3 li{
		border-color: #337EB0;
	}
	.list h2{
		font-size: 1.1em;
		font-weight: bold;
		margin: 0;
	}
	.search .searchSubmit{
		background: url("../images/portal3/mobile/btn-search.png") no-repeat 0 0;
	}
	.pagination{
		border-top: 1px solid #004664;
	}
	/* Erog */
		.XX .list li{
			border-color: #AE1414;
		}
		.XX .list a{
			color: #AE1414;
		}
		.XX .bigtitle{
			color: #AE1414;
		}
		.XX .search .searchSubmit{
			background-position: left bottom;
		}
	/* end Erog */
/* end main */

/* footer */
	.footer{
		background-color: #E0E0E0;
		padding: 5px 0 0 0;
	}
	#magazinesList {
		clear: both;
	}
	#magazinesList ul {
		margin: 0;
		padding: 0;
	}
	#magazinesList li {
		float: left;
		list-style: none;
		width: 50%;
	}
	#magazinesList a,
	.iweb a{
		display: block;
		font-size: 1em;
		height: 1em;
		line-height: 1em;
		overflow: hidden;
		width: auto;
	}
	.footer .button
	{
		background-color: #FFFFFF;
		-moz-border-radius: 8px;
		-o-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		border: 2px solid #FFFFFF;
		color: #574e41;
		font-family: Helvetica, sans-serif;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		text-align: center;
		text-decoration: none;
	}
	.footer .iweb .button{
		margin: 10px 5px;
	}

	.footer .grp1{
		color: #57991B;
	}
	.footer .grp2{
		color: #DA2292;
	}
	.footer .grp3{
		color: #337EB0;
	}
	.footer .selected{
		border-color: #574e41;
	}
	.footer .selected.grp1{
		border-color: #57991B;
	}
	.footer .selected.grp2{
		border-color: #DA2292;
	}
	.footer .selected.grp3{
		border-color: #337EB0;
	}
	.footer .copyright{
		padding: 5px;
		font-size: 0.7em;
	}
	.footer .copyright,
	.footer .copyright a{
		color: #574e41;
		text-decoration: none;
	}
	.footer .copyright p{
		margin: 0;
		text-align: center;
	}
	/* Erog */
		.XX .footer{
		background-color: #484848;
		}
		.XX .footer .selected{
			border-color: #AE1414;
		}
		.XX .footer .copyright,
		.XX .footer .copyright a{
			color: white;
		}
	/* end Erog */
/* end footer */

/* divers */
	.button{
		margin: 5px;
		padding: 7px 15px;
	}
/* end divers */
/* ads */
	.mobileTop{
		margin-top: 1em;
	}
	.mobileBottom{
		margin-bottom: 1em;
	}
/* end ads*/

/* media queries pour tablette */
@media screen and (min-width: 641px){
	.header .searchForm{
		right: 12px;
		top: 60px;
	}
	.header .star .icon,
	.header .search .icon{
		background-position: 10px 8px;
	}
	.header .back .icon,
	.header .home .icon{
		background-position: 10px 10px;
	}
}
