body {
  margin:0;
  padding:0;
  background:#fff;
  font:small Verdana,Sans-serif;
  line-height:1.6em;
  text-align:center;
  color:#333;
  }
  
  
.container {
  background:#fff;
  width:750px;
  margin:0 auto;
  border:solid #fff;
  border-width:0 1px;
  text-align:left;
  color:#333;
  position:relative;
  }
  
  



/* MISC: =Link ---------------------------------------------- */
a, .subnav a:visited {
  color:#0881D1;
  text-decoration:none;
  border-bottom:1px solid #0881D1;
  }
a:visited {
  color:#0881D1;
  border-color:#0881D1;
 border-bottom-style:dotted;
  }
a:hover, .subnav a:hover {
   color:#0881D1;
  border-color:#0881D1;
  border-bottom-style:none;
  }


#subcol .more a, #subcol a.more {
  white-space:normal;
  }

h1 a, #section a {
  border-width:0;
  }


/* =Header ----------------------------------------------- */
#header {
  background-color:#fff;
  background-repeat:no-repeat;
  background-image:url("logo25.gif");
  background-position:15px 26px;
  float:left;
  width:100%;
  height:80px;
  margin-top:3em;
  }
#logo {
  background:none;
  background-color:transparent;
  float:left;
  display:block;
  width:175px;
  height:35px;
  margin:25px 0 0;
  padding:0;
  text-indent:-10000px;
  border-width:0;
  text-decoration:none;
  }


/* =Nav  ----------------------------------------------- */
#nav {
  background-color:#fff;
  background-repeat:no-repeat;
  float:left;
  width:100%;
  border:solid #ddd;
  border-width:1px 0;
  }
.home #nav {
  background-position:0 -70px;
  }
#nav ul {
  margin:0;
  padding:0 0px;
  list-style:none;
  font-size:63%;
text-transform: uppercase;

   }
   
#nav li {
  float:left;
  margin:0;
  padding:0;
  background-image:none;
  line-height:normal;
  text-indent:0;
  }
#nav a, #nav strong {
  display:block;
  padding:5px 10px 6px;
  border:solid #ddd;
  border-width:0 1px 0 0;
  color:#68a;
  text-decoration:none;
  white-space:nowrap;
  }
/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a {
  width:1%;
  }
#nav #current strong, #nav #current a {
  background-repeat:no-repeat;
  }
#nav a:hover, #nav #current a:hover strong, #nav #current strong {
  color:#000;
  }
#nav a:hover {
  background-repeat:no-repeat;
  }
#nav a strong, #nav #current a strong {
  background:none;
  padding:0;
  border:none;
  }
#nav #h {
  border-left-width:1px;
  }


/* =Structur ----------------------------------------------- */
#content, #c2, #c3 {
  float:left;
  width:750px;
  }
/* Overcome stupid 3px margin bug in IE/Win floats, 
   which fixes a lot of things, including disapearing company nav,
   randomly appearing text, and wrappers pushed too wide.
   http://www.positioniseverything.net/explorer/threepxtest.html */
  * html #content, * html #c2, * html #c3 {
    margin-right:-3px;
    }
#c2 {
  padding-bottom:20px;
  }
#maincol {
  float:left;
  width:485px;
  }
#subcol {
  float:right;
  width:244px;
  color:#777;
  }

#mc2, #sc2, #xc2 {
  padding:0 20px;
  }
#mc2 {
  padding-right:0;
  }
#maincol, #subcol, #xcol {
  margin-top:-8px;
  }
#subcol, #xcol {
  font-size:85%;
  line-height:1.6em;
  }




/* MISC: =Heading ---------------------------------------------- */
h1, #section {
  background:#fff;
  margin:0;
  padding:20px 20px 8px;
  border-bottom:1px solid #ddd;
  font:135%/1.4em Georgia,Serif;
  color:#776;
  }


h2, h2 a, h2 a:visited {
  color:#685;
  border-width:0;
  }
