@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Tempus';
    src: url('../font/tempussans.eot');
    src: url('../font/tempussans.eot?#iefix') format('embedded-opentype'),
         url('../font/tempussans.woff') format('woff'),
         url('../font/tempussans.ttf') format('truetype'),
         url('../font/tempussans.svg#Tempus') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	margin: 0;
	background: url("../images/tree.jpg") no-repeat left fixed;
	background-size: auto 100%;
}

	body {
		width: 700px;
		margin: 0 auto;
		margin-bottom: 20px;
		padding: 0;
		background: none;
	}

img { border: 0; }

a  { color: #40150F; }

a:hover, a:active { text-decoration: none; }

.titrounet {
	font-family: Tempus, serif;
	color: #40150F;
	font-weight: bold;
	font-size: 1.5em;
}

h2 {
	font-family: Tempus, serif;
	color: #40150F;
	font-weight: bold;
	font-size: 2.5em;

	padding-top: 5px;
	padding-bottom: 5px;
}

h3 {
	font-family: Tempus, serif;
	color: #7CB808;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	margin: 0;
	padding: 0;
}

h4 {
	font-family: Tempus, serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #7CB808;
	margin-bottom: 1em;
}

p.lettrine::first-letter {
	font-family: Tempus, serif;
	color: #40150F;
	font-weight: bold;
	font-size: 5em;
	float:left;
}

.item-page p {	text-indent: 1em; }

p.lettrine { text-indent: 0; }

	header {
		width: 700px;
		margin: 0 auto;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
	}
		
		header span { display: none; }

		header h1 {
			font-family: Tempus, serif;
			color: #74AA07;
			font-size: 3em;
			letter-spacing: 0.1em;
			background: url("../images/banniere.png") no-repeat center center;
			background-color: none;
			height: 100px;
			width: 700px;
			margin: 0;
			padding: 0;
		}

	#contenu {
		clear: both;
		width: 100%;
		background: url("../images/taupe.png") no-repeat bottom right;
		background-color:rgb(255,255,255);
		background-color: transparent\9;
		background-color:rgba(255,255,255,0.8);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
		zoom: 1;
		border: solid 1px #cecece;
		-moz-border-radius: 0 0 10px 10px;
		-webkit-border-radius: 0 0 10px 10px;
		border-radius: 0 0 10px 10px;
		border-top: none;
		border-left: none;
		box-shadow: 8px 8px 12px #aaa;
	}

/*******************/
/*******MENU********/
/*******************/

nav {	margin-left: 5px; }

	nav ul {
		padding : 0;
		margin : 0;
		line-height : 20px;
		letter-spacing: 0.2em;
		text-align: center;
		font-family: Tempus, serif;		
		font-weight: bold;
		list-style: none;
		width: 100%;
		display: inline;
	}

		nav ul li {
			float : left; 
			margin: auto;
		}

			nav ul li a {
				display: block;
				margin: 0 auto;
				padding-right: 0.4em;
				padding-left: 0.4em;
				margin-right: 0.1em;
				color: #ffffff;
				text-decoration: none;
				border: solid 1px #B2D442;
				background: #B2D442;
				font-size: 1.1em;
				-webkit-transition: background-color 0.5s, color 0.5s, border 0.5s, box-shadow 0.5s;
				-moz-transition: background-color 0.5s, color 0.5s, border 0.5s, box-shadow 0.5s;
				-o-transition: background-color 0.5s, color 0.5s, border 0.5s, box-shadow 0.5s;
    			transition: background-color 0.5s, color 0.5s, border 0.5s, box-shadow 0.5s;
			}

			nav ul li ul {
				position: absolute;
				display: none;
				margin: 0 auto;
				padding: 0;
				text-align: center;
				box-shadow: 8px 8px 12px #aaa;
				line-height: 1.2em;
				width : 150px;
				background-color:rgb(255,255,255);
				background-color: transparent\9;
				background-color:rgba(255,255,255,0.8);
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
				zoom: 1;
			}	
		
				nav ul li ul li {
					margin: 0 auto;
					padding: 1px;
					width: 100%;	
					padding-top: 2px;	
					width: 100%;
					background-color:rgb(255,255,255);
					background-color: transparent\9;
					background-color:rgba(255,255,255,0.8);
					filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
					zoom: 1;	
				}
	
	nav a:hover, nav ul li.active ul li a:hover {
		background-color:rgb(255,255,255);
		background-color: transparent\9;
		background-color:rgba(255,255,255,0.8);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
		zoom: 1;
		color: #40150f;
		border: solid 1px #e7e7e7;
		box-shadow: 8px 8px 12px #aaa;
		position: relative;			
		z-index: 100;
	}

