/****************************************************************
* CSS Hockey L'Ancienne-Lorette
* Design by : Gaëtan Vallières
* CSS created by : Steve Perron
* August 18th, 2007
* www.kazarcreation.com
*****************************************************************/
@import url(reset-meyer.css);

body {
	background:#000;
	padding-bottom:20px;
	font:10px Arial, Helvetica, sans-serif;
	padding-top:10px;
}

strong {
	font-weight:bold;
}

.clear {
	clear:both;
}

#wrapper {
	margin:0 auto;
	width:980px;
	background:#000;
	/*margin-top:20px;
	padding:0 17px;*/
}

/********************************************************************
* En-tête
*********************************************************************/
#header {
	background:url(../images/header-background.gif) no-repeat top left;
	position:relative;
	height:165px;
}

h1 {
	background:url(../images/titre-hal.gif) no-repeat top left;
	width:404px;
	height:95px;
	font:10px Arial, Helvetica, sans-serif;
	text-indent:-9999px;
	position:absolute;
	top:33px;
	left:148px;
}

#header img {
	border:none;
	position:absolute;
	top:3px;
	left:35px;
}

#header ul {
	position:absolute;
	top:2px;
	right:15px;
	background:none;
}

#header ul li {
	background:url(../images/enveloppe.gif) no-repeat 0 1px;
	padding-left:20px;		
}	

#header ul li a:link, #header ul li a:visited, #header ul li a:hover, #header ul li a:active {
	color:#fff;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
} 

/***************************************************************************
* Navigation principale 
***************************************************************************/
#navigation {
	width:980px;
	height:18px;
	background:url(../images/navigation-background.gif) no-repeat top left;
	text-align:center;
	padding:10px 0;
}

#navigation li {
	display:inline;
	background:url(../images/navigation-separateur.gif) no-repeat 0 2px;
}

#navigation li:first-child {
	background:none;
}

#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
	padding:10px 31px;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}

#section-accueil #accueil a:link, #section-accueil #accueil a:visited, #section-accueil #accueil a:hover, #section-accueil #accueil a:active,
#section-entraineurs #entraineurs a:link, #section-entraineurs #entraineurs a:visited, #section-entraineurs #entraineurs a:hover, #section-entraineurs #entraineurs a:active, #section-liens #liens a:link, #section-liens #liens a:visited, #section-liens #liens a:hover, #section-liens #liens a:active,
#section-organisation #organisation a:link, #section-organisation #organisation a:visited, #section-organisation #organisation a:hover, #section-organisation #organisation a:active {
	background:url(../images/navigation-hover-mini.gif) no-repeat 50% 100%;
	color:#ffae00;
}

#section-equipes #equipes a:link, #section-equipes #equipes a:visited, #section-equipes #equipes a:hover, #section-equipes #equipes a:active,
#section-gerants #gerants a:link, #section-gerants #gerants a:visited, #section-gerants #gerants a:hover, #section-gerants #gerants a:active {
	background:url(../images/navigation-hover-equipes.gif) no-repeat 50% 100%;
	color:#ffae00;	
}

#section-politiques #politiques a:link, #section-politiques #politiques a:visited, #section-politiques #politiques a:hover, #section-politiques #politiques a:active {
	background:url(../images/navigation-hover.gif) no-repeat 50% 100%;
	color:#ffae00;
}

/***************************************************************************
* Navigation secondaire 
***************************************************************************/
#content-wrapper-section .sub-navigation {
	float:left;
	width:169px;
	margin-left:9px;
	margin-top:9px;
	
}

.sub-navigation h2 {
	font:10px Arial, Helvetica, sans-serif;
	height:35px;
	text-indent:-9999px;
	margin-bottom:2px;
}

.sub-navigation h2.equipes {
	background:url(../images/title-equipes.gif) no-repeat top left;
}

.sub-navigation h2.gerants {
	background:url(../images/title-gerants.gif) no-repeat top left;
}

