/* layout */
div#container {
  width:1010px;
  margin:0 auto;
  background:url(../img/container_bg.png) 0 124px no-repeat;
  background-color:#f2f0ed;
}
div#header {
  height:96px;

}
div#header a, div#header img {
	float:left;
}

div#content {
	background-color:#fff;
	width:700px;
	margin:0 0 0 20px;
	_margin:0 0 0 10px;
	padding:15px;
	border:1px solid #b7b8b8;
	float:left;
}

div#wide {
	background-color:#fff;
	width:962px;
	margin:0 0 0 20px;
	_margin:0 0 0 10px;
	padding:15px;
	border:1px solid #b7b8b8;
	float:left;
}
div.frame {
	border-top:1px solid #b7b8b8;
	border-left:1px solid #b7b8b8;
	border-right:2px solid #b7b8b8;
	border-bottom:2px solid #b7b8b8;
	margin:0;
	padding:10px;
}

/* biased div */
div#content.bias, div#wide.bias {
	background-color:transparent;
	padding:0;
	border:0 none;
}
div.bias table {
	border-bottom:2px solid #b7b8b8;
}
div.bias h1 {
  font-size: 131%;
  color:#584c44;
  margin:0;
  position:relative;
  top:10px;
  left:15px;
}
div.bias table th {
	border-top:1px solid #b7b8b8;
	border-left:1px solid #b7b8b8;
	background-color:#fff;
}
div.bias table td {
	background-color:#fff;
	border-left:1px solid #b7b8b8;
	padding:10px 0 15px 15px;
}
div.bias table th, div#content.bias table td {
	background-color:#fff;
}

div.bias table th.bias {
	width:15px;
	height:26px;
	line-height:26px;
	border:0 none;
	background:url(../img/corner_white-trans.png) transparent no-repeat;
}
div.bias table th.nobias {
	width:15px;
	height:26px;
	line-height:26px;
	border-left:0 none;
	border-right:1px solid #b7b8b8;
}

div.bias td.bias {
	width:15px;
	padding:0;
	margin:0;
	border:0 none;
	border-right:1px solid #b7b8b8;
}

div#column {
	width:210px;
	float:left;
	margin:0 0 0 13px;
}
div#footer {
	height:68px;
	margin:40px 0 0 0;
	background:url(../img/footer_bg.png) no-repeat;
	/*background:#FFF;
	border-top:1px solid #CCCCCC;*/
}
div#footer p {
	text-align:center;
	color:#585139;
	margin:10px 0 0 0;
}

div#footer p, div#footer a {
	font-size:93%;
}

div#footer a img {
	vertical-align:middle;
}

div#footer_home {
	height:68px;
	margin:40px 0 0 0;
	/*background-color:#FFF;*/
	/*border-top:1px solid #CCCCCC;*/
}
div#footer_home p {
	text-align:center;
	color:#585139;
	margin:10px 0 0 0;
}

div#footer_home p, div#footer_home a {
	font-size:93%;
}

div#footer_home a img {
	vertical-align:middle;
}

/* navigation */
div#navigation {
  height:26px;
  line-height:26px;
  background:url(../img/menu_bg.png) repeat-x;
  border-bottom:1px solid#746d6b;
}

/* ----------------------
	CSS for New Header :
	  headertest.html
   ----------------------  */

div#navigation_newheader {
  background:none;
  height:26px;
  line-height:26px;
  padding-top:70px;
}

div#navigation_newheader #search{
	background:none;
	float:right;
	height:26px;
	width:181px;
}
div#navigation_newheader #search input {
	width:130px;
	height:16px;
	margin:0 10px 0 25px;

}

div#navigation_newheader #language{
	float:right;
	width:60px;
	margin:0 0 0 15px;
}


/* menu */
div#menu {
	float:left;
}
div#menu ul {
  margin:0 0 0 26px;
}
div#menu li {
  float:left;
}
div#menu li.selected {
  background-color:#cecac5;
}
div#menu a {
  font-weight:bold;
  padding:0 10px;
  margin:1px 0 0 0;
  display:block;
  height:25px;
  float:left;
}
div#menu a:link, div#menu a:visited {
  color:#fff;
}
div#menu a:hover, div#menu a:active, div#menu li.selected a {
  color:#000;
}

/* submenu */
div#submenu {
  height:24px;
  line-height:24px;
  position:relative;
}
div#submenu ul {
  position:absolute;
}
div#submenu li {
  float:left;
}
div#submenu li.selected {
	background-color:#fff;
}
div#submenu li.selected a {
	color:#000;
}
div#submenu a {
  padding:0 10px;
  margin:1px 0 0 0;
  display:block;
  height:24px;
  float:left;
}

/* search */
div#search {
	float:right;
	height:26px;
	width:181px;
	background:url(../img/search_bg.png);
}

div#search input {
	width:80px;
	height:16px;
	margin:0 10px 0 25px;
	_margin-top:5px;
}

