@charset "utf-8";
/*	BASE BLOCS	*/
body{
	text-align:center;
	margin:0;
	padding:0;
/*	overflow:visible;*/
}
	#main{
		width:847px;
		text-align:left;
		margin-left:auto;
		margin-right:auto;
		margin-top:2px;
		position:relative;
	}
		#top{
			height:194px;
			margin-bottom:-3px;
			border-bottom:1px solid #688eb2;
		}
		#leftColumn{
			width:249px;
			float:left;
			min-height:400px;
			/*margin-bottom:-3px;*/
			border-right:1px solid #c8d6e2;
		}
		#rightColumn{
			width:591px;
			float:right;
			min-height:400px;
			margin-bottom:-5px;
		}
		#footer{
			background:url(../images/footer.jpg) no-repeat 0 3px;
			border-top:1px solid #c8d6e2;
			height:38px;
			float:left;
			width:100%;
		}


/*	TOP	*/
		#logo{
			background:url(../images/logo.jpg) no-repeat;
			height:144px;
			float:left;
			width:248px;
		}
		#banner{
			background:url(../images/banner.jpg) no-repeat;
			height:144px;
			float:right;
			width:597px;
		}
		#section{
			background:url(../images/top.jpg) no-repeat;
			line-height:46px;
			margin-top:1px;
			float:left;
			width:847px;

		}


/*	LEFT COLUMN	*/
		#leftColumn div{
			/*margin-right:-5px;*/
		}
			#menu{
				padding-bottom:60px;
				padding-top:30px;
			}
			#newsTitle{
				background:url(../images/news.jpg) no-repeat 0 3px;
				border-top:1px solid #688eb2;
				border-bottom:1px solid #688eb2;
				line-height:52px;
			}
			#news{

			}
/*			#formation{

			}
			#formationTitle{
				border-top:1px solid #688eb2;
				border-bottom:1px solid #688eb2;
				line-height:36px;
			}*/


/*	RIGHT COLUMN	*/
			#rightColumn div{
				margin-top:3px;
				margin-bottom:3px;
				margin-left:40px;
			}
			#languagesSelector{
				border-bottom:1px solid #dde7f0;
				/*margin-right:-5px;*/
				line-height:40px;
			}
			#title{

			}
			#submenu{

			}
			#subtitle{

			}
			#content{

			}


/*	FOOTER	*/
			#rights{
				float:left;
				line-height:38px;
			}
			#secondaryMenu{
				float:right;
			}