/* 
*
* Easy - front-end framework
*
* Copyright (c) 2009 Alen Grakalic
* http://easyframework.com/license.php
*
*/

/* HTML elements  */		

	h1, h2, h3, h4, h5, h6{
		font-weight:normal;
		margin:0;
		line-height:1em;
		color:#2d2d29;
		letter-spacing:-0.02em;
		}	
	h1{font-size:2em;margin-bottom:.5em;}	
	h2{font-size:1.75em;margin-bottom:.7142em;}	
	h3{font-size:1.5em;margin-bottom:1em;line-height:.75em;padding-top:.25em;}
	h4{font-size:1.25em;margin-bottom:.6em;}
	h5,h6{font-size:1em;margin-bottom:1em;font-weight:bold;}
	
	p, blockquote, ul, ol, dl, form, table, pre{line-height:inherit;margin:0 0 1.5em 0;}
	ul, ol, dl{padding:0;}
	ul ul, ul ol, ol ol, ol ul, dd{margin:0;}
	li{margin:0 0 0 2em;display:list-item;list-style-position:outside;}	
	blockquote, dd{padding:0 0 0 2em;}
	pre, code, samp, kbd, var{font:100% mono-space,monospace;}
	pre{overflow:auto;}
	abbr, acronym{
		text-transform:uppercase;
		border-bottom:1px dotted #000;
		letter-spacing:1px;
		}
	abbr[title], acronym[title]{cursor:help;}
	small{font-size:90%;}
	sup, sub{font-size:85%;}
	em, cite, q{font-style:italic;}
	img{border:none;}			
	hr{display:none;}	
	table{width:100%;border-collapse:collapse;}
	th,caption{text-align:left;}
	form div{margin:.5em 0;clear:both;}
	label{display:block;}
	fieldset{margin:0;padding:0;border:none;}
	legend{font-weight:bold;}
	input[type="radio"],input[type="checkbox"], .radio, .checkbox{margin:0 .25em 0 0;}

/* //  HTML elements */	

/* common */		
	
	.left{float:left;margin-right:1em;}
	.right{float:right;margin-left:1em;}
	.center{text-align:center;}
	
	.clear{clear:both;}
	.first{margin-left:0 !important;}
	.last{margin-right:0 !important;}
	.top{margin-top:0 !important;}
	.bottom{margin-bottom:0 !important;}	
	.hidden, .print{display:none;}
	.graphic, #intro .link, #more .link, #buylicense a{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}

/* // common */			

