@charset "utf-8";
/* CSS Document */

.arrondi{
	/*-moz-border-radius: 20px; 
	border-radius: 20px; 
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;*/
	background:#FBFBFF;
	border: solid #6C6 1px;
	margin-top:10px;
	/*padding:18px 10px 40px 10px;*/
}
.arrondi p{
	margin:0;
	padding:0;
}
.ligne{
		border-bottom:solid #6C6 2px;
		clear:both;
		margin-top:2px;
		width:530px;
	}
	
	.titreactualite
	{
		background:#6C6;
		background:#060;
		font-size:16px;
		text-align:center;
		font-family:Verdana, Geneva, sans-serif;
		color:#FFF;
		
		}

ul#actu {
	list-style-position: inside;
	list-style-type: none;
	margin:5px 0 5px 0;
	padding:0;
	font-size: 1em;
	}
	
ul#actu li {
	display:block;
	float:left;
	width:277.5px;
	margin-right: 5px;
	border-right:dotted 1px #33C;
	border-left:dotted 1px #33C;
	padding-right:2.7px;
	padding-left:2.8px;
	}
	
#actu h3 {
	font-size: 16px;
	margin:0;
	padding:0;
	color: #666;
	line-height: 1em;
	margin-bottom:10px;
	font-weight:bold;
	text-align:left;
	}
	
#actu h3 a {
	text-decoration: none;
	display: block;
	color: #666;
	}
	
#actu h3 a:hover {
	color: #C90;
	}
	
	
.suiteA
{
	color:#333;
	text-align:right;
	float:right;
	/*background:url(../img/fond_sute.gif) no-repeat;*/
	padding:3px;
	margin-top:10px;
	/*border-bottom:solid #F1E431 1px;*/
}

.suiteA a
{
	color:#333;
	font-weight:bold;
	text-align:right;
	float:right;
	padding:3px;
	margin-top:10px;
}
.suiteA a:hover
{
	color:#C90;
	text-align:right;
	float:right;
	margin-top:10px;
}