/**
 * General declarations
 */

body {
  background: #919191 url('images/background.jpg') no-repeat center top;
  font: 13px tahoma, helvetica, sans-serif;
  padding: 0;
  margin: 0;
} 

img {
  border: none;
} 

blockquote {
margin: 0;
} 

a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  font: 13px tahoma, helvetica, sans-serif;
} 

a:hover {
  font-weight: bold;
  text-decoration: underline;
  font: 13px tahoma, helvetica, sans-serif;
} 

li {
  list-style-position: inside;
} 

ul {
  margin: 0;
  padding: 0;
} 

h1, h2, h3 {
  font-family: myriad pro, helvetica, sans-serif;
} 

h1 {
  font-size: 41px;
  margin-top: 0;
} 

h2 {
  font-size: 22px;
  margin-bottom: .4em;
} 

h2 a {
  color: black;
} 

div.hr {
  width: 884px;
  height: 22px;
  background: white url('images/separator.gif') no-repeat left top;
} 

/**
 * Simple classes
 */

.separator {
  clear: both;
} 

.more {
  list-style: none;
  font-weight: bold;
  color: black;
  display: block;
  margin-top: 1em;
} 
.more:before {
  content: "» ";
} 

.content {
  padding: 0 35px;
} 
/**
 * 3 columns
 */

div.cols3 div.col {
  float: left;
  width: 27%;
  padding: 0 3%;
} 

/**
 * Top
 */

#top {
  width: 950px;
  margin: 0 auto;
  padding-top: 28px;
  padding-bottom: 9px;
  position: relative;
} 

#baseline {
  position: absolute;
  top: 55px;
  right: 0;
  font-family: myriad pro, helvetica, sans-serif;
  font-size: 1.2em;
  color: #333;
  font-weight: lighter;
  text-align: right;
} 
#baseline blockquote {
  margin: 0;
} 

#baseline .author {
  font-style: italic;
} 

/**
 * Navbar
 */

#navbar {
  background: transparent url('images/navbar-bk.gif') repeat-x left top;
  position: absolute;
  bottom: 0;
  right: 8px;
  width: 715px;
  height: 50px;
} 

#navbar .left, #navbar .right {
  position: absolute;
  top: 0;
  background: transparent url('images/navbar-left.png') repeat-x left top;
  height: 50px;
} 

#navbar .left {
  left: -50px;
  width: 67px;
} 

#navbar .right {
  right: -8px;
  width: 8px;
  background-image: url('images/navbar-right.png')
} 

#navbar ul {
  padding: 0;
  padding-top: 10px;
  padding-left: 15px;
  margin: 0;
  position: relative;
}
#navbar li {
  float: left;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  list-style: none;
  position: relative;
  margin-right: 36px;
  padding: 0 10px;
  color: black;
} 
#navbar li.last {
  margin-right: 0;
} 

#navbar li a {
padding-top: 7px;
  color: white;
  display: block;
  font-size: 1.15em;
  font-weight: bold;
} 

#navbar li a:hover {
  text-decoration: none;
} 

#navbar li.selected a {
padding-top: 7px;
  color: black;
}

#navbar li.selected {
  background: #a7a7a7 url('images/tab-bk.gif') repeat-x left top;
}

#navbar li .left, #navbar li .right {
  display: none;
}

#navbar li.selected .left, #navbar li.selected .right {
  display: block;
  background: transparent url('images/tab-left.gif') repeat-x left top;
  height: 32px;
  width: 6px;
} 

#navbar li.selected .left {
  left: -6px;
} 

#navbar li.selected .right {
  right: -6px;
  background-image: url('images/tab-right.gif')
} 


/**
 * Subnav
 */

#subnav {
  background: #c3c3c3 url('images/subnav-bk.gif') repeat-x left top;
  text-align: center;
  -moz-border-radius-topright: 7px;
  -webkit-border-radius-topright: 7px;
  -moz-border-radius-topleft: 7px;
  -webkit-border-radius-topleft: 7px;
  height: 26px;
  line-height: 26px;
} 

#subnav ul {
  margin: 0;
  padding: 0;
} 

#subnav li {
  list-style: none;
  display: inline;
} 

#subnav a {
  color: #444;
  padding: 0 25px;
} 

#subnav li.selected a {
  color: black;
  font-weight: bold;
} 

/**
 * Main content
 */

#content {
  margin: 0 auto;
  width: 950px;
  background: white;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  padding-bottom: 4px;
} 

#main-content {
  padding: 13px;
  padding-bottom: 50px;
} 

/**
 * flv banner
 */

#home #flv-banner {
  background: white url('images/banners/home.jpg') no-repeat center center;
  width: 928px;
  height: 304px;
} 
#page-title  {
  height: 229px;
  position: relative;
  text-align: right;
  padding-top: 30px;
  width: 874px;
} 
/* flv banner */
#flv-banner {
  position: relative;
}
#page-title #flv-banner {
  position: absolute;
  top: 0;
  left: 0;
} 
#flv-banner #flv {
  width: 464;
  height: 237;
}
#flv-banner.inactive {
  background: black;
}

#flv-banner #replay {
  position: absolute;
  left: 0;
  bottom: 0;
} 
#home #flv-banner #replay {
  opacity: .6;
}
/**
 * Pre footer
 */

