/*
	Striped 1.0 by HTML5 Up!
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	*
	{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	body, textarea
	{
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		color: #1c2e21;
	}

	body
	{
		background-color: #e8e8e8;
		background-image: url('images/bg2.png');
	}

	a
	{
		color: #c94663;
	}

	strong, b
	{
		font-weight: 700;
		color: #1b252a;
	}
	h2
	{
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 800;
		color: #064e1d;
	}
	h3,h4,h5,h6
	{
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		color: #1b252a;
	}

	h2 a, h4 a, h5 a, h6 a
	{
		text-decoration: none;
		color: inherit;
	}

	tr.row-a {
		background: #B3E0B1;
	  }
	  tr.row-b {
		background: #9CC199;    
	  }
	a.lien1
	  {
	  font-size: 12px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  color:#FF6600;
	  text-decoration:none;
	  font-weight:bold;
	  }
	a.lien1:hover
	  {
	  font-size: 12px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  color:#FF6600;
	  text-decoration:underline;
	  font-weight:bold;
	  } 
	  a.lien2
	  {
	  font-size: 12px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  color:#006633;
	  text-decoration:none;
	  font-weight:bold;
	  }
	a.lien2:hover
	  {
	  font-size: 12px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  color:#006633;
	  text-decoration:underline;
	  font-weight:bold;
	  } 
	a.lien3
	  {
	  font-size: 12px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  color:#006633;
	  text-decoration:underline;
	  font-weight:normal;
	  }
	a.lien3:hover
	  {
	  font-size: 12px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  color:#006699;
	  text-decoration:none;
	  font-weight:normal;
	  } 
	a.lien4
	  {
	  color:#006633;
	  text-decoration:none;
	  font-weight:normal;
	  }
	a.lien4:hover
	  {
	  font-size: 12px;
	  color:#ffffff;
	  text-decoration:underline;
	  font-weight:bold;
	  } 
	a.lien5
	  {
	  font-size: 16px;
	  color:#FF6600;
	  text-decoration:none;
	  font-weight:bold;
	  }
	a.lien5:hover
	  {
	  font-size: 16px;
	  color:#ffffff;
	  text-decoration:underline;
	  font-weight:normal;
	  } 
	a.lien6
	  {
	  color:#7c7c7c;
	  text-decoration:none;
	  font-weight:normal;
	  }
	a.lien6:hover
	  {
	  color:#7c7c7c;
	  text-decoration:underline;
	  font-weight:normal;
	  } 
	.byline
	{
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 300;
		display: block;
		margin-top: 1em;
		color: #999;
	}
	.byline2
	{
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 200;
		display: block;
		margin-top: 1em;
		color: rgba(22, 98, 12, 0.586)
	}

	header
	{
		margin: 0 0 2em 0;
	}
	
	blockquote
	{
		border-left: solid 5px #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	em, i
	{
		font-style: italic;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
		padding: 1.5em 0 0 0;
		margin: 1.75em 0 0 0;
	}
	
	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
		
	br.clear
	{
		clear: both;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}
	
	section,
	article
	{
		margin-bottom: 3em;
	}
	
	section > :last-child,
	article > :last-child
	{
		margin-bottom: 0;
	}

	section > .inner > :last-child,
	article > .inner > :last-child
	{
		margin-bottom: 0;
	}

	section:last-child,
	article:last-child
	{
		margin-bottom: 0;
	}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	.image-half
	{
		display: block;
		width: 50%;
		margin: 0 0 2em 0;
	}
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}
		
	.button
	{
		background-color: #c94663;
		background-image: url('images/bg1.png');
		border-radius: 0.4em;
		text-align: center;
		box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
		color: #fff;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-decoration: none;
		-moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
		-o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out, color .25s ease-in-out;
		transition: background-color .25s ease-in-out, color .25s ease-in-out;
		text-shadow: -1px -1px 0px rgba(0,0,0,0.5);
	}

		span.button
		{
			opacity: 0.35;
			cursor: default;
		}

		.button-alt
		{
			background-color: #364050;
			background-image: url('images/bg1.png');
		}
	
		.button-small
		{
		}
		
		.button-big
		{
		}
		
		.button-huge
		{
		}

	ul.style1
	{
		list-style: disc;
		padding-left: 1em;
	}
	
		ul.style1 li
		{
			padding-left: 0.5em;
		}
	
	ol.style1
	{
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.style1 li
		{
			padding-left: 0.25em;
		}

	.link-icon24
	{
		position: relative;
		padding-left: 30px;
	}
	
		.link-icon24:before
		{
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 50%;
			margin-top: -12px;
			width: 24px;
			height: 24px;
			background-image: url('images/sprites.png');
		}
	
		.link-icon24-1:before		{ background-position: 0px 0px; }
		.link-icon24-2:before		{ background-position: -24px 0px; }
		.link-icon24-3:before		{ background-position: -48px 0px; }
		.link-icon24-4:before		{ background-position: -72px 0px; }
		.link-icon24-5:before		{ background-position: -96px 0px; }

	.pager
	{
	}
	
		.pager .pages
		{
			display: inline-block;
			font-family: 'Open Sans Condensed', sans-serif;
			font-weight: 700;
		}
		
			.pager .pages span
			{
				display: inline-block;
				width: 1.5em;
				text-align: center;
				margin: 0 0.4em 0 0;
			}
	
			.pager .pages a
			{
				cursor: pointer;
				display: inline-block;
				text-align: center;
				text-decoration: none;
				color: inherit;
				background-color: #e8e8e8;
				background-image: url('images/bg2.png');
				color: #565656;
				margin: 0 0.4em 0 0;
				border-radius: 0.4em;
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-o-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
				box-shadow: inset 0 0.075em 0.25em 0 rgba(0,0,0,0.1);
			}
		
			.pager .pages a:hover
			{
				background-color: #dadada;
			}

			.pager .pages a.active
			{
				background-color: #364050;
				background-image: url('images/bg1.png');
				color: #fff;
				box-shadow: none;
				text-shadow: -1px -1px 0px rgba(0,0,0,0.5);
			}

/*********************************************************************************/
/* Section/Article Types                                                         */
/*********************************************************************************/
	.mytableau table
	{ width: 100%;
	  border-collapse: collapse;
	  border: 1px solid rgb(0, 75, 25);
	  padding: 2px;
	}
	.mytableau td
	{ border: 1px solid rgb(0, 0, 0);
	  /*text-align: left;*/
	}
	.mytableau thead
	{ background-color: #067400;
	  color : #fff;
	  border : 1px solid rgb(0, 0, 0);
	  text-align : center;
	}
	.mytableau tr:nth-child(even) 
	  {
		background-color: #9CC199;
	  }
	.mytableau  th[scope='col'] 
	  { border : 1px solid rgb(0, 0, 0);
		background-color: #696969;
		color: #fff;
	  }
	  
	.mytableau th[scope='row'] {
		color: #006633;
		/*text-align: center;*/

	  }  

	table.tableaurando
	  { width: 100%;
		border-collapse: collapse;
		border: 1px solid rgb(0, 75, 25);
		padding: 2px;
	  }
	table.tableaurando tr td
	  {
		text-align: left;
		border: 1px solid rgb(0, 75, 25);
	  }

	table.tableaurando tr th[scope='col'] 
	  { background-color: #067400;
		color : #fff;
		text-align : center;
		border: 1px solid rgb(0, 75, 25);
	  }
	  
	table.tableaurando tr th[scope='row'] 
	  { border: 1px solid rgb(0, 75, 25);
		text-align : center;
	  }
	table.tableaurando tr:nth-child(even) 
	  {
		background-color: #d1cfcf;
	  }  
	.is-post
	{
		position: relative;
	}
	
		.is-post .info
		{
		}
		
			.is-post .info .stats
			{
				margin: 0;
			}
			
			.is-post .info .stats a
			{
				font-size: 0.8em;
				text-decoration: none;
				color: #131a1e;
				font-weight: 700;
			}
	
	.is-recent-posts,
	.is-recent-comments
	{
	}

		.is-recent-posts li,
		.is-recent-comments li
		{
			border-top: solid 1px rgba(0,0,0,0.25);
			box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.075);
			padding: 0.5em 0 0.5em 0;
		}

		.is-recent-posts li:first-child,
		.is-recent-comments li:first-child
		{
			border-top: 0;
			box-shadow: none;
			padding-top: 0;
		}

		.is-recent-posts li:last-child,
		.is-recent-comments li:last-child
		{
			padding-bottom: 0;
		}

	.is-search
	{
	}

		.is-search form
		{
			position: relative;
		}
	
			
			.is-search form:after
			{
				content: '';
				display: block;
				position: absolute;
				top: 50%;
				right: 4px;
				margin-top: -12px;
				width: 24px;
				height: 24px;
				background-image: url('images/sprites.png');
				background-position: -96px 0px;
			}

	.is-text-style1
	{
	}

		.is-text-style1 .inner
		{
			position: relative;
			background-color: #272E39;
			background-color: rgba(0,0,0,0.15);
			border-radius: 0.4em;
			padding: 1.25em;
			box-shadow: 0 0 0 1px rgba(255,255,255,0.05), inset 0 0 0.25em 0 rgba(0,0,0,0.25);
		}	

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/

	#wrapper
	{
		position: relative;
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		/*background-color: #364050;*/
		background-color: #535453;
		background-image: url('images/bg1.png');
		color: #929da4;
		text-shadow: -1px -1px 0px rgba(0,0,0,0.5);
	}
		#sidebar form select,
		#sidebar form textarea
		{
			border: 0;
		}

		#sidebar section,
		#sidebar nav
		{
			position: relative;
		}

			#sidebar section:before,
			#sidebar nav:before
			{
				content: '';
				border-top: solid 1px;
				border-bottom: solid 1px;
				border-color: #171E29;
				border-color: rgba(0,0,0,0.25);
				box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.075), 0px 1px 0px 0px rgba(255,255,255,0.075);
				display: block;
			}
	
		#sidebar strong, #sidebar b
		{
			color: #fff;
		}
	
		#sidebar a
		{
			color: #d4dde0;
		}
		
		#sidebar h2,
		#sidebar h3,
		#sidebar h4,
		#sidebar h5,
		#sidebar h6
		{
			color: #fff;
		}
		
/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/
		
	#content
	{
		position: relative;
		background-color: #fff;
	}
	
		#content:after
		{
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background-image: url('images/bg2.png');
			opacity: 0.5;
		}
	
	#content-inner
	{
		position: relative;
		z-index: 1;
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
	}

		#copyright p
		{
			opacity: 0.75;
		}

		#copyright a
		{
			color: inherit !important;
		}

		#copyright:before
		{
			content: '';
			border-top: solid 1px;
			border-bottom: solid 1px;
			border-color: #171E29;
			border-color: rgba(0,0,0,0.25);
			box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.075), 0px 1px 0px 0px rgba(255,255,255,0.075);
			display: block;
		}