/* CSS Document */

body {
    font-family:verdana, serif;
    color:#000000;
    font-size: 9pt;
    margin:0;
    padding:0 0 10px 0;
}


a {
    color:#000000;
    text-decoration:none;
}

.map_title{
    color:#FFCD26;
    font-size:10px;
    font-weight:bold;
    text-align:center;
    background:url(../images/cartes/back_title.png) top left no-repeat;
    width:188px;
    height:20px;
    padding-top:3px;
}

.puce_bistrot{
    cursor:pointer;
    position:absolute;
    background:url(../images/cartes/picto_bleu.gif) top left no-repeat;
    width:15px;
    height:21px;
    text-align:center;
    color:#3B083D;
    font-weight:bold;
    font-size:10px;
    padding-top:2px;
}

.puce_keyser{
    cursor:pointer;
    position:absolute;
    background:url(../images/cartes/picto_orange.gif) top left no-repeat;
    width:15px;
    height:21px;
    text-align:center;
    color:#3B083D;
    font-weight:bold;
    font-size:10px;
    padding-top:2px;
}

.puce_france{
    cursor:pointer;
    position:absolute;
    background:url(../images/cartes/picto_france.gif) top left no-repeat;
    width:15px;
    height:21px;
    text-align:center;
    color:#3B083D;
    font-weight:bold;
    font-size:10px;
    padding-top:2px;
}


.puce_paris{
    cursor:pointer;
    position:absolute;
    background:url(../images/cartes/picto_paris.gif) top left no-repeat;
    width:15px;
    height:21px;
    text-align:center;
    color:#fff;
    font-weight:bold;
    font-size:10px;
    padding-top:2px;
}


.hotel{
    position:absolute;
    top:0;
    left:0;
    visibility:hidden;
}

.link:hover{
    text-decoration:underline;
}


h4 {
    /*color:#993366;*/
    font-size: 12px;
}

h5 {
    font-size: 11px;
    color:#993366;
}


A:link {
    COLOR: #000000;
    TEXT-DECORATION: none
}

A:visited {
    TEXT-DECORATION: none
}

A:hover {
    COLOR: #000;
    TEXT-DECORATION: none;
}

A:active {
    TEXT-DECORATION: none;
}

table {
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: 9pt;
}


.finlogo {
    background-image: url("../images/home_maryse_04_23.gif");
}

.bottom {
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: 7pt;
    color: #3B083D;
}

/* contact */

.input, #messages, .input_email {
    background-color: #ECECEC;
    border: 1px solid #D2D2D2;
}

.input{
    width:248px;
}

.input_email, #messages{
    width:522px;
}

.civ input[type=radio] {
margin:0 2px 0 0;
vertical-align:middle;
}

.text_civ{
    margin-right:10px;
}


/******* popup ******/
div#opac{
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity:0.8;
    opacity:0.8;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#000000;
	z-index:50;
}

div#message{
	z-index:100;
	font-size:13px;
	text-align:center;
	background-color:#EDEDEF;
	border:2px solid #C6C7C9;
	width:400px;
	height:100px;
	position:absolute;
	top:280px;
	left:0px;
}



/* page partenaire */

.urlPartenaire{
    margin-top: 12px;
}
.urlPartenaire a{
    color: #C35BA8;
    font-weight: bold;
    
    text-decoration: none;
}



.urlPartenaire img {
    margin-right: 3px;
    border: 0;
}

table#pagePartenaire td {
        padding-top: 13px;
        padding-bottom: 13px;
        border-bottom: 1px solid #EBEBEB;
}

table#pagePartenaire {
    width: 96%
}

table#pagePartenaire td {
    vertical-align: top;
    text-align: justify;
}

table#pagePartenaire td.partenaireImgTd {
    width: 212px;
    vertical-align: middle;
    text-align: center;
}


