@charset "utf-8";
box
/*! normalize.css 2012-01-22T23:30 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */


 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

 video{                      
  
        /*background-color: #eae3d4;*/
		  background-color:white;  
 }
	
	/*
		        transition-timing-function: linear;
      }  
		
		    
      video:hover
		 {
         transition-property: all;
         transition-duration: 0.5s;
         transition-timing-function: linear;
         background-color: #white;
       }
*/

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: LeagueGothicRegular;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
  
}


/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
}

harticle {
  font-size: 14px;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: LeagueGothicRegular;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin-left: 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
vertical-align: middle;
  border: 0;
}
.imgright {
  float:right;
}
/*
 * Corrects overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */

}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */

  -webkit-appearance: button;
  /* 2 */

  *overflow: visible;
  /* 3 */

}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}

/* placeholder jamo 18-7-2013 */

input::-webkit-input-placeholder {color: #555;} /* Webkit browsers */
input:-moz-input-placeholder {color: #555;} /* Firefox 4 */

/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
*
*	Colors
*
*/
/*
*
*	Typography
*
*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 18, 2012 06:12:24 AM America/New_York */
@font-face {
  font-family: 'LeagueGothicRegular';
  src: url('league-gothic/League_Gothic-webfont.eot');
  src: url('league-gothic/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'), url('league-gothic/League_Gothic-webfont.woff') format('woff'), url('league-gothic/League_Gothic-webfont.ttf') format('truetype'), url('league-gothic/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}


h1,
h2,
h3 {
  margin-top: 0;
}
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 1.2307692307692308em;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}



/*
*
*	Layout
* 
*/


body {
 font-family: Verdana;
  font-size: 12px;
  color : black;
  line-height: 1.3076923076923077em;
  width: 100%;
  background-color: #000000;
  *zoom: 1;
	background: url(/img/background.jpg) repeat-y center top;  z-index: -1;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size:cover; background-size: cover; background-attachment:fixed;   margin: 0px;
 }
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}


#headerWrapper {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  position: absolute;
  background-color: #000000;
  background: url(/img/bg-header-wrapper.png) repeat-x left top;
  z-index: 1;
}
#headerWrapper #headerContent {
  width: 968px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  overflow: visible;
    background-color: #000000;
  background: url(/img/bg-header-content.png) no-repeat left top;
  min-height: 165px;
  *zoom: 1;
}
#headerWrapper #headerContent:before,
#headerWrapper #headerContent:after {
  content: "";
  display: table;
}
#headerWrapper #headerContent:after {
  clear: both;
}
#headerWrapper #headerContent #externalLinks {
  display: inline;
  float: left;
  width: 165px;
  margin: 10px 1px 0 0;
  height: 50px;
  text-align: center; 
}
#headerWrapper #headerContent #externalLinks ul {
  float: left;
  list-style: none;
  padding-left: 10px;
  margin: 0;
  text-align: center; 
}
#headerWrapper #headerContent #externalLinks ul li {
  float: left;
  font-size: 10px;
  line-height: 3em;
  color: #FFFFFF;
  text-align: center; 
}
#headerWrapper #headerContent #externalLinks ul li a {
  text-transform: uppercase;
  color: #cdaa5e;
  text-decoration: none;
}
#headerWrapper #headerContent #externalLinks ul li a:hover {
  text-decoration: underline;
}


#headerWrapper #headerContent #socialLinks {
  display: inline;
  float: right;
  width: 800px;
  margin: 10px  1px 0 0;
  height: 50px;
}
#headerWrapper #headerContent #socialLinks ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
#headerWrapper #headerContent #socialLinks ul li {
  float: left;
  font-size: 1.5384615384615385em;
  line-height: 1.45em;
  color: #cdaa5e;
}
#headerWrapper #headerContent #socialLinks ul li a {
  display: block;
}

#headerWrapper #headerContent #socialLinks ul li#pronosLink a,
#headerWrapper #headerContent #socialLinks ul li#boutiqueLink a,
#headerWrapper #headerContent #socialLinks ul li#inscriptionLink a,
#headerWrapper #headerContent #socialLinks ul li#facebookLink a,
#headerWrapper #headerContent #socialLinks ul li#twitterLink a,
#headerWrapper #headerContent #socialLinks ul li#googlepLink a,
#headerWrapper #headerContent #socialLinks ul li#instagramLink a
 {
  height: 49px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#headerWrapper #headerContent #socialLinks ul li#pronosLink a {
  width: 65px;
  background: url(/img/1n2.png) no-repeat left top;
}
#headerWrapper #headerContent #socialLinks ul li#pronosLink a:hover {
width: 65px;
  background: url(/img/1n2-over.png) no-repeat left top;
}

#headerWrapper #headerContent #socialLinks ul li#boutiqueLink a {
  width: 91px;
  background: url(/img/boutique.png) no-repeat left top;
}
#headerWrapper #headerContent #socialLinks ul li#boutiqueLink a:hover {
width: 91px;
  background: url(/img/boutique-over.png) no-repeat left top;
}



#headerWrapper #headerContent #socialLinks ul li#facebookLink a {
  width: 34px;
  background: url(/img/facebook.png) no-repeat left top;
}
#headerWrapper #headerContent #socialLinks ul li#facebookLink a:hover {
width: 34px;
  background: url(/img/facebook-over.png) no-repeat left top;
}


#headerWrapper #headerContent #socialLinks ul li#twitterLink a {
  width: 34px;
  background: url(/img/twitter.png) no-repeat left top;
}
#headerWrapper #headerContent #socialLinks ul li#twitterLink a:hover {
width: 34px;
  background: url(/img/twitter-over.png) no-repeat left top;
}


#headerWrapper #headerContent #socialLinks ul li#instagramLink {
  margin-right: 20px;
}
#headerWrapper #headerContent #socialLinks ul li#instagramLink a {
  width: 34px;
  background: url(/img/instagram.png) no-repeat left top;
}
#headerWrapper #headerContent #socialLinks ul li#instagramLink a:hover {
width: 34px;
  background: url(/img/instagram-over.png) no-repeat left top;
}



#headerWrapper #headerContent #socialLinks ul li input#recherche {
 margin-top:5px;
 border:1px solid #000000;
 border-radius:5px;
 font-family: Verdana; 
 color: #000000; 
 font-size: 9pt; 
 width: 120px;
 }

 #headerWrapper #headerContent #socialLinks ul li input#headerSearchButton {
  display: block;
  float: right;
  width: 34px;
  height: 50px;
  font-size: 1.15em;
  line-height: 3em;
  color: #000000;
  background: url(/img/search.png) no-repeat right top;
  border: none;
}

