* {
	margin:0;
	padding:0;
}

#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 */
	color:#FFFFFF;
	margin-left:30px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #2d0102; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	color:#FFFFFF;
}
#mainContent { 
	margin: 10px 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#FFFFFF;
}
#mainContent .pic {
	float:right;
	margin:0 0 10px 10px;
} 
#footer { 
	height:93px;
	text-align:center;
	color:#FFFFFF;
	margin-top:0px;
}
#footer p {
	padding:25px;
} 
.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:20px;
    font-size: 1px;
    line-height: 0px;
}
/*begin main menu*/
ul#sliding-navigation {
	list-style: none;
	font-size: 14px;
	padding: 0;
}
ul#sliding-navigation li.sliding-element a {
	display: block;
	width: 110px;
	padding: 5px 18px;
	margin: 0;
	margin-bottom: 5px;
}
ul#sliding-navigation li.sliding-element a {
	color: #fff;
	background:#790503;
	border-left: 6px solid #fff;
	text-decoration: none;
}
ul#sliding-navigation li.sliding-element a:hover { 
	color: #ffff66; 
}
ul#sliding-navigation li.active a { 
	color: #ffff66; 
	font-weight:bold;
}
.bordure{
	padding-right: 5px;
}
#episode { /* taille du cadre, à titre d'exemple */
	MARGIN: 0 5px 5px 0px;
	text-align:center;
	width: 180px;
	FLOAT: left;
}
