
/*--- font-face ---*/

@font-face {
	font-family: 'Tasse';
	src: url('../font/tasse-regularwide-webfont.eot');
	src: local('☺'), url('../font/tasse-regularwide-webfont.woff') format('woff'), url('../font/tasse-regularwide-webfont.ttf') format('truetype'), url('../font/tasse-regularwide-webfont.svg#webfontMJUXFXO0') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AGBook-stencil';
	src: url('../font/agbook-stencil-webfont.eot');
	src: local('☺'), url('../font/agbook-stencil-webfont.woff') format('woff'), url('../font/agbook-stencil-webfont.ttf') format('truetype'), url('../font/agbook-stencil-webfont.svg#webfont8NZGh1JZ') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*--- body ---*/

body {
	font: 13px/1.3em "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: #6E174D;
	color: #fff;
}

/*---- table ---*/

table {
	width: 100%;
}

thead {
	font-size: 1.5em;
	color: #942B6A;
	text-align: left;
	text-indent: 5px;
}

table tr td,
table tr th {
	border-bottom: 1px solid #942B6A;
}

table td {
	padding: 5px;
}

/*--- paragraphes ---*/

p {
	margin-bottom: 10px;
}

h1 {
	font: 3em "AGBook-stencil", "Helvetica Neue", Arial, sans-serif;
	color: #FED834;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h2 {
	font: 2em "AGBook-stencil", "Helvetica Neue", Arial, sans-serif;
	color: #FED834;
	margin-bottom: 10px;
}

h3 {
	font: 1.6em "AGBook-stencil", "Helvetica Neue", Arial, sans-serif;
	color: #FED834;
	margin-bottom: 5px;
}

h2 span.small {
	color: #942B6A;
	font: normal 0.5em "Helvetica Neue", Arial, sans-serif;
}

h1 span.small {
	color: #942B6A;
	font: normal 0.35em "Helvetica Neue", Arial, sans-serif;
	text-transform: none;
}

h3 {
	margin-bottom: 20px;
}

.small {
	font-size: 0.85em;
}

a {
	color: #FED834;
}


/*--- placement ---*/

.clearer {
	clear: both;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

.nomarginleft {
	margin-left: 0;
}

.nomarginright {
	margin-right: 0;
}

/*--- couleur ---*/

.bg_black_7 {
	background: rgba(0,0,0,0.7);
}

.c_jaune {
	color: #FED834;
}

/*--- superwrapper ---*/

#superwrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	background: url('../images/bg/bg_body.png') repeat-x 0 90px;
	overflow-x: hidden;
}

#main #superwrapper {
	background: url("../images/bg/bg_body_main.png") no-repeat 50% 90px;
}


/*--- header ---*/

#header {
	width: 960px;
	margin: 0 auto;
	height: 131px;
}

#header h1 {
	float: left;
	margin-bottom: 0;
	position: relative;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	background: url('../images/logo/logo.png') no-repeat;
	width: 188px;
	height: 192px;
	z-index: 99999;
	top: -31px;
	left: 0px;
	position: absolute;
}

#navtop li {
	float: left;
	display: inline;
	margin: 0 15px 0 0;
	height: 50px;
	padding: 0 5px;
}

#navtop li a {
	margin-top: 5px;
	display: block;
	height: 30px;
	font: 1.7em "Tasse";
	color: #fff;
	text-decoration: none;
}

#navtop li a:hover {
	color: #929292;
}

#navtop li.active {
	background: #FED834;
	
}

#navtop li.active a {
	color: #6E174D;
}

#btn_actualite ul li {
	float: left;
	display: inline;
	margin: 0 2px;
	padding: 0;
	height: 10px;
}

#btn_actualite li a {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	margin: 0;
	background: url('../images/btn/btn_control_list_actu.png') no-repeat;
}

#btn_actualite.active {
	width: 100px;
}

#btn_actualite li a:hover,
#btn_actualite li a.active {
	background-position: -14px 0;
	cursor: pointer;
}

