.legende {
	font-size: 11px;
	clear: both;
	margin-bottom: 15px;
}
#map {
	margin-top: 15px;
	border: 2px solid #ff8331;
}
#baslogo {
	padding-top: 15px;
	padding-bottom: 15px;
}
#bas {
	clear:both;
}

.erreur_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	background-color:#FFD74B;
	padding:2px;
}
.erreur_texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	background-color:#FC9;
	padding:9px;
	margin-bottom:19px;
}



#logopub {
	float: right;
	height: 69px;
	width: 234px;
	padding-top: 49px;
	padding-right: 29px;
}

#partenaire {
	width: 900px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	background-color: #cac7fe;
}

#partenaire2 {
	width: 900px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	text-align:right;
	background-color: #cac7fe;
}

body {
  margin: 0;
  padding: 0;
  color: #555;
  background:#e1e1e1 url('img/body_bg.png');
  font: 70% Arial, Helvetica, sans-serif;
}
#bg_global{
  background-image:url('img/global_bg.gif');
  background-position:center;
  width:100%;
}
#global{
	width:900px;
	margin:0 auto;
	background-color:#ffffff;
}

}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  margin-top: 1em;
  font-size: 1.3em;
}
h2 {
  margin-top: 1em;
  font-size: 1.1em;
}

h3, h4, h5, h6 {
  margin-top: 1em;
  font-size: 1.1em;
}
p {
	
}

small {
  font-size: 0.8em;
}

a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #ffb300;
}
a:visited {
  color: #ffb300;
}
a:hover {
  color: #ffb300;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
hr.hr{
	clear:both;
	visibility:hidden;
	margin-bottom:15px;
}
/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header{
	position:relative;
	display:block;
	height:152px;
	width:900px;
	background:#2e5cf0 url('img/header_bg.jpg');
	background-repeat:repeat-x;
}
#header #site-name {
	padding-top:23px;
}

#header #site-name a{
	display:block;
	width:385px;
	height:33px;
	margin-left:20px;
	margin-bottom:8px;
	background-image:url("img/logo.png");
	background-repeat:no-repeat;
	text-indent:-9000px;
	outline:none;
}
#header #site-slogan{
	margin-left:20px;
	color:#009;
	font-size:1.2em;
}
#menu *{margin:0;padding:0;}
#menu {
	position:absolute;
	bottom:0px;
	left:20px;
	font-size:1.2em;
}
#menu li a{
	display:block;
	float:left;
	color:#fff;
	font-weight:normal;
	padding-bottom:10px;
	margin-right:25px;
}
#menu li a:hover {
	text-decoration:none;
	background-image:url("img/menu_hover.gif");
	background-repeat:no-repeat;
	background-position:center bottom;
}
#menu li a.active , 
#menu .menu-element-active {
	font-weight:bold;
  	background-image:url("img/menu_active.gif");
	background-repeat:no-repeat;
	background-position:center bottom;
}



#content{
	position:relative;
	background-color:#fff;
	padding-top:20px;
}

#content #main {
	float:right;
	width:580px;
	padding-right:20px
}
#content.content-home #main{
	width:860px;
}


#sidebar-left{
	width:250px;
	padding-left:20px;
	float:left;
}

#footer {
	width:892px;
	height:55px;
	overflow:hidden;
	background-image:url('img/footer_bg.gif');
	background-position:center top;
	background-repeat:no-repeat;
	font-size: 0.8em;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	color:#fff;
	padding-top:4px;
	text-align: center;
}
#footer a{
	display:inline;
	color:#fff;
	margin-left:15px;
	margin-right:15px;
}


/********  BLOG  ARTICLES CONTENUS  **********/
.field{
	display:none;
}
.node{
	margin-bottom:40px;
	font-size:1.2em;
}

.node p{
	line-height:1.5em;
	margin-bottom:15px;
	margin-left:25px;
}


#comment {
	margin-top:40px;
}

#sidebar-left .block{
	margin-bottom:30px;
}
#sidebar-left .block h2.title{
	color:#aaa;
}

dt {
	margin-top:10px;
}

