* {
  margin: 0;
  padding: 0;
  }
  

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family:Arial, Helvetica, sans-serif;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 9pt;
  }

a {
  color: #6598b8;
  text-decoration: none;
  }

a:hover {
  color: #222;
  text-decoration: underline;
  }

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  font-family:Arial, Helvetica, sans-serif;
  background-image:url(images/bg.gif);
  background-position:center;
  }


/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 1000px;
  text-align: left;
  padding: 0;
  }

#header {
  padding: 0;
  margin: 0;
  height: 110px;
  background-image:url(images/content_bg.jpg);  
  }

#header #topright {
  text-align: right;
  float: right;
  width: 600px;
  margin: 5px 0 0 0;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #fff;
  font-size: 9pt;
  padding: 0 0 0 25px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #000;
  text-decoration: none;
  }

#header #logo {
  float: left;
  width: 1000px;
  height:110px;
  background-image:url(images/entete_logo.jpg);  
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #fff;
  font-size: 17pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }
  
  .ngg-navigation_next {
	  margin-left:580px;
	  margin-top:197px;
	  width:21px;
	  height:21px;
	float:left;
	position:absolute;
	background-image:url(images/navim_droite.jpg);  
}

  .ngg-navigation_previous {
	  margin-top:197px;
	  width:21px;
	  height:21px;
	float:left;
	position:absolute;
	background-image:url(images/navim_gauche.jpg); 
}

  .ngg-navigation_next:hover {
	  margin-left:580px;
	  margin-top:197px;
	  width:21px;
	  height:21px;
	float:left;
	position:absolute;
	background-image:url(images/navim_droite_active.jpg);  
}

  .ngg-navigation_previous:hover {
	  margin-top:197px;
	  width:21px;
	  height:21px;
	float:left;
	position:absolute;
	background-image:url(images/navim_gauche_active.jpg); 
}


/* Menu */

#acc {
	width:50px;
	height:29px;
	float:left;
	margin:0 -30px;
	background-image:url(images/acc.jpg);
	background-repeat:no-repeatl;
        cursor:pointer;
}

#acc:hover {
	width:50px;
	height:29px;
	float:left;
	margin:0 -30px;
	background-image:url(images/acc_act.jpg);
	background-repeat:no-repeatl;
        cursor:pointer;
}

#catnav {
  clear: both;
  height: 30px;
  width: 950px;
  padding-left:50px;
  background-image:url(images/menu_bar.jpg);
  background-repeat:no-repeat;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0 0 0 20px;
  background-image:url(images/menu_list.jpg);
  background-repeat:no-repeat;
  }

#nav a {
  display: block;
  line-height: 29px;
  margin: 0;
  padding: 1px 20px 0 32px;
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
  color: #97c5eb;
  font-weight:bold;
  text-transform:uppercase;
  }

#nav li a:hover {
  color: #fff;
  text-decoration: none;
  display: block;
  background-image:url(images/menu_actif.jpg);
  background-repeat:no-repeat;
  }

#nav li.current_page_item {
  color: #fff;
  text-decoration: none;
  display: block;
  background-image:url(images/menu_actif.jpg);
  background-repeat:no-repeat;	
}

#nav li.current_page_item a {
  color: #fff;	
}

#nav li.current_page_ancestor {
  color: #fff;
  text-decoration: none;
  display: block;
  background-image:url(images/menu_actif.jpg);
  background-repeat:no-repeat;	
}

#nav li.current_page_ancestor a {
  color: #fff;	
}

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { 
  position: static;
  }

#toprss {
  float: right;
  margin: 0 38px 0 0;
  display: inline;
  width: 90px;
  height:30px;
  line-height: 30px;
  font-weight:bold;
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif; 
  }

  #toprss a {
	  color:#97c5eb;
  }

  #toprss a:hover {
	  color:#FFF;
	  text-decoration:none;
  }
  
 /* SOUS-Menu */

