* {
	outline: none;
}

body {
	background: #ebebeb;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 14px "Trebuchet MS";
}

.conteneur {
	width: 990px;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	height: 170px;
}

#titre {
	padding: 10px 0 0 0;
	text-align: left;
	color: #accf5f;
	font-weight: bold;
	height: 20px;
}

#logo {
	margin: 15px 0;
	text-align: center;
}



#main {
	background: #FFF;
}

.principale {
	text-align: justify;
	margin-right: 330px;
}

.colonne_droite {
	text-align: justify;
	float: right;
	width: 320px;
	margin-top: 15px;
}

.hr {
	background: url(../img/hr.png) no-repeat center center;
	height: 70px;
}

.contenu {
	margin-top: 10px;
	padding: 10px;
}



#gauche_g_sidebar {
	float: left;
	width: 310px;
	margin: 0px;
}
	
#gauche_d_sidebar {
	float: right;
	width: 310px;
	margin: 0px;
}

.sb {
	background-color: #eeeeee;
	padding: 10px
}

.dateblog {
	text-align: left;
	font-style: normal;
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: 20px;
}

.comblog {
	text-align: right;
	background-color: #f7f7f7;
	padding: 5px;
	font-style: italic;
	border: 1px solid #f7f7f7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

h1 {
	color: #a7cb68;
	text-align: left;
    font-size: 130%;
	margin: 0px 0px 10px 0px;
}

h2 {
	text-align: center;
    font-size: 130%;
	margin: 0 0 10px 0;
}

img {
	border: none;
}

.tags {
	background-color: #f7f7f7;
	padding: 5px;
	font-style: italic;
	border: 1px solid #f7f7f7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a, a:visited {
	color: #a7cb68;
	text-decoration: none;
}

a:hover {
	color: #a7cb68;
	text-decoration: underline;
}

a.nuage, a.nuage:visited {
	text-decoration: none;
}

a.nuage:hover {
	text-decoration: underline;
}
.pagination {
	line-height:2em;
	text-align: center;
}
.pagination a,
.pagination span {
	padding:0.2em 0.5em;
	background-color:#ccc;
}
.pagination a {
	color: white;
	border:1px solid #ccc;
	text-decoration:none;
}
.pagination a:hover {
	border:1px solid #666;
	color:#666;
	font-size: 100%;
}
.pagination .prevnext {
	font-weight:bold;
}
.pagination span.disabled { 
	border:1px solid #999999;
	color:#999999;
}
.pagination span.current {
	border:1px solid #accf5f;
	background-color:#accf5f;
	color:#ffffff;
	font-weight:bold;
}

li {
  display: list-item;
  list-style-image: url(../img/bullet.png);
  font-weight: bold;
}


#navbar {
	width: 100%;
	height: 32px;
	background: url(../img/ariane.png) repeat-x;
	line-height: 32px;
	color: #fff;
	float: left;
}

#navbarcontent {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#navbarcontent a {
	color: #eaeaea;
	font-size: 14px;
	text-transform: uppercase;
}

#navbarlinks {
	float: left;
}

#navbarlinks ul {
	list-style-type: none;
	display: block;
	margin: 0;
}

#navbarlinks ul li {
	display: inline;
}

#navbarlinks ul li a {
	display: block;
	float: left;
	padding: 0px 19px;
}

#navbarlinks ul li a:hover {
	background: url(../img/menu_hover.png) repeat-x top center;
}