/*
 * General styles
 */
 
body {
	background: #fff;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  color: #073771;
  font-weight: bold;
}

h2 { font-size:2em;margin-top: 0.5em; margin-bottom:0.5em;}
h3 { font-size:1.5em;line-height:1;margin-bottom:0.5em;}
h4 { font-size:1.2em;line-height:1.25;margin-bottom:0.5em;height:1.25em;}
h5 { font-size:1em;font-weight:bold;margin-bottom:0.5em;}
h6 { font-size:1em;font-weight:bold;}

a, a:link, a:visited {
  color: #0a50a1;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}

a:active, a:hover {
  text-decoration: none;
  border-bottom: 1px solid #0a50a1;
}

.box {
	background: #fff;
	padding: 0.5em;
	margin: 0;
}

p.more {
	float: right;
}

p img {
	float: none;
}

hr {
	background: url(../img/hr.gif) no-repeat center center;
	height: 21px;
}

div.colborder {
	border-right: 1px dotted #ccc;
}

div.photo {
	float: right;
}

/*
 * Top banner
 */

h1 a {
	display: block;
	width: 950px;
	height: 100px;
  background: url(../img/marketing-planet-129x100.png) no-repeat right top;
  border: 0 !important;
}
	
h1 {
	text-align: center;
  line-height: 100px;
  font-size: 60px;
  font-weight: bold;
  margin: 0;
  background: url(../img/marketing-planet-129x100.png) no-repeat left top;
}

h1 a:active, h1 a:hover {
	text-decoration: none;
}

/*
 * Menu
 */
 
div#menu {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
	background: #0a50a1;
	margin-top: 1.5em;
	line-height: 2em;
	border-top: 2px solid #1b61b2;
  border-bottom: 2px solid #1b61b2;
}

div#menu ul {
  list-style-type: none;
  list-style-image: none;
}

div#menu li {
  float: left;
  padding: 0.2em 1em;
}

div#menu a, div#menu a:link, div#menu a:visited {
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
	border: 0 !important;
}

div#menu li:hover, div#menu li a:hover {
  background: #1b61b2;
  border: 0 !important;
}

div#menu li:hover a, div#menu li a:hover {
  border-bottom: 1px solid #fff !important;
}
	
div#menu li.on {
	background: #1b61b2;
}

div#menu li.search {
	float: right;
	vertical-align: middle; 
}

div#menu li.search:hover {
	background: #0a50a1;
}

div#menu li.search input#recherche {
	background: #fff url(../img/magnifier.png) 2px 2px no-repeat;
	padding-left: 20px;
}

/*
 * Main content
 */

div#content p {
	text-align: justify;
}

.intro {
  max-height: 250px;
  overflow: hidden;
  position: relative;
}

dl.info {
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 0.9em;
}

dl.info a, dl.info a:link, dl.info a:visited {
  color: #999;
}

dl.info dt {
  margin: 0;
  padding: 0 0.2em;
  float: left;
  font-weight: normal;
}

dl.info dd {
  margin: 0;
  padding: 0 0.2em;
  float: left;
}

.descriptif {
	clear: left;
}

.transition {
	position: absolute;
	width: 1000px;
	top: 200px;
	height: 50px;
  background: url(../img/degrade-transparent-blanc.png) repeat-x bottom;
  z-index: 1000;
}

.pagination {
  padding: 1em 0;
  list-style: none;
}

.pagination li {
  display: inline;
  padding: 0 0.2em;
  margin-left: 0.1em;
}

.pagination li span {
  display: none;
}

.pagination li.courante {
  font-weight: bold;
}

.articles {
	list-style-type: none;
	margin: 0;
}

div.chapo {
	font-weight: bold;
}

/*
 * Forums
 */
 
div.forum ul {
	list-style: none;
}

div.forum ul li.message {
  background: url(../img/forum-bubble.png) 110px 0 no-repeat;
}

div.forum ul li.message dl.info {
	clear: left;
  float: left;
  width: 100px;
  padding-top: 10px;
}

div.forum ul li.message dl.info dt {
	display: none;
}

div.forum ul li.message dl.info dd {
	text-align: right;
	margin: 0;
  width: 110px;
}