#headerWrapper #headerContent #socialLinks ul li #messageLink a{
	  width: 100px;
	vertical-align:middle;
	 color: #cdaa5e; 
}
 
 
 #headerWrapper #headerContent #socialLinks ul li#connexionLink a {
  width: 200px;
  font-family: Verdana; 
 color: #cdaa5e; 
 font-size: 9pt;
}

 #headerWrapper #headerContent #socialLinks ul li#connexionLink a:hover {
  background-color: #FF0000;
  color: #000000;
}

 #headerWrapper #headerContent #socialLinks ul li#connexionLink div :hover {
  background-color: #FF0000;
  color: #000000;
}


#headerWrapper #headerContent #pub728 {
   position: relative;
  display: inline;
  float: left;
  width: 967px;
  margin-left: 240px;
  height: 0px;
}

#headerWrapper #headerContent #pub728 a {
  position: absolute;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#headerWrapper #headerContent #pub728forum {
  position: relative;
  display: inline;
  float: left;
  width: 967px;
  margin-left: 120px;
  height: 0px;
}


#headerWrapper #headerContent #pub728forum a {
  position: absolute;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


#headerWrapper #headerContent #mobileMenu {
  position: fixed;
  left: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  color: fff;
  
}
@media screen and (min-width: 800px) {
	 body {
        width: auto;
    }

	header .icon {
		display:none;
	}
	header .connectes {
		display:none;
	}
	header .logo {
		display:none;
	}
		header .facebook {
		display:none;
	}
		header .twitter {
		display:none;
	}
		header .instagram {
		display:none;
	}
		header .search {
		display:none;
	}
	
	.menu {
		display:none;
	}

	#sitemobile {
		display:none;
	}

}

#headerWrapper #headerContent #mainMenu {
  display: inline;
  float: left;
  width: 968px;
  margin: 0 1px 0 0;
  margin-bottom: 10px;
  margin-top: 120px;
}
#headerWrapper #headerContent #mainMenu ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 0 0 120px;
  border-left: 1px solid #000000;
}
#headerWrapper #headerContent #mainMenu ul li {
  float: left;
  height: 50px;
  font-size: 2.1em;
  line-height: 1.7727272727272727em;
  text-align: center;
  letter-spacing: 1px;
}
#headerWrapper #headerContent #mainMenu ul li a {
  display: block;
  width: 120px;
  height: 50px;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  border-right: 1px solid #000000;
}
#headerWrapper #headerContent #mainMenu ul li a:hover,
#headerWrapper #headerContent #mainMenu ul li a.current,
#headerWrapper #headerContent #mainMenu ul li a.open {
  background-color: #FF0000;
  color: #000000;
}
#headerWrapper #headerContent #mainMenu ul li a#menuForum {
  border: none;
  color: #cdaa5e;
}
#headerWrapper #headerContent #mainMenu ul li a#menuForum:hover,
#headerWrapper #headerContent #mainMenu ul li a#menuForum.current {
  color: #000000;
}
#headerWrapper #headerContent #subMenu {
  display: inline;
  float: left;
  width: 967px;
  margin: -5px 1px 0 0;
}
#headerWrapper #headerContent #subMenu ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;

}
#headerWrapper #headerContent #subMenu ul li {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 100px;
  font-size: 1.7em;
  line-height: 1.5em;
}
#headerWrapper #headerContent #subMenu ul li a {
  display: block;
  height: 150px;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
 padding: 0 50px 0 50px;
  /* padding: 0px 15px 0 20px;*/
  background: url(/img/bg-link-sub-menu.png) no-repeat top left;
}
#headerWrapper #headerContent #subMenu ul li a:hover,
#headerWrapper #headerContent #subMenu ul li a.current {
  color: #000000;
}
#headerWrapper #headerContent #subMenu ul li:first-child a {
  padding: 0 0 0 25px;
  background: none;
}
#headerWrapper #headerContent #subMenu ul#subMenuActualite li a {
  padding: 25px 2px 0 8px;
}
#headerWrapper #headerContent #subMenu ul#subMenuActualite li:first-child a {
  padding: 25px 2px 0 8px;
}
#headerWrapper #headerContent #subMenu ul#subMenuClub li a {
  padding: 25px 2px 0 8px;
}
#headerWrapper #headerContent #subMenu ul#subMenuClub li:first-child a {
  padding: 25px 2px 0 8px;
}
#headerWrapper #headerContent #subMenu ul#subMenuSaison li a {
  padding: 25px 2px 0 8px;
}
#headerWrapper #headerContent #subMenu ul#subMenuSaison li:first-child a {
  padding: 25px 2px 0 8px;
}
#headerWrapper #headerContent #subMenu ul#subMenuHistorique li a {
  padding: 25px 2px 0 8px;
}
#headerWrapper #headerContent #subMenu ul#subMenuHistorique li:first-child a {
  padding: 25px 2px 0 8px;
}
#headerWrapper #headerContent #subMenu ul#subMenuSupporters li a {
  padding: 25px 2px 0 8px;
}
#headerWrapper #headerContent #subMenu ul#subMenuSupporters li:first-child a {
  padding: 25px 2px 0 8px;
}
#headerWrapper #headerContent #subMenu ul#subMenuMultimedia li a {
  padding: 25px 2px 0 8px;
}
#headerWrapper #headerContent #subMenu ul#subMenuMultimedia li:first-child a {
  padding: 25px 2px 0 8px;
}
#headerWrapper #headerContent #subMenu ul#subMenuForum li a {
  padding: 25px 2px 0 8px;
}
#headerWrapper #headerContent #subMenu ul#subMenuForum li:first-child a {
  padding: 25px 2px 0 8px;
}


#headerWrapper #headerContent #logo {
  position: absolute;
  top: 8px;
  left: 0px;
  width: 105px;
  height: 100px;
}
#headerWrapper #headerContent #logo a {
  display: block;
  width: 120px;
  height: 212px;
  background: url(/img/logo.png) no-repeat left top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


#pub120x600a{
  position: relative;
  display: inline;
  float: right;
  width: 120px;
  margin: 0 0 0 0;
  height: 600px;
  margin-bottom: 0;
  background: url(/img/maillot20142015-120x600.jpg) no-repeat right top;
  background-color: #FFFFFF;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}

#pub120x600b{
  position: relative;
  display: inline;
  float: right;
  width: 120px;
  margin: 0 0 0 0;
  height: 600px;
  margin-bottom: 0;
  background-color: #FFFFFF;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}

#pub160x600{
  position: relative;
  display: inline;
  float: right;
  width: 160px;
  margin: 0 0 0 0;
  height: 601px;
  margin-bottom: 0;
  background-color: #FFFFFF;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}