h2, #c-smx #maincol h2, #c-xms #maincol h2 {
  margin:1.25em 0 .25em;
  font:140%/1.5em Georgia,Serif;
  }
#maincol h2 {
  font-size:119%;
  line-height:1.5em;
  }
h2 a:hover {
  color:#974;
  text-decoration:none;
  }

h3 {
  margin:1em 0 .25em;
  font:110%/1.5em Georgia,Serif;
  }
h3 a {
  border-width:0;
  }
h4 {
  margin:1em 0 .25em;
  font:125% Georgia,Serif;
  color:#575;
  }


/* =Log ----------------------------------------------- */
.entry {
  margin:0 0 1.75em;
  }
.entry h3, .home #c-smx #maincol h2, .home #c-smx #latest h2, .home #c-xms #maincol h2, .home #c-xms #latest h2 {
  margin:1em 0 .2em;
  font:175%/1.3em Georgia,Serif;
  line-height:1.3em;
  color:#245;
  }
.home h2, .home #c-smx #maincol h2, .home #c-smx #latest h2, .home #c-xms #maincol h2, .home #c-xms #latest h2 {
  margin-top:0;
  padding-top:.5em;
  }
.log h2.date {
  padding-bottom:.3em;
  border-bottom:1px dotted #ccc;
  margin-bottom:.5em;
  }
.log h3 {
  margin:.75em 0 .5em;
  border-bottom:1px dotted #ccc;
  padding:0 0 .2em;
  font-size:140%;
  line-height:1.5em;
  }
.home #c-smx #latest h2 {
  margin-top:0;
  padding-top:.6em;
  }
.posted, .posted-top {
  color:#998;
  }
.log .posted, .search .posted, .log .posted-top, #latest .posted {
  font-size:85%;
  line-height:1.6em;
  }
p.posted, .log dd.posted, .search dd.posted {
  margin-top:.5em;
  border-top:1px dotted #ccd;
  padding-top:4px;
  }
.posted strong {
  color:#887;
  font-weight:normal;
  }
a.permalink {
  background:url("icon_pg.gif") no-repeat 0 0;
  float:left;
  display:block;
  width:9px;
  height:10px;
  margin:.3em 5px 0 0;
  text-indent:-10000px;
  border-width:0;
  }
.commentlink, .commentlink:visited {
  background:url("icon_comment.gif") no-repeat 8px 50%;
  border-width:0;
  padding-left:22px;
  border-left:1px solid #ccb;
  margin-left:.5em;
  color:#359;
  white-space:nowrap;
  }
.posted-top .commentlink, .posted-top .commentlink:visited {
  margin-left:0;
  border-left-width:0;
  background-position:0 50%;
  padding-left:14px;
  }
span.commentlink {
  color:#887;
  }
a.commentlink:hover {
  color:#933;
  border-color:#ccb;
  text-decoration:none;
  }
.commentlink img {
  margin-top:.5em;
  }
.commentlink img.c-one {
  background:url("txt_comment_red.gif") no-repeat 0 0;
  }
.commentlink img.c-twoplus {
  background:url("txt_comments_red.gif") no-repeat 0 0;
  }
a.commentlink:hover img {
  width:0;
  padding-left:48px;
  }
dl.previously {
  margin-bottom:1.25em;
  }
.previously dt a  {
  font:125%/1.4em Georgia,Serif;
  border-width:0;
  }
.previously dd {
  margin-bottom:1em;
  }
.previously dd.summary {
  margin-bottom:0;
  }
.log .previously dd.posted {
  margin-top:.7em;
  margin-bottom:1.75em;
  }
#maincol ul.entrylist li {
  padding-left:15px;
  text-indent:0;
  }
#maincol .entrylist li.hascomments {
  background:url("icon_comment.gif") no-repeat 0 50%;
  }
#maincol .entrylist li.opencomments {
  background:url("icon_comment_open.gif") no-repeat 0 50%;
  }