.sub-navigation h2.entraineurs {
	background:url(../images/title-entraineurs.gif) no-repeat top left;
}

.sub-navigation h2.politiques {
	background:url(../images/title-politiques.gif) no-repeat top left;
}

.sub-navigation h2.liens {
	background:url(../images/title-liens.gif) no-repeat top left;
}

.sub-navigation h2.organisation {
	background:url(../images/title-organisation.gif) no-repeat top left;
}

.sub-navigation h2.contacts {
	background:url(../images/title-contacts.gif) no-repeat top left;
}

.sub-navigation h2.horaire {
	background:url(../images/title-horaires.gif) no-repeat top left;
}

.sub-navigation h2.nouvelles {
	background:url(../images/title-nouvelles.gif) no-repeat top left;
}

.sub-navigation h2.evenements {
	background:url(../images/title-evenements.gif) no-repeat top left;
}

.sub-navigation h2.honneur {
	background:url(../images/title-honnor.gif) no-repeat top left;
}

.sub-navigation ul li {
	background:url(../images/back-sub-navigation.gif) no-repeat top left;
	/*height:25px;*/
	margin-bottom:2px;
}

.sub-navigation ul li.current {
	background:url(../images/back-sub-navigation.gif) no-repeat bottom left;
}

.sub-navigation ul li.current-multi, .sub-navigation ul li.current-multi-temp {
	background:url(../images/back-sub-nav-current.gif) no-repeat top left;
}

.sub-navigation ul li a:link, .sub-navigation ul li a:visited, .sub-navigation ul li a:hover, .sub-navigation ul li a:active {
	display:block;
	color:#fff;
	font:11px Arial, Helvetica, sans-serif;
	padding:6px 0 0 20px;
	height:19px;
	text-decoration:none;
}

.sub-navigation ul li.current a, .sub-navigation ul li.current-multi a, .sub-navigation ul li.current-multi-temp a {
	text-decoration:underline;
}

.sub-navigation ul li a:hover {
	background:url(../images/back-sub-navigation.gif) no-repeat bottom left;
	text-decoration:underline;
}

.sub-navigation ul li.current a:hover {
	background:url(../images/back-sub-navigation.gif) no-repeat bottom left;
	cursor:default;
}

.sub-navigation ul li.current-multi a:hover, .sub-navigation ul li.current-multi-temp a:hover {
	background:url(../images/back-sub-nav-current.gif) no-repeat top left;
	cursor:default;
}

.sub-navigation ul li ul {
	background:#9e9e9e url(../images/back-sub-sous-menu.gif) repeat-x top left;
	padding-top:8px;
}

.sub-navigation ul#menu-equipes li ul {
	display:none;
}

.sub-navigation ul#menu-equipes li.current-multi ul, .sub-navigation ul#menu-equipes li.current-multi-temp ul {
	display:block;
}

.sub-navigation ul li ul li {
	background:none;
	height:auto;
	margin-bottom:0;
	background:url(../images/bullet-sub-sous-menu.gif) no-repeat 20px 5px;
	padding-bottom:5px;
}

.sub-navigation ul li ul li.current {
	background:url(../images/bullet-sub-sous-menu-over.gif) no-repeat 20px 5px;		
}

.sub-navigation ul li ul li a:link, .sub-navigation ul li ul li a:visited, .sub-navigation ul li ul li a:hover, .sub-navigation ul li ul li a:active {
	display:block;
	color:#000;
	font:11px Arial, Helvetica, sans-serif;
	padding:0 0 0 30px;
	/*height:19px;*/
	height:auto;
	text-decoration:none;
}

.sub-navigation ul li ul li a:hover, .sub-navigation ul li.current ul li a:hover, .sub-navigation ul li.current-multi ul li a:hover, .sub-navigation ul li.current-multi-temp ul li a:hover {
	background:none;
	text-decoration:underline;
	color:#cf0000;
	background:url(../images/bullet-sub-sous-menu-over.gif) no-repeat 20px 5px;
	cursor:pointer;
}

