/* ----- BASE LAYOUT ----- */

* {
  padding :0px;
  margin: 0px;
}

a img {
  border: 0px;
}

.fixed, .clear {
	clear:both;
}

body {
  text-align: center;  /* centering the page container, text-align will be reset to left inside the container */
  font: 11px Arial, sans-serif;
  color: #000000;
  background: #ededed;	
}

* html div#wrapper {
<!--
	width:expression(((document.compatMode && 
	document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : 
	document.body.clientWidth) 
	> 1201 ? "1200px" : 
		(((document.compatMode && 
	document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : 
	document.body.clientWidth) 
	< 801 ? "800px" : 
	"80%")); 
-->
}

div#wrapper {
  text-align: center;  
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 80%;
  min-width: 800px;
  max-width: 1100px;
}

div#container {
  padding: 0;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* resetting the "text-align: center" of "wrapper" */
  display: block;
  background: #ffffff;	
}

/* ----- HEADER ----- */

#header {
  background: url('../Images/bandeau.jpg') 150px 0px no-repeat;
  width: auto;
  position: relative; 
  margin: 0; 
  padding: 0;
  height: 149px; 
}

#logo_cnsds {
  background: url('../Images/logo_cnsds.jpg') 0px 0px no-repeat;
  float: left;
  z-index: 2;
  height: 149px;
  width: 150px; 
}

#logo_ffd {
  background: url('../Images/logo_ffd.jpg') 0px 0px no-repeat;
  float: right;
  z-index: 2;
  height: 149px;
  width: 116px; 
}

#top_menu {
  margin-left: 10px;
  float: left;
  height: 129px;
  padding-top: 20px; /*10px;*/
}

#top_menu li {
  color: #FFF;
  border-top: 1px dotted #FFF;
  list-style: none;
  padding-left: 20px;
  padding-right: 40px;
  line-height: 20px;
}

#top_menu li.first {
  border-top: 0px dotted #FFF;
}

#top_menu li a:link, #top_menu li a:visited, #top_menu li a:active, #top_menu li a:hover {
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
}

#login {
  /*background: ;url(../images/login.jpg) top left no-repeat;*/
  float: right;
  z-index: 2;
  height: 149px;
  width: 171px;
  color: #FFF;
  text-align: center;
}

/* ----- SUBHEADER ----- */

#subheader {
  background: #303032;
  height: 31px;
  vertical-align: middle;
  color: #FFF;
}

div#plan {
  font-size: 95%;
  float: left;
  line-height: 29px;
  height: 31px;
  margin-left: 30px;
  margin-right: 50px;
}

#plan a:link, #plan a:visited, #plan a:active, #plan a:hover {
  text-decoration: underline;
  color: #FFF;
}

#searchbox {
	background: url(../images/searchbox.gif) no-repeat;
	width:209px;
	height:23px;
	display:block;
	float:left;
	margin-top:4px;
	margin-right:10px !important;
	margin-right:5px;
	padding:2px;
}
#searchbox .textfield {
	background:none;
	border:0px;
	width:185px;
	float:left;
	margin-right:2px;
	padding-left:2px;
}
#searchbox .button {
	background:none;
	border:0px;
	width:18px;
	height:18px;
	cursor:pointer;
	float:left;
	margin-top:1px;
}
#searchbox .searchtip {
	color:#999;
}

div#newletter {
  float: left;
  line-height: 25px;
  height: 25px;
  margin-left: 30px;
  margin-right: 50px;
}

#newsletter a:link, #newsletter a:visited, #newsletter a:active, #newsletter a:hover {
  text-decoration: underline;
  color: #FFF;
}

#newsletterbox {
	background: url(../images/searchbox.gif) no-repeat;
	width:209px;
	height:23px;
	display:block;
	float:right;
	margin-top:4px;
	margin-right:10px !important;
	margin-right:5px;
	padding:2px;
}
#newsletterbox .textfield {
	background:none;
	border:0px;
	width:185px;
	float:left;
	margin-right:2px;
	padding-left:2px;
}
#newsletterbox .button {
	background:none;
	border:0px;
	width:18px;
	height:18px;
	cursor:pointer;
	float:left;
	margin-top:1px;
}
#newsletterbox .newslettertip {
	color:#999;
}


/* ----- LEFT SIDEBAR ----- */

div#left-sidebar {
  float: left;
  width: 200px;
  vertical-align: top;
  text-align: left;
  background: #ffffff;
}

.categories {
}

.categories-title {
}

.categories-content {
  border-top: dotted 2px #cccccc;
  border-bottom: dotted 2px #cccccc;
  margin: 5px 0px 5px 0px;
  background-color: #fdeacc;
  color: #9c9c9c;

}

.categories ul {
  padding-left : 10px;
}

.categories ul li {
  list-style: none;
}

.categories-title a:link, .categories-title a:visited, .categories-title a:active {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #9c9c9c;
  text-align: left;
}
.categories-title a:hover {
  color: #ea724d;
}

.categories-title-current a:link, .categories-title-current a:visited, .categories-title-current a:active, .categories-title-current a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #ea724d;
  text-align: left;
}

.categories-item a:link, .categories-item a:visited, .categories-item a:active {
  text-decoration: none;
  color: #9c9c9c;
}

.categories-item a:hover {
  color: #000000;
}

.categories-item-current a:link, .categories-item-current a:visited, .categories-item-current a:active, .categories-item-current a:hover {
  color: #f05a27;
}

/* ----- RIGHT SIDEBAR ----- */

div#right-sidebar {
  float: right;
  width: 250px;
}

div#right-pub {
  background: url('../images/pub_header.jpg') no-repeat;
  padding-top: 20px;
  margin-top: 10px;
}

/* ------ FOOTER ----- */

#footer {
  width: auto;
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
  color: #000000;
  clear: both;
}

#footer a:link, #footer a:visited, #footer a:active {
  text-decoration: underline;
  color: #000000;
  font-weight: normal;
}

#footer a:hover {
  text-decoration: underline;
  color: #9c9c9c;
  font-weight: normal;
}