/*Styles news*/
.infobox
{
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border:2px solid black;
	float: left;
	width: 70%;
}
.infobox h3
{
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-khtml-border-radius-topright:10px; 
	-khtml-border-radius-topleft: 10px;
	-webkit-border-radius-top-left: 10px;
	-webkit-border-radius-top-left: 10px;
	background:#808080 url(images/bg_infobox_titre.png) repeat-x scroll center top;
	border:medium none;
	color:#FFFFFF;
	display:block;
	font-size:1em;
	height:18px;
	margin:0;
	padding:5px 14px;
	font-weight: bold;
}
.conteneur_infobox
{
	padding: 0px 6px;
}
.infobox a:hover img
{
	border-color: #c0c0c0;
}
.infobox a img
{
	border: #333 solid 2px;
}
/*Styles cadre infomations news*/
.cadre_info_news
{
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border:2px solid black;
	width: 27%;
	float: right;
}
.cadre_info_news h3
{
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-khtml-border-radius-topright:10px; 
	-khtml-border-radius-topleft: 10px;
	-webkit-border-radius-top-left: 10px;
	-webkit-border-radius-top-left: 10px;
	background:#808080 url(images/bg_infobox_titre.png) repeat-x scroll center top;
	border:medium none;
	color:#FFFFFF;
	display:block;
	font-size:1em;
	height:18px;
	margin:0;
	padding:5px 14px;
	font-weight: bold;
}
.miniApercu
{
	max-width:120px;
	overflow:hidden;
}
/*Styles commentaire*/
.commentaire
{
	margin-bottom: 10px;
	width: 90%;
	background-color: #8f8f8f;
	border-color: #8f8f8f;
	border-style: solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	margin-left:auto;
	margin-right:auto;
}
.cominverse
{
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
}
/*Styles formaulaire*/
form
{
	margin-bottom: 10px;
}