.sub-navigation ul li ul li.current a {
	color:#cf0000;
	text-decoration:underline;
}

.sub-navigation ul li ul.invisible {
	display:none;
}

/****************************************************************************
* Contenu
****************************************************************************/
#content-wrapper {
	background:#000 url(../images/content-background.gif) no-repeat top left;
	min-height:500px;
	position:relative;
}

#content-wrapper-section {
	background:#000 url(../images/content-background-section.gif) no-repeat top left;
	min-height:400px;
	position:relative;
}

#content-wrapper .content, #content-wrapper-section .content {
	float:right;
	width:744px;
	min-height:400px;
	background:#fff;
	border:2px solid #000;
	margin-top:7px;
	margin-right:5px;
}

#content-wrapper-section .content {	
	width:752px;
	background:#fff url(../images/content-detail-back.gif) no-repeat 2px 2px;
	padding:40px 20px 15px 20px;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
}

.content h2 {
	height:25px;
	margin-bottom:5px;
	margin-top:15px;
	font:12px Arial, Helvetica, sans-serif;
	text-indent:-9999px;
}

.content .news-events h2.nouvelles, .content .detail-content h3.nouvelles {
	background:url(../images/title-accueil-nouvelles.gif) no-repeat top left;
}

.content .detail-content .photos h3 {
	background:url(../images/title-photos.gif) no-repeat top left;
}

.content .news-events h2.evenements {
	background:url(../images/title-accueil-evenements.gif) no-repeat top left;
}

/* Section des nouvelles et des événements de l'accueil */
.content .news-events {
	float:left;
	width:460px;
	margin-left:15px;
	margin-bottom:20px;
}

.news-events ul li, .content .detail-content .last-news ul li {
	margin-top:10px;
	font:11px Arial, Helvetica, sans-serif;
}

.news-events ul.liste-events li {
	background:url(../images/bullet-content.gif) no-repeat 0 6px;
	padding-left:8px;
}

.news-events ul li.all, .content .detail-content .last-news ul li.all {
	padding:5px 0 8px 0;
	background:none;
}

.news-events li.all a:link, .news-events li.all a:visited, .news-events li.all a:hover, .news-events li.all a:active,
.content .detail-content .last-news li.all a:link, .content .detail-content .last-news li.all a:visited, .content .detail-content .last-news li.all a:hover, .content .detail-content .last-news li.all a:active {
	color:#9a0000;
	text-decoration:none;	
}

.content .detail-content .last-news .more:link, .content .detail-content .last-news .more:visited, .content .detail-content .last-news .more:hover, .content .detail-content .last-news .more:active {
	padding-left:3px;
}

.news-events ul li span, .content .detail-content .last-news ul li span {
	color:#000;
	font:10px Arial, Helvetica, sans-serif;
}

.news-events h3, .content .detail-content .last-news h3 {
	margin-bottom:3px;
	margin-top:3px;
}

.news-events ul li h3 span, .content .detail-content .last-news ul li h3 span {
	font:11px Arial, Helvetica, sans-serif;
	padding-right:3px;
}

.news-events h3 a:link, .news-events h3 a:visited, .news-events h3 a:hover, .news-events h3 a:active,
.content .detail-content .last-news h3 a:link, .content .detail-content .last-news h3 a:visited, .content .detail-content .last-news h3 a:hover, .content .detail-content .last-news h3 a:active {
	font:12px Arial, Helvetica, sans-serif;
	color:#9a0000;
	font-weight:bold;
	text-decoration:underline;
}

.content .news-events .intro {
	padding-top:20px;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
}

.content .news-events .intro p {
	padding-top:7px;
	line-height:1.3;
}

