﻿
html, body {min-height: 100%;}

body
{
    color :#616060;
    font-family:Arial;
    margin:0;
    padding:0;
    padding-top:25px;
 
}
html
{
    background : url(../images/background.jpg) no-repeat fixed center top; 
    background-color:#fff;
    overflow:-moz-scrollbars-vertical;
    margin-bottom: 1px;/*Getting Rid of the Page Shift*/
}

hr { display:none; }

hr.clear 
{ 
    display:block;
    border:0 none;
    clear:both;
    height:1px;
    overflow:hidden;
    background-color:Transparent;
    
}

hr.hr, hr.bottom
{
    height:1px;
    border:0px;
    background-color:#bfbfbe;
    display:block;
    margin:20px 0px 30px 0px;
}

hr.bottom
{
    margin:20px 0px 10px 0px;
}

.clearBoth
{
    clear:both;
}

.container{
    font-family : Arial;
    font-size: 12px;
    margin: auto;
    width: 966px;
    position:relative;
}

/******************
Input
*******************/
/*input.checkbox, input[type="checkbox"]
{
    margin-right:8px;
}

input.text, input[type="text"], textarea
{
    color:#616060;
    font-family:Arial;
    font-size:11px;
    margin:0px 10px 5px 0px;
    width:150px;
}

input.image, input[type="image"]
{
    float:left;
    cursor:pointer;
}*/

span.checkbox
{
    margin-right:8px;
}

input.text, textarea
{
    color:#616060;
    font-family:Arial;
    font-size:11px;
    margin:0px 10px 5px 0px;
    width:150px;
}

textarea
{
    height:100px;
}
input.image
{
    float:left;
    cursor:pointer;
}

/*******************
Header definitions
*******************/

h1,h2,h3,h4,h5,h6
{
    font-family:Arial;
    font-weight:bold;
}

h1
{
    font-size:14px;
    text-transform:uppercase;
}

h2
{
    font-size:13px;
}

/*******************
Text definitions
********************/

em
{
    font-style:italic;
}

.big, .bigBold
{
    font-size:15px;
}

.bigBold
{
    font-weight:bold;
}

.intro
{
    font-size:15px;
    color:#62615e;
    line-height:19px;
}

.info
{
    color:#000000;
}

.contentText
{
    font-size:12px;
    color:#616060;
}

.underline
{
    text-decoration:underline;
}

p
{
    font-size:12px;
    color:#616060;
    padding:11px 0px;
}

p.first
{
    padding-top:0px;
}

/*****************
Link definitions
******************/

a
{
    outline: none;
    font-size:10px;
    color:#000000;
    text-decoration:underline;
}

a.noUnderline
{
    text-decoration:none;
}

a.self
{
    padding-right:20px;
    background:url(../images/arrow.gif) center right no-repeat;
}

a.blank
{
    padding-right:20px;
    background:url(../images/gen-blank-link.gif) center right no-repeat;
}

a.rss
{
    padding-right:20px;
    background:url(../images/icon-rss.gif) center right no-repeat;
}

a.pdf
{
    padding-right:21px;
    background:url(../images/icon-pdf.gif) bottom right no-repeat;
}

a.back
{
    padding-left:14px;
    background:url(../images/back.gif) center left no-repeat;
}

.link
{
    margin-top:15px;
}

/*******
Content blocks definitions
*******/

.general-content{
    /*margin-top: 25px;*/
    position:relative;
    z-index:200;
}

.main-content
{
    
   /*background-color : Lime;*/
   /*border:1px solid blue;*/
   position:relative;
    }

.legal-content{
    padding: 15px;
    color:#7f7f7f;    
}

/*******
Controls definitions
*******/

#search
{
    position:absolute;
    top:3px;
    right:366px;
    width:225px;
    height:35px;
    background:url(../images/box-recherche.gif) top left no-repeat;
    padding:7px 0px 0px 8px;
}

