/* CSS Document */

#edito
{
	line-height: 22px;
}

#edito a
{
	color: #696969;
	text-decoration: underline;
	font-weight:bold;
}

#edito a:hover
{
	color: #FF8151;
}

#edito .table_style1
{
	width:300px;
	text-align:center;
	border:1px solid red;
}

#edito .table_style2
{
	width:5px;
	text-align: center;
}

#edito .nom
{
	color: #FF8151;
	font-weight: bold;
	font-size: 14px;
}

#edito img
{
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}