body {
	background: url('/images/site/ArrierePlan.png');
}

a {
	color: #254694;
	text-decoration: none;
}

a:hover {
	color: #4fa3f9;
	text-decoration: underline overline;
}

#Conteneur {
	width:760px;
	margin: auto;
}

#Entete {
	background: url('/images/site/entete.png');
	height: 150px;
}

	#Entete img {
		width: 205px;
		height: 100px;
		margin: 25px 0 0 484px;
		border: 0;
	}

#MenuHaut {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 760px;
}

	#MenuHaut li {
		float: left;
		width: 240px;
		text-align: center;
		padding: 10px 5px 10px 5px;
		border-width: 0 1px 0 1px;
		border-style: solid;
		border-color: #233559;
		background: #ccf;
	}
	
	#MenuHaut li:hover {
		background: #001666;
	}
	
		#MenuHaut li:hover a {
			color: #ccf;
		}
	
	#MenuHaut li.Premier {
		width: 241px;
		border-left: 2px solid #233559;
	}
	
	#MenuHaut li.Dernier {
		width: 241px;
		border-right: 2px solid #233559;
	}
	
		#MenuHaut li a {
			font-weight: bold;
			text-decoration: none;
			font-size: 15pt;
			font-family: sans-serif;
			color: #001666;
			display: block;
		}
		
#ContenuPrincipal {
	clear: both;
	width: 756px;
	border: 2px solid #233559;
	background: #fff;
}

#ContenuPrincipal.UneColonne {
	padding: 15px 30px 15px 30px;
		width: 696px;
}

	#ContenuPrincipal h2 {
		margin: 25px 0 10px 0;
	}
	
	#ContenuPrincipal h2.Premier {
		margin-top: 0px;
	}
	
	#ContenuPrincipal p {
		margin: 0 0 10px 0;	
	}

	#ContenuPrincipal .Gauche {
		width: 380px;
		float: left;
		padding: 15px 30px 15px 30px;
	}

		#ContenuPrincipal .Gauche  p{
			width: 320px;
		}

	#ContenuPrincipal .Droite {
		width: 380px;
		margin-left: 380px;
		padding: 15px 30px 15px 30px;
	}

		#ContenuPrincipal .Droite  p{
			width: 320px;
		}
	
		#ContenuPrincipal .Gauche.Accueil ul {
			padding-left: 0;
			margin-left: 0;
			list-style-type: square;
		}
		
			#ContenuPrincipal .Gauche.Accueil ul li {
				padding-left: 0;
				margin-left: 0;
			}
			
		#ContenuPrincipal .Gauche.Accueil p {
			text-align: right;
			font-size: 11pt;
		}
	
	#ContenuPrincipal .Droite.Accueil {
	}
	
		#ContenuPrincipal .Droite.Accueil .Citation {
			margin-top: 50px;
			font-size: 16pt;
			font-style: italic;
			font-weight: lighter;
		}

		#ContenuPrincipal .Droite.Accueil .AuteurCitation {
			text-align: right;
		}
	
	#ContenuPrincipal .Gauche.Contact {
	}
	
	#ContenuPrincipal .Droite.Contact {
	}
	
	#ContenuPrincipal .FuckLesFloats {
		clear: both;
	}
	
	#ContenuPrincipal .MentionHighslide {
		text-align: center;
		font-size: 9pt;
		margin-top: 30px;
	}
	
#MenuWebSocial {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

	#MenuWebSocial li {
		border-width: 0 1px 0 1px;
		border-style: solid;
		border-color: #233559;
		width: 124px;
		height: 33px;
		float: left;
	}
	
		#MenuWebSocial li img {
			width: 124px;
			height: 33px;
			border: 0;
		}
		
		#MenuWebSocial li a {
			display: block;
		}
		
		#MenuWebSocial li a:hover {
			visibility: visible;
		}
		
			#MenuWebSocial li a:hover img {
				visibility: hidden;
			}
	
	#MenuWebSocial li.Premier {
		border-left: 2px solid #233559;
	}
	
	#MenuWebSocial li.PlusLarge {
		width: 125px;
	}
	
		#MenuWebSocial li.PlusLarge img {
			width: 125px;
		}
	
	#MenuWebSocial li.Dernier {
		border-right: 2px solid #233559;
	}
	
	#Flickr {
		background: url('/images/site/ws6-flickr-c.png');
	}
	
	#Facebook {
		background: url('/images/site/ws6-facebook-c.png');
	}
	
	#Twitter {
		background: url('/images/site/ws6-twitter-c.png');
	}
	
	#Identica {
		background: url('/images/site/ws6-identica-c.png');
	}
	
	#LinkedIn {
		background: url('/images/site/ws6-linkedin-c.png');
	}
	
	#Delicious {
		background: url('/images/site/ws6-delicious-c.png');
	}
	
#PiedDePage {
	clear: both;
	width: 760px;
	border-top: 2px solid #233559;
	padding-top: 20px;
}

	#PiedDePage p {
		width: 500px;
		margin: 0 auto 10px auto;
		font-size: 8pt;
		text-align: center;
	}
	
		#PiedDePage p a {
			text-decoration: underline;
		}
		
		#PiedDePage p a:hover {
			text-decoration: underline overline;
		}