/*        fichier CSS global pour moulinlasalmoniere
              http://www.moulinlasalmoniere.fr
          Designed by "ALIOD" de http://www.aliod.fr
        © Copyright Moulin de la Salmoniere 2007-2009      */


/***********************************************************/
/*                   styles des balises                    */
/***********************************************************/

/*--------------------*/
/*       GENERAL      */
/*--------------------*/
html * {padding:0;margin:0;z-index:0;}
body {
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #000;
	background-color:#cc9;
	}
div {margin:0;padding:0;}
em {font-style: italic; font-weight: normal;}
acronym {border:none;cursor:help;}
abbr {border:none;cursor:help;}
img {border:0 none;margin:0;padding:0;}
hr {
	color: #999;
	background-color: #999;
	height: 1px;
	border: 0;
	margin:20px 40px 30px;
}

/*--------------------*/
/*       TITRES       */
/*--------------------*/
h1 {
	margin:15px 5px 5px 10px;
	text-align: left;
	color: #fff;
	letter-spacing: 5px;
	font-size: 1.9em;
	font-weight: bold;
	}
h2 {
	margin:0 15px;
	color:#C66;
	font-size:1.9em;
	font-weight:bold;
}
h3 {
	font-size:12px;
	font-weight:bold;
	color:#333;
	margin: 15px 0 5px 20px;
}
h4 {font-size:12px;font-weight:bold;color:#060;margin-bottom:5px;}

/*--------------------*/
/*       LIENS        */
/*--------------------*/
a:link {font-weight: bold;text-decoration: none;color: #fff;}
a:visited {font-weight: bold;text-decoration: none;color: #fff;}
a:hover, a:active {text-decoration: none;color: #c66;}

/*--------------------*/
/*        FORM        */
/*--------------------*/
form {
	border:0 none;
	}
input {
	color:#000;
	font-size:12px;
	text-align:left;
	}

/*--------------------*/
/*       TABLES       */
/*--------------------*/
table {
	width: 460px;
	color: #333;
	text-align: center;
	font-size: 1.2em;
	}
td {
	border: solid 1px #507c37;
	color: #333;
	padding: 0.5em;
	}
th {
	border: solid 1px #507c37;
	background-color: transparent;
	color: #666;
	padding: 0.5em;
	}
td a:link, td a:visited, td a:active {color: #333;}
td a:hover {color: #999;}



/***********************************************************/
/*              styles des "id" et "class"                 */
/***********************************************************/

/*--------------------*/
/*        PAGE        */
/*--------------------*/
#page {
	background-color:#fff;
	margin:10px auto 0;
	width: 744px;
	}
#banner img, #menu img {float:left;}
#banner {
	background-color: #393;
	height: 103px;
	width: 740px;
	border:2px solid #507c37;
	border-bottom:0 none;
	}
#menu {
	float:left;
	background-color:#393;
	border-right:2px solid #507c37;
	border-left:2px solid #507c37;
	width: 740px;
	height: 30px;
	}
#menu a {
	display:block;
	border-right:1px solid #fff;
	float:left;
	height:30px;
	padding:8px 10px 0;
	color:#fff;
	letter-spacing:1px;
	font: normal 1.2em sans-serif;
	}
#menu a:hover {
	background-color:#507c37;
	color:#fff;
	}
#menu a.actif {
	background-color:#507c37;
	}
#flags {
	float:right;
	padding:7px 2px 0 0;
	height:30px;
}
#flags a {
	display:block;
	float:right;
	margin-right:2px;
	border:1px solid #507c37;
	width:21px;
	height:15px;
	padding:0;
	cursor:pointer;
}
#flags a.flag-fr {background-image:url("../images/icones/flag_fr_fondu.gif");}
#flags a.flag-fr:hover, #flags a.flag-fr-actif {background-image:url("../images/icones/flag_fr.gif");}
#flags a.flag-de {background-image:url("../images/icones/flag_de_fondu.gif");}
#flags a.flag-de:hover, #flags a.flag-de-actif {background-image:url("../images/icones/flag_de.gif");}
#flags a.flag-nl {background-image:url("../images/icones/flag_nl_fondu.gif");}
#flags a.flag-nl:hover, #flags a.flag-nl-actif {background-image:url("../images/icones/flag_nl.gif");}


