/*========================*/
/*		COMMUN			  */
/*========================*/
body
	{
	margin:0;
	padding:0;
	font:12px Arial;
	text-align:center;
	background:transparent url('img/bg-bottom.gif') repeat-x 0 100%;
	}

img {vertical-align:middle;	border:none;}
.clear {clear:both;}
.left {float:left;}
.right {float:right;}
.float-container {overflow:hidden;	height:98%;}
ul, li, p, dl, dt {margin: 0; padding: 0;}

html > body .float-container {height:auto;}
a 
	{
	color: #c00076;			/* Violet */
	}

input, textarea, select
	{
	border-width: 1px;
	border-style: solid;
	color : #000000;
	font: normal 9px Arial, Helvetica, sans-serif;
	}
.input_vide { border-width: 0px!important;}

/*
========================
	Page
========================
*/

#page {
	background:transparent url('img/bg-top.gif') repeat-x 0 0;
}

#page_outer {
	margin:0 auto;
	width:1012px;
	text-align:left;
}

#page_inner {
	padding-left:156px;
	padding-right:56px;
	background:transparent url('img/bg-page.jpg') no-repeat 0 0;
}

/*
========================
	Visuel
========================
*/

#visuel {
	padding-top:176px;
	padding-left:4px;
}

/*==========================*/
/*	Navigation				*/
/*==========================*/
.menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

.menu ul li a {
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
}

#menu_top {
	position:absolute;
	bottom:328px;
	right:7px;
	text-align:right;
}

#menu_top li {
	padding:3px 0;
}

#menu_top li a {
	color:#feec02;
	line-height:16px;
}

#menu_top li.current a {
	color:#fff;
}

#menu_top li.last {
	padding:0;
	margin-top:3px;
	height: 16px;
	background:transparent url('img/bt-espace-client.gif') no-repeat 100% 0;
}

#menu_top li.last a {
	display: block;
	float: right;

	padding-right: 5px;
	padding-left: 5px;
	width: 110px;

	color:#716478;
	text-align: center;
	/*border: 1px solid red;*/
	}

/*-------------------------------*/
#menu_main
	{
	padding-left:20px;
	padding-top:3px;
	}

#menu_main li {
	float:left;
	padding-right:6px;
	/*border: 1px solid green;*/
}

#menu_main li a {
	display:block;
	color:#777578;
	line-height:46px;
	font-weight:bold;
	font-size:11px;
	height:54px;
	padding-left:16px;
	padding-right:6px;
}

#menu_main li.current {
	background:transparent url('img/tab.jpg') no-repeat 100% 0;
}

#menu_main li.current a {
	color:#fff;
	background:transparent url('img/tab.jpg') no-repeat 0 0;
}

#menu_bottom {
	text-align:center;
	padding-top:20px;
}

#menu_bottom li {
	display:inline;
}

#menu_bottom li a {
	color:#fff;
	padding:0 15px;
}

#menu_bottom li.current a {
	color:#feec02;
}



/*------------------------------------------------------------------*/
/*							Mode Edition							*/
/*------------------------------------------------------------------*/
div#page_edit_mode {padding-top:20px;}
div#page_edit_mode div.column {border:1px dotted #999;}

br.blackLineBR,
table.blackLine,
a.editicon,
table.typo3-editPanel td.typo3-editPanel-label {display:none;}

div.typo3-editPanel-top table.typo3-editPanel td.typo3-editPanel-label
	{
	display: block;
	padding-right: 6px;
	}

form.typo3-editPanel a.editicon {display:inline;}

table.typo3-editPanel
	{
	border: 1px solid #999;
	background-color: #f3f3f3;
	margin-top: 6px;
	}

table.typo3-editPanel td.typo3-editPanel-controls {padding:2px;}

table.typo3-editPanel td.typo3-editPanel-controls,
table.typo3-editPanel td.typo3-editPanel-controls a.editicon {color:#999;}

div.news-hidden1, table.typo3-editPanel-previewBorder {border:1px solid red;}

div.news-new-record-edit-panel table.typo3-editPanel td.typo3-editPanel-label
	{
	display:inline;
	/* 	display:inline-block; */
	}