#pub336x280{
  position: relative;
  display: inline;
  float: right;
  width: 334px;
  margin: 0 0 0 0;
  height: 278px;
  margin-bottom: 0;
  background: url(/img/1n2_336x280.jpg) no-repeat right top;
  background-color: #FFFFFF;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 0 solid #000000;
}


.pub468x60{
  float: left;
  width: 468px;
  margin: 0 0 0 0;
  height: 60px;
  margin-bottom: 0;
  background-color: #FFFFFF;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}

.pub120x60{
  float: right;
  width: 134px;
  margin: 0 0 0 0;
  height: 60px;
  margin-bottom: 0;
  background-color: #FFFFFF;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}

.pub300x250{
  float: right;
  height: 250px;
  margin: 0 0 0 0;
  width: 300px;
  background-color: #FFFFFF;
  background: url(/img/boutique300x250.jpg) no-repeat right top;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 0px solid #000000;
}



.pub300x250bas{
  float: right;
  height: 250px;
  margin: 0 0 0 0;
  width: 300px;
  background-color: #FFFFFF;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
  border-right: 0px solid #000000;
  border-left: 0px solid #000000;
}

.opacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.opacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}

#headerWrapper #headerContent #languages {
  position: absolute;
  top: 0;
  left: -15px;
}

/* Bloc central */
#centre {

	width: 100%; /* -> 4 */
	overflow: visible; /* -> 4 */
background-color: #FFFFFF;

}

#centreseul {
	float: left;
	width: 940px; 
	overflow: visible; 
}

/* Contenu principal */
#principal {

	 float: left; /* -> 5 */
	width: 604px;
	overflow: visible;
background-color: #FFFFFF;
}

/* Contenu secondaire */
#secondaire {
	margin-left: 604px; /* -> 6 */
	overflow: visible;
}

/* Contenu principal */
#principal600 {

	 float: left; /* -> 5 */
	width: 600px;
	overflow: visible;

}

/* Contenu secondaire */
#secondaire600 {
	margin-left: 600px; /* -> 6 */
	overflow: visible;
}



/* Bande pub 160x600 */
#bande120x600 {
	margin-left: 967px; 
	overflow: visible;
	width: 120px;
	position:absolute;
    float: center;	
}


/* Contenu secondaire */
#stats {
	margin-left: 360px; /* -> 6 */
}



#mainWrapper {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
}



#mainWrapper #mainContent {
background-color: #FFFFFF;
  width: 967px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  padding-bottom: 0px;
  margin-top: 235px;
  *zoom: 1;
}


#mainWrapper #mainContent:before,
#mainWrapper #mainContent:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent:after {
  clear: both;
}

#mainWrapper #mainContent #homeSlider {
  display: inline;
  float: left;
  width: 604px;
  margin: 0 0 0 0;
}
#mainWrapper #mainContent #homeSlider .flexslider .videoSlide {
  float: right;
  width: 604px;
}
#mainWrapper #mainContent #homeSlider .flexslider .flex-control-nav {
  position: relative;
}

#mainWrapperForum {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
}

#mainWrapperForum #mainContentForum {
  width: 966px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  padding-bottom: 0px;
  margin-top: 235px;
  *zoom: 1;
}



.titresondages  {
font-family:Verdana; 
font-size:10px; 
font-weight:bold; 
color:#FFFFFF;
text-shadow: 2px 2px 4px black;
}


.cheminblanc  {
font-family:Verdana; 
font-size:12px; 
font-weight:bold; 
color:#FFFFFF;
position:absolute; 
top:5px; 
left:10px; 
margin-left: 5px;
text-shadow: 2px 2px 4px black;

}

.cheminblanc   a {
  color: #ffffff;
  text-decoration: none;
}
.cheminblanc  a:hover {
  color: #FF0000;
}

.cheminnoir  {
font-family:Verdana; 
font-size:12px; 
font-weight:bold; 
color:#000000;
position:relative; 
top:5px; 
left:10px; 
margin-left: 5px;

}

.cheminnoir   a {
  color: #000000;
  text-decoration: none;
}
.cheminnoir  a:hover {
  color: #FF0000;
}