/*--------------------*/
/*        CORPS       */
/*--------------------*/
#main {
	clear:both;
	float:left;
	background-color:#fff;
	width:730px;
	border:2px solid #507c37;
	padding:5px;
	}
#main_fond {float:left;background:transparent url(../images/main_fond.gif) repeat-y 0 0;}
#main_fond_total {float:left;background:transparent url(../images/main_fond_total.gif) repeat-y 0 0;}
#main_lt {
	float:left;
	background-color: #9c6;
	width: 245px;
	margin-bottom:auto;
	margin-right:5px;
	}
#main_rt {float:left;width: 480px;}
#main_rt p {
	margin:15px 0 0;
	text-indent: 30px;
	text-align: justify;
	color: #000;
	font-size : 1.2em;
	}
#main_rt em {color:#363;font-style:italic;font-weight:bold;}
#main_txt {
	background-color:#cf9;
	margin-bottom:5px;
	padding:15px 15px 25px;
	}

/*--------------------*/
/*     MENU GAUCHE    */
/*--------------------*/
.link, .pho_link {
	margin : 2px 5px 0 20px;
	text-align: left;
	color: #fff;
	font-size : 12px;
	}
.pho_link {
	margin-top:0;
	}
div.pho_link a {
	display:block;
	padding-top:2px;
	}
.linked {
	margin: 2px 5px 0 15px;
	text-align: left;
	color: #fcc;
	font-weight: bold;
	font-size : 12px;
	}
.linked2 {
	margin-left : -10px;
	text-align: left;
	color: #fcc;
	font-weight: bold;
	font-size : 12px;
	}
a.normal {font-weight: normal;text-decoration: none;color: #444;}
a:hover.normal, a:active.normal {color: #C66;}
a.bold {font-weight:bold;text-decoration:none;color:#444;}
a:hover.bold, a:active.bold {color:#C66;}
a.linked3 {font-weight:bold;text-decoration: none;color: #FCC;}
a:hover.linked3, a:active.linked3 {color: #C66;}
#main_lt p {
	margin : 5px 5px 15px 20px;
	text-align: left;
	color: #fff;
	font-size : 12px;
	line-height:15px;
	}

/*--------------------*/
/*       FOOTER       */
/*--------------------*/
#bas {
	float:left;
	background-color:#cc9;
	padding:25px 0;
	color: #000;
	width: 744px;
	text-align:center;
	}
#bas a {
	color:#333;
	font-weight:normal;
	}

/*--------------------*/
/*       ACCUEIL      */
/*--------------------*/
#main_acc_lt {
	float:left;
	width: 245px;
	margin-right:5px;
	}
.acc_txt_lt {
	margin:5px 10px 0 10px;
	text-indent:0;
	text-align:left;
	font-size:1.3em;
	color:#060;
	font-weight:bold;
	line-height:18px;
	}
.lien_photos {
	display:block;
	float:right;
	clear:both;
	margin:10px 10px 0 0;
	background:transparent url(../images/btn_photos_off.gif) no-repeat 0 0;
	width:95px;
	height:25px;
	}
.lien_photos:hover {
	background:transparent url(../images/btn_photos_on.gif) no-repeat 0 0;
	}
#btn_photos {width:95px;height:25px;}
.acc_ill_lt {width: 245px;height: 425px;border-bottom:5px solid #fff;}
#main_acc_txt {
	float: left;
	background-color: #cf9;
	color: #060;
	width: 480px;
	padding-bottom:25px;
	}
.acc_txt {
	margin:10px 10px 0;
	text-indent: 25px;
	text-align: justify;
	font-size : 1.3em;
	line-height: 20px;
	}
.acc_txt:first-letter {font-size:1.3em;font-weight:bold;}
#ill_acc_rt {
	float:right;
	width: 160px;
	height: 215px;
	border:5px solid #fff;
	border-width: 0 0 5px 5px;
	margin:0 0 0 10px;
	}
#mid_title {
	float:left;
	background-color:#9c6;
	width:480px;
	height:45px;
	margin:5px 0;
	}