#subcatnav {
  clear: both;
  height: 30px;
  width: 950px;
  padding-left:50px;
  background-image:url(images/submenu.jpg);
  background-repeat:no-repeat;
  }

#subnav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#subnav ul {
  margin: 0;
  padding: 0;
  }

#subnav li {
  float: left;
  margin: 0 0 0 20px;
  background-image:url(images/submenu_list.jpg);
  background-repeat:no-repeat;
  }

#subnav a {
  display: block;
  line-height: 29px;
  margin: 0;
  padding: 1px 20px 0 32px;
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
  color: #97c5eb;
  font-weight:normal;
  text-transform:uppercase;
  }

#subnav li a:hover {
  color: #fff;
  text-decoration: none;
  display: block;
  background-image:url(images/submenu_actif.jpg);
  background-repeat:no-repeat;
  }

#subnav li.current_page_item {
  color: #fff;
  text-decoration: none;
  display: block;
  background-image:url(images/submenu_actif.jpg);
  background-repeat:no-repeat;	
}

#subnav li.current_page_item a {
  color: #fff;	
}

#subnav li.current_page_ancestor {
  color: #fff;
  text-decoration: none;
  display: block;
  background-image:url(images/submenu_actif.jpg);
  background-repeat:no-repeat;	
}

#subnav li.current_page_ancestor a {
  color: #fff;	
}

#subnav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#subnav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#subnav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#subnav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#subnav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#subnav li:hover, #nav li.sfhover { 
  position: static;
  }

/* Menu bas page */

#nav2 {
  list-style: none;
  text-align:center;
  }
	
#nav2 ul {
  margin: 0;
  padding: 0;
  }

#nav2 li {
  display:inline;
  }

#nav2 a {
  line-height: 16px;
  margin: 0;
  padding: 0 4px 0 0;
  font-size: 10px;
  font-family:Arial, Helvetica, sans-serif;
  color: #a6cae1;
  text-transform:uppercase;
  }

#nav2 li a {
  color:#a6cae1;
  text-decoration: none;
  }

#nav2 li a:hover {
  color: #fff;
  text-decoration: none;
  }

#nav2 li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }
  
#nav2 li.current_page_item {
  color: #fff;	
}

#nav2 li.current_page_item a {
  color: #fff;	
}

#nav2 li {
padding: 0;
border-left: solid 1px #a6cae1;
}

#nav2 li:first-child {
border: none;
padding-left: 0;
}

#nav2 li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav2 li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 10px;
  }
	
#nav2 li li a {
  width: 10px;
  height: 24px;
  line-height: 16px;
  color: #fff;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 0;
  }
	
#nav2 li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav2 li:hover, #nav2 li.sfhover { 
  position: static;
  }
  
/* Menu Sidenav GAUCHE */

#sidecatnav {
  clear: both;
  width: 300px;
  padding-left:70px;
  background-image:url(images/submenu.jpg);
  background-repeat:no-repeat;
  }
  
#sidenavtop {
	width:300px;
	height:10px;
  background-image:url(images/sidenav_top.gif);
  background-repeat:no-repeat;	
  margin:16px 0 0 0;
  padding:0;
}

#sidenavbottom {
	width:300px;
	height:9px;
  background-image:url(images/sidenav_bottom.gif);
  background-repeat:no-repeat;
  background-position:top left;
  margin:0;
  padding:0;
}

#simple_sidenav-3 {
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#simple_sidenav-3 ul {
  margin: 0;
  padding: 0;
  }

#simple_sidenav-3 li {
	width:300px;
	height:30px;
  margin:0;
  background-image:url(images/sidenav_list.gif);
  background-repeat:no-repeat;
  }
  
  #simple_sidenav-3 li:hover {
	width:300px;
	height:30px;
  margin:0;
  background-image:url(images/sidenav_list_active.gif);
  background-repeat:no-repeat;
  }

