#contentContainer h2{	/* No margins above <h3> tags */
	margin-top:0px;
}


#mainContainer{
	width:755px;
	margin:0 auto;
	text-align:left;
	padding:5px;
	margin-top:20px;
	border:1px solid #000;
	background-color: #FFF;
}

.contentContainer{
	float:left;	
	padding: 0px 20px;
	text-align: justify;
	color: #666;
	width: 210px;
	background: url(images/BGleft.jpg) no-repeat left bottom;
	height: 350px;
}


#contentContainer .openingText{
	color:red;
}

#articleListContainer{	/* <ul> container for article list */
	margin: 5px auto;
	width: 165px;
	
}

#articleListContainer ul{	/* <ul> container for article list */
	margin: 0px;
	width: 165px;
	padding: 0px;	
}

#articleListContainer li{	/* <ul> container for article list */
	margin: 0px;
	width: 165px;
	list-style: none;
	padding: 0px;
	
}

#articleListContainer a{	/* <ul> container for article list */
	width: 159px;
	color: #555;
	text-decoration: none;
	height: 22px;
	font-weight: bold;
	padding: 3px 3px;
	background: url(images/bgmenu.jpg) no-repeat bottom left ;
	float: left;
	cursor:pointer;
	
}
#articleListContainer a:hover{	/* <ul> container for article list */
	width: 159px;
	color: #F85804;
	text-decoration: none;
	height: 22px;
	font-weight: bold;
	padding: 3px 3px;
	float: left;
	background: url(images/bgmenuleft.jpg) bottom left ;
	cursor:pointer;
	
}


.articleList{
	margin:0px;
	padding: 2px 0px 0px 10px;
}
.articleList li{	/* General layout article in list */
	list-style-type: square;
	width: 200px;
	color: #555;
	text-decoration: none;
	height: 17px;
	font-weight: bold;
	padding: 3px 3px 3px 15px;
	margin-bottom: 3px;
	float: left;
	background: #efefef;
	cursor:pointer;
}
.articleList li.articleMouseOver{	/* Mouse over article in list - layout */
	background: #efefef ;
	color: #FF6600;
	cursor:pointer;
}
.articleList li.articleClick{	/* Active article in list - layout */
	background: #FF6600;
	font-weight: bold; 
	color: #FFF;
}

.keyText{	/* Just a column I use for key text inside articles - the one with the light blue bg and dotted border */
	background-color:#FFF;
	border:1px dotted #000;
	float:right;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	width:150px;
	padding:3px
}
.clear{
	clear:both;
}

/* partie reserv&eacute;e aux tab*/

