﻿body {
	background-color: #f8f6b8;
	color: #000000;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11pt;
	margin:0;
	padding:0;
}

img {
	border: none;
	margin:0;
	padding:0;
}

a {
	text-decoration: none;
}

h1 {
	text-align:center;
	color: #145b39;
	font-size: 16pt;
	text-transform: uppercase;
	margin: 20px 10px 30px 10px;
}

h2 {
	text-align:center;
	color: #145b39;
	font-size: 12pt;
	/*font-style:italic;*/
	font-weight: bold;
	margin: 0px 0px 30px 0px;
}

.FooterTitle {
	text-align: center;
	color: #145b39;
	font-size: 12pt;
	/*font-style:italic;*/
	font-weight: bold;
	margin: 0px 120px 30px 120px;
}

.FooterSubTitle {
	text-align: center;
	color: #145b39;
	font-size: 11pt;
	/*font-style:italic;*/
	font-weight: bold;
	margin: 0px 120px 30px 120px;
}

.FooterText {
	color: #000000;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	text-align:center;
}

@media screen, projection {

	.Wrapper {
		position: absolute;
		top: 0px;
		left: -330px;
		width: 660px;
		height:1135px;
		margin: 10px 0px 0px 50%;
		padding: 0px 0px 0px 0px;
		background: Transparent;
		border: solid 1px #145b39;
	}

	.Menu {
		width: 100%;
		height: 20px;
		background-color: #145b39;
	}

	.Menu ul {
		margin:0;
		padding:0;
		list-style: none;
	}

	.Menu li {
		float: left;
		margin:0;
		padding:0;
	}

	.Menu a, .Menu a:visited {
		font-weight: bold;
		color: #ffffff;
	}

	.Menu a:active, .Menu a:hover {
		font-weight: bold;
		color: #f8f6b8;
	}

	.Header {
		width: 650px;
		margin: 0px 5px 10px 5px;
		padding: 0px 0px 0px 0px;
		background: Transparent;
	}

	.Footer {
		width: 650px;
		margin: 20px 5px 10px 5px;
		padding: 0px 0px 0px 0px;
		background: Transparent;
	}

	.FooterLink {
		text-align: center;
		color: #145b39;
		font-size: 11pt;
		/*font-style:italic;*/
		font-weight: bold;
		margin: 0px 80px 30px 80px;
		text-transform: uppercase;
	}

	.FooterLink a {
		text-transform: none;
	}

	.Partenaires {
		font-size: 8pt;
	}

	.Partenaires a, .Partenaires a:visited {
		font-weight: bold;
		color: #000000;
	}

	.Partenaires a:active, .Partenaires a:hover {
		font-weight: bold;
		color: #145b39;
	}
}

@media print {

	.Menu {
		display:none;
	}

	.FooterLink {
		display:none;
	}

	.Partenaires {
		display:none;
	}
}