
* {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
}
img {
  border: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul, ol {
  list-style-type: none;
}
body {
  text-align: center; /* Hack pour IE, permet de centrer le site horizontalement */
}


.conteneur-header 
{
	width: 100%;
	background-color: #003322;
	position: relative;
	z-index: 1;
}
.header 
{
  position: relative;
  width: 1280px; 
  margin-left: auto; 
  margin-right: auto; 
  height: 240px;
  background: url(/Images/header.jpg) no-repeat;
  z-index: 2;
}
.conteneur-contenu {
  width: 100%; 
  background: url(/Images/degrade.jpg) repeat-x bottom;
  float: left;
}
.contenu {
  width: 1280px;
  margin-left: auto; 
  margin-right: auto; 
  text-align: left;

}
.content {
  width: 871px;
   padding: 16px 0 200px 409px;
  text-align: left;
  float: left;
  display: inline;
   position: relative;
  min-height: 500px;
  z-index: 50;

}
.contenu .milieu {
  width: 506px;
  position: relative;
  float: left;
}
.contenu .col-droite {
  position: relative;
  float: left;
  padding-top: 12px;
}
.conteneur-footer 
{
	clear: both;
	width: 100%;
	background-color: #003322;
}
.footer {
  clear: both;
  width: 1280px; 
  margin-left: auto; 
  margin-right: auto; 
  height: 49px;
  background-color: #002f1d;
  text-align: center;
}

/* Admin : Tricks And Tips */
.tipsAndTricks ul 
{
	position: absolute;
	top: -8px;
	left: 20px;
}
.tipsAndTricks ul li
{
	float: left;
	position: relative;
}
#seasonTooltip,
#tipsTooltip 
{
	display: none;
	position: absolute;
	width: 100px;
	top: 35px;
	left: 13px;
	color: #613188;
}
.tipsAndTricks ul li a
{
	display: block;
	width: 33px;
	height: 31px;
	text-decoration: none;
}
.tipsAndTricks ul li a.admLinkLMenu1 
{
	background: url(/images/menu-tipsntricks.gif) no-repeat -33px 0;
}
.tipsAndTricks ul li a.admLinkLMenu2
{
	background: url(/images/menu-tipsntricks.gif) no-repeat 0 0;
}
.tipsAndTricks ul li a.admLinkLMenu1:hover, 
.tipsAndTricks ul li.actif a.admLinkLMenu1
{
	background: url(/images/menu-tipsntricks.gif) no-repeat -33px -31px;
}
.tipsAndTricks ul li a.admLinkLMenu2:hover,
.tipsAndTricks ul li.actif a.admLinkLMenu2
{
	background: url(/images/menu-tipsntricks.gif) no-repeat 0 -31px;
}

.tipsAndTricks ul li a span
{
	display: none;
	position: absolute;
	width: 100px;
	top: 35px;
	left: 13px;
	color: #613188;
}

.tipsAndTricks ul li a:hover span
{
	display: block;
}

.tipsAndTricks .labelled 
{
	padding: 5px 0;
}

.admTipsAndTricksPanel
{
	background-color:#f2f2f2;
	margin-right:10px;
}
.tipsAndTricks .uploadFileTips 
{
	position: relative;
}
.tipsAndTricks .uploadFileTips span
{
	position: absolute;
	top: 22px;
	left: 0px;
}
.tipsAndTricks .preRender 
{
	padding: 5px 0;
}
.admTipsAndTricksSection
{
	padding-top:10px;
	padding-bottom:20px;
}
.admTipsAndTricksType
{
	color:Blue;
}
.admTipsAndTrickIntro
{
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #613188;
}
.tipsAndTricks .subForm 
{
	margin-top: 10px;
}

.tipsAndTricks .statusMessage
{
	text-align:center;
}