#simple_sidenav-3 li a {
  line-height: 30px;
  margin: 0;
  padding: 0 0 0 61px;
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
  color: #97c5eb;
  font-weight:normal;
  text-transform:uppercase;
  }

#simple_sidenav-3 li a:hover {
	width:300px;
	height:30px;
	line-height:30px;
	display:inline;
  text-decoration:none;
  color:#97c5eb;
  }

#simple_sidenav-3 li.current_page_item {
  color:#97c5eb;
  text-decoration: none;
  display: block;
  background-image:url(images/sidenav_list_active.gif);
  background-repeat:no-repeat;	
}

#simple_sidenav-3 li.current_page_item a {
  color: #97c5eb;	
}

#simple_sidenav-3 li.current_page_ancestor {
  color: #fff;
  text-decoration: none;
  display: block;
  background-image:url(images/sidenav_list_active.gif);
  background-repeat:no-repeat;	
}

#simple_sidenav-3 li.current_page_ancestor a {
  color: #fff;	
}

#simple_sidenav-3 ul li {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }
	
#simple_sidenav-3 li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#simple_sidenav-3 li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 0px 5px 15px;
  }
	
#simple_sidenav-3 li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

/* Top Content */

#main {
  clear: both;
  width: 1000px;
  background-image:url(images/bgdegrad.gif);
  background-repeat:repeat-x;
  background-color:#191f23;
  }
#contentwrapper {
  float:left;
  width: 680px;
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper_right {
  float:right;
  width: 648px;  margin: 0 0 0px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 14pt;
  letter-spacing: -1px;
  color: #fff;
  font-weight: normal;
  background: url(images/bg-trans.png) repeat;
  padding: 5px;
  }
  
 #entete_post {
	 width:642px;
	 height:51px;
	 background-image: url(images/box_entete_date.gif);
  }
  
  #entete_date {
	  width:93px;
	  height:20px;
	  text-align:right;
	  margin-top:23px;
	  line-height:12px;
	  float:left;
	  position:absolute;
  	  font-size: 12px;
  	  color:#FFF;
  	  font-weight:bold;
  }
  
    #entete_titre {
	  width:430px;
	  height:20px;
	  text-align:left;
	  margin-top:21px;
	  margin-left:116px;
	  line-height:16px;
	  float:left;
	  position:absolute;
  	  font-size: 16px;
  	  color:#FFF;
  	  font-weight:bold;
  }
  
   #entete_post2 {
	 width:642px;
	 height:51px;
	 background-image: url(images/box_entete_date2.gif);
  }
  
   #entete_post4 {
	 width:612px;
	 height:51px;
	 background-image: url(images/box_entete_date4.gif);
  }
  
  #entete_date2 {
	  width:93px;
	  height:20px;
	  text-align:left;
	  margin-top:23px;
	  margin-left:548px;
	  line-height:12px;
	  float:left;
	  position:absolute;
  	  font-size: 12px;
  	  color:#FFF;
  	  font-weight:bold;
  }
  
    #entete_titre2 {
	  width:490px;
	  height:20px;
	  text-align:left;
	  margin-top:21px;
	  margin-left:50px;
	  line-height:16px;
	  float:left;
	  position:absolute;
  	  font-size: 16px;
  	  color:#FFF;
  	  font-weight:bold;
  }
  
   #entete_post3 {
	 width:642px;
	 height:26px;
	 background-image: url(images/box_entete_nodate.gif);
  }
  
  #blog_body {
	  width:642px;
	  background-image: url(images/box_body.gif);
	  background-repeat:repeat-y;
	  color:#97c5eb;
	  padding-top:6px;
  }
  
  #blog_body4 {
	  width:612px;
	  background-image: url(images/box_body4.gif);
	  background-repeat:repeat-y;
	  color:#97c5eb;
	  padding-top:6px;
  }  
  
    #blog_body_text {
	  width:542px;
	  margin-left:50px;
	  padding-top:6px;
  }
  
      #blog_body_text a{
		  color:#d24d04;
  }
  
  #blog_bottom {
	  width:642px;
	  height:23px;
	  background-image: url(images/box_bottom.gif);
	  background-repeat:repeat-y;
	  color:#FFF;
  }
  
  #blog_bottom4 {
	  width:612px;
	  height:23px;
	  background-image: url(images/box_bottom4.gif);
	  background-repeat:repeat-y;
	  color:#FFF;
  }  
  