/* base */
	
	body, table, input, textarea, select, li, button{
		font:100% "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
		line-height:180%;
		color:#555;
		}		
	body{
		font-size:13px;
		background:#001a00;/*c1dfad */
		margin:0;
		padding:0;
		text-align:center;
		}	
	a, a:visited{
		text-decoration:none;
		color:#999;
		}
	a:hover{color:#c1dfad;}
	ins{text-decoration:none;color:#900;font-style:italic;}
	code{color:#555;}
	pre{
		margin-left:2em;
		padding-left:2em;
		border-left:1px solid #ccc;
		color:#222;
		line-height:120%;
		}
	pre strong{color:#000;}
	blockquote{
		margin-left:2em;
		border-left:1px solid #ccc;
		font-style:italic;
		}	
	dt{font-weight:bold;}
	th, td{padding:2px;}		
	th{background:#eee;}
	td{border-bottom:1px solid #eee;}
	caption{font-style:italic;color:#777;margin:.5em 0;}	
	form{
		border-bottom:1px solid #D6D7D3;
		border-top:1px solid #D6D7D3;
		padding:2em 0;
		}
	form div.col{clear:none;}form div.first{clear:both;}
	form div{overflow:hidden;margin:.25em 1em;}
	fieldset{border-top:1px solid #aaa;}
	input[type="text"], input[type="password"], textarea, .field, .area, select{
		border:1px solid #aaa;
		padding:5px;
		background:#fff;
		
		line-height:110%;
		}
	select{}
	textarea, .area{overflow:auto; height:150px; width:500px;}
	input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus{background:#f5f5f5;outline:none;}
	.submit{margin-top:1em;}
	button{
		border:none;
		background:url(../images/bg_button.png) no-repeat 0 0;
		color:#fff;
		width:154px;
		height:30px;
		
		cursor:pointer;
		text-align:center;
		font-size:15px;
		padding-bottom:2px;
		}

	.excerpt{font-size:120%;font-style:italic;}
	.error{color:#c00;display:block;}
	.success{color:#060;}
	.note{}
	
	.content .link, .content .link a{height:2em;line-height:2em;text-align:center;}
	.content p.link a{text-decoration:none;background:#61ba46;padding:6px;color:white;font-size:16px;-webkit-border-radius:3px;-moz-border-radius:3px;border:solid #81ba46 1px;}
	.content .link a:hover{color:#fff;background:#53a73a;}	
	
	.content h4
	{
	}
	#easy_tooltip{
		padding:4px 10px;
		background:#4A6565;
		color:#fff;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		}

/* base */

/* layout */

	.inner{	
		margin:0 auto;
		width:950px;
		text-align:left;
		
		}
	
	#header{
		position:relative;
		height:68px;
		background:url(../images/menu.jpg) repeat-x;
		
		}	
	.content{
		clear:both;
		padding:3em 0;
		background:#f3faef;
		padding-bottom:10px;
		}
	.main, .secondary, .tertiary, .quaternary{
		float:left;
		display:inline;
		}
	.main{width:450px;}
	.secondary{width:350px;margin-left:150px;}	
	#footer{
		
		clear:both;
		background:#001a00;
		padding:1em;
		
		color:#fff;
		font-size:12px;
		}
		
	#intro{
	
		background:url(../images/bg_intro.gif) repeat-x;
		}	
	#intro .inner{
		width:948px;
		height:301px;
		background:url(../images/bg_intro.jpg) no-repeat 0 0;
		}
	#heading{background:#001a00;height:100px;} 
	#heading .inner{
		height:84px;
		background:url(../images/bg_heading.jpg) no-repeat 0 0;
		}	
	#more{
		background:#d6d7d3;
		padding:1em 0;
		}
		
	/* columns */
		
		.cols{}
		.col{
			float:left;
			display:inline;
			}
		.test{
		float:left;
			display:inline;
			height:525px;
		width:50%;
			}
		.actualite{
			height:200px;
		}
		.col{width:48%;margin-left:4%;} /* 2 columns - default */
		.cols3 .col{width:30%;margin-left:5%;}
		.cols4 .col{width:22%;margin-left:4%;}
		.encombrant .col.trait{
		border-left:solid #ddd 1px;
		margin-left:15px;
		padding-left:12px;
		}
		.encombrant.cols3 .col{
		width:30%;
		}
	/* columns */	

/* // layout */

/* navigation */
	
		#nav, #nav ul, #nav li{
			margin:0;
			padding:0;
			list-style:none;
			}	
		#nav{
			position:absolute;
			
			top:34px;
			}
		#nav li, #nav li.rubrique a{
			float:left;
			display:inline;
			position:relative;
			line-height:22px;
			height:22px;
			color:#fff;
			padding:0 10px;	
			margin-right:1px;
			
		}
		#nav li span.titreMenu{
			padding:4px 6px;	
			font-weight:bold;
			margin-right:1px;
			background:black;
			opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	
		}	
		
		#nav li span.titreMenu a.lienspe{
			color:white;
		}	
		#nav li.rubrique a{
			color:#fff;
			
			padding:20px 15px;	
			margin-right:1px;
			}
		 #nav li.rubrique:hover  {
			/*background:#b1cf9d;*/
			
		font-weight:bold;
		
		opacity: 1; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			}
			
		#nav ul{
			position:absolute;
			left:10px;
			top:22px;
			padding:20px 0px;
			
			background:black;
			opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	
			
			display:none;
			z-index:1000;
			}
		#nav ul li,#nav li.rubrique a{
			float:none;
			display:block;
			width:210px;
			
			}	
		
		#nav ul li.rubrique a{padding:0;}		

/* //navigation */

/* header */

	#logo{
	position:absolute;
top:20px;
	z-index:200000;		
margin:0;
		padding:0;
		display:block;
		overflow:hidden;	
		display:block;
		
	
		}
	#logo a{		
		display:block;
		height:115px;
		width:200px;
	
		}		

/* // header */
	
