@charset "UTF-8";
/* home.css */

#content {
	height:1%;
	
	overflow:auto;
	
	font-size:1.2em;
}

#about {
	float:left;
	width:600px;
}

#signature {
	font-size:14px;
	font-style:italic;
}

#actu {
	float:right;
	width:308px;
}

#news {	
	min-height:230px;
	
	color:white;
	background:#73b03f url(../images/home/news-bg.png) no-repeat left bottom;
}

#news h3 {
	display:block;
	margin-top:0;
	
	background:url(../images/home/news-top.png) no-repeat left top;
	
	color:#e1f0d4;
	font-size:2em;
}

#news-content {
	padding:0 14px 18px 14px;
}

#portee {
	height:246px;
	position:relative;
	margin-top:15px;
	
	background:#115E7B url(../images/home/portee.jpg) no-repeat left top;
}

#portee strong {
	display:block;
	width:100%;
	position:absolute;
	bottom:2px;
	
	text-align:center;
	font-size:1.16em;
	color:#333333;
}

#portee strong span {
	position:relative;
	bottom:5px;
	
	font-size:2.14em;
	color:#115e7b;
}