#header #form_recherche {
	margin-left: 20px;
	margin-right: 0;
	padding: 7px 28px 0 0;
	height: 28px;
	margin-top: 5px;
	background: url('../images/bg/bg_header_search.png') no-repeat right 0;
}

#header #form_recherche input {
	color: #929292;
	border: none;
	padding: 4px;
	float: left;
	width: 150px;
}

#header #form_recherche button {
	border: none;
	background: none;
	font: 1.4em "Tasse";
	color: #fff;
	cursor: pointer;
	float: left;
	padding: 0 5px;
	margin: 0;
}

#header #form_recherche button:hover,
#nav_1 li a:hover {
	color: #BFBFBF;
}

/*nav*/

#nav {
	float: right;
	margin: 18px 10px 0 0;
	position: relative;
	z-index: 99999;
}

#nav li.navprem {
	float: left;
	display: inline;
	margin-top: 5px;
}

#nav li.navprem a {
	display: block;
	height: 30px;
	font: 1.7em "Tasse";
	color: #FED834;
	padding: 5px 20px 0 20px;
	text-decoration: none;
}

#nav li.navprem.active a,
#nav li.navprem.hover a,
#nav li.navprem a:hover {
	background: #FED834;
	color: #6E174D;
}

#nav li.navprem.active li a,
#nav li.navprem.hover li a {
	background: none;
	color: #FFF;
}

#nav li ul {
	position: absolute;
	height: 35px;
	display: none;
	border-top: 1px solid #FED834;
	z-index: 9999;
}

#nav li ul li {
	margin: 0 2px;
	float: left; 
	display: inline;
}

#nav li.navprem ul li a {
	font-size: 1.2em;
	color: #fff;
	background: none;
	display: block;
	height: 19px;
	padding: 5px 8px;
	margin: 3px 0 0 0;
}

#nav li.navprem ul li a:hover,
#nav li.navprem ul li a.active {
	color: #FED834;
	background: none;
}

#nav li #nav_1 {
	width: 208px;
	left: -55px;
}

#nav li #nav_2 {
	width: 585px;
	left: -105px;
}

#nav li #nav_3 {
	width: 950px;
	left: -282px;
}

#nav li #nav_3 li {
	margin: 0 1px;
}

#nav li #nav_4 {
	width: 376px;
	left: 205px;
}

#nav li #nav_5 {
	width: 587px;
	left: 87px;
}

/*--- PUB ---*/

#pub {
	background: #000;
	height: 90px;
}

#pub-in {
	width: 728px;
	margin: 0 auto;
}

/*--- content ---*/

#global #contener {
	background: #38102A url('../images/bg/bg_content.png') repeat-x;
	padding: 20px 0;
}

#content {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#contentin {
	width: 600px;
}

#contentin_2 {
	width: 730px;
}

#contentin img,
#allactu img,
#effectif img,
#contentin_2 img {
	padding: 3px;
	border: 1px solid #942B6A;
	margin: 0 10px 10px 10px;
	background: #1F0615;
}

strong {
	color: #FED834;
}

/* NAV LEFT */

#navleft {
	width: 200px;
	z-index: 99999;
	position: relative;
	margin-right: 30px;
}

#navleft a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 20px;
	text-indent: 22px;
	font: 1.4em "Tasse", "Helvetica Neue", Helvetica, sans-serif;
}

#navleft a:hover {
	color: #FED834;
}

#navleft li.active a {
	background: url('../images/bg/bg_marqueur_jaune.png') no-repeat 0 1px;
	color: #FED834;
}

/*--- footer ---*/


#footer {
	background: #942B6A url('../images/bg/bg_footer.png') repeat-x 0 bottom;
	border-top: 1px solid #AF4C8A;
}

#footerin {
	width: 960px;
	margin: 0 auto;
	color: #400029;
}

