/******
BEGIN
This should be used wherever there are/is (a) <p>(s) within a table cell
This will remove an unwanted space above or/and under a paragraph
*/
p.first {
	margin-top:0px;
	padding-top:0px;
}

p.last {
	margin-bottom:0px;
	padding-bottom:0px;
}
p {
	margin:0px 0px 10px 0px;
	padding:0px;	
	line-height: 1.6;
}
/*
END
******/
.content{
	background-image:url(../images/bgContentMiddle.gif);
	background-repeat:repeat-y;
	width:592px;
	margin-top:8px;
}
.content .bottom{
	width:100%;
	height:100%;
	padding-bottom:30px;
	background-image:url(../images/bgContentBottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

.content .bottom .top{
	width:100%;
	height:100%;
	text-align:left;
	background-image:url(../images/bgContentTop.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.defaultMargin {
	margin:0px 70px 0px 58px;
}

/* Links */
a:link {
	color:#AE3329;
	text-decoration: underline;
}
a:visited {
	color:#AE3329;
	text-decoration: underline;
}
a:hover {
	color:#AE3329;
	text-decoration: none;
}
a:active {
	color:#AE3329 ;
	text-decoration: none;
}
#footer a:link, #footer a:visited{text-decoration: none;color: #02437E;}
#footer a:hover, #footer a:active{text-decoration: underline;color: #02437E;}
/*calendar Links */
a.calendar:link 
{	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	background-color:transparent;
	display:block;
}
a.calendar:visited {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	display:block;
}
a.calendar:hover {
	text-decoration: underline;
	color: #6D6E71;
	display:block;
}
a.calendar:active {
	text-decoration: underline;
	display:block;
}

.signature {
	font-size: 9px; 
	line-height: 1.2em;
}

.signature span, p.red  {
	color: red;
}

table tr th.space {
	width: 70%;
}

.blue {
	color: #0000FF;
}

.logoRecyclage {
	text-align: center;
}
