div#layout-left {
	width: 184px;
	float: left;
	display: block;
}
div#layout-left-container {
	margin:0 0 0 15px;
	display: block;
}
div#layout-center {
	width: 608px;
	float: left;
	display: block;
}
div#layout-center-container {
	margin:0 10px;
	font-size: 8pt;
}
div#layout-center-container input[type="text"]{
	width: 80%;
}
div#layout-center-container textarea{
	width: 80%;
}
div#layout-center-title {
	background: url(../img/layout/layout-center-title.gif) no-repeat top left;
	display: block;
	height: 32px;
	line-height: 32px;
}
div#layout-center-title h3 {
	color: #0d3483;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12pt;
	margin:0 10px;
}
div#layout-center-overview-left {
	width: 419px;
	float: left;
	margin-top: 20px;
	padding-left:25px;
}
div#layout-center-overview p{
	margin-left:25px;
}
div#layout-center-overview-right {
	float: right;
	margin-top: 30px;
	font-size: 7pt;
	width: 134px;
}
div#layout-center-overview-right div{
	background: #e6e7e6;
	padding: 10px;
	margin-bottom: 10px; 
	overflow:auto;
}
div#layout-right {
	width: 158px;
	float: left;
}
div#layout-right-container {
	margin:0 15px 0 0;
}
div#layout-center-overview div.layout-center-overview-article {
	background: #f6f7f5;
	padding: 10px;
	margin: 10px 0;
}


div#layout-center-overview div.layout-center-overview-article div.layout-center-overview-lire{
	text-transform: uppercase;
	color: #505050;
	font-size: 6pt;
	float: left;
}
div#layout-center-overview div.layout-center-overview-article div.layout-center-overview-lire a{
	text-decoration: none;
	color: #505050;
	display: block;
	width: 102px;
	height: 11px;
	background: url(../img/buttons/btn_details.gif) top left;
}
div#layout-center-overview div.layout-center-overview-article div.layout-center-overview-lire a:hover{
	color: #f6f7f5;
	background-position:bottom left;
}
div#layout-center-overview div.layout-center-overview-article div.layout-center-overview-lire-annuaire{
	text-transform: uppercase;
	color: #505050;
	font-size: 6pt;
	float: left;
	margin-top: 10px;
}
div#layout-center-overview div.layout-center-overview-article div.layout-center-overview-lire-annuaire a{
	text-decoration: none;
	color: #505050;
	display: block;
	width: 81px;
	height: 11px;
	background: url(../img/buttons/btn_wwwlink.gif) top left;
}
div#layout-center-overview div.layout-center-overview-article div.layout-center-overview-lire-annuaire a:hover{
	color: #f6f7f5;
	background-position:bottom left;
}
div#layout-center-overview div.layout-center-overview-article h3{
	font-size: 10pt;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
div#layout-center-overview div.layout-center-overview-article img{
	float: left;
	margin-right: 10px;
}
div#layout-center-overview div#layout-center-overview-overlay {
	margin-left:50px;
	padding:10px 20px;
	position: relative;
	top:-100px;
	text-align:left;
	background:#2bb059;
	opacity:0.9;
	filter:alpha(opacity=90);
	font-family: Georgia;
	font-style: italic;
}
div#layout-center-overview div#layout-center-overview-overlay h3{
	line-height: 13pt;
	color: #162f7f;
	font-size: 13pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
div#layout-center-overview div#layout-center-overview-overlay a{
	text-decoration: none;
	color: #162f7f;
}
div#layout-center-overview div#layout-center-overview-overlay span{
	font-size: 10pt;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
div#layout-center-overview fieldset {
	margin: 10px;
	padding: 5px;
	background: #f6f7f5;
}
div#layout-center-overview fieldset legend{
	font-weight: bold;
}
div.error-message {
	color: #FF0000
}
input.form-error {
	background: #fddddd;
}
div#layout-center-overview p.titre {
	margin-left: 0;
}
div#article-scrollable{
	width: 588px;
	height: 350px;
	position:relative; 
    overflow:hidden; 
}
div#article-scrollable div#article-items{
	position: absolute;
	width: 20000em;
}
div#article-scrollable div#article-items div { 
    float:left; 
} 
div#article-nav{
	float: right;
}
div#article-paginator {
	float: left;
	line-height: 32px;
}
div#article-paginator a{
	display: block;
	margin-left:10px;
	float: left;
	width: 13px;
	height: 32px;
	background: url(../img/alaune/navigator.gif) no-repeat top left;
	cursor: pointer;
}
div#article-paginator a.active{
	background: url(../img/alaune/navigator.gif) no-repeat bottom left;
}

div#article-nav a.prev {
	float: left;
	margin-left:10px;
	display: block;
	height: 32px;
	width: 15px;
	background: url(../img/alaune/prevnext.gif) no-repeat top left;
	cursor: pointer;
}

div#article-nav a.next {
	float: left;
	margin-left:10px;
	display: block;
	height: 32px;
	width: 15px;
	background: url(../img/alaune/prevnext.gif) no-repeat bottom left;
	cursor: pointer;
}
div#article-separator {
	display: block;
	margin-left:10px;
	float: left;
	width: 1px;
	height: 32px;
	background: url(../../img/alaune/separator.gif) no-repeat top left;
}