#footer .fleft {
	margin-right: 40px;
	margin-left: 3px;
	position: relative;
	z-index: 9999;
}

#footer a {
	color: #400029;
	text-decoration: none;	
}

#footer a:hover {
	color: #DFC3D1;
}

#footer .fright {
	text-align: right;
	color: #400029;
	font-size: 0.85em;
	margin-right: 3px;
}

#footer #triptik {
	z-index: 9999;
	position: relative;
}

#footer #triptik li {
	float: left;
	display: inline;
	height: 120px;
	margin: 4px 3px 15px 3px;
	padding: 0 0 5px 0;
}

#footer #triptik li.triptik_2 {
	width: 160px;
}

#footer #triptik li.triptik_1 {
	width: 295px;
}

#footer #triptik li h3 {
	font: 1.7em "Tasse", Helvetica, sans-serif;
	color: #fff;
	margin-bottom: 5px;
	height: 30px;
	text-indent: 15px;
	line-height: 30px;
}

#footer #triptik li a {
	font: 1.7em "Tasse", Helvetica, sans-serif;
	color: #B47693;
	padding-left: 20px;
	display: block;
	margin: 0;
}

#footer #triptik li a:hover {
	color: #414042;
}

#footer #triptik li:hover {
	background:transparent;
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#100000000,endColorstr=#100000000);
   zoom: 1;
}

html>body #footer #triptik li:hover {
	background: #FED834;
}

#footer #triptik li:hover h3,
#footer #triptik li#next_match:hover h3 {
	background: url('../images/bg/bg_triptik.png') no-repeat;
	color: #FED834;
}

#footer #triptik li p.small {
	font: italic 1em "Helvetica Neue", Arial, sans-serif;
	color: #6E174D;
	text-indent: 30px;
}

#btn_facebook {
	float: left;
	display: block;
	background: url('../images/btn/btn_facebook.png') no-repeat;
	width: 134px;
	height: 53px;
	text-indent: -9999px;
	margin: 15px 0 0 100px;
}

#hand_show {
	width: 180px !important;
	padding: 0 !important;
	height: 125px !important;
}

body #hand_show a {
	display: block;
	width: 180px;
	height: 125px;
	background: url('../../media/illustration/hand_show.png');
	text-indent: -9999px;
	padding: 0 !important;
}

body #hand_show a:hover {
	background-position: 0 -125px;
}


/*--- next match ---*/

#footer #triptik li#next_match {
	background:transparent;
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#100000000,endColorstr=#100000000);
   zoom: 1;
}

#footer #triptik li#next_match {
	width: 180px;
	background: #FED834;
}

#footer #triptik li#next_match h3 {
	color: #942B6A;
	text-transform: uppercase;
	margin: 0;
	text-indent: 0;
	text-align: center;
}

#footer #triptik li#next_match p {
	color: #942B6A;
	font-size: 0.9em;
	text-align: center;
	margin: 0;
}

#contener_logo {
	margin: 5px 0;
	height: 47px;
}

#footer #triptik li#next_match span {
	font-weight: bold;
	display: block;
	float: left;
	margin-top: 15px;
}

#footer #triptik .logo_club {
	display: block;
	background: #fff;
	width: 40px;
	height: 40px;
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
	margin: 0 18px;
	float: left;
}


/*--- last score ---*/

#footer #triptik li#last_score {
	width: 180px;
}

#footer #triptik li#last_score h3 {
	color: #FED834;
	text-transform: uppercase;
	margin: 0;
	text-indent: 0;
	text-align: center;
}

#footer #triptik li#last_score p {
	color: #FED834;
	font-size: 0.9em;
	text-align: center;
	margin: 0;
}

#footer #triptik li#last_score #result {
	text-align: center;
	font: 2.6em "AGBook-stencil", "Helvetica Neue", Arial, sans-serif;
	color: #FED834;
	width: 110px;
	margin: 15px auto 0 auto;
	background: #942B6A;
	border: 2px solid #FED834;
}