nav ul li.active ul li a:hover {
border: solid 1px transparent;
}

		nav ul li:hover ul {
			display: block;
			float: left;
		}

		nav ul li.active ul li a {
			color: #ffffff;
			background: #B2D442;
			cursor: pointer;		
		}

		nav ul li a:active, nav ul li:active ul li a:active {
			color: #40150f;
			box-shadow: 2px 2px 5px #d7d7d7 inset;
			-moz-box-shadow: 2px 2px 5px #d7d7d7 inset;
			-webkit-box-shadow: 2px 2px 5px #d7d7d7 inset;
		}

	nav ul li.active a, nav ul li.active ul li.active a {
		background-color:rgb(255,255,255);
		background-color: transparent\9;
		background-color:rgba(255,255,255,0.8);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
		zoom: 1;
/*		border: solid 1px transparent; */
		border: solid 1px #e7e7e7;
		border-bottom: solid 1px transparent;
		color: #40150f;
		cursor: default;
		box-shadow: none;
	}

nav ul li.active ul li.active a {
border: solid 1px transparent;
}

		nav li:hover ul {
			display: block;
			float: left;
		}

/*******************/
/****FIN DU MENU****/
/*******************/

	.item-page, .blog {
		margin: 0 auto;
		width: 700px;
		min-height: 300px;
		padding: 20px;
		font-family: serif;
		font-size: 0.9em;
		text-align: justify;
		letter-spacing: 0.1em;
		line-height: 2em;
	}

.amisTitre { padding-top: 2em;}

.amisTitre a { font-weight: bold; }

.amis { padding-left: 1em; padding-right: 1em; text-indent: 2em; }

	div.moduletableagenda {
		clear: both;
		width: 500px;				
		margin: 0 auto;
		padding: 10px;
		font-family: serif;
		font-size: 0.9em;
		line-height: 24px;
		text-align: left;
		margin-top: 20px;
		margin-bottom: 10px;
		letter-spacing: 0.1em;
	}
		
	.category-moduleagenda .mod-articles-category-introtext { text-indent: 2em; } 		
		
		ul.category-moduleagenda {
			list-style: none;
			border: dashed 1px #40150F;
			margin: 0;
			padding: 0;
		}

			ul.category-moduleagenda li {
				font-family: Tempus, serif;
				color: #40150F;
				font-weight: bold;
				font-size: 1.3em;
				padding: 10px;
			}
 
				ul.category-moduleagenda p {
					font-family: serif;
					color: #000000;
					font-weight: normal;
					font-size: 0.8em;
				} 

				.item-page img {
					border: solid 1px #b7b7b7;		
				}

				.item-page ol {
					text-align: center;
					font-family: sans;
					font-size: 1.2em;
				}

					.item-page ol li {
						display: inline;
					}
	
			footer {
				clear: both;
				width: 100%;
				padding: 0;
				margin: 0 auto;
				text-align: left;
				font-family: serif;
				text-align: center;
				letter-spacing: 0.1em;
				font-size: 0.8em;
				padding-top: 120px;
				margin-bottom: 10px;
				background-image: url("../images/branche.png");
				background-repeat: no-repeat;
				background-position: center top;
			}
	
table {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	vertical-align: top;
	width: 100%;
	caption-side: bottom;
	line-height: 1.4em;
	text-align: center;
	font-size: 1em;
	margin-top: 1em;
	font-size: 0.8em;
}

caption {
	padding: 10px;
	color: #555;
	font-style: italic;
}

	tbody { border: 1px solid #ccc; }

	tbody tr:nth-child(odd) { background: #eee; }

	tbody tr > * + * { border-left: 1px solid rgba(0, 0, 0, .05); }

	tr > :last-child { text-align: center; }

	table th, table td {
		padding: 10px 20px;
		text-align: center;
		border-bottom: 1px solid #ccc;
	}

	table td { color: #555; }

dd { 
	margin-bottom: 2em; 
	padding-bottom: 5px;	
}

.maj {
	display: block;
	text-align: right;
	font-size: 0.8em;
	color: #6b6b6b;
	padding-bottom: 1em;

}

.italMarron {
	color: #40150f;
	font-style: italic;
	font-weight: bold;
}

blockquote:before { content: none; }

a img {
				-webkit-transition: box-shadow 0.5s;
				-moz-transition: box-shadow 0.5s;
				-o-transition: box-shadow 0.5s;
    			transition: box-shadow 0.5s;

}

a img:hover {
		box-shadow: 8px 8px 12px #aaa;
		position: relative;			
		z-index: 100;
}

a img:active {
			box-shadow: 2px 2px 5px #d7d7d7 inset;
			-moz-box-shadow: 2px 2px 5px #d7d7d7 inset;
			-webkit-box-shadow: 2px 2px 5px #d7d7d7 inset;
}