#mid_title_txt {
	float:right;
	margin:6px 10px 0 0;
	width: 470px;
	height: 44px;
	font-size:25px;
	color:#fff;
	text-align: right;
	}
#main_acc_livre {
	background-color: #060;
	color:#fff;
	float : left;
	width: 195px;
	height: 155px;
	margin-left:5px;
}
a.boutons {
/*	border: 1px solid #fff;
	padding:2px 5px;
	background-color:#060;*/
	font-weight:normal;
}
/*.boutons:hover {
	background-color:#507C37;
	color:#fff;
}*/
.livre_txt {
	margin:10px 10px 0;
	text-align: center;
	font-size : 1.3em;
	line-height:20px;
	}
.lien_livre {
	display:block;
	float:right;
	clear:both;
	margin:20px 57px 0 0;
	background:transparent url(../images/btn_livre_off.gif) no-repeat 0 0;
	width:81px;
	height:25px;
	}
.lien_livre:hover {
	background:transparent url(../images/btn_livre_on.gif) no-repeat 0 0;
	}
#btn_livre {width:81px;height:25px;}
#ill_acc_rt2 {
	float:left;
	width: 280px;
	height: 155px;
	}

/*--------------------*/
/*        GITE        */
/*--------------------*/
#main_git_ill #ill_lt {float:left;height:155px;width:215px;margin-right:5px;}
#main_git_ill #ill_mid {float:left;height:155px;width:140px;margin-right:5px;}
#main_git_ill #ill_rt {float:left;height:155px;width:115px;}
#main_googlemaps {width:480px; height:480px;margin-bottom:5px;}
#main_googlemaps ul {list-style: none;}
#main_googlemaps p {text-indent:0;text-align:right;margin:5px 0;}
#main_googlemaps a {color:#9c6;font-size:11px;}
#main_googlemaps a:hover {color:#393;}
#main_vueaero {
	background: transparent url(../images/plan_aerien_off.jpg) no-repeat 0 0;
	width:480px;
	height:220px;
	}
#main_vueaero:hover {background: transparent url(../images/plan_aerien_over.jpg) no-repeat 0 0;}
#main_vueaero img {width:480px;height:220px;}
#main_mou_title
{
	background-color:#cf9;
	padding:15px 15px 0px;
}
#main_mou {
	background-color:#cf9;
	float:left;
	padding: 5px 28px 6px;
	width: 424px;
	}
#main_mou .pic {
	float: left;
	height: 120px;
	width: 160px;
	margin: 8px 25px;
	background: #fff;
	border: 1px solid #507C37;
	}
#main_mou .pic img {
	border: 1px solid;
	border-color: #030 #696 #696 #030;
	height: 80px;
	width: 140px;
	margin: 9px 9px 6px;
	}
#main_mou .pic ul {
	margin:0 10px;
	width: 140px;
	font-size: 12px;
	font-weight:bold;
	color: #363;
	list-style: none;
	text-align: center;
	}
#main_mou .pic icone {margin: 0px;}
#act_nav ul {
	position: relative;
	margin:0 5px 10px 60px;
	padding: 0px;
	text-align: left;
	color: #FFF;
	font-size : 9pt;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	}
#act_nav {
	position: relative;
	border-style: none;
	text-align: left;
	}
#ill_billard {padding:0;margin:0;width: 265px; height: 104px;}
#ill_billard img {width:280px;height:79px;margin:25px 0 0 185px;}

/*--------------------*/
/*       PHOTOS       */
/*--------------------*/
#main_lt #axo {
	height:175px;
	width: 245px;
	margin-top:8px;
	border-bottom:1px solid white;
	}
#main_pho {
	background-color:transparent;
	float:left;
	padding: 15px 0 6px;
	width: 480px;
	}
#vignettes {
	margin: 14px 107px 25px 106px;
	width: 267px;
	height: 352px;
	}