div#search button {
	background:url(../img/search_bt.png) no-repeat;
	width:16px;
	vertical-align:middle;
	height:16px;
}

/* language selection */
div#language {
	float:right;
	width:60px;
	margin:0 75px 0 15px;
	_margin:0 25px 0 15px;
}
div#language img {
  margin-top:5px;
}
div#language a {
	float:left;
	width:17px;
	height:17px;
	display:block;
	margin:0 5px 0 0;
}

/* pager */
a.pager {
	margin:0 5px;
}
a.pager, p.pager, p.pager a, p.pager strong {
	font-weight:bold;
}
a.pager, p.pager a {
	color:#666;
}
a.pager.selected, p.pager strong {
	border:1px solid #666;
	padding:2px 3px 2px 3px;
	color:#666;
}
p.pager a.previous, p.pager a.next {
	color:#000;
}

/* boxes */
div.box {
  /*margin:0 auto;*/
  /*width:210px;*/
}
div.box table {
	width:230px;
}

div.box td.left {
  width:10px;
}
 div.box td.right {
   width:15px;
 }

div.box thead tr td {
  height:27px;
  line-height:14px;
}

div.box tbody td{
	padding-top:10px;
	vertical-align:top;
}

div.box h2 {
  font-size:108%;
  text-transform:uppercase;
  color:#584C44;
  margin:10px 0;
}

div.box h3 {
	color:#584C44;
	margin:10px 0;
	font-size:108%;
}

div.box thead h2 {
	position:relative;
	top:5px;
	left:-3px;
	margin:0;
	white-space:nowrap;
}

div.box li {
  list-style-type:disc;
  list-style-position:inside;
}

div.box h2.arrow a {
  background:url(../img/arrow.png) no-repeat;
  height:13px;
  margin:0 5px 0 0;
  padding:0 0 0 20px;
  display:inline-block;
}

/* grey boxes */
div.box.grey thead td.left {
  background:url(../img/box/grey/top-left.png) no-repeat;
}
div.box.grey thead td {
  background:url(../img/box/grey/top-center.png) repeat-x;
}
div.box.grey thead td.right {
  background:url(../img/box/grey/top-right-trans.png) no-repeat;
}
div.box.grey tbody td.left {
  background:url(../img/box/grey/center-left.png) repeat-y;
}
div.box.grey tbody td {
  background:url(../img/box/grey/center.png) repeat;
}
div.box.grey tbody td.right {
  background:url(../img/box/grey/center-right.png) repeat-y;
}
div.box.grey tfoot td.left {
  background:url(../img/box/grey/bottom-left.png) no-repeat;
}
div.box.grey tfoot td {
  background:url(../img/box/grey/bottom-center.png) repeat-x;
}
div.box.grey tfoot td.right {
  background:url(../img/box/grey/bottom-right.png) no-repeat;
}

/* white boxes */
div.box.white thead td.left {
  background:url(../img/box/white/top-left.png) no-repeat;
}
div.box.white thead td {
  background:url(../img/box/white/top-center.png) repeat-x;
}
div.box.white thead td.right {
  background:url(../img/box/white/top-right-trans.png) no-repeat;
}
div.box.white tbody td.left {
  background:url(../img/box/white/center-left.png) repeat-y;
}
div.box.white tbody td {
  background-color:#fff;
}
div.box.white tbody td.right {
  background:url(../img/box/white/center-right.png) repeat-y;
}
div.box.white tfoot td.left {
  background:url(../img/box/white/bottom-left.png) no-repeat;
}
div.box.white tfoot td {
  background:url(../img/box/white/bottom-center.png) repeat-x;
}
div.box.white tfoot td.right {
  background:url(../img/box/white/bottom-right.png) no-repeat;
}


/*
 * FFE - Nouveau design accueil
*/
div#container_home {
	width:1060px;
	margin:0 auto;
	background:url(../img/fond_home.png) repeat-y;
	padding-left:20px;
	/*padding-right:20px;*/
}

div#clearfix_home{
	/*width:100%;*/
	clear: both;
	padding-left: 20px;

}

div#header_home{
	background:url(../img/bandeau.jpg) repeat-y;
	height:99px;
	width:1040px;
	overflow:hidden;
	position:relative;
}

div#footer {
	height:68px;
	margin:40px 0 0 0;
	/*background:#FFF;
	border-top:1px solid #CCCCCC;*/
}

div#navigation_newheader_home{
	height: 27px;
	line-height: 27px;
	padding-top: 72px;

}

div#navigation_newheader_home #language_home{
	float:right;
	width:60px;
	margin:0 0 0 15px;
}

div#search_home{
	/*width: 124px;
	height:15px;
	border: 0 none;*/
	float: right;
	height:27px;
}

	div#search_home input.input_txt{
		width: 124px;
		height:15px;
		background-color: #f3f3f3;
		border: 0 none;
	}

	div#search_home input.input_submit{
		width: 15px;
		height: 15px;
	}