#mainWrapper #mainContent #pageWithSubmenu {
  float: left;
  background: url(img/bg-submenu.png) repeat-y left top;
  *zoom: 1;
}
#mainWrapper #mainContent #pageWithSubmenu:before,
#mainWrapper #mainContent #pageWithSubmenu:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #pageWithSubmenu:after {
  clear: both;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper {
  display: inline;
  float: left;
  width: 241px;
  margin: 0 1px 0 0;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent {
  display: block;
  width: 320px;
  margin: 0;
  *zoom: 1;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent:before,
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent:after {
  clear: both;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu1Level {
  list-style: none;
  margin: 20px;
  padding: 0;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu1Level li {
  font-size: 1.0769230769230769em;
  line-height: 1.2857142857142858em;
  padding: 5px 0 7px;
  background: url(img/bg-submenu-li.png) repeat-x left bottom;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu1Level li a {
  display: block;
  color: #cdaa5e;
  padding-right: 20px;
  text-decoration: none;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu1Level li a:hover,
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu1Level li a.current {
  color: #005daa;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu1Level li a.current {
  background: url(img/bg-submenu-current.png) no-repeat right 1px;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level {
  list-style: none;
  margin: 20px;
  padding: 0 0 2px;
  background: url(img/bg-submenu-li.png) repeat-x left bottom;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li {
  font-size: 0.8461538461538461em;
  line-height: 3.4545454545454546em;
  padding-top: 2px;
  background: url(img/bg-submenu-li.png) repeat-x left top;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li.first {
  background: none;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li a {
  display: block;
  color: #cdaa5e;
  text-transform: uppercase;
  text-decoration: none;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li a:hover,
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li a.current {
  color: ##FF0000;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li a.no-sub.current,
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li a.arrow {
  background: url(img/bg-submenu-current.png) no-repeat right;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li ul li {
  font-size: 1.0769230769230769em;
  line-height: 2em;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li ul li a {
  padding-left: 10px;
  color: #cdaa5e;
  text-transform: none;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li ul li a.current {
  background: url(img/bg-submenu-current.png) no-repeat right;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper {
  display: inline;
  float: left;
  width: 602px;
  margin: 0 1px 0 0;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent {
  display: block;
  width: 602px;
  margin: 0;
  *zoom: 1;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent:before,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent:after {
  clear: both;
}
#footerWrapper {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  background: url(/img/bg-footer-wrapper.png) repeat-x left top;
}
#footerWrapper #footerContent {
  width: 968px;
  margin: 0 auto;
  overflow: hidden;
  height: 428px;
  background: url(/img/bg-footer-content.jpg) repeat-x left top;
}


#footerWrapper #footerContent #copy{
  display: inline;
  float: left;
  width: 484px;
  margin: 0 0 0 0;
  background: url(/img/bg-footer-copy.jpg) repeat-x left top;
}

#footerWrapper #footerContent #copy p{
  font-size: 0.9230769230769231em;
  line-height: 2.5833333333333335em;
  margin: 0 10px;
}

#footerWrapper #footerContent #copy p a {
  color: #FFFFFF;
  text-decoration: none;	
}
#footerWrapper #footerContent #copy p a:hover {
  color: #FF0000;	
}



#footerWrapper #footerContent #privacy {
  display: inline;
  float: left;
  width: 484px;
  margin: 0 0 0 0;
  background: url(/img/bg-footer-copy.jpg) repeat-x left top;
}

#footerWrapper #footerContent #privacy p {
  font-size: 0.9230769230769231em;
  line-height: 2.5833333333333335em;
  margin: 0 10px;
  color: #cdaa5e;
  text-align: right;
}

#footerWrapper #footerContent #privacy p a {
  color: #cdaa5e;
  text-decoration: none;
}
#footerWrapper #footerContent #privacy p a:hover {
  text-decoration: none;
}





#footerWrapper #footerContent #sponsors {
  position: relative;
  display: inline;
  float: left;
  width: 100%;
  margin: 0 1px 0 0;
  height: 87px;
}

#footerWrapper #footerContent #sponsors #boxTitle {
  position: absolute;
  top: 0;
  padding: 0 9px 0 6px;
  background-color: #232323;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

#footerWrapper #footerContent #sponsors #boxTitle h2 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.3181818181818181em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

#footerWrapper #footerContent #sponsors a {
  display: block;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#footerWrapper #footerContent #sponsors a#easports {
  top: 10px;
  left: 179px;
  width: 100px;
  height: 70px;
  background: url(/img/easports.png) no-repeat;
}
#footerWrapper #footerContent #sponsors a#easports:hover {
  background: url(/img/easports_over.png) no-repeat;
}
#footerWrapper #footerContent #sponsors a#olympic {
  top: 10px;
  left: 419px;
  width: 150px;
  height: 70px;
  background: url(/img/olympic.png) no-repeat;
}
#footerWrapper #footerContent #sponsors a#olympic:hover {
  background: url(/img/olympic_over.png) no-repeat;
}

#footerWrapper #footerContent #sponsors a#kalu {
  top: 10px;
  left: 698px;
  width: 130px;
  height: 70px;
  background: url(/img/kalu.png) no-repeat;
}
#footerWrapper #footerContent #sponsors a#kalu:hover {
  background: url(/img/kalu_over.png) no-repeat;
}



#footerWrapper #footerContent #partenaires {
  width: 100%;
  color: #656565;
  text-align: center;
  height: 110px;
}

#footerWrapper #footerContent #partenaires a {
  color: #656565;
  text-decoration: none;
}
#footerWrapper #footerContent #partenaires a:hover {
  color: #FF0000;
}



#footerWrapper #footerContent #footerMenu {
  display: inline;
  float: left;
  width: 967px;
  margin: 0 1px 0 0;
}
#footerWrapper #footerContent #footerMenu ul {
  list-style: none;
  margin: 15px 0 0 65px;
  padding: 0;
}
#footerWrapper #footerContent #footerMenu ul li {
  float: left;
  width: 150px;
}
#footerWrapper #footerContent #footerMenu ul li p {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1em;
  margin-bottom: 0.22727272727272727em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#footerWrapper #footerContent #footerMenu ul li p a {
  color: #ffffff;
  text-decoration: none;
}
#footerWrapper #footerContent #footerMenu ul li p a:hover {
  color: #FF0000;
}
#footerWrapper #footerContent #footerMenu ul li ul {
  margin: 0 0 16px;
}
#footerWrapper #footerContent #footerMenu ul li ul li {
  float: none;
  font-size: 0.9230769230769231em;
  line-height: 1.5em;
}
#footerWrapper #footerContent #footerMenu ul li ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
#footerWrapper #footerContent #footerMenu ul li ul li a:hover {
  color: #FF0000;
}


/*
*
*	Shared
*
*/