.vig {
	margin: 6px 6px;
	width: 75px;
	height: 75px;
	border-left: 2px solid #696;
	border-bottom: 2px solid #030;
	float: left;
	}
.vig:hover {
	cursor:pointer;
}
#photo_fond {
	position:fixed;
	background:#000 none repeat scroll 0% 0%;
	opacity:0.8;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99;
	}
#photo_cadre {
	position:fixed;
	background-color: #fff;
	top:50%;
	left:50%;
	z-index:100;
	border: 3px solid #000;
	}
#photo_cadre:hover {
	cursor: pointer;
	}
#img_txt {
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 1.1em;
	padding-top: 2px;
}

/*--------------------*/
/*      ACTIVITES     */
/*--------------------*/
#main_act {
	background-color:transparent;
	float:left;
	padding: 15px 0 25px;
	width: 480px;
	}
#main_act p, #main_act div {
	margin : 15px 15px 0 50px;
	text-align: left;
	color: #000;
	font-size : 12px;
	text-indent:0;
	}
#main_act img {width:380px;height:100px;text-align:left;margin-top:2px;}
#main_act a {color:#000;font-weight:normal;}
#main_act a:hover {color:#507c37;font-weight:normal;}
#main_act .interligne {margin:5px 0 0;}
#main_act a.wiki {color:#c66;font-weight:bold}
#main_act a:hover.wiki {cursor:help;}
#terre {margin:25px 15px 0;width:450px;}
#main_act .haut {
	float:right;
	margin-top:3px;
	}
#main_act .haut a {
	font-size:10px;
	font-weight:normal;
	color:#507c37;
	}
#main_act .haut a:hover {font-size:10px;font-weight:normal;color:#666;}
#main_act .haut img {width:14px;height:14px;}

/*--------------------*/
/*       TARIFS       */
/*--------------------*/
#main_tar {
	background-color:transparent;
	float:left;
	padding: 15px 0 25px;
	width: 480px;
	}
a.lt_txt_link {color:#fff;font-weight:normal;}
a:hover.lt_txt_link {color:#999;font-weight:normal;}
#main_tar .tar_range {
	font-style:italic;
	font-weight:normal;
	color:#000;
	font-size: 13px;
	margin-left:15px;
	}
#main_tar p {
	margin : 5px 30px 15px 30px;
	text-align: justify;
	color: #000;
	font-size: 12px;
	text-indent:0;
	line-height:17px;
	}
#main_tar .tar_lastmin {
	display:block;
	color:#a33;
	width:420px;
	text-align:center;
	margin:0 0 5px;
	}
#medaillon {
	float:right;
	width:70px;
	height:70px;
	margin:15px 10px 0 0;
	z-index:1;
	}
#medaillon img {width:70px;height:70px;}

/*--------------------*/
/*        LIVRE       */
/*--------------------*/
/********** Menu Recherche **********/
#form_filtre {
	float: left;
	margin-left: 27px;
	}
#form_filtre label {
	margin-bottom: 3px;
	display: block;
	clear: both;
	text-align: left;
	color:#fff;
	font-size:12px;
	}
.form_search .icone {
	display: block;
	float: left;
	margin: 2px 0 0 5px;
	width:20px;
	height:20px;
	}
.reinit {
	margin: 20px 0;
	text-align: center;
	float:left;
	width:240px;
	}
.reinit a {font-size:12px;}
#form_filtre legend {
	margin-left: 5px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	}
#form_filtre p {
	margin: 10px 10px 0 10px;
	}
#form_filtre .soumission{
	text-align: center;
	width: 100px;
	margin: 15px 0 5px 0;
	}
#form_filtre .soumission:hover{
	cursor: pointer;
	}
#form_filtre input[type=text]{
	width: 163px;
	
	}
#form_filtre input {
	display: block;
	width: 150px;
	}
#form_filtre option {
	padding: 0 2px 0 2px;
	}


/********** Navigation **********/
#nav {
	background-color:#cf9;
	display: block;
	clear: both;
	padding: 15px 10px 0;
	margin: auto;
	text-align: center;
	color: #507C37;
	font-size: 1.2em;
	font-weight: bold;
	}
