/* proprietes de la page */
body {
	background-color: #000000;
	margin: 0px;
	font-family: "Arial Narrow", Arial, sans-serif;
}
/* tableau du calendrier */
#avent {
	display: block;
	text-align: center;
	position: relative;
	left: 50%;
	width: 720px;
	margin-left: -350px;
	top: 40px;
	background: #900 url(images/fond-avent.jpg) no-repeat 5px 120px;
	border: 5px outset #900;
	margin-bottom: 45px;
}
#avent h1 {
	display: block;
	width: 700px;
	height: 90px;
	background-image: url(images/toph1.png);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px;
}
#avent h1 span {
	display: none;
}
#avent h2 {
	display: block;
	width: 700px;
	height: 20px;
	margin: 0px;
	background-image: url(images/fond-avent-h2.png);
	background-position: top;
	background-repeat: no-repeat;	
}
#avent h2 span {
	display: none;
}
#avent .intro {
	display: block;
	width: 700px;
	margin-top: 30px;
	height: 50px;
	color: #FFFFFF;
}
/* bouton écrire un article - dévorer des histoires */
#avent h1 a {
	display: block;
	width: 700px;
	height: 240px;
	background-image: url(images/fond-avent-h1-a.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px;
	border: 0px;
}
#avent h1 a span {
	display: inline;
	position: relative;
	top: 230px;
}
.e-yes {
	color: #FFF;
}
.e-no {
	color: #000;
}

/* éléments fixes dans les cases */
#avent .titre {
	font-size: 16px;
	color: #000;
	margin: 0px;
}
table#avent tbody img {
	width: 120px;
	height: 120px;
}

/* affichage des liens du calendrier */
#avent a {
	display: block;
	width: 126px;
	height: 166px;
	border: 1px outset #333;
	border-left: 1px dashed #333;
	margin: 5px;
	font-weight: bold;
	text-decoration: none;
}
#avent a .chat {
	display: none;
	border: 0px;
}
#avent a .vignette {
	display: none;
}
#avent a .jour {
	background: transparent url(images/fond-jour.png) repeat !important;
	background: #900;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fond-jour.png', sizingMethod='scale');*/
	
	display: block;
	width: 100%;
	height: 1em;
	margin: 0;
	
	color:#FFF;
}
#avent a .titre{
	display: none;
}

/* affichage des liens visités */
#avent .ok a:visited {
	border-style: inset;
	background-color: #fff;
}
#avent .ok a:visited .chat{
	display: none;
}
#avent .ok a:visited .vignette {
	display: block;
	border: 2px inset #fff;
}
#avent .ok a:visited .jour {
	display: none;
}
#avent .ok a:visited .titre {
	display: block;
}
/* affichage des liens visités lors du survol */
#avent .ok a:hover {
	border-style: outset;
	border-color: #900;
	background-color: transparent;
}
#avent .ok a:hover .chat {
	display: block;
}
#avent .ok a:hover .vignette {
	display: none;
}
#avent .ok a:hover .jour {
	display: block;
}
#avent .ok a:hover .titre{
	display: none;
}
#avent .critique a:hover {
	border-style: outset;
	border-color: #FFF;
	background-color: #FFF;
}
/* affichage des liens des jours futurs lors du survol */
#avent .no a:hover {
	border-color: #900;
}
/* affichage des liens des jours futurs lors de la selection et du clic */
#avent .no a:focus {
	border-style: inset;
	background-color: #FFF;
}
#avent .no a:active {
	border-style: inset;
	background-color: #FFF;
}
#avent .no a:focus .chat {
	display: none;
}
#avent .no a:active .chat {
	display: none;
}
#avent .no a:focus .vignette {
	display: block;
	border: 2px inset #FFF;
}
#avent .no a:active .vignette {
	display: block;
	border: 2px inset #FFF
}
#avent .no a:focus .jour {
	display: none;
}
#avent .no a:active .jour {
	display: none;
}
#avent .no a:focus .titre {
	display: block;
}
#avent .no a:active .titre {
	display: block;
}
/* tête de page */
#header {
	display: block;
	position: absolute;
	left: 50%;
	top: 12px;
	width: 710px;
	margin-left: -359px;
	color: #FFF;
	text-align: center;
	border-bottom: 1px solid #FFF;
	font-weight: normal;
}
#header a, #ads a {
	color: #fff;
}
#header a:hover, #ads a:hover {
	color: #900;
}
/* bas de page */
table#avent tfoot a {
	border: none;
	text-align: center;
	height: auto;
	margin: 0 !important;
	margin: 5px 0 0 0;
}

#footer {
	display: block;
	position: relative;
	left: 50%;
	width: 738px;
	margin-left: -359px;
	color: #FFF;
	text-align: center;
	border-top: 1px solid #FFF;
	margin-top: 1em;
	margin-bottom: 1em;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #900;
}
#footer a:focus {
	background-color: #333;
}
