

body {
	margin : 0;
	padding : 0;

	background-image : url(../images/fond.jpg);
	background-position : top center;
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-color : #000;

}

#page {
	position : relative;
	margin : auto;
	width : 992px;
}

#recherche {
	position : absolute;
	right : 40px;
	top : 328px;
	
	height: 24px;
	width: 149px;
	
	padding-right: 10px;
	padding-top: 3px;
	
	background-image: url(/images/boite-recherche.gif);
	background-repeat: no-repeat;
	margin-bottom: 35px;
	
	padding-left : 35px;
}

#recherche form {
	padding : 0;
	margin : 0;
}

#recherche input {
	border: 0;
}

#liens-rapides {
	position: relative;

	top: 43px;
	padding-bottom: 23px;
	padding-right: 40px;

	float: right;
	width: 164px;
	
	text-align: right;
}

#liens-rapides img {
	border: 0;
	
	/*padding-right: 10px;*/
}

#liens-rapides div {
	margin-bottom: 25px;
}




h1.titre-accueil {
	padding-top: 60px !important;
}

/*--------------------------------------------------------------------
/* ENTETE
/**/

#entete {
	height : 320px;
}

#entete #logo {
	position : absolute;
	top : 20px;
	left : 35px;
}

#entete #logo img {
	border : 0;
}

#saison {
	width : 236px;
	height : 93px;

	position : absolute;
	left : 720px;
	top : 110px;
}

.saison2009_2010 {
	background-image : url(../images/saison_2009_2010.png);
}

.saison2010_2011 {
	background-image : url(../images/saison_2010_2011.png);
}

.saison2011_2012 {
	background-image : url(../images/saison_2011_2012.png);
}


/*--------------------------------------------------------------------
/* MENU HAUT
/**/

#menu_haut {
	position : absolute;
	top : 225px;
	right : 40px;
}

#menu_haut ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
}

#menu_haut ul li {
	float : left;
}

#menu_haut ul li a {
	display : block;
	padding : 0 10px;
	color : #fff;
	text-decoration : none;
}

#menu_haut ul li a:hover {
	text-decoration : underline;
}


/*--------------------------------------------------------------------
/* MENU
/**/

#menu {
	position : absolute;
	top : 260px;
	left : 0;

	width : 977px;
	padding-left : 15px;
	padding-top : 7px;
	padding-bottom : 7px;

	background-color : #000;


}

#menu ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
}

/*#menu ul li {
	float : left;
}

#menu ul li a {
	display : block;
	padding : 10px 25px;
	color : #fff;
	text-decoration : none;

	font-size : 16px;
	font-weight : bold;
}

#menu ul li a:hover,
#menu ul li a.actif {
	background-color : #222;
}*/

#menu ul li {
	float : left;

	margin-left : 18px;
	margin-right : 18px;
}

#menu ul li a {
	display : block;
	padding : 5px 7px;
	color : #fff;
	text-decoration : none;

	font-size : 16px;
	line-height : 16px;
	font-weight : bold;
}

#menu ul li:hover,
#menu ul li.actif {
	/*background-image : url(../images/menu-fond-droite.gif);
	background-repeat : no-repeat;
	background-position : top right;*/
}

#menu ul li a:hover,
#menu ul li.actif a {
/*
	background-image : url(../images/menu-fond-gauche.gif);
	background-repeat : no-repeat;*/
	background-color: #c32020;
}


/*--------------------------------------------------------------------
/* PRINCIPAL
/**/

#principal {
	background-image : url(../images/principal-fond.png);
	background-repeat : repeat-y;
}

.pageAccueil #principal {
	background-image : url(../images/principal-accueil-fond.png);
}


/*--------------------------------------------------------------------
/* COLONNE GAUCHE
/**/

#colonne_gauche {
	width : 245px;
	
	float : left;
}

#menu_secondaire {
	padding-top : 30px;
}

#menu_secondaire ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
}

#menu_secondaire ul li {

}

#menu_secondaire ul li a {
	display : block;

	padding : 10px 20px;

	color : #fff;
	text-decoration : none;
}