.topPost {
  margin: 62px 19px;
  padding: 0;
  font-size: 9pt;
  } 
  
.topPost2 {
  margin: 32px 19px;
  padding: 0;
  font-size: 9pt;
  } 
  
  .topPost_page {
  margin: 32px 28px;
  padding: 0;
  font-size: 9pt;
  color:#97c5eb;
  }
  
.topPost_page p{
  margin: 20px 28px;
  padding: 0;
  font-size: 9pt;
  color:#97c5eb;
  }
  
.topPost_page h2{
	margin:0 28px;
  padding: 0;
  font-size:16px;
  font-weight:bold;
  font-size: 16px;
  font-weight:bold;
  color:#fff;
  }
  
  .topPost_page a{
  color:#d24d04;
  }
  
.topPost h2.topTitle {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin:0;
  padding:0;
  }
  
.topPost2 h2.topTitle {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin:0;
  padding:0;
  }  
  
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #abd1ea;
  }
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 9pt;
  color: #cdcdcd;  
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #fff;
  }
.topPost p.topMeta a:hover {
  color: #ccc;
  }
.topPost div.topContent {
  font-size: 9pt;
  color: #efefef;
  margin: 8px 0;
  }
.topPost div.topContent a {
  text-decoration: underline;
  color: #fff;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #ff9933;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #eee;
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: italic;
  background: url(images/bg-trans.png) repeat;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #fff;
  border: 1px solid #111;
  }
.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #040404;
  }
.topPost span.topComments a {
  color: #fff;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #fff;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #fff;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #fff;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #83adc8;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  color: #fff;
  }


/* Comments */

#comments {
  margin-bottom: 10px;
  margin-top: 15px;
  background: #040404;
  width: 530px; 
  border: 1px solid #090909;
  padding: 0px 15px 10px 15px;
  color: #fff;
  }
#comments h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #fff;
  margin: 15px 0;
  padding: 0;
  }
#comments p a {
  color: #6598b8;
  }
#comments p a:hover {
  color: #fff;
  }
#comments p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 9pt;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  background: #080808;
  border: 1px solid #040404;
  list-style-type: none;
  }
.commentlist li.alt {
  background: #000;
  border: 1px solid #020202;
  border: none;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #eee;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #ddd;
  }
.commentlist small.commentmetadata a {
  color: #666;
  }
.commentlist p {
  color: #dedede;
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 450px;
  background: #fff;
  color: #111;
  padding: 10px;
  }
#comments #submit {
  margin: 0;
  }
#extrastuff a {color:#222; font-size:0.8em;}
#extrastuff a:hover {color:#6598b8; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* Bienvenue */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  background: url(images/bg-trans.png) repeat;
  }
#main #welcome h2 {
  font-size: 14pt;
  font-weight: normal;

  color: #fff;
  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 9pt;
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #6598b8;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; 
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: #010101;
  color: #fff;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #050505;
  }


/* Sidebars &#192; DROITE */
#sidebars {
  margin: 15px 0 0 0;
  float: right;
  width: 320px;
  color: #eee;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 160px;
  }

#sidebar_right {
  float: left;
  width: 160px;
  }

#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: normal;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #eee;
  background: url(images/bullet.gif) left 8px no-repeat;
  line-height: 17px; 
  }

#sidebars a {
  display: inline;
  color: #eee;
  }