#maincol .entrylist li a {
  font:125%/1.4em Georgia,Serif;
  }


/* =Comment ----------------------------------------------- */
#comments {
  margin:1em -20px;
  padding:10px 20px 0;
  }
#comments h4 {
  margin:0 0 1em;
  }
#comments h4 span {
  font:68% Verdana,Sans-serif;
  color:#776;
  }
#comments dl {
  font-size:85%;
  line-height:1.6em;
  }
#comments dt {
  padding:8px 6px .5em;
  background:#eeeeee;
  font-weight:normal;
  }
#comments dd {
  padding:2px 20px 8px;
  margin:0 0 1.5em;
  background:#eeeeee;
  }
#comments dt.alt {
  background:#dddddd;
  }
#comments dd.alt {
  background:#dddddd;
  }
#comments dd del {
  color:#ccb;
  text-decoration:line-through;
  }
#comments dd.alt del {
  color:#aba;
  }
#comments dd del:hover, #comments dd del:active {
  color:#333;
  text-decoration:none;
  }
#comments .postno {
  background:url("icon_comment.gif") no-repeat 0 55%;
  border-width:0;
  padding:0 5px 0 14px;
  border-right:1px solid #ccc;
  margin-right:2px;
  font:180% Georgia,Serif;
  color:#358;
  }
#comments .alt .postno {
  border-color:#bbb;
  }
#comments dt.owner {
  background:#357;
  padding-bottom:1em;
  color:#cde;
  }
#comments dd.owner {
  padding-top:8px;
  }
#comments dt.owner .postno {
  background-image:url("icon_comment_owner.gif");
  color:#9bd;
  border-right-color:#579;
  font-weight:normal;
  }
#comments dt.owner a {
  color:#eee;
  border-width:0;
  font-weight:bold;
  }
#comment-notes p {
  font-size:85%;
  line-height:1.6em;
  color:#554;
  }
#subcol #comment-notes p {
  font-size:100%;
  }
h4#postcomment {
  padding-top:.5em;
  margin:0 0 .5em;
  }
#comment-notes {
  margin-top:2em;
  }


/* MISC: =List  ----------------------------------------------- */
ul, dl {
  margin:.5em 0 1em;
  padding:0;
  list-style:none;
  }
ul li {
  margin:0 0 2px;
  padding:0 0 0 18px;
  text-indent:-18px;
  }
ul.offsite {
  margin-bottom:.75em;
  }
ul.offsite li {
  background:url("icon_offsite.gif") no-repeat 1px .5em;
  text-indent:0;
  }
ul.bulleted li {
  background:url("icon_s.gif") no-repeat 2px .35em;
  padding-left:20px;
  margin-top:0;
  text-indent:0;
  }
.entry ul {
  margin-left:20px;
  margin-right:20px;
  }
dl dl {
  margin:1em 20px;
  }
dt {
  font-weight:bold;
  }
#maincol li em {
  font-style:normal;
  font-weight:normal;
  font-size:85%;
  line-height:1.6em;
  color:#777;
  }
dd {
  margin:0 0 1em;
  padding:0;
  }
.teaser dd {
  margin-bottom:.75em;
  }
.links dt {
  font:125%/1.4em Georgia,Serif;
  }
.links dd {
  font-size:85%;
  line-height:1.6em;
  }
dd ul {
  margin:0;
  padding:0;
  }
dd li {
  width:100%;
  padding:0;
  margin:0;
  text-indent:0;
  }




/* =Misc ----------------------------------------------- */
p {
  margin:0 0 .75em;
  }



p.more {
  margin-bottom:1.5em;
  }

blockquote {
  margin:1em 0 1em 2px;
  padding:0 1em;
  border-left:2px solid #ccc;
  }
blockquote p {
  margin:0 0 .75em;
  font-style:italic;
  color:#666;
  }
blockquote p em {
  font-style:normal;
  }

hr {
  display:none;
  }
code {
  font-size:108%;
  font-family:Monaco,"Courier New",Courier,Monospace;
  color:#464;
  }