/* content */

	.content a, .content a:visited{
		text-decoration:underline;
		}
	.content strong{color:#333;}
	
	#intro p{margin:0;}
	#intro #slogan{display:none;}
	#intro img{
		position:absolute;
		top:48px;
		left:494px;
		}
	#intro .link a{
		float:left;
		position:absolute;
		left:110px;
		top:224px;
		width:274px;
		height:56px;
		background:url(../images/bg_download.gif) no-repeat 0 0;
		}
	#intro .link a:hover{background:url(../images/bg_download.gif) no-repeat 0 -56px;}	
	
	#more p{text-align:center;}
	#more .link{height:56px;margin:.5em 0;}
	#more .link a{
		float:left;
		width:274px;
		height:56px;
		margin-left:317px;
		background:url(../images/bg_schedule.gif) no-repeat 0 0;
		}
	#more .link a:hover{background:url(../images/bg_schedule.gif) no-repeat 0 -56px;}
	
	#heading h1{
		color:#F9F9F9;
		line-height:5px;
		font-size:26px;
		text-shadow: 0 2px 0 #385253;
		letter-spacing:0;
		padding-top:60px;
		}
	#heading h2{
		color:#F9F9F9;
		line-height:5px;
		font-size:26px;
		text-shadow: 0 2px 0 #385253;
		letter-spacing:0;
		padding-top:50px;
		}
	#heading h4{
		color:#fff;
		line-height:5px;
		font-size:14px;
		text-shadow: 0 2px 0 #385253;
		letter-spacing:0;
		}
	
	#links{
		margin:0;
		position:absolute;
		right:0;
		top:28px;
		}
	#links a{
		float:left;
		height:28px;
		line-height:28px;
		color:#fff;
		background:#496364;
		padding:0 15px;	
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		margin-left:5px;
		}
	#links a:hover{
		background:#fff;
		color:#496364;
		}
	
	#buylicense{
		height:56px;
		overflow:hidden;
		}
	#buylicense a{
		float:left;
		display:inline;
		height:56px;
		width:274px;
		background:url(../images/bg_license.gif) no-repeat 0 0;
		}
		
	#panel{
		background:#d6d7d3;
		padding:1em 0;
		}	
		
	#bookmark{
		width:300px;
		}
	#bookmark h3{
		background:#d6d7d3;
		padding:1em 15px;
		}
	#bookmark ul, #bookmark li{padding:0;text-align:center;}
	#bookmark li{
		list-style:none;
		margin:0 2px;
		display:inline;
		}
	
	ul.list, ol.tumblr_posts{
		border-top:1px solid #eee;
		padding:0;
		}
	ul.list li, ol.tumblr_posts li{
		margin:0;
		list-style:none;
		padding:.5em 0;
		border-bottom:1px solid #eee;
		}
	.tumblr_title{
		font-size:1.25em;margin-bottom:.5em;
		}	
		
	ul.gallery{padding:0;}
	ul.gallery li{
		float:left;
		margin:0 10px 0 0;
		list-style:none;
		}
	ul.gallery li img{
		border:1px solid #eee;
		padding:4px;
		background:#fff;
		}	
		
		
	
/* // content */

/* footer */
	
	#footer a, #footer a:visited{
		text-decoration:underline;
		color:#fff;
		}
	#footer a:hover{text-decoration:none;}	
	
	#footer h2, #footer h3{color:#d6d7d3;}
	
	#footer ul{margin:0;padding:0;}
	#footer li{
		list-style:none;
		margin:0;
		padding:0;
		color:#fff;
		}

	
/* // footer */

/* clearfix */

	.inner:after, .content:after, .cols:after, .fixed:after{
		content:"."; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
		}
	.inner, .content, .cols, .fixed{display:block;min-height:1%;}
	* html .inner, * html .content, * html .cols, * html .fixed{height:1%;}

/* // clearfix */

/* Actualités */

	.news, .news ul, #comments li{
		margin:0;
		padding:0;
		list-style:none;

		}
		
	.news li{margin:0 0 0 0;}
	.news .meta{padding-bottom:0px;padding-right:10px;}	
	.news .meta li{
		
		margin:0;
		display:inline;
		color:#777;
		}	
	.news .meta .title{
		font-size:14px;
		font-weight:bold;
		color:#999;
		}	
	.news .meta .title a{
		font-size:14px;
		font-weight:bold;
		color:#999;
		}
	.news  .lire{
		padding-right:20px;
		
		}
	.news .meta img{
	padding-top:3px;
		 padding-right:5px;
		}	
	.news .meta .body_news2{
		border-top:1px solid #ccc;
		padding-top:1em;
		}	
	
	
	/* //Actualités */	
	
	.slideshow {}
.slideshow img {z-index:180;  }
.rotate{}

.liste_actualite{
	list-style:none;
}

/* PAGINATION */

	ol.pagination{
		margin:1em 0;
		padding:0;
		}	
	ol.pagination li{
		margin:0 .5em 0 0;
		padding:0;
		float:left;
		list-style:none;
		}
		
	ol.pagination li a, ol.pagination li span{
		float:left;
		border:1px solid #ccc;
		line-height:1.5em;
		padding:0 .5em;
		background:#fff;
		}
	ol.pagination li.active a {
		float:left;
		border:1px solid #ccc;
		line-height:1.5em;
		padding:0 .5em;
		background:#eee;
		}
	ol.pagination li a:hover{background:#f1f1f1;}
	ol.pagination li span{background:#ccc;color:#fff;}
	
/* //PAGINATION*/	


/* PAGINATION */
#statistique .col{
	background-color:#eee;
	height:140px;
	padding-left:5px;
	padding-top:5px;
	margin-left:2%;
}

/* //PAGINATION */
#easy_tooltip{
	background-color:white;
	color:black;
}