@import url('/css/netedit.css');

body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff repeat-x top url('/images/nav/bodyBkg.png');
}

form{
	text-align: center;
}

.break{
	clear: both;
}

#wrap{
	text-align: left;
	width: 980px;
	margin: 0 auto;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

#banner{
	background: #fff no-repeat right top url('/images/nav/bannerBkg.jpg');
	width: 100%;
	height: 176px;
}
#topMenu{
	margin: 20px 10px 0 0;
	height: 43px;
	float: right;
}

#topMenu span{
}

#topMenu a, #topMenu a:visited, #topMenu a:hover{
	text-decoration:none;
	color: #036;
	padding: 0px 7px;
}

.boite_recherche{
	display: inline-block;
	background: no-repeat top left url('/images/nav/searchBoxBkg.png');
	width: 187px;
	height: 40px;
}

.champs_recherche{
	width: 150px;
	border: 0px;
	background: transparent;
}

#logo {
	float: left;
}

#logo img{
	width: 400px;
	height: 130px;
	border: 0px;
}

#mainMenu{
	text-align: right;
	white-space: nowrap;
	clear: both;
	margin: 0px 5px 0 0;
	height: 45px;
	line-height: 45px;
	padding: 0 0 0 0px;
}
#mainMenu span{
	display: inline-block;
	padding: 0 0 0 0px;
	line-height: 45px;
	height: 45px;
}

#mainMenu a, #mainMenu a:visited, #mainMenu a:hover{
	display: inline-block;
	padding:0px 0px;
	text-decoration : none;
	font-size: 12px;
	color: #ccffff;
	line-height: 45px;
	height: 45px;
	background: repeat-x right bottom url('/images/nav/menu_bkg.png');
}
#mainMenu a.on, #mainMenu a.on:visited, #mainMenu a.on:hover{
	padding:0px 0px;
	text-decoration : none;
	font-size: 12px;
	color: #336699;
	line-height: 45px;
	height: 45px;
	background: repeat-x right bottom url('/images/nav/menu_bkg_on.png');
}

#mainSectionHome{
	display:block;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background: #fff no-repeat top right url('/images/nav/AccueilBkg.png');
	border-right: 1px solid #e3edfa;
}
#mainSection{
	display:block;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background: #fff no-repeat top right url('/images/nav/index_Bkg.png');
	border-right: 1px solid #e3edfa;
}
#leftColumn{
	border-top : 1px solid #999;
	float: left;
	width: 168px;
	margin: 55px 0 0 20px;
}

#mainSection #leftColumn{
	margin: 23px 0 0 20px;
}

#menuVertical{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menuVertical li{
	list-style-type: none;
	border-bottom: 1px solid #999;
}
#menuVertical li a{
	padding: 10px;
	display:block;
	color: #369;
	text-decoration:none;
}
#menuVertical li.selected{
	background: #d2e0ef;
}

#mainColumn{
	margin: 0px 0 0 232px;
}
#mainColumnBox{
	width: 738px;
	display:inline-block;
}

#NewsBox{
	float: left;
	margin: 150px 0 0 0;
	width: 450px;
}
#BlogBox{
	float: left;
	margin: 150px 0 0 20px;
	width: 260px;
}

#AccueilAutreContenu{
	clear: both;
}

#breadcrumb{
	color: #666;
	margin: 20px 0 0 0;
}

#breadcrumb a, #breadcrumb a:visited, #breadcrumb a:hover{
	color: #666;
	text-decoration: none;
}
#footer{
	width: 100%;
	height: 105px;
	background: repeat-x top url('/images/nav/footerBkg.png');
}

#footerBox{
	padding: 20px;
}

#footer span a{
	text-decoration: none;
	color: #fff;
	padding: 0px 5px;
}    


.titreSection{
	width: 100%;
	border-bottom: 1px solid #999;
	margin: 13px 0 0 0;
	padding: 0 0 6px 0;
	font-size: 24px;
	color: #99cc33;
}

.netblog_sideColumnHeader, .netblog_black_header{
	width: 100%;
	margin: 13px 0 0 0;
	padding: 0 0 6px 0;
	font-size: 18px;
	color: #99cc33;
}

.netblog_nom_cmt{
	font-weight: bold;
}

.netblog_date_cmt{
	color: #808080;
}

.BlogPostRecent{
	display: block;
	height: auto;
	margin: 0 0 10px; 
}

.titreNouvelles, .titreNouvelles:visited, .titreNouvelles:hover{
	font-weight: bold;
	font-size: 14px;
	color: #336699;
	text-decoration: none;
}
.titreNouvelles:hover{
	text-decoration: underline;
}

.titreSectionNouvelles, .titreSectionNouvelles:visited, .titreSectionNouvelles:hover{
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
.titreSectionNouvelles:hover{
	text-decoration: underline;
}

.netblog_header{
	font-weight: bold;
	font-size: 14px;
	color: #336699;
	text-decoration: none;
}






















