/* ==========================================================================
   For the area of user
   ========================================================================== */

/* Headings
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
}


#webEditContent  h1 {
	padding:0;
	margin:  0 0 5px 0; 
	font-size: 1.7em;
	line-height: 1.6em;
	font-weight: bold;
}

#webEditContent  h2 {
	padding:0;
	margin:  0 0 5px 0; 
	font-size: 1.7em;
	line-height: 1.6em;
	font-weight: bold;
}


/*line under h2*/
#webEditContent h2{
	border-bottom: 5px solid #666;
	margin-bottom: 1em;
	color: #666;
}
#webEditContent h2.bleu{
	border-bottom: 5px solid #0095d9;
	margin-bottom: 1em;
	color: #0095d9;
}
/*line under h2*/

#webEditContent h3{
	padding:0;
	margin: 0 0 5px 0;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
}
#webEditContent h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
#webEditContent h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
#webEditContent h6 { font-size: 1em; font-weight: bold; }

#webEditContent table object {
display: inline-block;
}

/* 

the list version of 
links with double arrow 

*/

.linkList{
	margin: 0 0 15px 0 !important; 
    padding: 0;
	list-style-type: none;
	text-align: left;
	clear:both;
	}
.linkList li {
	margin: 0 0 10px 0;
    list-style-type: none;
	}
.linkList li span.date {
	text-decoration: none;
	font-size: .8em;
	color: #777;
	padding: 0 0 0 15px;
	}
.linkList a {
	display: block;
	padding: 0 0 0 15px;
	background: url('/media/oecdorg/styleassets/old/images/content/news/newsslidearrowoff.gif') no-repeat;
  	background-position:0 4px;
	color: #2973bd;
	}
.linkList a span, .linkList span a {
	color: #2973bd;
	}
.linkList a:hover {
	background-image:url('/media/oecdorg/styleassets/old/images/content/news/newsslidearrowon.gif') no-repeat;
  	background-position:0 4px;
	color: #aaa;
	}
.linkList a:hover span {
	color: #333;
	}
