@import url('main.css');

#banner {
	background-image:url('imgs/header_accueil.jpg');
}

.newsItem{
	min-height:100px;
}

#edito{
	margin:20px;
}

#actualites{
	width:100%;
	margin:0px;
	padding:0px;
}

#actualites p {
	margin:20px;
}

.publicnewsItem, .privatenewsItem{
	background-color:#dce5db;
	border:none;
	padding:0px;
	margin:10px;
	width:550px;
	background-image:url('imgs/top-news-public.jpg');
	background-repeat:no-repeat;
	background-position:top center;
}
.privatenewsItem{
	background-color:#f0eac9;
	background-image:url('imgs/top-news-private.jpg');
}
.publicnewsItem h1, .privatenewsItem h1 {
	margin:0px;
	padding:0px;
	margin-left:15px;
	margin-right:15px;
	text-align:right;
	font-size:18px;
	color:#597a5a;
}
.privatenewsItem h1 {
	
}
/* DATE des NEWS */
.publicnewsItem h2, .privatenewsItem h2 {
	color:#a7a984;
	margin:0px;
	padding:0px;
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
	text-align:right;
	font-size:10px;
}

.publicnewsItem img, .privatenewsItem img {
	margin:10px;
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
	border:solid #597a5a 1px;
}

.publicnewsItem p, .privatenewsItem p {
	margin:10px;
	margin-top:5px;
	margin-left:15px;
	margin-right:15px;
}



.publicnewsItemFooter, .privatenewsItemFooter{
	padding:0px;
	margin:0px;
	height:25px;
	width:550px;
	background-image:url('imgs/bottom-news-public.jpg');
	background-repeat:no-repeat;
	background-position:bottom center;
}
.privatenewsItemFooter{
	background-image:url('imgs/bottom-news-private.jpg');
}

.publicnewsItemFooter a, .privatenewsItemFooter a{
	margin-left:15px;
}


#agenda th, #agenda td{
	font-size:11px;
	text-align:center;
	padding:1px;
}
#agenda th {
	background-color:#597a5a;
	color:#dce5db;
	text-align:center;
}
#agenda th a{
	color:#dce5db;
	text-align:center;
}
#agenda th a:hover{
	color:#b7c213;
	text-align:center;
}

.colonneA{
	padding:1px;
	background-color:#d1dace;
}
.colonneB{
	padding:1px;
	background-color:#dce5db;
}

.colonneA a, .colonneB a{
	padding:1px;
	font-weight:bold;
	text-decoration:none;
	background-color:#b7c213;
	color:#fff;
}
.colonneA a:hover, .colonneB a:hover{
	padding:1px;
	font-weight:bold;
	text-decoration:none;
	background-color:#fff;
	color:#b7c213;
}
#logon td, #logon input {
	font-size:10px;
}
.casaque{
	position: absolute;
	right: 35px;
	top: 215px;
}