#nav a{
	color: #d7d7d7;
	padding: 0 2px 0 2px;
	font-size: 1.2em;
	}
#nav a:hover{
	color: #507C37;
	}
#nav .nav_a_select{
	color: #666;
	}
#nav1 {
	display: block;
	float: left;
	width: 30px;
	padding-left: 194px;
	}
#nav2 {
	display: block;
	float: left;
	text-align: center;
	width: 40px;
	}
#nav3 {
	display: block;
	float: left;
	width: 30px;
	}
.formnav1 {
	display: block;
	float: left;
	width: 15px;
	margin: 0;
	}
.img_nav1 {
	margin: 0 2px;
	width: 11px;
	height: 11px;
	}
.formnav2 {
	display: block;
	float: left;
	width: 10px;
	margin: 0;
	}
.img_nav2 {
	margin: 0 2px;
	width: 6px;
	height: 11px;
	}

/********** Affichage **********/
.messages {
	display: block;
	clear: both;
	width: 460px;
	padding: 15px 10px 0;
	}
.msg_ttl {
	background-color:#9c6;
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	width: 440px;
	border:3px solid #9c6;
	border-width: 3px 5px;
	text-align: left;
	}
.flag {
	float:right;
	width: 15px;
	margin: 2px 0 0 5px;
	cursor: pointer;
	}
.flag img {
	width: 15px;
	height: 10px;
	}
#main_rt .msg_ttl em {font-size:0.8em;color:#fff;}
.msg_txt {
	clear: both;
	text-align: left;
	width:450px;
	font-size: 1em;
	color: #333;
	}

/*--------------------*/
/*       CONTACT      */
/*--------------------*/
#formulaire {
	margin:0 0 0 25px;
	width:455px;
	}
#formulaire label {
	display:block;
	float:left;
	text-align:left;
	}
#main_lt p.lt_contact {
	color:#444;
	margin : 5px 5px 25px 30px;
	text-align: left;
	font-size : 12px;
	line-height:15px;
	}
#main_lt h1 {margin-bottom:20px;}
.input {
	margin : 5px 10px 0 0;
	float:left;
	width:425px;
	display: block;
	}
#main_con {
	background-color:transparent;
	float:left;
	padding: 15px 0 25px;
	width: 480px;
}
#main_rt .con_valid p {
	padding: 0 30px 0 25px;
}
#main_rt .msg_error {
	color:#C66;
	font-size: 1.2em;
	margin:10px 30px 10px 25px;
	text-indent:0;
}
#page div em.obligatoire {
	color:#C66;
	font-size:1.6em;
	line-height:0;
}
#img_captcha {
	display: block;
	clear:left;
	float: left;
	padding:0;
	margin: 0 15px 0 0;
}
.lab_captcha {
	display:block;
	float: left;
	margin: 0 15px 5px 0;
}
.inp_captcha, .sub_captcha {
	display:block;
	float:left;
	margin: 2px 0 0;
}
.sub_captcha {
	margin: 1px 0 0 10px;
}
#txt_captcha {
	clear:both;
	float:left;
	margin:10px 30px 0 25px;
	color:#CF9;
	font-size:2em;
	text-align:left;
}
.captcha_char {font-weight:bold;}

/*--------------------*/
/*        LIENS       */
/*--------------------*/
#main_tar .liens {margin-bottom:30px;}
.liens a {display:block;color:#333;font-weight:normal;width:420px;text-align:center;}
.liens a:hover {color:#666;}


/*--------------------*/
/*  MENTIONS LEGALES  */
/*--------------------*/
.ml_link a {
	color:#000;
	font-weight:normal;
}
.ml_link a:hover {color:#C66;}
#main_tar p.ml_txt {
	margin:0 30px 0 25px;
	text-align:left;
}
.ml_txt a {
	color:#000;
	font-weight:normal;
}
.ml_txt a:hover {color:#C66;}


/*--------------------*/
/*        ADMIN       */
/*--------------------*/
#admin {
	position:absolute;
	width:10px;
	height:10px;
	right:0;
	top:0;
	z-index:10;
	}
#admin img {
	width:10px;
	height:10px;
	}
#adm_fond {
	position:fixed;
	background:#000 none repeat scroll 0 0;
	opacity:0.85;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99;
	}
