@import url(./fonts.css);

body {
	margin: 0;
	padding: 0;
	/*font: normal normal normal 12px/17px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif; */
	font: normal 86% Arial, Helvetica, Tahoma, Arial, sans-serif;
	color: #797979;
	background: #fff;
}
img {
	border: 0;
}

.box_50 { width: 48%; padding: 10px 1%; }

.box_borderize {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ccc;
}
.box_conseil {
	background: #fffdd5;
	padding: 15px 20px;
}

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

.fright { float: right; }
.fleft { float: left; }

.breaker {
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.hidden {
	display: none;
	visibility: hidden;
}
input[type=submit],input[type=button],input[type=reset],
a.button {
	padding: 4px 10px;
	font-size: 10px;
	line-height: normal;
	text-transform: uppercase;
	/* background-color: #b6c85e !important; */
	background-color: #9bc312 !important;
	background-image: url(/images/epack/projectstore/bg_button.gif);
	-moz-background-clip:padding!important;
	-webkit-background-clip:padding!important;
	color:#fff !important;
	font-weight:bold !important;
	border-style:outset !important;
	border-width:1px !important;
	border-color:#ccc !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
a.button { text-decoration: none; }


h1, h2, h3 {
	font-family: 'Neutraface2TextDemi', sans-serif;
}
h1 {
	font-size: 32px;
	font-family: 'Neutraface2TextBold', sans-serif;
	color: orange;
	text-shadow: 0 1px 1px #ccc;
}
h2 {
	font-size: 18px;
}
	#logo h1 {
		margin-bottom: 0;
	}
	#logo h2 {
		margin-top: -10px;
		margin-left: 6px;
	}
h3 {
	font-size: 20px;
}

h3 {
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0 6px;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ccc;
	
	background-image: -moz-linear-gradient(top, #fff, #eee); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #eee)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#eee'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#eee')"; /* IE8 */
}

.color_orange { background:#FF9A35; }
.color_green { background:#9c0; }
.color_yellow { background:#EEC900; }
.color_grey { background:#eee; }



.adsense-1 {
	width: 728px;
	height: 90px;
	margin: 0 auto;
}
.adsense-2 {
	margin-top: 10px;
	text-align: center;
}


#container {
	width: 960px;
	margin: 0 auto;
}
	#logo {
		margin-bottom: 12px;
	}
	#navigation {
		height: 30px;
		line-height: 30px;
		background: #9c0;
		margin-bottom: 10px;
		
		background-image: -moz-linear-gradient(top, #cce977, #99cc00); /* FF3.6 */
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #cce977),color-stop(1, #99cc00)); /* Saf4+, Chrome */
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#cce977', EndColorStr='#99cc00'); /* IE6,IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cce977', EndColorStr='#99cc00')"; /* IE8 */

	}
		#navigation ul.tabs {
			height: 30px;
			line-height: 30px;
		}
		#navigation ul.tabs li {
			display: block;
			float: left;
		}
		#navigation ul.tabs li a {
			display: block;
			float: left;
			font-family: 'Neutraface2DisplayTitling', sans-serif;
			font-size: 13px;
			height: 30px;
			line-height: 30px;
			padding: 0 10px;
			color: #fff;
			text-decoration: none;
			text-transform: uppercase;
			text-shadow: 0 1px 1px #666;
		}
		#navigation ul.tabs li a:hover {
			background: #FF9A35;
			background-image: -moz-linear-gradient(top, #FF9A35, #ffcb97); /* FF3.6 */
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FF9A35),color-stop(1, #ffcb97)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF9A35', EndColorStr='#ffcb97'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF9A35', EndColorStr='#ffcb97')"; /* IE8 */	
		}
		
	#main {
		margin-bottom: 15px;
		padding: 15px;
		background: #fff url(/images/design/bg_general.gif) 0 0 repeat-x;
	}
	
	#footer {
		font-size: 11px;
		text-align: center;
		padding: 15px;
		color: #000;
		
		background-image: -moz-linear-gradient(top, #ffcb97, #FF9A35); /* FF3.6 */
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffcb97),color-stop(1, #FF9A35)); /* Saf4+, Chrome */
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffcb97', EndColorStr='#FF9A35'); /* IE6,IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffcb97', EndColorStr='#FF9A35')"; /* IE8 */
	}
		#footer h3 {
			font-family: 'Neutraface2DisplayTitling', sans-serif;
			font-size: 13px;
			height: 30px;
			line-height: 30px;
			padding: 0 10px;
			color: #fff;
			text-decoration: none;
			text-transform: uppercase;
			text-shadow: 0 1px 1px #666;
			border:  0;
			background: none;
		}
		
		#footer a {
			color: #000;
		}
		
	#footer_logos {
		font-size: 11px;
		text-align: center;
		padding: 15px;
	}
