* {
	border: 0;
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
	text-decoration: none;
}
h1 {
	font-size: 90%;
	padding: 10px 0 0.3em;
	color: #fb0;
}
h2 {
	font-size: 95%;
	border-bottom: 1px solid #9cf;
	padding-bottom: 0.2em;
	margin-bottom: 0.2em;
	color: #9cf;
	width: 680px;
}
p {
	text-align: justify;
	padding: 1em 0.5em 0.5em;
}

html, body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
	body {
		background: #339 url(body-fond.jpg) center center no-repeat;
	}

#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em;
}

#header {
	height: 80px;
	width: 100%;
	background: #006 url(header-fond.png) top left repeat-x;
}
	#header-contenu {
		position: relative;
		height: 80px;
		width: 1000px;
		margin: 0 auto;
	}
	#logo {
		margin: 0 auto;
		display: block;
	}
	#menu-langues {
		position: absolute;
		right: 10px;
		top: 32px;
		list-style-type: none;
	}
		#menu-langues li {
			float: left;
		}
		#menu-langues li a {
			margin-left: 10px;
		}

#menu {
	height: 30px;
	width: 100%;
	background-color: #000;
}
	#menu ul {
		width: 1000px;
		height: 30px;
		margin: 0 auto;
		list-style-type: none;
	}
	#menu ul li {
		float: left;
	}
	#menu ul li a {
		display: block;
		width: 250px;
		height: 30px;
		line-height: 30px;
		color: #fff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
	}
	#menu ul li a:hover {
		background-color: #fc0;
		color: #000;
	}
	#menu ul li a img {
		vertical-align: middle;
	}
	
#conteneur {
	width: 1000px;
	margin: 0 auto;
}
	#sidebar {
		margin-top: 2em;
		float: left;
		width: 250px;
	}
	.adresse {
		padding: 0.2em 10px;
		font-size: 14px;
	}
		#categorie {
			list-style-type: none;
		}
			#categorie li a {
				display: block;
				width: 192px;
				height: 27px;
				line-height: 27px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				background: transparent url(sidebar-fond.png) center center no-repeat;
				font-size: 90%;
				padding-left: 10px;
				margin-bottom: 10px;
			}
			#categorie li a:hover {
				background: transparent url(sidebar-hover.png) center center no-repeat;
			}
			.defaut {
				color: #fff;
			}
			.hover {
				color: #000;
			}
	#contenu {
		margin-top: 2em;
		float: left;
		width: 750px;
		background: transparent url(contenu-top.png) top center no-repeat;
		padding-top: 6px;
	}
		#contenu div {
			background: transparent url(contenu-bottom.png) bottom center no-repeat;
			padding: 0 6px 6px;
			height: 380px;
		}
			#galerie {
				display: block;
				margin: 0 auto;
			}
			#video {
				float: left;
				padding: 0;
				margin: 10px 1em 0;
			}
			#photo img {
				float: left;
				padding: 0;
				margin: 10px 0.2em 0;
			}
			#carte {
				display: block;
				margin: 2em auto 1em;
				border: 1px solid #000;
			}
			#links {
				font-size: 90%;
			}
			#links ul {
				list-style-position: inside;
				list-style-type: square;
				margin-bottom: 1.5em;
			}
			#fleche-suiv, #fleche-prec {
				display: block;
				float: left;
				width: 192px;
				height: 27px;
				line-height: 27px;
				color: #fff;
				font-size: 90%;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				margin-top: 5px;
			}
			#fleche-suiv {				
				background: transparent url(fleche-suiv.png) center center no-repeat;
			}
			#fleche-suiv span {
				margin-left: 7px;
			}
			#fleche-prec {
				background: transparent url(fleche-prec.png) center center no-repeat;
			}
			#fleche-prec span {
				margin-left: 27px;
			}
			#lien-home {
				display: block;
				width: 102px;
				height: 27px;
				line-height: 27px;
				color: #fff;
				font-size: 90%;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				margin-top: 5px;
				text-align: center;
				background: transparent url(close-fond.png) center center no-repeat;
			}

#footer, #push {
	height: 2em;
	font-size: 90%;
}
#footer p {
	text-align: center;
	padding: 0;
}

#photos {
	position: absolute;
	left: 50%;
	margin-left: -150px;
	width: 300px;
}
	#photos img {
		margin-bottom: 2em;
	}
	
#valentina {
	float:right;
	display: block;
	margin-left: 5px;
}
#valentina p {
	text-align: center;
	font-size: .7em;
}
