@charset "UTF-8";

.displaynone {
	display:none;
}
.clearfix{
	clear:both;
}

.floatleft{ 
	float:left; 
}
.floatright{
	float:right;
}


#content {
    z-index: 100;
    position: absolute;
    right: 50px;
    top:55px;
    font-family:Arial, Helvetica, sans-serif;
    line-height:19px;
    }


#font {
    /*text-shadow: 0px 2px 2px #5e89a6;*/
    width: 380px;
    height:670px;
    padding:20px;
    padding-top:30px;
    text-align: right;
    color: #111;
    background-color: #fff;
    /* obsolète moz-opacity:0.85;*/
    opacity: 0.92; 
    filter:alpha(opacity=92);
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-bottom:14px;
    }
    
#licencecc {
    /*z-index: 100;
    position: absolute;*/
    float:right;
    top:770px;
    color:#f1f1f1;
    font-size:11px;
    background-color: #333;
    moz-opacity:0.85;
    opacity: 0.85; 
    filter:alpha(opacity=85);
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding:6px;
    padding-left:16px;
    
    }
    
#licencecc div a, #licencecc div a:visited{
    color:#f1f1f1;
}

h1 {
    
    font-family: 'Adamina', arial, serif;
    font-size: 30px;
    letter-spacing:1px;
    padding-bottom:0;
    margin-bottom:0;
    
    }
h2 {
    
    font-family: 'Adamina', arial, serif;
    font-size: 14px;
    line-height:21px;
    padding-bottom:0;
    margin-bottom:8px;
    padding-top:0;
    margin-top:5px;
    
    }
    
.text { 
    float: right; 
    margin-top: 15px; 
    width: 525px;
    }
    
.little {
    font-size: 15px;
    font-family:Arial, Helvetica, sans-serif;
    text-shadow: none;
    color: #111;
    /*text-shadow: 0px 1px 1px #77a0bc;
    line-height: 1.4em;*/
    }
    
.little a {
    text-decoration: none;
    color: #2e4352;
    /*text-shadow: 0px 1px 1px #77a0bc;*/
    }
    
.little a:hover {
    color: #212121;
    }

/*iframe { vertical-align: top; }*/


.wrap{
    width:340px;
    padding:11px;
    /*padding:1em;
    line-height:1.8em;*/
    position:relative;
    /*-moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    box-shadow: 2px 2px 5px #000;
    -moz-box-shadow: 2px 2px 5px #000;
    -webkit-box-shadow: 2px 2px 5px #000;
    background-color:#fff;
    moz-opacity:100;
    opacity: 100; 
    filter:alpha(opacity=1);*/
    background:none;
    z-index:300;
    font-size: 12px;
    font-family: 'Helvetica Neue' Helvetica, arial, sans-serif;
    
    }