/* --------------------------------------------------------
    Feuille de style principale
    Digimart - Actualites
    screen_actualites.css
   -------------------------------------------------------- */

/* --------------------------------------------------------
    General
   -------------------------------------------------------- */

body, table, td, p, div, dd, ul, li, input, textarea, select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000;
    }

body {
    text-align: center;
    background-color: #EAE9E6;
    margin: 0;
    padding: 0;
    }

h1, h2, h3, h4, h5, h6, ul, li, p, form {
    padding: 0; margin: 0;
    }

h1 {
    margin: 21px 101px 0 0;
    }

a {
    color: #D80B8C;
    text-decoration: none;
    }

a:hover {
    text-decoration: underline;
    }

a:visited {
    color: #9B0564;
    }
	
p {
    margin-bottom: 14px;
    line-height: 14px;
    }

/* --------------------------------------------------------
    Formulaire
   -------------------------------------------------------- */

input {
    color: #333;
    }

/* --------------------------------------------------------
    Classes
   -------------------------------------------------------- */

p.gros_titre {
    font-size: 12px;
    font-weight: bold;
    }

/* --------------------------------------------------------
    Presentation
   -------------------------------------------------------- */

#container {
    width: 800px;
    margin: 0 auto;
    text-align: left;
    }

#contenu {
    width: 800px;
    }

#contenu_left, #contenu_right {
    background-color: #F2F1F0;
    width: 190px;
    vertical-align: top;
    }

#contenu_middle, #contenu_middle_full {
    background-color: #fff;
    width: 390px;
    vertical-align: top;
    }

#contenu_middle_full {
    width: 590px;
    }

.contenu_padding {
    padding: 5px 5px 30px 5px;
    }

div.clearer {
    clear: both;
    height: 1px;
    overflow: hidden;
    }

/* --------------------------------------------------------
    Formatage - Contenu
   -------------------------------------------------------- */

#contenu_left h2, #contenu_right h2 {
    background-color: #EAE9E6;
    margin-bottom: 5px;
    }

/*  Contenu gauche
   -------------------------------------------------------- */

ul.arrow_list {
    list-style: none;
    margin-bottom: 14px;
    }

ul.arrow_list li {
    padding: 0 0 2px 9px;
    background: url(../images/puce_fleche.gif) no-repeat 0 4px;
    }

ul.arrow_list li.on {
    background-color:#EAE9E6;
    }
	

	
div.btn_xml_rss {
    padding-bottom: 17px;
    }

div.btn_partenaires {
    text-align: center;
    padding-bottom: 10px;
    }

/*  Contenu centre
   -------------------------------------------------------- */

#contenu_middle h2, #contenu_middle_full h2 {
    background-color: #EAE9E6;
    font-size: 10px;
    font-weight: normal;
    padding: 4px;
    text-align: right;
    margin-bottom: 10px;
    }

#contenu_middle h3, #contenu_middle_full h3 {
    margin-bottom: 10px;
    font-size: 14px;
    }

div.contenu_centre_padding {
    padding: 0 5px;
    }

div.contenu_centre_padding img {
    margin-bottom:5px;
    }
	
div.image_nouvelles {
    margin-bottom: 10px;
    }

div.nouvelles_infos, p.nouvelles_pagination {
    background-color: #F2F1F0;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    margin-bottom: 12px;
    padding: 4px;
    text-align: right;
    }

p.nouvelles_pagination {
    line-height: 17px;
    margin-top: 0px;
    text-align: center;
    }

/*  Contenu droite
   -------------------------------------------------------- */

div.btn_langue {
    text-align: right;
    margin-bottom: 5px;
    }

p.texte_droite {
    padding-left: 3px;
    margin-bottom: 8px;
    }

div.form_right {
    padding: 5px 0 15px 0;
    text-align: center;
    }

div.btn_videos {
    margin-bottom: 5px;
    }

div.disclaimer {
    margin-top: 60px;
    }

/* --------------------------------------------------------
    Formatage - Webdiffusion
   -------------------------------------------------------- */

#header_retour {
    background-color: #666;
	padding:8px;
    }

#header_retour a {
    background-color: #666;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
    }

#header_retour a:hover {
	color:#ddd;
	text-decoration:none;
    }
	
#contenu_left h3.webdiffusion_annee {
    font-size: 10px;
    font-weight: normal;
    }

/*  Photos
   -------------------------------------------------------- */

div.photo_block {
    border-bottom: 1px dotted #000;
    margin-bottom: 15px;
    padding-bottom: 3px;
    }

div.photo_block p {
    margin: 8px 0;
    }
	
	
#calendrier table {width:190px;}
#calendrier table#nav { margin-bottom:8px; }
#calendrier table#nav .g, #calendrier table#nav .d {width:30%;}
#calendrier table#nav .c {width:60%;}