#sidebars a:hover {
  color: #6598b8;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #eee;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}

/* Sidebars &#192; GAUCHE */
#sidebarsg {
  margin: 16px 0 0 0;
  float: left;
  width: 340px;
  color: #eee;
  }

#sidebarg_full {
  padding: 0;
  margin: 0;
  }

#sidebarg_left {
  float: left;
  width: 160px;
  }

#sidebarg_right {
  float: right;
  width: 300px;
  }

#sidebarsg h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: normal;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  }

#sidebarsg table {
  width: 130px;
  }

#sidebarsg ul {
  margin: 0;
  padding: 0 0 0 0;
  }

#sidebarsg li {
  list-style: none;
  font-size: 9pt;
  }

#sidebarsg li ul {
  padding: 0;
  }

#sidebarsg ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #eee;
  background: url(images/bullet.gif) left 8px no-repeat;
  line-height: 17px; 
  }

#sidebarsg a {
  display: inline;
  color: #eee;
  }
#sidebarsg a:hover {
  color: #6598b8;
  text-decoration: underline;
  }

#sidebarsg p {
  padding: 2px 0;
  font-size: 9pt;
  color: #eee;
  }

#tag_cloud a {
  display: inline;
  }

#sidebarsg ul.children li {border-bottom:none;}
#sidebarsg ul.children {margin-bottom:0;}

/* Before footer */

#morefoot {
	width:985px;
	height:50px;
  background: #000 url(images/footer.jpg) top left repeat-x;
  padding: 0 15px 0 0;
  text-align:center;
  font-size:10px;
  color:#a6cae1;
  line-height:4px;
  }
#morefoot p {
  margin: 0;
  padding: 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 0px;
  padding-top:10px;
  }
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
#morefoot a {
  text-decoration: underline;
  color: #ddd;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #6598b8;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #dfdfdf;
  letter-spacing: -1px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 340px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
  }
#morefoot li {
  padding-left: 8px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; 
  }

/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;


  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }

  /* Login et mot de passe */
  
  #zone {
	  width:200px;
	  margin:42px 0 0 30px;
  }
  
  #zone2 {
	  width:200px;
	  margin:42px 0 0 30px;
  }
  
  #z5ans {
	  width:75px;
	  height:200px;
	  background-image:url(images/5ans.png);
	  margin:0 0 0 110px;
  }  
  
  #zone #texte {
	  color:#95c3e9;
	  font-size:12px;
	  margin:5px 0 5px 40px;
  }  
  
  #zone #texte a {
	  color:#95c3e9;
	  font-size:12px;
  }  
  
  #zone #titre {
	  color:#fff;
	  font-size:14px;
	  margin:0 0 5px 0;
	  background-image:url(images/zone.jpg);
	  background-repeat:no-repeat;
	  height:29px;
	  padding:0 0 0 35px;
	  line-height:25px;
  }   
  
  #zone #pass {
	  display:inline;
	  margin:0 0 0 40px;
  } 
  
  #zone #btn {
	  display:inline;
	  float:left;
	  position:absolute;
	  margin:0 0 0 10px;
  }  
  
    #zone2 #texte {
	  color:#95c3e9;
	  font-size:12px;
	  margin:5px 0 5px 40px;
  }  
  
  #zone2 #texte a {
	  color:#95c3e9;
	  font-size:12px;
  }  
  
  #zone2 #titre {
	  color:#fff;
	  font-size:14px;
	  margin:0 0 5px 0;
	  background-image:url(images/zone.jpg);
	  background-repeat:no-repeat;
	  height:29px;
	  padding:0 0 0 35px;
	  line-height:25px;
  }   
  
  #zone2 #pass {
	  display:inline;
	  margin:0 0 0 40px;
  } 
  
  #zone2 #btn {
	  display:inline;
	  float:left;
	  position:absolute;
	  margin:0 0 0 10px;
  } 
  
