/*
 * general
 */

a:link {color: #FF8080; text-decoration: none; }
a:visited {color: #FF8080; text-decoration: none;}
a:hover {color: #806060; text-decoration: none; }
a:active {color: #9999ef; text-decoration: underline;}

img {
    border:0;
}

#conteneur{
    margin-bottom: 10px;
}

body {
	color: #008000;
	/*
    background: #FFFFFF;
    */
    background: url(/images/bg.jpg) no-repeat left bottom;
}
div.intro {
	text-align: left;
}
div.signature {
	text-align: right;
    font-family: "Courier New", Courier, mono, serif;
    font-size: 13px;
}

h1 {
    text-align: center;
}

td,
tr,
h2,
h3 {
    text-align: left;
    margin-left: 2em;
}

.photo {
    text-align: center;
}
h4 {
    display: inline;
}

img.accueil {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

.important {
    font-weight: bold ;
}

/*
 * Histoire
 */

div#histoire {
 margin-left:20%;
 margin-right:20%;
}
/*
 * Menu part
 */

div#menu div.pomme{
    float:left;
    background: url(/images/pomme-ptt.png) no-repeat;
    height: 31px;
    width: 32px;
}

div#menu {
    text-align: center;
    padding : 0px;
    margin : 10px;
    background-color : #FFD5D5;
}

div#menu ul {
    white-space : nowrap;
}

div#menu ul li {
    border : 1px dashed #008000;
    display: inline;
    margin: 0 3px 0 3px;
    padding: 0 3px 0 3px;
    background-color: #FFD5D5; 
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

div#menu ul li:hover {
    background-color: #FF8080; 
}

div#menu ul li.selected {
    background-color: #FF8080; 
    color: #806060; 
    text-decoration: none;
}
div#menu ul li.selected a:visited {
    color: #806060; 
}

/*
 * Imalib part
 */

table.photo {
    margin: auto;
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    background-color: #CCCCCC;
    /*
    color: #ffffff;
    background-color: #AAAAAA;*/
}

table.prive {
    background-color: #CCCCEF;
}

td.photo_com {
    padding-left: 20px;
    padding-right: 20px;
}


td.photo_nocom {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

div.left { float: left; }
div.foot { font-size: 10pt; }
div.right { text-align: right; }
div.centre { text-align:center; }

span.icone { font-size: 20pt;}
span.oups { text-decoration:line-through;}
span.selected {font-weight:bold; font-size: 16pt;}
span.unselected {font-size: 12pt;}

hr.sep {
    color: #000000;
    width: 70%;
    border: 1px solid #555555;
}

/*
 * index
 */

div.news { 
    border: dashed 1px #008000 ;
    margin: 10px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
}
div.info_news { 
    border: 0;
    text-align: right;
    background-color: #FFD5D5;
}

/*
 * logement.php
 */

div.logement { 
    /*float:left;*/
    font-size: 13pt;
    border:solid 1px black;
    margin: 10px;
    width: 23em;
    padding: 5px;
    margin-right: auto;
}
div.nom { 
    border: 0;
    background-color: #FFD5D5;
}
div.desc { 
    border: 0;
    font-style: italic ;
    font-size: 11pt;
}
.legende { 
    text-align: right;
}

/*
 * fête.php
 */

div.horaire ul {
    padding-left: 0px;
}
div.horaire {
    padding-left: 25px;
    background: url(/images/ligne-ptt.png) repeat-y left;
}
div.carte {
    float: right;
}
div.carte_logements{
    background: url(/images/carte_hotels.jpg);
    height:441px;
    width:640px;
    float: right;
    /*
    position: fixed;
    right: 0px;
    top: 40px;
    */
}
div.carte2 {
    background: url(/images/carte_hotels_leger.jpg) no-repeat fixed right;
}