div.forum ul li.message dl.info dd.date {
	font-size: 0.9em;
	background: url(../img/anchor.png) no-repeat 0 0;
}

div.forum li.message div.texte {
	padding: 15px 0 0 140px;
}

p.right {
  text-align: right !important;
  padding-right: 2em;
}

/*
 * Sidebar
 */

#sidebar {
  background: #ddf;
  margin-top: 1.5em;
  text-align: justify;
  border-bottom: 2px solid #fff;
}

#sidebar .box {
	background: #ddf;
}

 
ul.subscribe {
	list-style: none;
}

ul.subscribe li {
	padding-left: 20px;
	height: 20px;
}

ul.subscribe li.rss {
	background: url(../img/icons/feed-16x16.png) no-repeat 0 2px;
}

ul.subscribe li.newsletter {
  background: url(../img/icons/email-16x16.png) no-repeat 0 2px;
}

ul.subscribe li.twitter {
  background: url(../img/icons/twitter-16x16.gif) no-repeat 0 2px;
}

ul.subscribe li.facebook {
  background: url(../img/icons/facebook-16x16.gif) no-repeat 0 2px;
}

ul.subscribe li.linkedin {
  background: url(../img/icons/linkedin-16x16.gif) no-repeat 0 2px;
}

ul.lastcomments {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.lastcomments li {
	margin-top: 1em;
}

ul.lastcomments li p.comment {
  margin: 0 0 0 40px;
}

ul.lastcomments li p.gravatar {
  float: left;
  margin: 0;
}

ul.lastcomments li p.gravatar img {
  margin: 5px 0 0 0;
}

/*
 * Tags cloud
 */
 
ul.nuage {
  margin: 0 0 1.5em 0;
  padding: 0;
  list-style: none;
}

ul.nuage li {
  display: inline;
  padding: 0 0.2em;
}

ul.nuage li a.on {
  font-weight: bolder;
  color: orange;
}

ul.nuage li a span.frequence {
  display: block;
  float: left;
  height: 0;
  overflow: auto;
  width: 0;
}

ul.nuage a.nuage0 {
}

ul.nuage a.nuage1 {
}

ul.nuage a.nuage2 {
}

ul.nuage a.nuage3 {
}

ul.nuage a.nuage4 {
}

ul.nuage a.nuage5 {
}

ul.nuage a.nuage6 {
}

ul.nuage a.nuage7 {
}

ul.nuage a.nuage8 {
}

ul.nuage a.nuage9 {
}

ul.nuage a.nuage10 {
}

/*
 * Inspirational quote
 */
 
div.quote {
}
	
div.quote p.before {
	float: left;
	margin: -0.4em 0 0 0;
	font-size: 3em;
	font-weight: bold;
}

div.quote p.after {
  float: right;
  margin: -1.2em 0 0 0;
  font-size: 3em;
  font-weight: bold;
}

div.quote div {
	margin: 0 2em;
}

div.quote p.author {
	text-align: right;
	font-style: italic;
}

/*
 * More div
 */

div#more, div#more div.box {
  background: #0a50a1;
  color: #fff;
}

div#more a, div#more a:link, div#more a:visited {
  color: #fff;
  text-decoration: none;
}

div#more li:hover a, div#more li a:hover {
  border-bottom: 1px solid #fff !important;
}

div#more p {
	margin: 0;
}

/*
 * Menu in the footer
 */

ul#footermenu {
	float: left;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
}

ul#footermenu li {
  float: left;
  padding: 0.1em 0.5em;
}

ul#footermenu li.on {
  background: #1b61b2;
}

ul#footermenusup {
  float: right;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
}

ul#footermenusup li {
  float: left;
  padding: 0.1em 0.5em;
}

ul#footermenusup li.on {
  background: #1b61b2;
}

/*
 * Footer
 */
 
#footer .box {
  background: #1b61b2;
  color: #fff;
  border-top: 2px solid #fff;
}

#footer a, #footer a:link, #footer a:visited {
  color: #fff;
  text-decoration: none;
}

#footer li:hover a, #footer li a:hover {
  border-bottom: 1px solid #fff !important;
}
