w/* feuille de style pour WDblog */

/* tous les navigateurs ne définissent pas les mêmes valeurs de marges */
/* on réinitialise donc tout, et on définira nos propres valeurs */
/* le sélecteur universel est symbolisé par l'étoile * */

* { margin: 0; padding: 0; }


/* Taille par défaut des textes = 10px */
body {
	/* 
		Taille par défaut 16px, ramenée à 10px.
		Donc 1em = 10 px;
	*/
	font-size: 62.5%;
	/* polices par défaut */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* définition des headers h1 à h6 */

h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  padding: .67em 0;
}www

h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  padding: .83em 0;
}

h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  padding: 1em 0;
}

h4 {
  display: block;
  font-weight: bold;
  padding: 1.33em 0;
}

h5 {
  display: block;
  font-size: 0.83em;
  font-weight: bold;
  padding: 1.67em 0;
}

h6 {
  display: block;
  font-size: 0.67em;
  font-weight: bold;
  padding: 2.33em 0;
}
/* définition des headers h1 à h6 */

/* Taille du texte par défaut de chaque div */
#conteneur_externe {font-size: 1em}
#conteneur_interne {font-size: 1em}
#titre {font-size: 1em}
#colonne_gauche {font: 1.2em/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;}
#colonne_droite {font-size: 1em}
#pied {font-size: 0.9em}
.billet {font-size: 1em}

/* disposition, bordures et couleur */
html {
	text-align: center; /* pour IE */
	background: #999 url(./images/bg-dark-blue.gif) top left repeat;
}

body {
	margin: 1em auto; /* centrage horizontal */
	text-align: left; /* pour IE */
	border: 5px solid #fff;
	width: 600px;
	background-color: #fff;
}

#conteneur_externe {
	background-color: transparent;
}

#conteneur_interne {
	position: relative;
	background: transparent;
	border-top: 5px solid #fff;
}


#titre {
	width: 6OOpx;
	height: 156px;
	background: transparent url(./images/cup.jpg) top left no-repeat;
	text-align: right;
	padding-right: 2em;
	font-size: 1.2em;
	color: #000;
}

.billet {
	padding-bottom: 1em;
	border-bottom: 1px dotted #999;
	margin-bottom: 1em;
	
}

.lnblog {
	text-align: right;
	Font-Family: Arial, Helvetica, Sans-serif; 
	Font-Size: 8pt; 
}


#colonne_gauche {
	width: 465px;
	background-color: #fff; /* #9fc; */
	/* marges internes */
	padding: 0.5em;
}

#colonne_droite {
	float: right;
	width: 120px;
	background-color: #fff;
}

#pied {
	clear: both;
	background-color: #0f3;
}

/* Listamatic Bulleted Rollover List */
/* http://css.maxdesign.com.au/index.htm */

ul.navlist
{
list-style-type: none;
text-align: left;
padding-bottom: 2em;
}

ul.navlist li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #999;
}

ul.navlist li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: black;
}

ul.navlist li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #666;
}

/* liste dans billet */
.billet ul
{
list-style-type: none;
text-align: left;
padding-bottom: 2em;
}

.billet ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #999;
}

.billet ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: black;
}

.billet ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #666;
}

/* ----------- fin de document -------------------- */

#pied {
	background: #fff url(./images/sty-footer-top.png) top left repeat-x;
	margin-top: 2em;
	padding-top: 20px;
	background-color: #fff;
	color: #009;
	Font-Family: Arial, Helvetica, Sans-serif; 
	Font-Size: 8pt; 
	text-align: center;
}

#pied a {
	text-decoration: underline;
	color: #009;
}	

#pied img {
	border: 0;
}

p.minicenter {
	text-align: center;
	font-variant: normal;
	font-size: xx-small;
	color: #009;
	margin-top: 1em;
}

p.datepub {
	text-align: right;
	font-size: 1.2em;
	background: transparent;
	margin-top: 2em;
	border-bottom: 1px solid #333;
}

/* intro avec photo */
div#intro { padding-right: 130px; }
div#intro { background: #fff url(./images/patrick125x125.jpg) top right no-repeat; }
