/*
Title:		Coup de coeur francophone - feuille de styles
Author:		Bernard Bˇlanger, design@bernardbelanger.com 
Updated:		19-08-05
Notes:		http://www.bernardbelanger.com
*/

body {
	margin: 0 0 0 0;
/*	background: #D0D0D0 url(../icono/fond_header_gal.gif) no-repeat top; */
	background: #FFFFFF url(../icono/fond_body_w.gif) no-repeat center top;
	background-attachment: fixed;
	}

#wrap_out {
	background: transparent; 
	}

#wrap {
	background: transparent; 
	}

#col-nav {
	position: relative;
	top: 0;
	width: 165px;
	float: left;
	margin: 166px 0 0 0;
	}

#col-main {
	float: left;
	width: 565px;
	background: transparent url(../icono/fond_content_565_bot.gif) no-repeat bottom; 
	margin: 2px 0 0 0;
/*	margin: 36px 0 0 0;*/
	padding: 0 0 27px 0;
	}

#col-main-content {
	width: 100%;
	background: transparent url(../icono/fond_content_565_top.gif) no-repeat top; 
	margin: 0;
	padding: 21px 0 0 0;
	}

#footer {
	color: #777777;
	background: #FFFFFF url(../icono/fond_footer_galerie.gif) repeat-x top; 
	}
#footer img {
	display: none; 
	}
.out a:link, .out a:visited { color: #777777; } 
.out a:hover { color: #333333; } 
.out a:active { color: #000000; background-color: #FFFFFF; } 

.item {
	background: transparent url(../icono/fond_content_565_mid.gif) repeat top; 
	width: 565px;
	height: 580px;
	padding: 0;
	margin: 0 0 0 0;
	}

.item p {
	padding: 0;
	text-align: center;
	float: none;

	position: relative;
	margin: 0 auto;
	}

.item p img {
	float: none;
	position: relative;
	margin: 0 0 0 -7px;
	}

.navigation .currentpageX a {
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	background: #777;
	}

hr {
	width:70%;
	}

.black { 
	color: #000;
	}

h6 { 
	font-weight: normal;
	font-style: normal;
	color: #aaa;
	font-size: 9px;
	line-height: 11px;
	text-align: center;
	padding: 6px 0 0 0;
	margin: 0;
	clear: both;
	}
h6 span { 
	font-weight: bold;
	color: #888;
	}

#table {
	position: relative;
	top: 0px;
/*	top: -54px;*/
	font-weight: bold;
	color: #BB0000;
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 10px 0;
	}

.left_btn a {
	margin: 0;
	float: left;
	border-width: 0 0 0 0;
	display: block;
	padding-top: 32px;
	padding-bottom: 0;
	overflow: hidden;
	width: 39px;
	background: url(../icono/left_btn.gif) no-repeat 0 0 transparent;
	height: 0px !important; /* for most browsers */
	height /**/:32px; /* for IE5.5's bad box model */
	}

.left_btn a:hover {
	background: url(../icono/left_btn.gif) no-repeat 0 -32px transparent;
	}

.right_btn a {
	margin: 0;
	border-width: 0 0 0 0;
	display: block;
	padding-top: 32px;
	padding-bottom: 0;
	overflow: hidden;
	width: 39px;
	background: url(../icono/right_btn.gif) no-repeat 0 0 transparent;
	height: 0px !important; /* for most browsers */
	height /**/:32px; /* for IE5.5's bad box model */
	}

.right_btn a:hover {
	background: url(../icono/right_btn.gif) no-repeat 0 -32px transparent;
	}

.get_quickTime a {
	display: block;
	padding-top: 31px;
	margin: 80px auto 0 auto;
	overflow: hidden;
	width: 88px;
	background: url(http://www.coupdecoeur.qc.ca/2005/icono/getquicktime.gif) no-repeat 0 0 transparent;
	height: 0px !important; /* for most browsers */
	height /**/:31px; /* for IE5.5's bad box model */
	}

.get_quickTime a:hover {
	background: url(http://www.coupdecoeur.qc.ca/2005/icono/getquicktime.gif) no-repeat 0 -31px transparent;
	}


a.info {
	font-weight: normal;
	font-size: 10px;
	position: relative;
	text-decoration: none;
	color: #333333;
	border-bottom: 1px #999999 solid;
	}
a.info span {
	display: none;
	}
a.info:hover {
	background: none; /* correction d'un bug IE */
	z-index: 900;
	}
a.info:hover span {
	display: block;
	width: 200px;
	position: absolute;
	top: 28px;
	left: -70px;
	background: #FFE958;
	text-align: left;
	color: #000000;
	padding: 3px 8px;
	border: 1px #FFFFFF solid;
}