#menu_secondaire ul li a:hover {
	text-decoration : underline;

}

#menu_secondaire ul li a.actif {
	background-color : #000;
	font-weight : bold;
}


/*--------------------------------------------------------------------
/* COLONNE DROITE
/**/

#colonne_droite {
	width : 720px;

	padding-top : 20px;

	margin-left : 272px;
	/*float : right;*/
}

#colonne_droite #fil {
	padding-top : 0.5em;
	margin-bottom : 0.5em;
	padding-left : 40px;
	padding-right : 40px;
}

#colonne_droite h1 {

	background-color : #000;
	color : #fff;

	padding-top : 8px;
	padding-bottom : 8px;
	padding-left : 40px;
	padding-right : 40px;

	margin-bottom : 0.5em;
}

#colonne_droite .contenu {
	padding-left : 40px;
	padding-right : 40px;
}


/*--------------------------------------------------------------------
/* CONTENU
/**/

#contenu {
	padding-left : 40px;
	padding-right : 40px;

	min-height : 300px;

	padding-bottom : 1em;
}

* html #contenu {
	height : 300px;
}

.contenu {
	margin-bottom: 25px;
}

#bas-contenu {
	height: 25px;
	padding-right: 25px;

}

#bouton-partager  {
	width: 75px;
	float: right;

}

#haut-de-page {
	width: 100px;
	float: right;
}


/*--------------------------------------------------------------------
/* PIED
/**/

#pied {
	padding-top : 1em;
	padding-bottom : 1em;

	height : 1em;

	font-size : 0.85em;

	color : #fff;
}

#pied a {
	color : #fff;
}

#pied #copyright {
	float : left;
}

#pied #conception {
	float : right;
}


/*--------------------------------------------------------------------
/* PARTENAIRES
/**/

#partenaires {
	border-top : 3px solid #000;
	padding-top : 1em;
	padding-bottom : 1em;

	padding-left : 10px;
	padding-right : 10px;
}

#partenaires table {
	width : 100%;
}

#partenaires table td {
	vertical-align : middle;
	text-align : center;
}

#partenaires img {
	border: 0;
}


/*-------------------------------------------------------------------
/* PROGRAMMATION
/**/

#contenu h2.avecLignes,
.contenu h2.avecLignes {
	border-top: 1px dotted #c32020;
	border-bottom: 1px dotted #c32020;
}

.programmation h3 {
	padding: 0 !important;
	margin: 0 !important;
}

.programmation .programme {
	margin-top: 15px;
}

.programmation  img {
	/*margin-bottom: 10px;*/
	padding: 2px;
	border: 0;
	/*border: 1px solid #b70100;*/
}

.programme img {
  margin-right: 10px;
  border: 0;
}

/*---------------------------------------------------------------------
/* PROGRAMMATION ACCUEIL
/**/

#programmation_accueil h3 {
	padding: 0 !important;
	margin: 0 !important;
}

#programmation_accueil .programme {
	margin-top: 15px;
}

#programmation_accueil .programmation-gauche {
	width: 285px;
	padding-right: 20px;
	float: left;
	border-right: 1px solid #b70100;
}

#programmation_accueil .programmation-droit {
	width: 285px;
	padding-left: 20px;
	float: right;
}




/*--------------------------------------------------------------------
/* ALBUM PHOTOS
/**/

.photo_album {
	width: 200px;
	height: 190px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	
}

.albumDroite {
	width: 200px;
	padding-right: 20px;
	padding-left: 20px;
	height : 235px;
	float: right;
	text-align: center;
}

.albumGauche {
	width: 200px;
	padding-right: 20px;
	padding-left: 20px;
	height : 235px;
	float: left;
	text-align: center;
}



/*--------------------------------------------------------------------
/* PLAYER VIDEO
/**/

#player {
	/*border : 2px solid #b70100;
	padding : 1px;*/
	
	/*background-color : #b70100;*/
	/*border : 1px solid #000;
	padding : 5px;*/
	
	margin : auto;
}