#mainframe{
	position: relative;
	float: right;
	margin: 23px 0 5px 0;
	padding: 0;
	width: 560px;
	/*padding: 5px 0 15px 5px;*/
	/*background-color:#F7E7AC;*/
}

#leftframe {
	position: relative;
	float: left;
	width: 200px;
	margin: 8px 0 0 0;
	padding: 0 5px 15px 0px;
	/*background-color:#E7ACF7;*/
}

/*
-------------- LEFT FRAME - -----------------
---------------------------------------------------
*/

#infoframe h3 {
	padding: 3px 0 0 27px;
	margin: 15px 0 0 0;
	height: 18px;
	background: url('/images/arrowDown.gif') top left no-repeat;
	text-indent: 0;
	font-weight: bold;
	font-size: 11px;
	color: #fff; /* f3f502 000 4e4b42 */
	/*border-top: 1px solid #000; /* a7a7a7 */
}
#infoframe p  {
	margin: 0;
	padding: 3px 5px 5px 5px;
	font-size: 9px;
}

/*-------- sidemenu --------*/
#sidemenu {
	margin: 15px 0 0 0;
	padding: 0;
}
#sidemenu ul {
	margin: 0 0 15px 0;
	padding: 0;
	border-top: 1px solid #000; /* 666 */
	border-bottom: 1px solid #000; /* 666 */
}
#sidemenu ul li {
	list-style: none;
	overflow: hidden;
}

#sidemenu ul li a {
	background: url('/images/menu_puce_off.gif') no-repeat 5px center;
	color: #000;
	height: 13px;
	display: block;
	padding: 2px 0 2px 22px;
	text-decoration: none;
	font-weight: bold;
}
#sidemenu ul li a:visited, #sidemenu ul li a:active {
	color: #000;
}
#sidemenu ul li a:hover, #sidemenu ul li.current a  {
	color: #bf2344; /*9c0000*/
	background: url('/images/menu_puce_on.gif')  no-repeat 5px center #fff;
	/* fffeb2 - fff */
}

/*-------- sidenews --------*/
#news {
	margin: 0;
	padding: 0;
	position: relative; 
	overflow: hidden; 
	height: 100px;
}
#news_content {
	position: absolute;
	z-index: 2;
	margin: 0;
	padding: 0 5px 0 5px;
}
.news_item {  
	margin: 0;
	height: 120px;
}
#news_content h4{
	font-size: 11px;
	background: url('/images/pucenews.gif') center left no-repeat;
	padding-left: 10px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	margin: 0;
}
#news_content p{
	font-size: 9px;
	text-indent: 0;
	margin: 0;
	padding: 0;
}
#news_content p a, #news_content p a:hover {
	text-decoration: underline;
	color: #4e4b42;
}
#news_boutons {
	position: absolute;
	right: 0;
	padding: 6px 2px 3px 2px;
	height: 20px;
	z-index:3;
	text-align: right;
}
#news_boutons img {
 	border: 0;
}
#news_boutons a, #news_boutons a:hover {
 	text-decoration:none;
	color: #4e4b42;
}
/*-------- Newsletter --------*/
#newsletter p, #newsletter form {
	margin: 0;
}
#newsletter form p input {
	font-size: 9px;
	margin: 0;
	padding: 1px 0 1px 0;
}