h1{
	background-image:url(../img/barre.png);
	background-position:center top;
	background-repeat:no-repeat;
	color:#000000;
	font-size:250%;
	min-height:25px;
	margin-top:5px;
	text-align:center;
}

td.bref_gauche{
	min-height: 450px;
	width:520px;
	text-align:justify;
}

td.bref_droite{
	width: 400px;
}

/* ////////// ARTICLE /////////////////// */

h2 {
font-size:150%;
font-weight:bold;
padding:0;
margin:0;
}

p.topline {
/*font-weight:bold;*/
margin:0 0 1em;

}


/* /////////// LISTE BREVES ///////////////// */

div#brefs-list {
	background:#F1F7FD;
	border-color:#C1D4EC;
	border-style:solid;
	border-width:0 1px;
	margin:0px 0px 0px 1em;
	position:relative;
}

div#brefs-list h3 {
	background-image:url(../img/bg_bleu.jpg);
	background-repeat:repeat-x;
	background-position:center;
	color:#FFFFFF;
	height:26px;
	margin:0 -1px;
	padding-left:15px;
	padding-top:3px;
	position:relative;
	font-size:150%;
}

div#brefs-list ul {
	list-style-type:none;
	background:#CCCCCC;
	margin:0;
	padding:0;
	width: 400px;
}

div#brefs-list a {
	text-decoration:none;
	display:block;
	padding:3px 0 3px 4px !important;
	width:397px;
}

div#brefs-list a:hover {
	background-color:#0066ff !important;
	color:#FFFFFF;
}

.archivessuite a {
	background-color:none;
}

.archivessuite a:hover {
	background-color:none;
}

span.brefliste {
	padding:3px 0 3px 4px !important;
	display:block;
}

div#pub {
clear:left;
margin:6px 0 6px 10px;
padding:8px 0;
width:480px;
}






