/*
======================================================
Layout.css
======================================================
*/

body{
  	background:#ffffff;
  	border:0px;
	padding:0px;
	margin:0px;
	scrollbar-base-color: #cccccc;
	background-image: url("../images/allover/bg_frame.gif");
	background-repeat: repeat-x;
}

#frame{
		width: 900px;
		align: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		border-right: 5px solid #ffffff;
	}
	
* html #frame{
  height:580px;
}

#ImageLine{
	width: 900px;
	height: 150px;
	margin: 5px 0px 5px 0px;
}


#FooterLine{
	position:relative; /* pour sortir la liste du flux de donnée */
    	z-index:+120;
	left: -220px;
	clear:left;
    	margin-top:10px;
    	text-align:left;
    	padding:10px;
	width:900px;
	background:#ffffff;
}

#LogoLine{

	width: 880px;
	height: 80px;

	/*background-image: url("../images/allover/logo.gif");
	background-repeat: no-repeat;*/
}

#Logo{
	float:left;
	width:170px;
	height:45px;
	vertical-align: middle;
	text-align: center;
	padding: 15px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
}

#FirstLevelNavi{
	position:absolute; /* pour sortir la liste du flux de donnée */
    	top: 0px;
	z-index:120;
	 margin: 0px 0px 0px 130px;
	/*width: 695px;*/
	width: 740px;
	height: 78px;
	text-align:right;
}



#SpecialNavi{
	width: 900px;
	height: 25px;
	text-align:right;
	background: #b81a17;
}

#MainLine{
	background-color:#fefee4;
}


#navi{
	position:absolute; /* pour sortir la liste du flux de donnée */
    z-index:120;
	float:left;
	width:205px;
	padding: 10px 0px 0px 0px;
}

#Content{
	position:absolute; /* pour sortir la liste du flux de donnée */
    z-index:+100;
	width: 680px;
	padding:0px 0px 0px 220px;
	margin:0px 0px 30px 0px;
	background:url('../images/allover/bg_content.gif');
	background-repeat:repeat-y;
	min-height:450px;
}
#ContentPart{
	min-height:450px;
	padding:10px;
	}

#Content:after {
	content:"clear";
	clear:left;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
}

.logo{
	position:absolute; /* pour sortir la liste du flux de donnée */
	z-index:120;
	padding:5px;
}

.news-latest-item{
	background:#ffffff;
	padding:0px 10px 0px 10px;
	margin:50px 3px 0px 3px;
}