/* Case à voyages */

body {
	margin: 0;
	padding: 0;
	background: #ede9e5 url( ../imgs/fond-haut.png) repeat-x left top;
	font-family: arial, helvetica, sans-serif;
}
#page {
	margin: 0 auto;
	background: white;
	color: #925824;
	padding: 0;
	width: 955px;
}

h1, h2, h3 { font-family: "Trebuchet MS", arial, helvetica, sans-serif; font-weight: normal;  }
a img { border: 2px solid white; }

#entete {
	background: #e7c16e url( ../imgs/fond-entete2.jpg ) no-repeat right center;
	color: white;
	padding: 1px;
}
#entete a { font-weight: bold; }
#entete a:link, address a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#entete a:visited, address a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#entete a:hover, #entete a:focus, #entete a:active, address a:hover, address a:active, address a:focus
	{
	color: black;
	text-decoration: none;
}

#logo {
	float: left;
	overflow: hidden;
	position: relative;
	top: 0em;
}
#logo a img { border: none; }

.identity { font-size: 2em; line-height: 1.2em; margin: 0.5em 0; font-family: "Trebuchet MS", arial, helvetica, sans-serif; }
ul#sommaire {
	overflow: hidden;
	border-left: 1px solid white;
	list-style-type: none;
	font-size: 0.75em;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 1em;
	}
ul#sommaire ul { margin: 0 0 0 1.5em; padding: 0; }
ul#sommaire li { margin: 0; padding: 0; }
ul#sommaire h2 {
	margin: 0;
}
#contenu {
	font-size: 0.8em;
	clear: both;
	margin: 20px;
}
#contenu a:link { color: #553315; text-decoration: none; border-bottom: 1px dotted #553315; }
#contenu a:visited { color: black; text-decoration: none; border-bottom: 1px dotted black; }
#contenu a:hover, #entete a:focus, #entete a:active { color: black; text-decoration: none; border-bottom: 1px dotted black; }

ul.galerie {
	background: #f8f7f5;
	list-style-type: none;
	margin: 0 0 2em 0;
	padding: 20px;
	overflow: hidden;
}
ul.galerie li { float: left; margin: 0 5px; padding: 0; width: 154px; text-align: center; }

#contenu h1 {
	margin: 0px 0px 10px 0px;
	font-size: 2em;
	line-height: 0.9em;
}

#contenu h2 {
	clear: left;
	font-size: 1.2em;
	margin: 1em 20px 0 20px;
	font-weight: bold;
}
#contenu h3 { font-size: 1.1em; margin: 0 20px; }
#contenu p { padding: 0 20px; clear: left; margin: 1em 0; line-height: 1.5em; }
#contenu .intro {
	font-size: 1.1em;
	background-color: #EDE9E5;
	color: #925824;
	margin: 0;
	padding: 20px 20px 20px 5px;
}

address { background: #e7c16e; color: white; text-align: center; font-style: normal; font-size: 0.8em; line-height: 1.5em; padding: 1em; }

#contenu .connexe { float: right; width: 40%; background: #A97; color: white; padding: 1em; }
#contenu .connexe h1, #contenu .connexe h2 { margin: 0.5em 0 0 0; }

img.portrait {
	float: left;
	margin-right: 20px;
}

#page #contenu .connexe a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#contenu .connexe2 {
	float: left;
	color: white;
	background-color: #FF9900;
	width: 100%;
}
#page #contenu .connexe2 p {
	font-weight: bolder;
	font-variant: normal;
}

#page #contenu .connexe2 a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted white;
}
.justifier{
	text-align: justify;
}
