
/*

Par Xavier

ACCEUIL

MAJ 01/09/09

*/

#acceuil
{
	margin-top:250px;
}

#acceuil h1, #partials h1
{
	text-align:left;
	padding-left:10px;
	font-size:1.8em;
	border-bottom:2px solid #299ede;
}

#acceuil h2
{
	color: #299ede;
	font-size: 1.3em;
	margin-left:35px;
	font-style: italic;
}

/*Partials*/

#last_news
{
	float: left;
	height:180px;
	width:49%;
	margin: 0 auto;
}

#last_news .news_header
{
	display:bloc;
	font-size:16px;
	margin:5px;
}

#last_news .partial_lien 
{
	float:right;
	margin-top:-13px;
	margin-right:5px;
}

#next_events .partial_lien
{
	float:right;
}

#next_events .partial_lien
{
	margin-top:-26px; /*La bordure entre les events provoque un décalage de la flèche vers le bas*/
}

#next_events
{
	float: right;
	height:180px;
	width:49%;
	margin: 0 auto;
}
	
#next_events .event
{
	display:bloc;
	margin:5px;
	margin-top:-8px; /*Remonte le border du premier events pour le cacher sous le border de l'header du partial*/
	
	padding:8px;
	
	
	font-size:16px;
	
	border-top: 1px solid #A8CE6A;
}

#next_events .date
{
	font-style: italic;
	font-size:13px;
	font-weight:normal;
	margin-left:10px;
}
	
#last_news, #next_events
{
	display: inline;
	padding:0;
	margin-bottom:10px;

	background: #EBFBD5;
	border: 1px solid #D2EBF6;
	border-top:none;
	
	-moz-border-radius : 15px 15px 7px 7px;
	
	-webkit-border-radius:15px;
	

}

#partials_header
{
	margin-bottom:7px;
	padding:5px;
	border-bottom: solid 1px black;
	
	border-left: 1px solid #D2EBF6;
	border-top: 1px solid #D2EBF6;
	border-right: 1px solid #D2EBF6;
	border-bottom: 2px solid #A8CE6A;
	font-family:Arial, 'Times New Roman', Times, serif;
	
	background: url("../images/news/header.png") repeat-x!important;
	background: url("../images/news/header.png") repeat-x;
	
	-moz-border-radius : 15px 15px 0px 0px;
	
	-webkit-border-radius : 15px;
}

#last_news h3, #next_events h3
{	
	margin:0;
	
	font-size:1.2em;
	color: #A8CE6A;
	text-decoration: none;
	
}