.content .news-events .intro p.first {
	font:13px Arial, Helvetica, sans-serif;
	color:#9a0000;
}

.news-events p a:link, .news-events p a:visited, .news-events p a:hover, .news-events p a:active {
	padding-left:3px;
	color:#9a0000;
	text-decoration:none;
}

.news-events .intro p a:link, .news-events .intro p a:visited, .news-events .intro p a:hover, .news-events .intro p a:active {
	color:#9a0000;
	text-decoration:underline;
}

/* Calendrier et résultats */
.calendrier {
	margin-top:10px;
	width:700px;
	border-collapse:collapse;
}

.calendrier th {
	background:#c40000;
	padding:5px;
	color:#fff;
	font-weight:bold;
	border:1px solid #dbdbdb;
	text-align:center;
}

.calendrier th#dateMatch {
	width:65px;
}

.calendrier th#heure {
	width:40px;
}

.calendrier th#visiteur, .calendrier th#local {
	width:125px;
}

.calendrier th#note {
	width:150px;
}

.calendrier td {
	padding:3px;
	border:1px solid #dbdbdb;
}

.calendrier td.heure {
	text-align:center;
}

/* Section des pubs */
.content .pub-section {
	float:right;
	width:257px;
	margin-top:15px;
}

.content .pub-section li {
	padding-bottom:15px;
}

.pub-section .kazar {
	border:1px solid #000;
}

.pub-section .sondage a:link, .pub-section .sondage a:visited, .pub-section .sondage a:hover, .pub-section .sondage a:active {
	display:block;
	height:120px;
	width:250px;
	background:url(../images/sondage.jpg) no-repeat top left;
	text-indent:-9999px;
	overflow:hidden;
} 

/* Section des matchs du jour */
#content-wrapper .match-jour {
	float:left;
	border:2px solid #000;
	width:201px;
	margin-left:10px;
	margin-top:7px;
	/*background:#fff;*/
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
}

.match-jour h2 {
	height:18px;
	font:10px Arial, Helvetica, sans-serif;
	border:1px solid #000; 
	text-indent:-9999px;
	background:url(../images/title-matchs-du-jour.gif) no-repeat top left;
}

