/* 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 : Helvetica, sans-serif;
}

/* définition des headers h1 à h6 */

h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  padding: .67em 0;
}

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: 1.2em/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;}
#pied {font-size: 0.9em}
.billet {font-size: 1em}

/* disposition, bordures et couleur */
html {
	text-align: center;
	background-color: #fff;
}

body {
	margin: 52px auto; 
	text-align: left; /* pour IE */
	color: #666;
	width: 600px;
	background-color: #fff;
}

#conteneur_externe {
	background: transparent;
}

#conteneur_interne {
	position: relative;
	background: transparent;
}


#titre {
	width: 600px;
	margin-top: 10px;
	height: 200px;
	/*background: transparent url(./images/apple-titre.png) top left no-repeat;*/
	background: transparent url(./images/pat_framed.jpg) top left no-repeat;
	padding-right: 2em;
	font-size: 1.2em;
	color: #000;
}

#titre h1 {
	display: block;
	text-align: right;
	color: #999;
	font-family : Helvetica, sans-serif;
	font-size: 1em;
}

.billet {
	padding-bottom: 1em;
	margin-bottom: 1em;
	
}

.billet a {
	color: #333;
	text-decoration: underline;
}

.billet a:hover {
	color: #f00;
	text-decoration: underline;
}

.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_gauche h2, h3 {
	font-size: 1.7em;
	text-decoration: none;
	color: #666;
	font-family: Times, Georgia, "Times New Roman", serif;
}


#colonne_droite {
	float: right;
	width: 120px;
	background-color: #fff;
	padding-top: 0.5em;
}

#colonne_droite h2, h3 {
	font-size: 1.7em;
	text-decoration: none;
	color: #666;
	font-family: Times, Georgia, "Times New Roman", serif;
}


#pied {
	clear: both;
}

/* Listamatic */


.navlist
{
font-size: 0.8em;
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 120px;
text-align: right;
}

.navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

.navlist li a { 
	text-decoration: none; 
	color: #666;
}

.navlist li a:hover { 
	text-decoration: underline; 
	color: #f00;
}


/* ----------- fin de document -------------------- */

#pied {
	border-top: 1px dotted #666;
	margin-top: 2em;
	padding-top: 20px;
	color: #666;
	Font-Family: Arial, Helvetica, Sans-serif; 
	Font-Size: 8pt; 
	text-align: center;
}

#pied a {
	text-decoration: underline;
	color: #333;
}	

#pied img {
	border: 0;
}

p.minicenter {
	text-align: center;
	font-variant: normal;
	font-size: xx-small;
	color: #009;
	margin-top: 1em;
}

p.datepub {
	height: 35px;
	padding-top: 5px;
	padding-right: 5px;
	background: #fff url("./images/apple-datepub.png") top right no-repeat;
	text-align: right;
	font-size: 1.2em;
	color: #333;
	margin-top: 2em;
}

#google-ad {
	margin-top: 100px;
}