/* CSS Document */
#news
	{
	background: url(../pic/frame_gauche.jpg) left top no-repeat;
	height:450px;
	}
#decalnews
	{
	position: relative;
	top: 60px;
	}
.shownews
	{
	margin-left: 330px;
/*	width: 400px;*/
	padding: 8px;
/*	margin-left: auto;
	margin-right: auto;*/
	margin-bottom: 5px;
	border-bottom: 1px solid #632102;
	}
.newstitre
	{
	color: #F55102;
	font-size: 15px;
	}
.newsnews
	{
	margin: 5px;
	padding-left: 5px;
	text-align: justify;
	}
	.newsnews a
		{
		color: #F55102;
		}
	.newsnews a:hover
		{
		color: #632102;
		}
.newssign
	{
	text-align: right;
	font-style: italic;
	}
.newscontrole
	{
	text-align: right;
	}
	.newscontrole a 
	 	{
		position		: relative ;
		top				: 23px;
/*		margin-left 	: -5px;*/
		border-left		: 1px solid #632102;
		border-right	: 1px solid #632102;
		border-bottom	: 1px solid #632102;
		padding			: 3px 8px 3px 8px;
		background-color: #000000;
		color			: #FFFFFF;
		text-decoration	: none;
		font-family		: arial;
		font-size		: 8px;
		text-transform	: uppercase;
		font-stretch	: condensed;
		}
	.newscontrole a:hover
		{
		border-left		: 1px solid #632102;
		border-right	: 1px solid #632102;
		border-bottom	: 1px solid #632102;
		padding			: 3px 8px 3px 8px;
		background-color: #7A2700;
		}

#newsform
	{
	position: absolute;
	top: 0	;
	background-color: #000000;	
	}
	#newsform textarea
		{
		height: 100px;
		width: 300px;
		}