.match-jour p {
	padding:10px 5px;
	background:#fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

.match-jour ul {
	background:#fff;
	padding:0 3px 5px 3px;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

.match-jour ul span {
	padding-right:5px;
}

.match-jour ul li {
	padding-bottom:5px;
}

.match-jour a:link, .match-jour a:visited, .match-jour a:hover, .match-jour a:active {
	color:#9a0000;
	text-decoration:none;
}

.match-jour a:hover {
	text-decoration:underline;
}

/* Détail du contenu */
.content .detail-content {
	margin-bottom:20px;
	position:relative;
}

.content .detail-content .note-idecq {
	font-size:0.8em;
}

.content .detail-content .note-idecq a:link, .content .detail-content .note-idecq a:visited, .content .detail-content .note-idecq a:hover, .content .detail-content .note-idecq a:active {
	display:inline;
	padding:0;
}

.content .detail-content h2 {
	font:18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#d22000;
	padding-top:0;
	text-indent:-9999px;
	height:29px;
}

.content .detail-content h2.titre-prenovice-blues {	
	background:url(../images/titre-equipes/blancs-1.gif) no-repeat top left;
}

.content .detail-content h2.titre-prenovice-flyers {	
	background:url(../images/titre-equipes/blancs-1.gif) no-repeat top left;
}

.content .detail-content h2.titre-prenovice-blackhawks {	
	background:url(../images/titre-equipes/rouges-1.gif) no-repeat top left;
}

.content .detail-content h2.titre-prenovice-predateurs {	
	background:url(../images/titre-equipes/rouges-1.gif) no-repeat top left;
}

.content .detail-content h2.titre-prenovice-mustangs-5 {	
	background:url(../images/titre-equipes/blancs-2.gif) no-repeat top left;
}

.content .detail-content h2.titre-novice-a {	
	background:url(../images/titre-equipes/novice-a1.gif) no-repeat top left;
}

.content .detail-content h2.titre-novice-a2 {	
	background:url(../images/titre-equipes/novice-a2.gif) no-repeat top left;
}

.content .detail-content h2.titre-novice-b1 {	
	background:url(../images/titre-equipes/novice-b1.gif) no-repeat top left;
}

.content .detail-content h2.titre-novice-b2 {	
	background:url(../images/titre-equipes/novice-b2.gif) no-repeat top left;
}

.content .detail-content h2.titre-novice-c1 {	
	background:url(../images/titre-equipes/novice-c1.gif) no-repeat top left;
}

.content .detail-content h2.titre-novice-c2 {	
	background:url(../images/titre-equipes/novice-c2.gif) no-repeat top left;
}

.content .detail-content h2.titre-atome-a1 {	
	background:url(../images/titre-equipes/atome-a1.gif) no-repeat top left;
}

.content .detail-content h2.titre-atome-a2 {	
	background:url(../images/titre-equipes/atome-a2.gif) no-repeat top left;
}

.content .detail-content h2.titre-atome-b {	
	background:url(../images/titre-equipes/atome-b.gif) no-repeat top left;
}

.content .detail-content h2.titre-atome-c {	
	background:url(../images/titre-equipes/atome-c.gif) no-repeat top left;
}

.content .detail-content h2.titre-peewee-a1 {	
	background:url(../images/titre-equipes/peewee-a.gif) no-repeat top left;
}

.content .detail-content h2.titre-peewee-a2 {	
	background:url(../images/titre-equipes/peewee-a2.gif) no-repeat top left;
}

.content .detail-content h2.titre-peewee-b1 {	
	background:url(../images/titre-equipes/peewee-b1.gif) no-repeat top left;
}

.content .detail-content h2.titre-peewee-b2 {	
	background:url(../images/titre-equipes/peewee-b2.gif) no-repeat top left;
}

.content .detail-content h2.titre-bantam-a {	
	background:url(../images/titre-equipes/bantam-a.gif) no-repeat top left;
}

.content .detail-content h2.titre-bantam-b {	
	background:url(../images/titre-equipes/bantam-b.gif) no-repeat top left;
}

.content .detail-content h2.titre-bantam-b2 {	
	background:url(../images/titre-equipes/bantam-b2.gif) no-repeat top left;
}

.content .detail-content h2.titre-midget-a {	
	background:url(../images/titre-equipes/midget-a.gif) no-repeat top left;
}

.content .detail-content h2.titre-midget-b {	
	background:url(../images/titre-equipes/midget-b.gif) no-repeat top left;
}

.content .detail-content h2.titre-midget-b2 {	
	background:url(../images/titre-equipes/midget-b2.gif) no-repeat top left;
}

.content .detail-content h2.titre-junior-a {	
	background:url(../images/titre-equipes/junior-a.gif) no-repeat top left;
}

.content .detail-content h2.titre-junior-b {	
	background:url(../images/titre-equipes/junior-b.gif) no-repeat top left;
}

.content .detail-content h3.nouvelles, .content .detail-content .photos h3 {
	clear:both;
	text-indent:-9999px;
	height:25px;
	width:250px;
}

.content .detail-content h3, .content .detail-content h4 {
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top:20px;	
}

.content .detail-content h3.detail {
	padding-top:10px;
}

.content .detail-content h4 {
	font:13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
}

.content .detail-content h4.important {
	color:#9a0000;
} 

.content .detail-content p {
	padding-top:20px;
	line-height:1.5;
}

.content .detail-content a:link, .content .detail-content a:visited, .content .detail-content a:hover, .content .detail-content a:active {
	color:#9a0000;
}

.content .detail-content ul {
	padding-top:10px;
	padding-left:40px;
}

.content .detail-content ul li {
	background:url(../images/bullet-content.gif) no-repeat 0 5px;
	padding-left:10px;
	padding-bottom:5px;
}

.content .detail-content ul.liste-photos {
	padding-left:0;
}

.content .detail-content ul.liste-photos li {
	padding-left:0;
	background:none;
}

.content .detail-content ul.liste-photos li img {
	border:1px solid #9a0000;
	padding:2px;
	background:#fff;
}

.content .detail-content ul li p {
	padding-top:5px;
	padding-bottom:5px;
}

.content .detail-content ol {
	list-style:decimal;
	padding-top:10px;
	padding-left:40px;
}

.content .detail-content ol li {
	padding-bottom:5px;
}

.content .detail-content dl {
	padding-left:50px;
}

.content .detail-content dl dt {
	font-weight:bold;
	padding-bottom:3px;
	padding-top:15px;
	background:url(../images/fleche-content.gif) no-repeat 0 16px;
	padding-left:14px;
}

.content .detail-content dl dd {
	padding-left:14px;
}

.detail-content span.date-detail {
	display:block;
	padding-top:20px;
	font:10px Arial, Helvetica, sans-serif;
}

.detail-content div.detail-nouvelle {
	padding-bottom:15px;
}

/* Toutes les nouvelles */
.detail-content .news li {
	margin-top:10px;
	font:11px Arial, Helvetica, sans-serif;
}

.detail-content .liste-events li {
	background:url(../images/bullet-content.gif) no-repeat 0 6px;
	padding-left:8px;
}

.detail-content .news li span {
	color:#000;
	font:10px Arial, Helvetica, sans-serif;
}

.detail-content .news li h4 {
	margin-bottom:3px;
	margin-top:3px;
}

.detail-content .news li h4 span {
	font:11px Arial, Helvetica, sans-serif;
	padding-right:3px;
}

.detail-content .news li h4 a:link, .detail-content .news li h4 a:visited, .detail-content .news li h4 a:hover, .detail-content .news li h4 a:active {
	font:12px Arial, Helvetica, sans-serif;
	color:#9a0000;
	font-weight:bold;
	text-decoration:underline;
}

.detail-content .events li {
	margin-top:5px;
}

.detail-content .events li span {
	padding-right:7px;
}

.detail-content .news li p {
	padding-top:0;
}

.detail-content .news li p a:link, .detail-content .news li p a:visited, .detail-content .news li p a:hover, .detail-content .news li p a:active {
	padding-left:3px;
	color:#9a0000;
	text-decoration:none;
}

/* Équipes : Informations générales */
.detail-content .info-generales {
	float:left;
	width:560px;
}

.detail-content .info-generales h3 {
	padding-top:5px;
}

.content .detail-content .last-news {
	float:left;
}

.content .detail-content .last-news ul {
	padding:5px;
	width:340px;
}

.content .detail-content .last-news ul li {
	background:none;
	padding:0;
}

.detail-content .info-generales .photos {
	float:right;
	width:190px;
}

.detail-content .info-generales .parties, .detail-content .info-generales .pratiques, .detail-content .info-generales .tournois {
	float:left;
	width:180px;
	padding-right:4px;
	padding-top:10px;
}

.content .detail-content .liste-matchs {
	margin:0;
	padding:0;
	font:11px Arial, Helvetica, sans-serif;
	line-height:1.3;
	padding-top:10px;
}

.content .detail-content .liste-matchs li {
	padding-bottom:5px;
}

.content .detail-content .liste-matchs li span {
	display:block;
}

.parties p, .pratiques p, .tournois p {
	font:11px Arial, Helvetica, sans-serif;	
}

.parties a:link, .parties a:visited, .parties a:hover, .parties a:active,
.photos a:link, .photos a:visited, .photos a:hover, .photos a:active {
	font:11px Arial, Helvetica, sans-serif;
	padding-top:5px;
	display:block;
	text-decoration:none;
}

.parties a:hover, .photos a:hover {
	text-decoration:underline;
}

.detail-content .info-equipe {
	float:right;
	width:177px;
	padding-left:8px;
	padding-bottom:20px;
}

.detail-content .info-equipe p {
	font:11px Arial, Helvetica, sans-serif;
	padding:0;
	padding-top:10px;
}

.detail-content .info-generales h4, .detail-content .info-equipe h4 {
	font:12px Arial, Helvetica, sans-serif;
	color:#9a0000;
	font-weight:bold;
	padding-top:5px;
}

.detail-content .info-equipe ul, .detail-content .info-equipe dl {
	padding:0;
	padding-top:10px;
	font:11px Arial, Helvetica, sans-serif;
}

.detail-content .info-equipe ul li, .detail-content .info-equipe dl dt {
	padding:0;
	padding-bottom:3px;
	background:none;
	text-transform:capitalize;
}

.detail-content .info-equipe dl dt {
	background:url(../images/bullet-content.gif) no-repeat 0 6px;
	padding-left:10px;
}

.detail-content .info-equipe dl dd {
	padding-bottom:3px;
	padding-left:10px;
}

.detail-content .info-equipe ul li span {
	font-weight:bold;
	padding-right:5px;
}

/* Liste de photos */
.detail-content #listePhotos {
	width:600px;
	margin-top:15px;
	list-style:none;
}

.detail-content #listePhotos li {
	float:left;
	width:162px;
	height:65px;
	text-align:center;
	margin-left:25px;
	padding-left:0;
	padding-right:21px;
	margin-bottom:35px;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:normal;
	position:relative;
	background:none;
}

