
img {
	border: none;
}

#BodyMain {
	background-color: #2869A3;
	margin: 0;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; 
	font-size: 80%;
}

#CenterWrapper {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px; 
}

/* Tete ------------------------------------------ */

	#Tete {
		margin-left: 0px;
		background-color: #FFFFFF;
		width: 1000px; 
		/* border: 1px solid red; */
	}

	#BandeLogo {
		margin-left: 0px;
		background-color: #FFFFFF;
		
		background-image: url(images/fondhead7.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		
		width: 1000px; 
		height: 123px;
		/* border: 1px solid red; */
	}


	#Menu {
		background-color: #4D4D4D;
		width: 1000px; 
		height: 36px;
		margin-top: 0px;
		float: left;
	}

	#Nav,#Nav li {
		list-style-type:none;
		margin:0;
		padding:0
	}
	
	#Nav {
		margin-top: 2px;
		margin-left: 20px;
		width:970px
	}
	#Nav li {
		float:left;
		margin-right: 5px;
		text-align: center;

	}
	#Nav img {
		float: left;
		margin-right: 4px;
		margin-top: 3px;
	}
	#Nav a {
		float:left;
		width: 11em;
		padding: 6px 0;
		background: transparent;
		text-decoration:none;
		font-size: 110%;
		height: 20px;
		color: #FFF
	}
	#Nav a span {
		margin-left: 5px;
	}
	#Nav a:hover {
		background: #8abfe9;
		color: #FFF
	}
	#Nav li.curlink a,#Nav li.curlink a:hover {
		background: #008ac8;
		color: #FFFFFF;
		font-weight: bold;
		border-bottom: 2px solid #FFFFFF;
	}

	#OmbreMenu {
		background-image: url(images/ombre1.gif);
		background-repeat: repeat-x;
		background-position: 0 0;
		width: 1000px; 
		height: 6px;
		margin-top: 0px;
		float: left;
	}

/* Corp ------------------------------------------ */

	#Corp {
		margin-top: 0px;
		margin-left: 0px;
		background-color: #FFFFFF;
		background-image: url(images/back3.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		width: 1000px; 
		min-height: 500px;
		float: left;
		/* border: 2px solid red; */
	}

	#MenuCorp {
		background-color: #323232;
		width: 200px; 
		height: 500px;
		float: left;
	}

	#Content {
		width: 950px;
		float: left;
		padding: 20px;
		/* border: 2px solid red; */
	}
	
	#Content h1 {
		font-size: 180%;
		color: #008956;
	}
	#Content img.FLeft {
		float: left;
		margin:8px;
		margin-right: 16px;
		padding: 3px;
		border: 1px solid #C43700;
	}
	a.LienSuite {
		float: right;
		font-size: 90%;
		color: #932702;
		margin-right: 8px;
		display: block;
		margin-bottom: 5px;
	}
	a.LienSuite img {
		margin: 0px;
		padding-left: 8px;
		position: relative;
		top: 5px;
	}
	a.LienSuite:hover {
		color: #EA4800;
	}

	a.LinkContact {
		text-decoration:none;
		font-weight: bold;
		color: #2676b1;
	}
	
	a.LinkContact:hover {
		color: #8abfe9;
		font-weight: bold;
		text-decoration: underline;
	}

	.LinkImg {
		float: none;
		clear: none;
		margin-right: 0px;
		margin-top: 0px;
	}
	.LinkImg img {
	margin: 0px;
	top: 0px;
	}
	

	
/* Pied ------------------------------------------ */

	#Pied {
		margin-top: 0px;
		margin-left: 0px;
		background-color: #4D4D4D;
		width: 1000px; 
		height: 40px;
		float: left;
		/* border: 1px solid red; */
	}

	#PiedLeft {
		background-color: white;
		width: 200px; 
		height: 40px;
		float: left;
		color: #2676b1;
		text-align: center;
		font-weight: bold;
	}
	#PiedLeft span {
		position: relative;
		top: -10px;
	}
	
	#PiedLeft img {
		position: relative;
		top: 3px;
	}
	
	
	#PiedRight {
		font-size: 90%;
		color: #c1c1c1;
		float: right;
		margin-top: 3px;
		margin-right: 30px;
		text-align: right
	}
