/* ---------------- PARTIE BLOG  ----------------*/
body     { 
	background-image:url(../images/images_site/logo_index7.jpg);	
	background-repeat:repeat;
	width:100%;
    background-attachment:fixed;
	font-family: Courier, "Courier New";
	}
body a:link  { color: #006666;} 
body a:visited { color: #C4AAC6;}

#conteneur_blog { /* l'ensemble du blog */
	width:940px; 
	margin:0 auto 0 auto; /*  */
	}
#conteneur2 {  /* le logo*/
	background-image:url(../images/images_site/titre_2010.jpg);
	width:940px; 
	height:130px;
	margin:auto auto auto auto; /*  */
	}
	/*----partie droite---------*/
#archive_categorie { float:right;font-family: Courier, "Courier New"; } /* onglet en haut a droite  (accueil, categorie, archives)*/
.liens_spc a{  }/* les liens specifiques (zero-pointe)   */
.accueil a{ /*text-decoration: none;*/ color:#C4AAC6;}/*lien accueil*/
.lien_categ_lien a{ /*text-decoration: none;*/ color:#000000;} /* liens des categ et liens*/
.lien_categ_lien a:visited{ color:#C4AAC6;}
.mois_an a{ /*text-decoration: none;*/ color:#999999;  } /*archives mois/an */
/*---------partie gauche-----*/
.article_titre{ text-align:left; font-size:x-large; color: #C4AAC6;  width:500px;  } /* la barre des titres */
.article_titre  a{ text-decoration: none; color: #OOOOOO; }/*uniquement pour le lien de "article_titre" */
.article_date{ font-size:xx-small; width: 500px;vertical-align:top; } /* barre date en dessous du titre*/
.article_texte{ width: 500px;}/* la partie texte de l'article*/
.article_commentaire a{ color: #000000; background-color:##C4AAC6; width:500px;}/* couleur pour au moins 1 commentaire*/
.article_commentaire0 a{ color:#999999; background-color:##C4AAC6; width:500px;}/*couleur differente si pas de commentaire*/
.zug_date { position:relative; bottom:0; margin:150px 250px; font-size:small;}/*  date du bas */
.zug_date a{ font-size:small;text-decoration: none; color:#999999;}/* barre zug */
/* --------------------uniquement dans la page article.php------------------*/
.commentaires_stoppés { font-size:large;  } /*message pour les commentaires stoppés */
.dt_psd_com_art {  /*font-size:smaller;*/} /* date et pseudo du commentaire de l'article */
.dt_psd_com_art a{  /*font-size:smaller;*/} /* mailto du pseudo */
.texte_commentaire { width: 500px;margin:0 0 0 30px ; } /* le texte du commentaire ajouté */
				/* --- pour la partie de l'ajout d'un commentaire ( ajouter comm, pseudo, mail, commentaire) ---*/
.ajouter_comm {  } /* ligne "ajouter un commentaire" */
.mot_case_pseudo { margin: 0 0 0 50px;   } /* le pseudo et sa case*/
.mot_case_mail { margin: 0 0 0 50px;  }  /* le mail et sa case */
.mot_case_commentaire {  } /* seulement le mot commentaire */
.mot_case_commentaire { margin: 0 0 0 100px; } /* case commentaire */

/* ---------------- FIN PARTIE BLOG  ----------------*/
/* pour jouer avec les liens :
/* a:link lien non-visité */
 /* a:visited lien visité */
/*option : */
/* a:hover lien survolé (souris)*/
 /*  a:active lien activé (au moment du clic)*/