/****************************************************************************************************/
/* Ce document appartient à Evildev Corporation - Copyright 2007                                    */
/*                                                                                                  */
/* Nom du fichier: left.css                                                                         */
/* Date de création: 2007/03/26                                                                     */
/* Auteur: [SMN]                                                                                    */
/*                                                                                                  */
/* Objectif:                                                                                        */
/*      - Style de l'entête                                                                         */
/*                                                                                                  */
/****************************************************************************************************/

	td.title_access {
		color:#FFFFFF;
		background-color:#000000;
		font-weight:bold;
		font-size:12px;
		padding:0 0 0 10px;
		text-align:center;
		vertical-align:top;
		height:120px;
	}

	td.suscrive_mailing {
		font-size: 10px;
		color:#FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	/* Partie blog */
	td.titre_left {
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
	}
	
	.blog_cat {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	a.blog_cat:link {
		text-decoration: none;
		color: #FFFFFF;
	}
	a.blog_cat:visited {
		text-decoration: none;
		color: #FFFFFF;
	}
	a.blog_cat:hover {
		text-decoration: underline;
		color: #FFFFFF;
	}
	a.blog_cat:active {
		text-decoration: none;
		color: #FFFFFF;
	}

	a.mailing_btn:link {
		text-decoration: none;
		color: #FFFFFF;
	}
	a.mailing_btn:visited {
		text-decoration: none;
		color: #FFFFFF;
	}
	a.mailing_btn:hover {
		text-decoration: underline;
		color: #FFFFFF;
	}
	a.mailing_btn:active {
		text-decoration: none;
		color: #FFFFFF;
	}

/****************************************************************************************************/
/* Fin de left.css                                                                                  */
/****************************************************************************************************/
