﻿@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	background-color:#020202;
	color:#fff;
}

a {
	color:#76982E;
}

p {
	margin-bottom:1em;
}

hr {
	height:2px;
	background-image:url(../../images/interface/hr.gif);
	background-position:top;
	border:0;
	margin-bottom:1em;
}

h1 {
	font-size:2.2em;
	font-style:italic;
	font-weight:normal;
	margin-bottom:0.5em;
	background-image:url(../../images/interface/hr.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:0.2em;
}

h2 {
	font-size:1.6em;
	font-style:italic;
	font-weight:normal;
	margin-bottom:1em;
	background-image:url(../../images/interface/hr.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:0.2em;
}

h3 {
	font-size:1.2em;
	font-style:italic;
	font-weight:bold;
	margin-bottom:1em;
}

.imgBorderLeft {
	float:left;
	margin:0 1em 1em 0;
	background-color:#fff;
	padding:0.5em;
}

.imgBorderRight {
	float:right;
	margin:0 0 1em 1em;
	background-color:#fff;
	padding:0.5em;
}

.imgLeft {
	float:left;
	margin:0 1em 1em 0;
}

.imgRight {
	float:right;
	margin:0 0 1em 1em;
}

.p10 {
	font-size:10px;
}

.p12 {
	font-size:12px;
}

.p14 {
	font-size:14px;
}

.p16 {
	font-size:16px;
}

.p18 {
	font-size:18px;
}

.p20 {
	font-size:20px;
}

.p22 {
	font-size:22px;
}

.jaune {
	color:#faef37;
}

.score {
	color:#faef37;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
}

.record {
	color:red;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
}

ul {
}

li {
	margin-left:30px;
	margin-bottom:0.4em;
}

#top {
	height:388px;
	background-image:url(../../images/interface/top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#menuBanner {
	height:36px;
	background-image:url(../../images/interface/menu-band.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

/*==== menu ====*/

#menu {
	width:995px;
	margin-left:auto;
	margin-right:auto;
	line-height:35px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu li {
	margin:0;
	padding:0;
}

#menu a {
	display:block;
	padding:0px 20px 0px 20px;
	text-decoration:none;
	font-size:16px;
	color:#fff;
	float:left;
	border-right:1px solid #788650;
	border-left:1px solid #2c3611;
}

#menu a:hover {
	color:#faef37;
	background-color:#37411c;
}

#menu a.selected {
	color:#faef37;
	background-color:#37411c;
}

/*====*/

#content {
	background-image:url(../../images/interface/content-bg.jpg);
	background-repeat:repeat-x;
	min-height:400px;
}

#footer {
	height:28px;
	background-image:url(../../images/interface/footer.jpg);
	line-height:28px;
}

.holder {
	width:995px;
	margin-left:auto;
	margin-right:auto;
}

#footer .holder {
	text-align:right;
	font-size:0.8em;
}

.contentBox {
	padding:2em;
}

.clear {
	clear:both;
}

#photosGallery {
	width:830px;
	margin-left:auto;
	margin-right:auto;
}

#photosGallery img {
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	border:3px solid #fff;
}

#photosGallery img:hover {
	border-color:#faef37;
}

#textGagnant {
	width:595px;
	float:right;
}

.winnerCol {
	float:left;
	margin-left:130px;
	margin-bottom:35px;
	width:300px;
}
