@CHARSET "UTF-8";

/*
 * Feuille CSS principale
 * Préfixez les IDs par les nom de la balise
 * Ex : #div_menu, #ul_menu, .span_article
 */

body {
	margin: 0 auto;
	background-color: #FFFFFF;
}

/**
 * HEADER
 */
#div_top {
	margin: auto;
	background: url(/img/charte/logo_fd.jpg);
	width: 299px;
	height: 85px;
}
#div_header {
	display: none;
}

/**
 * CONTENT
 */
#div_content {
	margin: auto;
	width: 510px;
	margin: 16px auto;
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

/* COLONNE 1 */
#div_colonne1 {
	float: left;
	width: 490px;
	margin-right: 15px;
}

/* ARTICLE */
#div_colonne1_article {
	background-color: #FFFFFF;
	padding: 10px;
    font-size: 12px;
}
#div_colonne1_article img {
	display: none;
}
#div_colonne1_article .div_article_titre {
	font-size: 20px;
}
#div_colonne1_article .div_article_image_sec {
    width: 115px;
    height: 106px;
    background-color: #CCCCCC;
    border-left: 1px solid #B1B1B1;
    border-right: 1px solid #B1B1B1;
    float: left;
    text-align: center;
    font-size: 10px;
    color: #636363;
    padding-top: 4px;
}
.div_article_image_sec a {
	text-decoration: none;
	color: #000000;
}

#div_colonne1_article .p_article_chapeau {
    font-weight: bold;
}
#div_colonne1_article .div_date {
    color: #0098FD;
    float: right;
}
#div_colonne1_article_plus {
    display: none;
}

#div_colonne1_article_lie {
    display: none;
}

#article_comments {
    display: none;
}

#div_informations {
	display: none;
}
/* PREFOOTER */
#div_colonne1_prefooter {
	display: none;
}

/* COLONNE 2 */
#div_colonne2 {
	display: none;
}

/* COLONNE 3 */
#div_colonne3 {
	display: none;
}
/**
 * FOOTER
 */
#footer {
	display: none;
}
/**
 * TELEX
 */
#div_telex {
	display: none;
}

/**
 * DIVERS
 */
.pub {
	width: 180px;
	margin-bottom: 16px;
	clear: left;
}
.lire_suite {
	color: #0098FD;
	font-weight: bold;
	text-decoration: none;
}
.bleu {
	color: #0098FD;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
