

/* Les éléments HTML en général
-------------------------------------------------------- */
body{
  background-image : url(fond.jpg);background-repeat:no-repeat; background-attachment:fixed;background-position:top center;
 overflow-x: hidden; position: absolute;  width:100%; margin:auto;min-width:650px;max-width:1000px; height:auto; 

color: #000000;
  font-size: 13px;
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
}



h1{
  font-size: 25px;
  color: #00000;
}


h2{
  font-size: 17px;
  color: #000000;
}


h3{
  font-size: 15px;
  color: #00000;
}

  
fieldset{
  border: none;
}

label{
  cursor: pointer;
  cursor: hand;
}

.field label{
  display: block;
}

textarea{
  width: 100%;
  font-size: 1em;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link {
font-family:arial, helvetica, sans-serif;
font-size:100%;
font-weight: bold;
color:#696969;
background-color:transparent;
text-decoration:none;
}

a:visited {
font-family:arial, helvetica, sans-serif;
font-size:100%;
font-weight: bold;
color:#696969;
background-color:transparent;
text-decoration:none;
}

a:hover {
font-family:arial, helvetica, sans-serif;
font-size:100%;
font-weight: bold;
color:red;
background-color:transparent;
text-decoration:none;
}

a:active {
font-family:arial, helvetica, sans-serif;
font-size:100%;
font-weight: bold;
color:red;
background-color:transparent;
text-decoration:none;
}

.left{
  float: left;
  margin-right: 1em;
}

.right{
  float: right;
  margin-left: 1em;
}



/* La page
-------------------------------------------------------- */
#page{
  color: #000000;


}

/* Le menu
-------------------------------------------------------- */
#menu {
 position: fixed; z-index:2;  left: 0px; top: 0px; width: 100%; height: 0px; 

text-align: center;
  font-family: arial, helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #000000;
}

#menu a {
  text-decoration: none;
  color: #000000;
}

#menu a:hover {
  color: #BFC2D4;
}



/* L'entête
-------------------------------------------------------- */
#top{
  text-align: center;
}



/* Le sous-menu
-------------------------------------------------------- */
#sousmenu {
 position: fixed; z-index:2;  left: 0px; top: 60px; width: 100%; height: 20px;  ;background-repeat:no-repeat;background-position:top center; 

text-align: center;
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #696969;
}

#sousmenu a {
  text-decoration: none;
  color: #525252;
}

#sousmenu a:hover {
  color: #BFC2D4;
}
  
.left{
  float: left
}


/* L'entête
-------------------------------------------------------- */
#top{
  text-align: center;
}



/* Le contenu
-------------------------------------------------------- */
.post {
 overflow-x: hidden; position: absolute;left: 0px; top: 125px; width: auto; height: auto; 

border-bottom: 1px solid #D3D3D3 ;
}

.post-title{
  margin-bottom: 0;
}

.post-title a{
  color: #D3D3D3;
  text-decoration: none;
}

.post-info{
  margin: 0;
  color: #D3D3D3;
}

.post-info a{
  color: #D3D3D3;
  text-decoration: none;
}

.post-content{
  margin-top: 0.75em;
  margin-bottom: 1.5em;
}

.post-content blockquote{
  font-style: italic;
}

.post-info-co{
  font-size: 11px;
}

#trackbacks blockquote, #comments blockquote{
  border: 1px solid #D3D3D3 ;
  margin: 1em 0;
  padding: 1ex 1em;
}



/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
  border-bottom: 1px solid #D3D3D3 ;
  font-size: 11px;
}

#sidebar p{
  margin-bottom: 0px;
}

#sidebar div ul{
  margin: 0 0 0 15px;
  padding: 0;
}

#sidebar div h3{
  text-align: center;
}

#archives ul {
  text-transform: capitalize;
}



/* Le pied de page
-------------------------------------------------------- */
#footer{
  text-align: center;
  font-size: 11px;
}
