/* ###################################################################################### */
/* Auteur: Laurent Hermann, 28.04.2010, Yverdon-les-Bains, Suisse */


/* ###################################################################################### */
/* Init */

* {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: white;
}

/* ###################################################################################### */
/* Cadres */

#cadre_global {
	width: 900px;
	height: 600px;
	margin: 20px auto 20px;
}

#cadre_gauche_1 {
	width: 675px;
	height: 517px;
	float: left;
}

#cadre_gauche_2 {
	width: 675px;
	height: 83px;
	float: left;
	margin-top: 0px;
	border-top: white 20px solid;
}

#cadre_gauche_2, #cadre_gauche_2 * {
	background-color: #001432;
	color: white;
}

#cadre_droit_1 {
	width: 205px;
	height: 332px;
	float: right;
}

#cadre_droit_1, #cadre_droit_1 * {
	background-color: #808998;
}

#cadre_droit_2 {
	width: 205px;
	height: 165px;
	float: right;
	margin-top: 20px;
}

#cadre_droit_2, #cadre_droit_2 *{
	background-color: #808998;
}

#cadre_droit_3 {
	width: 205px;
	height: 83px;
	float: right;
	margin-top: 20px;
}

#cadre_droit_3, #cadre_droit_3 * {
	background-color: #001432;
	color: white;
}

/* ###################################################################################### */
/* Polices */

html {
	color: #001432;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 13px;
	line-height: 17px;
	height: 100%;
}

html a {
	text-decoration: underline;
	color: #001432;
}

p {
	font-size: 13px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

h1 {
	font-family: impact, sans-serif;
	font-weight: lighter;
	font-size: 28px;
	line-height: 36px;
	text-transform: uppercase;
	color: #808998;
	position:relative;
	top: -7px;
}

#menu a {
	text-decoration: none;	
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}


/* ###################################################################################### */
/* Logo a gauche du menu */

#cadre_gauche_2 > a {
	background: url('../img/menus/mbch_off.gif') no-repeat;
}
#cadre_gauche_2 > a > img {
	visibility: hidden;
}

#cadre_gauche_2 > a:hover > img {
	visibility: visible;
}

/* ###################################################################################### */
/* Menu */

/* #cadre_gauche_2 * { border: 1px solid red; } */

#cadre_gauche_2 > * {
	float: left;
}

#cadre_gauche_2 > a {
	margin-right: 25px;
	text-decoration: none;
	background-color: white;
}

#menu > * {
	float: left;
	padding-right: 22px;
	height: 83px;
}

#menu img {
	margin-top: 65px;
	display: block;
}

#menu ul {
	list-style-type: none;
	position: fixed;
}

#menu li {
	height: 15px;
	padding-left: 1px;
}

/* -------------------------------------------------------------------------------------- */
/* Ajustement de la position des sous-menu */

#menu #menu_galerie ul {
	margin-top: -80px;
}

#menu #menu_presentation ul {
	margin-top: -50px;
}

#menu #menu_contact ul  {
	margin-top: -50px;
}

/* -------------------------------------------------------------------------------------- */
/* Images des menus grisees */

#menu_mbch {
	background: url('../img/menus/mbch_off.gif') no-repeat 0px;
}

#menu #menu_galerie {
	background: url('../img/menus/galerie_off.gif') no-repeat 0px 65px;
}

#menu #menu_presentation {
	background: url('../img/menus/presentation_off.gif') no-repeat 0px 65px;
}

#menu #menu_contact {
	background: url('../img/menus/contact_off.gif') no-repeat 0px 65px;
}

/* -------------------------------------------------------------------------------------- */
/* Affichage des sous-menus au passage de la souris */

#menu ul {
	display: none;
}

#menu .submenu:hover ul {
	display: block;
}

#menu .submenu > a > img {
	visibility: hidden;
}

#menu .submenu > a:hover > img {
	visibility: visible;
}

#menu li:hover a {
	color: #808998;
}

/* -------------------------------------------------------------------------------------- */
/* Toujours afficher le menu de la page courrante */

#menu .submenu_selected ul
{
	display: block;
}

#menu .submenu_selected a
{
	/*visibility: visible;*/
}

#menu a.current {
	color: #808998;
}

/* ###################################################################################### */