#search input
{
    border:1px solid #ababa2;
    width:171px;
    height:16px;
    font-family:Arial;
    font-size:10px;
    color:#62615e;
    padding:3px 0px 0px 7px;
    margin-right:5px;
}

#search a
{
    color:#ffffff;
}

/*.googleSearch{
    position:absolute;
    top: 5px;
    left: 500px;
}*/

.general-content .selector{
    background-repeat : no-repeat;
    background-position:left top;
    cursor:pointer;
    overflow : hidden;
    padding-top :4px;
    padding-left : 7px;
}

.general-content .selector-text
{
    font-size:11px;
    vertical-align:middle;
}

.general-content .selector ul {
    display:none;
}

.general-content .contactus{
    position:absolute;
    right : 0;
    top: 0;
}

.general-content .contactus a
{
    /** See culture.css for the culture specific attributes **/
    overflow:hidden;
    text-indent: -2000px;
    display:block;
    height: 23px;
    background-position:left top;
    background-repeat : no-repeat;
}

.general-content .sendtofriend{
    /** See culture.css for the right attribute **/
    position:absolute;
    top:33px;
}

.general-content .sendtofriend a{
    display:block;
    padding-left: 15px;
    background : url(../images/send-ico.gif) no-repeat left center;
}

.general-content .print a, .general-content .sendtofriend a, .general-content .home a
{
    color:#73736a;
    font-weight : bold;
    text-decoration : none;
}

.general-content .print{
    cursor:pointer;
    position:absolute;
    right:5px ;
    color:#73736a;
    font-weight : bold;
    display:block;
    padding-left: 15px;
    top:33px;
    background-repeat : no-repeat;
    background-position:left center;
    background-image : url(../images/print-ico.gif);  
}

.general-content .home{
    cursor:pointer;
    position:absolute;
    color:#73736a;
    font-weight : bold;
    display:block;
    padding-left: 15px;
    top:33px;
    background-repeat : no-repeat;
    background-position:left center;
    background-image : url(../images/home-ico.gif);  
}


/*******
legal-content definitions
*******/

.legal-content
{
    margin-left:0px;
    padding-left:0px;
}
.legal-content div{
    float:left;
    font-size:11px;
}

.legal-content ul
{
    _margin-left:-10px;
}
.legal-content ul li {
    background-image: url(../images/legal-separator.gif);
    background-position : left center;
    background-repeat : no-repeat;
    float:left;
    padding-left: 10px;
    margin-left : 10px;
}

.legal-content ul li a{
    color:#7f7f7f;  
}
.legal-content .logo a, .legal-content .logo
{
    width:187px;
    height:51px;
    background:url(../images/logo-olympic.gif) no-repeat top left !important;
}
.legal-content .logo
{
    text-indent:-2000px;
    padding:0px;
    margin-right:20px;
}

/***????????????**********************/

.yui-panel-container {
    visibility:hidden;
    position:absolute;
    top:20px; 
    left:620px;       
    z-index: 10;  
    background-color:#fff;  
}

.yui-panel-container .yui-panel {
    position: relative;
    z-index: 1;
    background: #fff;
}

.yui-panel-container .underlay {
    background-color: #000000;
    bottom: -3px;
    left: -3px;
    opacity: 0.12;
    position: absolute;
    right: -3px;
    top: 2px;
    filter: alpha(opacity=12);
    height: 505px;
}

/******************
Send to a friend
******************/

#SendToAFriend
{
    visibility:hidden;
    width:531px;
    padding:24px 27px;
}

#SendToAFriend .bd .frame
{
    width:571px;
    height:550px;
}

#SendToAFriend, #SendToAFriend .hd, #SendToAFriend .bd
{
    background-color:#ffffff;
}

#SendToAFriend .hd, #SendToAFriend .bd
{
    border:0px;
}

#SendToAFriend .hd
{
    /** See culture.css for the culture specific attributes **/
}

#SendToAFriend .bd
{
    padding:0px;
}

#SendToAFriendFrame
{
    font-size:12px;
}

#SendToAFriendFrame label
{
    float:left;
    width:200px;
}