#adm_cadre {
	position:fixed;
	background:transparent url(../images/admin/admin_connect.png) no-repeat scroll 0% 0%;
	top:50%;
	left:50%;
	width:420px;
	height:300px;
	margin-left:-210px;
	margin-top:-150px;
	z-index:100;
	}
#adm_close {
	position:relative;
	float:right;
	margin:3px 3px 0 0;
	cursor:pointer;
	}
#adm_form {
	position:relative;
	text-align:right;
	margin:215px 55px 0 0;
	width:365px;
	}
#adm_btn {
	clear:both;
	float:right;
	width:32px;
	height:32px;
	margin: 32px 0 0 10px;
	}
#adm_input {float:right;}
#adm_input label {text-align:right;display:inline;}

/*--------------------*/
/*      CALENDAR      */
/*--------------------*/
.cadremois {
	float:left;
	border: 1px solid #507C37;
	background: white;
	margin: 0 5px 4px;
	width: 105px;
	height: 94px;
	}
.mois {
	border-bottom: 1px solid #507C37;
	width: 105px;
	height: 12px;
	color: #FFF;
	font: bold 10px arial;
	text-align: center;
	background: #393;
	}
.semaine {
	float:left;
	border-bottom: 1px solid #507C37;
	width: 15px;
	height: 12px;
	color: #000;
	font: bold 10px arial;
	text-align: center;
	}
.jour {
	float:left;
	width: 15px;
	height: 11px;
	color: #333;
	font: 9px arial;
	text-align: center;
	}
.jour_h {
	float:left;
	width: 15px;
	height: 11px;
	color: #000;
	font: 9px arial;
	text-align: center;
	background: #900;
	}
.jour_m {
	float:left;
	width: 15px;
	height: 11px;
	color: #000;
	font: 9px arial;
	text-align: center;
	background: #C66;
	}
.jour_b {
	float:left;
	width: 15px;
	height: 11px;
	color: #000;
	font: 9px arial;
	text-align: center;
	background: #FCC;
	}
.jour_s {
	float:left;
	width: 15px;
	height: 11px;
	color: #FFF;
	font: 9px arial;
	text-align: center;
	}
#cal {
	float:left;
	margin-left: 6px;
	width: 474px;
	height: 300px;
}
/*nouveau caldendrier*/
#infos_tarifs table {
	border-collapse: collapse;
	margin-left: 5px;
	}
#infos_tarifs table th.tf_th{
	width: 110px;
	background-color: #9c6;
	color: #fff;
	}
#infos_tarifs {
	float: left;
	margin-top: 10px;
	}
#infos_tarifs p{
	color: #333;
	}
#infos_resa {
	float: left;
	margin-bottom: 15px;
	}
.m_conteneur_g {
	float: left;
	margin: 10px 5px 0 5px;
	}
.m_conteneur_g table {
	border-collapse: collapse;
	border: 1px solid #507c37;
	width: 110px;
	}
.m_conteneur_g table td {
	height: 15px;
	padding: 0 0.1em;
	}
.m_conteneur_g table th {
	background-color: #9c6;
	color: #fff;
	padding: 0.1em;
	}
hr.clear_b_line {
	margin: 0;
	clear: both;
	visibility: hidden;
	}
#cal_nav {
	margin: 10px 0 40px 20px;
	}
#cal_nav a{
	color: #999;
	margin-right: 10px;
	display: block;
	float: left;
	}
#cal_nav a img{
	margin: 0 3px -3px 3px;
	}
.dispo {
	float: left;
	border: 1px solid #507c37;
	background-color: #bbb;
	width: 15px;
	height: 10px;
	margin: 0 8px 0 5px;
	}
span.dispo_txt {
	color: #666;
	}
.dispo_line {
	margin-bottom:5px;
	}