#social {
  line-height: 20px;
  font-size: .9em;
  text-align: center;
  padding: 5px;
}
#social * {
  vertical-align: middle;
} 
#pre-footer {
  background: #000 url('images/footer-bk.gif') repeat-x left top;
  color: white;
  padding: 2em 0;
  margin: 0 4px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-radius-bottomright: 5px;
} 

#pre-footer a {
  color: white;
  font-size: 11px;

} 

#pre-footer a:hover {
  text-decoration: none;
  color: #5eabe9;
  font-size: 11px;
  
} 
#pre-footer .section {
  display: block;
  float: left;
  width: 150px;
  padding: 0 20px 0 60px;
  height: 90px;
} 

#pre-footer ul,
#pre-footer p,
#pre-footer h3 {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 13px;
} 

#pre-footer li {
  list-style: none;
  padding: 0;
  margin: 0;
} 

#pre-footer .logo img {
  opacity: .5;
  width: 150px;
} 

#pre-footer .contact {
  margin-top: 5px;
} 

#pre-footer .tel {
  font-family: monaco, fixed;
  font-size: .9em;
} 
.tel label {
  clear: left;
  float: left;
  display: block;
  width: 3.5em;
} 
/**
 * Footer
 */

#footer {
  margin: 1em 0;
  text-align: center;
  color: white;
  font-size: .9em;
} 
#footer a {
  color: white;
} 

/**
 * Column pictos
 */

.picto {
  width: 114px;
  height: 114px;
  background: transparent url('images/pictos/ebusiness.jpg') no-repeat left top;
  float: left;
  margin: 0 13px 0 0;
} 

#hp_edito .picto {
  background-image: url('images/pictos/hp_edito.jpg');
} 

#crm .picto {
  background-image: url('images/pictos/crm.jpg');
} 

#infra .picto {
  background-image: url('images/pictos/infra.jpg');
} 

#plus .picto {
  background-image: url('images/pictos/plus.jpg');
} 

#rejoindre .picto {
  background-image: url('images/pictos/rejoindre.jpg');
}

#postuler .picto {
  background-image: url('images/pictos/postuler.jpg');
}

#engagement .picto {
  background-image: url('images/pictos/engagement.jpg');
}

#contact .picto {
  background-image: url('images/pictos/contact.jpg');
}

#rp .picto {
  background-image: url('images/pictos/marketing.jpg');
} 
#events .picto {
  background-image: url('images/pictos/edito.jpg');
} 

#edito .picto {
  background-image: url('images/pictos/business.jpg');
} 

#staff .picto {
  background-image: url('images/pictos/staff.jpg');
} 

.stafflist li  {
  clear: left;
  padding: 1em 12px;
  list-style: none;
} 
.stafflist li * {
  vertical-align: middle;
} 
.stafflist li img {
  width: 90px;
  margin-right: 13px;
}

/*
#missions #picto1.picto,
#marketing .picto {
  background-image: url('images/pictos/marketing.jpg');
} 
#missions #picto2.picto,
#rp .picto {
  background-image: url('images/pictos/marketing.jpg');
}

#missions #picto3.picto,
#events .picto {
  background-image: url('images/pictos/edito.jpg');
}
*/
#associes .picto {
  background-image: url('images/pictos/associes.jpg');
} 
#medias .picto {
  background-image: url('images/pictos/medias.jpg');
} 
#become-partner .picto {
  background-image: url('images/pictos/become-partner.jpg');
} 


/**
 * SubTabs
 */

.subtabs a.tab {
  font-size: 1.3em;
  font-weight: bold;
  padding: .5em 1em;
  float: left;
  margin-right: 1px;
}

.subtabs a.selected {
  color: #000;
  background: #fafafa;
} 

.subtabs {
  border-bottom: solid 1px #ccc;
} 

/**
 * Page title
 */

#page-title h1 {
  float: right;
  line-height: .9em;

} 
#page-title h1,
#page-title h2 {
  width: 400px;
} 

#page-title h2 {
  color: #777;
  float: right;
  clear: right;
  margin-top: 0;
  font-weight: normal;
} 
#page-title .hr {
  position: absolute;
  left: 0;
  bottom: 0;
} 

/**
 * Homepage
 */

#home .col p {
  margin: 0;
} 
/**
 * Tennis athlete + info
 */

img.tennis-athlete {
  float: left;
  margin-right: 10px;
} 

table.tennis-info {
  float: right;
  text-align: left;
  font-size: .8em;
  border: solid 1px #ddd;
  background: #eee;
  padding: 1em;
  margin: 0 0 0 1em;
} 
table.tennis-info th {
  padding-right: 2em;
} 

/**
 * Partenaires
 */

#partner-list {
  padding-top: 1em;
  padding-left: 1em;
  clear: both;
}

#partner-list li {
  list-style-position: outside;
}

#partner-list a {
  font-weight: bold;
  font-size: 1.2em;
} 

/**
 * Sportifs
 */

#mathilde {
  padding-left: 86px;
  background: transparent url('images/mathildebanner.jpg') no-repeat left top;
} 
#parislevallois {
  padding-left: 86px;
  background: transparent url('images/parislevallois.jpg') no-repeat left top;
} 


/**
 * Media partners
 */

ul.mediapartners  {
  clear: left;
}
ul.mediapartners li a img {
  margin-right: 1em;
} 
ul.mediapartners li a {
  font-weight: bold;
} 
ul.mediapartners li a * {
  vertical-align: middle;
}
ul.mediapartners li {
  padding: 1em 0;
  list-style: none;
} 