.linknoirrouge {	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none}
.linknoirrouge:hover { FONT-SIZE: 12px; COLOR: #ff0000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none}

.linkrougenoir {	FONT-SIZE: 12px; COLOR: #ff0000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline}
.linkrougenoir:hover { FONT-SIZE: 12px; COLOR: #ff0000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline}

.linkblancrouge { FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none}
.linkblancrouge:hover { FONT-SIZE: 12px; COLOR: #ff0000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none}

.boxboutique{
  position: relative;
  display: inline;
  float: left;
  width: 142px;
  margin: 0 0 0 0;
  height: 250px;
  margin-bottom: 0;
  background-color: #FFFFFF;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 0px solid #000000;
}
.boxboutique> a img,
.boxboutique > img {
  display: block;
}

.boxboutique a {
  color: #000000;
  text-decoration: none;
}
.boxboutique a:hover {
  color: #FF0000;
}


.boxcarre{
  position: relative;
  display: inline;
  float: left;
  width: 240px;
  margin: 0 0 0 0;
  height: 100%;
  margin-bottom: 0;
  background-color: #FFFFFF;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}
.boxcarre> a img,
.boxcarre > img {
  display: block;
}

.boxfacebook{
  position: relative;
  display: inline;
  float: left;
  text-align: center;
  width: 210px;
  margin: 0 0 0 0;
  height: 51px;
  margin-bottom: 0;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}

.boxfacebooklogo{
  position: relative;
  display: inline;
  float: left;
  width: 150px;
  margin: 0 0 0 0;
  height: 51px;
  margin-bottom: 0;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 0px solid #000000;
}


.boxtwitter{
  position: relative;
  display: inline;
  float: left;
  text-align: center;
  width: 210px;
  margin: 0 0 0 0;
  height: 50px;
  margin-bottom: 0;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}

.boxtwitterlogo{
  position: relative;
  display: inline;
  float: left;
  width: 150px;
  margin: 0 0 0 0;
  height: 50px;
  margin-bottom: 0;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 0px solid #000000;
}


.boxgoogle{
  position: relative;
  display: inline;
  float: left;
  text-align: center;
  width: 210px;
  margin: 0 0 0 0;
  height: 50px;
  margin-bottom: 0;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}


.boxgooglelogo{
  position: relative;
  display: inline;
  float: left;
  width: 150px;
  margin: 0 0 0 0;
  height: 50px;
  margin-bottom: 0;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 0px solid #000000;
}

.boxinstagram{
  position: relative;
  display: inline;
  float: left;
  text-align: center;
  width: 210px;
  height: 50px;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}

.boxinstagramlogo{
  position: relative;
  display: inline;
  float: left;
  width: 150px;
  margin: 0 0 0 0;
  height: 50px;
  margin-bottom: 0;
  background-color: #FFFFFF;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 0px solid #000000;
}

.boxficheobservation {
  position: relative;
  display: inline;
  float: left;
  width: 357px;
  height: 265px;
  margin: 0 1px 0 0;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
  overflow:auto;
}

.boxficheobservationentraineur {
position: relative;
  display: inline;
  float: left;
  width: 600px;
  margin: 0 0 0 0;
  height: 100%;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}

.boxficheobservationentraineur .topRightLink{
  position: absolute;
  top: 0;
  right: 0px;
  background-color: #232323;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 0.9230769230769231em;
  line-height: 2.230769230769231em;
  margin-bottom: 0;
}
.boxficheobservationentraineur .topRightLink a {
  color: #FFFFFF;
  text-decoration: none;
  padding-right: 15px;
  padding-left: 5px;
  background: url(/img/bg-box-top-right-link.png) no-repeat right top;
}

.boxficheobservationentraineur .topRightLink  a:hover {
  color: #ff0000;
}


.boxfichestats{
  position: relative;
  display: inline;
  float: left;
  width: 240px;
  margin: 0 0 0 0;
  height: 265px;
  margin-bottom: 0;
  background-color: #FFFFFF;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}


.boxfichelarge{
  position: relative;
  display: inline;
  float: left;
  width: 600px;
  margin: 0 0 0 0;
  height: 100%;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}

.boxfichelarge .topRightLink{
  position: absolute;
  top: 0;
  right: 0px;
  background-color: #232323;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 0.9230769230769231em;
  line-height: 2.230769230769231em;
  margin-bottom: 0;
}
.boxfichelarge .topRightLink a {
  color: #FFFFFF;
  text-decoration: none;
  padding-right: 15px;
  padding-left: 5px;
  background: url(/img/bg-box-top-right-link.png) no-repeat right top;
}

.boxfichelarge .topRightLink  a:hover {
  color: #ff0000;
}

.boxvisite{
  position: relative;
  display: inline;
  float: left;
  width: 248px;
  height: 248px;
  margin: 0 0 0 0;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}
.boxvisite.topRightLink {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 0.9230769230769231em;
  line-height: 1.1666666666666667em;
  margin-bottom: 0;
}
.boxvisite.topRightLink a {
  color: #FF0000;
  text-decoration: none;
  padding-right: 15px;
  background: url(/img/bg-box-top-right-link.png) no-repeat right top;

}

.boxinstahome{
  position: relative;
  display: inline;
  float: left;
  width: 248px;
  height: 248px;
  margin: 0 0 0 0;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}
.boxinstahome.topRightLink {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 0.9230769230769231em;
  line-height: 1.1666666666666667em;
  margin-bottom: 0;
}
.boxinstahome.topRightLink a {
  color: #FF0000;
  text-decoration: none;
  padding-right: 15px;
  background: url(/img/bg-box-top-right-link.png) no-repeat right top;

}

.boxpubhome{
  position: relative;
  display: inline;
  float: left;
  width: 250px;
  height: 250px;
  margin: 0 0 0 0;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}

.boxcarre1n2 {
  position: relative;
  display: inline;
  float: left;
  width: 270px;
  height: 270px;
  margin: 0 0 0 0;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}

.box1n2 {
  position: relative;
  display: inline;
  float: left;
  width: 266px;
  height: 278px;
  margin: 0 0 0 0;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}
.box1n2 .topRightLink {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 0.9230769230769231em;
  line-height: 1.1666666666666667em;
  margin-bottom: 0;
}
.box1n2 .topRightLink a {
  color: #FF0000;
  text-decoration: none;
  padding-right: 15px;
  background: url(/img/bg-box-top-right-link.png) no-repeat right top;

}

.box336{
  position: relative;
  display: inline;
  float: left;
  width: 334px;
  height: 278px;
  margin: 0 0 0 0;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}
.box336 .topRightLink {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 0.9230769230769231em;
  line-height: 1.1666666666666667em;
  margin-bottom: 0;
}
.box336 .topRightLink a {
  color: #FF0000;
  text-decoration: none;
  padding-right: 15px;
  background: url(/img/bg-box-top-right-link.png) no-repeat right top;

}

.boxflash {
  position: relative;
  display: inline;
  float: left;
  width: 351px;
  height: 250px;
  margin: 0 0 0 0;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}

.boxflash a {
  color: #000000;
  text-decoration: none;
}
.boxflash a:hover {
  color: #FF0000;
}




.margin {
  margin-left: 10px;
  margin-right: 10px;
}

.marginflash {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: justify; 
}

.marginnews {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;

}


.boxdemi{
  background-color: #FFFFFF;
  position: relative;
  display: inline;
  float: left;
  width: 180px;
  margin: 0 0 0 0;
  height: 100%;
  margin-bottom: 0px;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}
.boxdemi > a img,
.boxdemi > img {
  display: block;
}
.boxdemi a {
  color: #000000;
  text-decoration: none;
}
.boxdemi a:hover {
  color: #FF0000;
}


.boxdemi2{
  background-color: #FFFFFF;
  position: relative;
  display: inline;
  float: left;
  width: 179px;
  margin: 0 0 0 0;
  height: 100%;
  margin-bottom: 0px;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}
.boxdemi2 > a img,
.boxdemi2 > img {
  display: block;
}
.boxdemi2 a {
  color: #000000;
  text-decoration: none;
}
.boxdemi2 a:hover {
  color: #FF0000;
}





.boxsondages{
  background: url(/img/joueur-moisv5.jpg) no-repeat left top;
  position: relative;
  display: inline;
  float: left;
  width: 350px;
  padding-left:10px;
  height: 212px;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}

.boxsondages > a img,
.boxsondages > img {
  display: block;
}

.boxsondages  .boxlienjoueurmois {
  position: absolute;
  top: 0px;
  right: 0px;

}

.boxbottom {
  background-color: #FFFFFF;
  position: relative;
  display: inline;
  float: left;
  width: 360px;
  margin: 0 0 0 0;
  height: 100%;
  margin-bottom: 0px;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}

.boxbottom .topRightLink {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 0.9230769230769231em;
  line-height: 1.1666666666666667em;
  margin-bottom: 0;
}
.boxbottom .topRightLink a {
  color: #FF0000;
  text-decoration: none;
  padding-right: 15px;
  background: url(/img/bg-box-top-right-link.png) no-repeat right top;

}

.boxbottom a {
  color: #000000;
  text-decoration: none;
}
.boxbottom a:hover {
  color: #FF0000;
}


.box .bottomContent {
  position: absolute;
  width: 322px;
  bottom: 20px;
  left: 20px;
}
.box .bottomContent .bottomLink {
  padding: 1px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5384615384615385em;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.box .bottomContent .bottomLink a {
  display: block;
  padding: 2px 5px 2px 30px;
  color: #ffffff;
  text-decoration: none;
  background: #FF0000 url(/img/bg-box-bottom-link.png) no-repeat 10px 8px;
}
.box .bottomContent .bottomLink.centered {
  text-align: center;
}
.box .bottomContent .bottomLink.centered a {
  padding: 2px 10px;
  background: #FF0000;
}

.box {
  background-color: #FFFFFF;
  position: relative;
  display: inline;
  float: left;
  width: 360px;
  margin: 0 0 0 0;
  height: 100%;
  margin-bottom: 0px;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}
.box > a img,
.box > img {
  display: block;
}

.box a {
  color: #000000;
  text-decoration: none;
}
.box a:hover {
  color: #FF0000;
}

.boxforum {
  background-color: #FFFFFF;
  position: relative;
  display: inline;
  float: left;
  width: 360px;
  margin: 0 0 0 0;
  height: 100%;
  margin-bottom: 0px;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}
.boxforum > a img,
.boxforum > img {
  display: block;
}

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

.boxforum a:hover {
  color: #FF0000;
}


.boxarticle{
  font-size: 1.2em;
  position: relative;
  display: inline;
  float: left;
  width: 603px;
  margin: 0 0 0 0;
  height: 100%;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
  border-right: 0px solid #000000;
  border-left: 0px solid #000000;
}

.boxarticle > a img,
.boxarticle > img {
  display: block;
}


.boxnews{
  position: relative;
  display: inline;
  float: left;
  width: 441px;
  margin: 0 0 0 0;
  height: 350px;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}

.boxnews a {
  color: #000000;
  text-decoration: none;
}
.boxnews a:hover {
  color: #FF0000;
}

.boxnews .topRightLink {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 0.9230769230769231em;
  line-height: 1.1666666666666667em;
  margin-bottom: 0;
}
.boxnews .topRightLink a {
  color: #FF0000;
  text-decoration: none;
  padding-right: 15px;
  background: url(/img/bg-box-top-right-link.png) no-repeat right top;

}

.box604{
  position: relative;
  display: inline;
  float: left;
  width: 604px;
  margin: 0 0 0 0;
  height: 100%;
  margin-bottom: 0px;
  background-color: #000000;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}

.boxcentre{
  position: relative;
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  height: 100%;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 0px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  border-right: 0px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}


.boxcentreblack{
  position: relative;
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  height: 100%;
  margin-bottom: 0px;
  background-color: #000000;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}

.box300{
  position: relative;
  display: inline;
  float: left;
  width: 321px;
  margin: 0 0 0 0;
  height: 220px;
  margin-bottom: 0px;
  background-color: #000000;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}

.box300b{
  position: relative;
  display: inline;
  float: left;
  width: 300px;
  margin: 0 0 0 0;
  height: 240px;
  margin-bottom: 0px;
  background-color: #ffffff;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}

.box300c{
  position: relative;
  display: inline;
  float: left;
  width: 301px;
  margin: 0 0 0 0;
  height: 210px;
  margin-bottom: 0px;
  background-color: #000000;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}

.box300d{
  position: relative;
  display: inline;
  float: left;
  width: 300px;
  margin: 0 0 0 0;
  height: 210px;
  margin-bottom: 0px;
  background-color: #ffffff;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}

.boxlarge{
  position: relative;
  display: inline;
  float: left;
  width: 482px;
  margin: 0 0 0 0;
  height: 100%;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}



.boxlarge .topRightLink {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 0.9230769230769231em;
  line-height: 1.1666666666666667em;
  margin-bottom: 0;
}
.boxlarge .topRightLink a {
  color: #FF0000;
  text-decoration: none;
  padding-right: 15px;
  background: url(/img/bg-box-top-right-link.png) no-repeat right top;

}


.boxphotos {
  position: relative;
  display: inline;
  float: left;
  width: 360px;
  margin: 0 0 0 0;
  height: 241px;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}
.boxphotos > a img,
.boxphotos > img {
  display: block;
}

.boxphotos .topRightLink {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 0.9230769230769231em;
  line-height: 1.1666666666666667em;
  margin-bottom: 0;
}
.boxphotos .topRightLink a {
  color: #FF0000;
  text-decoration: none;
  padding-right: 15px;
  background: url(/img/bg-box-top-right-link.png) no-repeat right top;
}

.boxeffectif {
  position: relative;
  display: inline;
  float: left;
  width: 360px;
  margin: 0 0 0 0;
  height: 100%;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}
.boxeffectif > a img,
.boxeffectif > img {
  display: block;
}

.boxinsta {
  position: relative;
  display: inline;
  float: left;
  width: 360px;
  margin: 0 0 0 0;
  height: 100%;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}


.box .topRightLink {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 0.9230769230769231em;
  line-height: 1.1666666666666667em;
  margin-bottom: 0;
}
.box .topRightLink a {
  color: #FF0000;
  text-decoration: none;
  padding-right: 15px;
  background: url(/img/bg-box-top-right-link.png) no-repeat right top;
}

.boxreseauxsociaux {
  position: relative;
  display: inline;
  float: left;
  width: 179px;
  margin: 0 0 0 0;
  height: 250px;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 0px solid #000000;
  border-left: 1px solid #000000;
}


.boxTitle {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 9px 0 6px;
  background-color: #232323;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.boxTitle h2 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.3181818181818181em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.boxTitle h2 a {
  color: #FF0000;
  text-decoration: none;
}
.boxTitle h2 a:hover {
  color: #ffffff;
}
.boxTitle.no-border {
  border: none;
}


.tabs {
  display: inline;
  float: left;
  width: 604px;
  margin: 0 0 0 0;
  margin-top: 0;
  margin-bottom: 0;
}
.tabs img {
  display: block;
  width: 100%;
  margin: 0;
}
.tabs ul.nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.tabs ul.nav-tabs:before,
.tabs ul.nav-tabs:after {
  content: "";
  display: table;
}
.tabs ul.nav-tabs:after {
  clear: both;
}
.tabs ul.nav-tabs > li {
  float: left;
  width: 120px;
  background-color: #cdaa5e;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.3636363636363635em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.tabs ul.nav-tabs > li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.tabs ul.nav-tabs > li.active {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
}
.tabs ul.nav-tabs > li.active a,
.tabs ul.nav-tabs > li:hover a {
  color: #4f4d4a;
}
.tabs ul.nav-tabs > li.dropdown {
  position: relative;
}
.tabs ul.nav-tabs > li.dropdown a .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #ffffff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-top: 13px;
  margin-left: 5px;
}
.tabs ul.nav-tabs > li.dropdown a:hover .caret {
  border-top-color: #4f4d4a;
}
.tabs ul.nav-tabs > li.dropdown ul.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  display: none;
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabs ul.nav-tabs > li.dropdown ul.dropdown-menu li {
  width: 120px;
  background-color: #cdaa5e;
  text-align: center;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin-left: -1px;
}
.tabs ul.nav-tabs > li.dropdown ul.dropdown-menu li:first-child {
  border-top: 1px solid #000000;
}
.tabs ul.nav-tabs > li.dropdown ul.dropdown-menu li:last-child {
  border-bottom: 1px solid #000000;
}
.tabs ul.nav-tabs > li.dropdown ul.dropdown-menu li > a {
  display: block;
  clear: both;
  white-space: nowrap;
  color: #ffffff;
}
.tabs ul.nav-tabs > li.dropdown ul.dropdown-menu li.active {
  background-color: #ffffff;
}
.tabs ul.nav-tabs > li.dropdown ul.dropdown-menu li.active a,
.tabs ul.nav-tabs > li.dropdown ul.dropdown-menu li:hover a {
  color: #4f4d4a;
}
.tabs ul.nav-tabs > li.dropdown.open {
  *z-index: 99;
}
.tabs ul.nav-tabs > li.dropdown.open a .caret {
  border-top-color: #4f4d4a;
}
.tabs ul.nav-tabs > li.dropdown.open > ul.dropdown-menu {
  display: block;
}
.tabs ul.nav-tabs > li.dropdown.active a .caret {
  border-top-color: #4f4d4a;
}
.tabs .tab-content .tab-pane {
  display: block;
  width: 602px;
  margin: 0;
  *zoom: 1;
  background: url(img/bg-tab.png) repeat-y left top;
}
.tabs .tab-content .tab-pane:before,
.tabs .tab-content .tab-pane:after {
  content: "";
  display: table;
}
.tabs .tab-content .tab-pane:after {
  clear: both;
}
.tabs .tab-content .tab-pane.hide {
  display: none;
}
.tabs .tab-content .tab-pane.active {
  display: block;
}
.tabs .tab-content .tab-pane h2 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 3.1363636363636362em;
  margin-bottom: 0;
  color: #4f4d4a;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  border-bottom: 1px solid #cdaa5e;
  background: url(img/bg-tab-heading.png) no-repeat center top;
}
.tabs .tab-content .tab-pane h2.margin {
  margin-right: 20px;
  margin-left: 20px;
}
.tabs .tab-content .tab-pane ul {
  list-style: none;
  overflow: hidden;
  margin: 1px 0 0;
  padding: 0;
  *zoom: 1;
}
.tabs .tab-content .tab-pane ul:before,
.tabs .tab-content .tab-pane ul:after {
  content: "";
  display: table;
}
.tabs .tab-content .tab-pane ul:after {
  clear: both;
}
.tabs .tab-content .tab-pane ul li {
  position: relative;
  overflow: hidden;
  display: inline;
  float: left;
  width: 120px;
  margin: 0 1px 0 0;
  height: 69px;
  margin-bottom: 1px;
}
.tabs .tab-content .tab-pane ul li div {
  position: absolute;
}
.tabs .tab-content .tab-pane ul li div.info {
  top: 0;
  left: 0;
}
.tabs .tab-content .tab-pane ul li div.info p {
  float: left;
  font-size: 0.7692307692307693em;
  line-height: 1em;
  margin: 0 1px 1px 0;
  padding: 3px 4px;
  text-transform: uppercase;
  color: #ffffff;
  background: url(img/bg-gol-info.png);
  clear: left;
}
.tabs .tab-content .tab-pane ul li div.info p.risultato {
  color: #000000;
  font-weight: bold;
  background: url(img/bg-gol-risultato.png);
}
.tabs .tab-content .tab-pane ul li div.minuto {
  right: 5px;
  bottom: 5px;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1em;
  color: #ffffff;
}
.tabs .tab-content .tab-pane ul li div.play {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/fake.png) no-repeat 50% 50%;
}
.tabs .tab-content .tab-pane ul li div.play a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.tabs .tab-content .tab-pane ul li.big {
  display: inline;
  float: left;
  width: 241px;
  margin: 0 1px 0 0;
  height: 139px;
  margin-bottom: 1px;
}
.tabs .tab-content .tab-pane ul li.big div.info p {
  clear: none;
}
.tabs .tab-content .tab-pane ul li.big div.play {
  background: url(img/video-play.png) no-repeat 50% 50%;
}
.tabs .tab-content .tab-pane ul li.intervista {
  height: 120px;
  background-color: #e6e1d7;
}
.tabs .tab-content .tab-pane ul li.intervista p {
  font-size: 0.8461538461538461em;
  line-height: 1.2727272727272727em;
  margin-bottom: 0;
  color: #4f4d4a;
  text-transform: uppercase;
  text-align: center;
}
.tabs .tab-content .tab-pane ul li.intervista p:first-child {
  margin-top: 10px;
}
.tabs .tab-content .tab-pane ul li.intervista p a {
  display: block;
  width: 21px;
  height: 34px;
  margin: 6px auto;
  background: url(img/mic.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.tabs .tab-content .tab-pane ul li.empty {
  background-color: #f3f1eb;
}
.tabs .tab-content .tab-pane p.altri {
  display: none;
  font-size: 1.0769230769230769em;
  line-height: 2.857142857142857em;
  margin-bottom: 0;
  text-align: right;
  padding: 0 20px;
}
.tabs .tab-content .tab-pane p.altri a {
  display: block;
  color: #cdaa5e;
  text-decoration: none;
  padding-right: 25px;
  background: url(img/bg-gol-link-open.png) no-repeat right center;
}
.tabs .tab-content .tab-pane p.altri a.close {
  background: url(img/bg-gol-link-close.png) no-repeat right center;
}
.tabs .tab-content .tab-pane table {
  width: 685px;
  margin: 10px 20px 20px;
}
.tabs .tab-content .tab-pane table tbody tr:nth-child(odd) {
  background-color: #f2eee7;
}
.tabs .tab-content .tab-pane table tbody tr th {
  text-align: right;
  white-space: nowrap;
}
.tabs .tab-content .tab-pane table.carriera {
  margin-top: 0;
}
.tabs .tab-content .tab-pane table.carriera thead tr:first-child th:nth-child(n+2) {
  border-left: 1px solid #cdaa5e;
}
.tabs .tab-content .tab-pane table.carriera thead tr:first-child th:nth-child(-n+2) {
  vertical-align: middle;
}
.tabs .tab-content .tab-pane table.carriera thead tr:nth-child(2) th {
  border-left: 1px solid #cdaa5e;
}
.tabs .tab-content .tab-pane table.carriera tbody tr td:first-child {
  border-left: none;
}
.tabs .tab-content .tab-pane table.carriera tbody tr td:nth-child(-n+2) {
  font-weight: normal;
  white-space: nowrap;
}
.tabs .tab-content .tab-pane div.note {
  margin: 0 20px;
  font-size: 0.9230769230769231em;
  line-height: 1.6666666666666667em;
  color: #4f4d4a;
}
.tabs .tab-content .tab-pane div.note dl {
  *zoom: 1;
}
.tabs .tab-content .tab-pane div.note dl:before,
.tabs .tab-content .tab-pane div.note dl:after {
  content: "";
  display: table;
}
.tabs .tab-content .tab-pane div.note dl:after {
  clear: both;
}
.tabs .tab-content .tab-pane div.note dl dt,
.tabs .tab-content .tab-pane div.note dl dd {
  float: left;
}
.tabs .tab-content .tab-pane div.note dl dt {
  width: 20px;
  clear: left;
}
.tabs .tab-content .tab-pane div.note dl dd {
  font-weight: bold;
}

.table {
  width: 100%;
  border-bottom: 1px solid #cdaa5e;
}
.table td,
.table th {
  text-align: center;
  padding: 6px;
}
.table th,
.table td.label {
  font-size: 0.8461538461538461em;
  line-height: 1.0909090909090908em;
  color: #4f4d4a;
  font-weight: normal;
  text-transform: uppercase;
}
.table th {
  vertical-align: bottom;
  border-bottom: 1px solid #cdaa5e;
}
.table td {
  font-size: 0.9230769230769231em;
  line-height: 1em;
  font-weight: bold;
  border-bottom: 1px solid #cdaa5e;
  border-left: 1px solid #cdaa5e;
}
.table td.label {
  text-align: right;
  border: none;
  white-space: nowrap;
  padding-left: 0;
}
.table td.highlight {
  background-color: #e1dccd;
}
.noBottomMargin {
  margin-bottom: 0;
}

/*
*
*	Modal
*
*/
.modal {
  display: none;
}
#simplemodal-overlay {
  background-color: #000;
}
#simplemodal-container {
  width: 320px;
  color: #4f4d4a;
  background-color: #E3DDCD;
  padding: 30px 20px 20px;
}
#simplemodal-container .simplemodal-wrap {
  border-bottom: 1px solid #cdaa5e;
}
#simplemodal-container p.title {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.8461538461538463em;
  line-height: 1em;
  margin-bottom: 0.6666666666666666em;
  color: ##FF0000;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #cdaa5e;
  background: url(img/bg-title-modal.png) no-repeat center bottom;
}
#simplemodal-container p.center {
  text-align: center;
}
#simplemodal-container form {
  *zoom: 1;
}
#simplemodal-container form:before,
#simplemodal-container form:after {
  content: "";
  display: table;
}
#simplemodal-container form:after {
  clear: both;
}
#simplemodal-container form p {
  padding: 0 40px;
}
#simplemodal-container form p label {
  display: block;
  font-size: 0.8461538461538461em;
  line-height: 1.4545454545454546em;
  text-transform: uppercase;
}
#simplemodal-container form p.text input {
  font-size: 1.5em;
  line-height: 2em;
  color: #4f4d4a;
  width: 218px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #cdaa5e;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-color: #f5f5f5;
}
#simplemodal-container form p.button input {
  width: 100px;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.2727272727272727em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 70px;
  border: none;
  background-color: #cdaa5e;
}
#simplemodal-container a {
  color: #cdaa5e;
}
#simplemodal-container a.modalCloseImg {
  background: url(img/modal-close.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
/*
*
*	Forms
*
*/
form.stdForm {
  padding: 20px 20px 0;
  color: #4f4d4a;
  *zoom: 1;
}
form.stdForm:before,
form.stdForm:after {
  content: "";
  display: table;
}
form.stdForm:after {
  clear: both;
}
form.stdForm p {
  float: left;
  margin-bottom: 20px;
}
form.stdForm p.clear {
  clear: left;
}
form.stdForm p.marginRight {
  margin-right: 30px;
}
form.stdForm p.noBottomMargin {
  margin-bottom: 0;
}
form.stdForm p label {
  display: block;
  font-size: 1.5em;
  line-height: 1.4545454545454546em;
  color: #4f4d4a;
  text-transform: uppercase;
}
form.stdForm p.text input {
  font-size: 1.5em;
  line-height: 2em;
  color: #4f4d4a;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #cdaa5e;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-color: #f5f5f5;
}
form.stdForm p.text input.full {
  width: 300px;
}
form.stdForm p.text input.half {
  width: 120px;
}
form.stdForm p.text input.min {
  width: 27px;
}
form.stdForm p.check label {
  font-size: 0.9230769230769231em;
  line-height: 1.3333333333333333em;
  text-transform: none;
  padding-left: 20px;
}
form.stdForm p.check input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}
form.stdForm p.check input + label {
  background: url('../images/checkbox.png') no-repeat left 1px;
}
form.stdForm p.check input:checked + label {
  background: url('../images/checkbox-checked.png') no-repeat left 1px;
}
form.stdForm p.radio label {
  font-size: 0.9230769230769231em;
  line-height: 1.3333333333333333em;
  text-transform: none;
  padding-left: 20px;
}
form.stdForm p.radio input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}
form.stdForm p.radio input + label {
  background: url('../images/radio.png') no-repeat left top;
}
form.stdForm p.radio input:checked + label {
  background: url('../images/radio-checked.png') no-repeat left top;
}
form.stdForm p.select select {
  display: inline-block;
  font-size: 2em;
  line-height: 2em;
  color: #4f4d4a;
  height: 28px;
  padding: 5px 6px;
  vertical-align: middle;
  border: 1px solid #cdaa5e;
  background-color: #f5f5f5;
}
form.stdForm p.button input {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.2727272727272727em;
  color: #ffffff;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  background-color: #cdaa5e;
}
	
#pepsia_player {
width: 500px !important;
} 