/* =Company Nav truc dans le logo---------------------------------------------- */
#cnav {
  background-color:#fff;
  background-repeat:repeat-x;
  width:100%;
  padding:0;
  height:3em;
  position:absolute;
  top:0;
  left:0;
  }
#cnav ul {
  margin:0;
  padding:1em 12px 0;
  list-style:none;
  }
#cnav li {
  display:inline;
  margin:0;
  padding:0;
  background-image:none;
  line-height:1em;
  text-indent:0;
  }
#cnav a, #cnav strong {
  float:left;
  display:block;
  color:#888;
  margin-top:3px;
  padding:.25em 8px;
  border-width:0;
  font-size:85%;
 
  }
#cnav a strong {
  font-size:100%;
  margin-top:0;
  padding:0;
  }
#cnav strong {
  color:#333;
  }
#cnav a:hover {
  color:#333;
  }



/* =Footer----------------------------------------------- */
#footer {
  clear:both;
  padding-top:0;
  border-bottom:1px solid #fff;
  font-size:85%;
  }
#footer p {
  background-color:#fff;
  background-repeat:repeat-x;
  background-position:0 -4px;
  margin:0;
  padding:10px 20px;
  border-top:1px solid #ccc;
  color:#777;
  text-align:center;
  line-height:1.6em;
  }
/* Fixes footer containment bug in IE-Win (5 and 6)
   http://www.positioniseverything.net/explorer/escape-floats.html
   But IE5-Mac shouldn't see this \*/
  * html #footer p {
    height:1%;
    }
  /* Resume IE5-Mac */
#footer a, #footer a:visited {
  color:#666;
  border-color:#444;
  }
#footer a:hover {
  color:#933;
  border-color:#b55;
  }

/* COLOR-----------------------------------------------  */


#logo {

  }


body.cs3 {
background-color:#000;
background-image:url("black.png");


  }
.cs3 .container {
  background:#fff url("marron.gif") repeat-y 0 0;
  border-color:#000;
  }
.cs3 #header {
  background-image:url("bleunav.png");
  background-position:0 0;
  }
.cs3 #subcol {
  color:#554;
  }
.cs3 #nav {
  background-image:url("bleunav.jpg");
  border-color:#124;
  }
.cs3 #nav a, .cs3 #nav strong {
  border-color:#124;
  color:#9cf;
  }

.cs3 #nav a:hover, .cs3 #nav #current a:hover strong, .cs3 #nav #current strong {
  color:#fff;
  }
.cs3 h1 {
  background-image:url("vert.gif");
  background-color:#cdc;
  border-bottom-width:0;
  color:#245;
  }

.cs3 h2, .cs3 h2 a, .cs3 h2 a:visited {
  color:white;
font-weight: bold ;
text-transform: capitalize ;



  }
.cs3 h3 {
  color:#467;
  }
.cs3 .ghost {
  color:#ccb;
  }
.cs3 ul.offsite li, .cs3 cite.offsite {
  background-image:url("flecheliens.gif");
  }
.cs3 #c-form {
  background:#eeeee4;
  }
.cs3 #comments dt, .cs3 #comments dd {
  background:#eeeee4;
  }
.cs3 #comments dt.alt, .cs3 #comments dd.alt {
  background:#D8E3D8;
  }


.cs3 #cnav, .cs3 #footer p {
  background-image:url("bleu.gif");
  background-color:#246;
  }
.cs3 #cnav a, .cs3 #footer p, .cs3 h1 a, .cs3 h1 #parentlink, .cs3 h1 a:visited  {
  color:#58a;
  }
.cs3 #cnav a:hover {
  color:#9cf;
  }

.cs3 #footer, .cs3 #footer p {
  border-color:#124;
  }
.cs3 #footer a, .cs2 #footer a:visited {
  color:#69a;
  border-color:#479;
  }
.cs3 #footer a:hover {
  color:#8bc;
  border-color:#479;
  }



