@charset "utf-8";
* {
	margin: 0;
}

body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 0.85em;
	letter-spacing: 0px;
}

/* entete avec logo */
#header {
	background: url(../images/header_bg.jpg) no-repeat center;
	height: 184px;
}


/* mise en forme du menu */
#menu  ul {
	list-style-type: none;
	padding: 0;
	text-align: center;
}

#menu  li  {
	display: inline;
}

#menu  a  {
	font-size: 0.9em;
	text-align: center;
	color: #ccc;
	letter-spacing: -1px;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-top: solid 1px #ddd;
}

#menu a:hover    {
	color: #bbb;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-top: solid 1px #ddd;
}

#menu a.selected {
	color: #aaa;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #aaa;
	border-right: solid 1px #aaa;
	border-top: solid 1px #aaa;
}

/* bloc contenu avec fond mur */
#contenu {
	background: url(../images/contenu_bg.jpg) center bottom no-repeat;
	/*min-height: 415px;*/
}

h1 {
	font-size: 1em;
	color: #EA6882;
	text-align: left;
	line-height: 3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 5px;
	display: block;
	visibility: visible;
}

h2 {
	font-size: 1.4em;	
}

p {
	text-align: justify;
	margin: 0 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
b, div strong, p strong {
	color: #E86783;
}


/* positionnement des images */
.tableau {
	margin-left: 280px;
	width: 230px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.photo {
	padding-top: 5px;
	padding-left: 5px;
}

/* bloc pied de page avec fond sofa */
#footer {
	background: url(../images/footer_bg.jpg) center top no-repeat;
	height: 415px;
}

/* menu bas de page*/
#footer ul {
	list-style-type: none;
	padding: 390px 0 0 0;
	text-align: center;
}
#footer li {
	display: inline;
}
#footer a {
	text-decoration: none;
	color: #999;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 0.7em;
	font-weight: bold;
	letter-spacing: -1px;
}
#footer a:hover {
	text-decoration: underline;
}

/* copyright et lien sequane */
#copyright {
	text-align: center;
	font-size: 0.6em;
	letter-spacing: 0px;
	color: #CCC;
}
#copyright a {
	color: #999;
}

/** sfJdGallery **/
#myGallery {
	margin-left: 37px;	
	}

#myVideoPlaylist {
	margin-left:  -41px;
	width:620px;
	float:left;
	}
	
/**
 * changement de langue
 */
ul#lang_switcher {
	position: absolute;
	margin-left:667px;
	margin-top: 32px;
	}
