h4 {
	font-size: 150%;
	font-weight: bold;
	}
h6 {
	font-size: 100%;
	font-weight: bold;
	color:#000000;
	}

body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	overflow:scroll;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:url(../images/sppq_logo.jpg) no-repeat top left fixed;
/*    background: url('sppq_logo.jpg') no-repeat fixed bottom left;	*/
}

a:link, a:visited { 
	text-decoration:none;
	color:#0033FF ;
	}

a:hover {
	color:#FFFF00;
	background-color:#3333CC
	}

.tdm #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.tdm #header {
	background: #ffffff; 
	padding: 10px 0 0 0  ;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.tdm #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.tdm #mainContent2 {
	padding: 15px 0 0 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	text-align:justify;
	margin-left: 170px;
	margin-right: 20px;
}

.tdm #footer {
	text-align:center;
	padding: 0 ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
}

.tdm #footer a:hover {
	color:#FFFF00;
	background-color:#3333CC
	}

.titre {
	font-size: 125%;
	font-weight: bold;
	}

.auteurs {
	font-size: 100%;
	font-weight: normal;
	font-style:italic;
	}
	
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#sidebar6 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #b9d65b; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 1px 15px 1px;
	margin-top:30px;
	margin-right:10px;	
	text-align:left;	
}

.pagetitle {
	font-size:24px;
}

.volume {
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	background: #b9d65b;
}

.subtitle {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	background: #b9d65b;
}
	
.auteurs1 {
	font-size:11px;
	font-weight:bold;
}

.pages {
	font-size:11px;
	font-style:italic;
}
	