#footer #triptik li#last_score:hover h3 {
	background: none;
	color: #942B6A;
}

#footer #triptik li#last_score:hover #result {
	border: 2px solid #470F33;
}

#footer #triptik li#last_score:hover p {
	color: #942B6A;
}

#partenaire {
	padding-top: 30px;
	height: 50px;
	background: url('../images/bg/bg_footer_big.png') repeat-x;
	margin: 0 auto;
}

#partenaire ul {
	background: url('../images/bg/bg_partenaire.png') no-repeat;
	width: 930px;
	height: 39px;
	margin: 0 auto;
}

#partenaire ul li {
	height: 39px;
	float: left;
	display: inline;
}

#partenaire ul li a {
	display: block;
	height: 100%;
	text-indent: -9999px;
}

#partenaire ul li#p_1 a {
	width: 122px;	
}
#partenaire ul li#p_2 a {
	width: 76px;	
}
#partenaire ul li#p_3 a {
	width: 49px;	
}
#partenaire ul li#p_4 a {
	width: 53px;	
}
#partenaire ul li#p_5 a {
	width: 58px;	
}
#partenaire ul li#p_6 a {
	width: 79px;	
}
#partenaire ul li#p_7 a {
	width: 55px;	
}
#partenaire ul li#p_8 a {
	width: 66px;	
}
#partenaire ul li#p_9 a {
	width: 37px;	
}
#partenaire ul li#p_10 a {
	width: 30px;	
}
#partenaire ul li#p_11 a {
	width: 61px;	
}
#partenaire ul li#p_12 a {
	width: 65px;	
}
#partenaire ul li#p_13 a {
	width: 75px;	
}
#partenaire ul li#p_14 a {
	width: 53px;	
}
#partenaire ul li#p_15 a {
	width: 53px;	
}
#partenaire ul li#p_16 a {
	width: 95px;	
}
/*--- btn navigation ---*/

.btn_next,
.btn_previous {
	height: 149px;
	width: 131px;
	background: url('../images/btn/btn_control_actu.png') no-repeat;
	text-indent: -9999px;
	z-index: 9999;
	display: block;
	position: relative;
}

.btn_next {
	background-position: right 0;
}

.btn_next:hover {
	background-position: right -174px;
}

.btn_previous {
	background-position: left 0;
}

.btn_previous:hover {
	background-position: left -174px;
}

/*--- mybox ---*/

#mybox {
	position: absolute;
	z-index: 99990;
	width: 100%;
	height: 100%;
}

#mybox_contener {
	position: absolute;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid #fff;
	border-bottom: 2px solid #fff;
	-moz-box-shadow: 0 0 40px #000;
	-webkit-box-shadow: 0 0 40px #000;
	box-shadow: 0 0 40px #000;
	z-index: 99993;
	background: #fff;
}

#mybox_close {
	width: 53px;
	height: 53px;
	position: absolute;
	right: -25px;
	top: -25px;
	background: url('../images/btn/mybox_close.png') no-repeat;
	z-index: 99994;
	cursor: pointer;
}

#mybox_content {
	position: relative;
	z-index: 99993;
}

#mybox_relative {
	position: relative;
}

#mybox_loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	background: #fff url('../images/bg/ajax-loader.gif') no-repeat;
	z-index: 99992;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#mybox_background {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
}


/*--- pagination ---*/

.pagination {
	font: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	margin:10px;
	padding:10px;
}

.pagination .courante {
	background: #FED834;
	color: #6E174D;
	margin-left: 5px;
	padding: 3px 7px;
	text-decoration: none;
}

.pagination .desactive {
	color: #942B6A;
	margin-left: 5px;
	padding: 3px 7px;
	text-decoration: none;
}

.pagination a {
	margin-left:5px;
	padding: 3px 7px;
	text-decoration:none;
	background: #6E174D;
	color: #fff;
}

.pagination a:hover {
	background: #FED834;
	color: #6E174D;
}