.detail-content #listePhotos li.first {
	margin-left:0;
}	

.detail-content #listePhotos li img {
	width:162px;
	height:65px;
	padding:1px;
	border:1px solid #000;
	margin-bottom:3px;
}

.logo-kazar-creation {
	position:absolute;
	bottom:2px;
	left:11px;
	z-index:1;
}

.logo-kazar-creation-multi {
	bottom:-2px;	
}

.go-back:link, .go-back:visited, .go-back:hover, .bo-back:active {
	position:absolute;
	top:0;
	right:0;
	font:11px Arial, Helvetica, sans-serif;
}

/* Section des photos d'équipes */
#photo-section {
	width:750px;
}

#photo-section ul li h4 {
	margin:0;
	padding:0;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}

#photo-section ul {
	width:750px;
	margin:0;
	padding:0;
	padding-top:10px;
	list-style:none;
}

#photo-section ul li {
	float:left;
	width:162px;
	height:65px;
	text-align:center;
	padding:0;
	margin-left:15px;
	padding-right:11px;
	margin-bottom:35px;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:normal;
	position:relative;
	background:none;
}

#photo-section ul li.first {
	margin-left:0;
}	

#photo-section ul li img {
	width:162px;
	height:65px;
	padding:2px;
	border:1px solid #9a0000;
	margin-bottom:3px;
}

#photo-section ul li .zoom img {
	width:22px;
	height:19px;
	position:absolute;
	bottom:-10px;
	right:-10px;
	border:none;
}

#footer {
	clear:both;
}

/* Hover des liens */
#header ul li a:hover, .news-events p a:hover, .news-events li.all a:hover, #content-wrapper-section .detail-content li.all a:hover  {
	text-decoration:underline;
}

#navigation a:hover {
	background:url(../images/navigation-hover-mini.gif) no-repeat 50% 100%;
	color:#ffae00;
}

#navigation #equipes a:hover, #navigation #gerants a:hover {
	background:url(../images/navigation-hover-equipes.gif) no-repeat 50% 100%;
}

#navigation #politiques a:hover {
	background:url(../images/navigation-hover.gif) no-repeat 50% 100%;	
}


	
