/*************************************************
*					 actus.css					 
*                                                
* utilisé dans les pages actualité du site internet
* 
* couleur associée : orange (#f60)
*
**************************************************/

/** 
* styles pour navigation à gauche 
*/
#NavOutils { margin:30px 5px 0px 0px; padding:0px; text-align:right; }
#NavOutils li { list-style:none; margin:0px; padding:5px 0px 5px 0px; }
#NavOutils .BGAgenda  { background:url(/img/picto-agenda.gif) no-repeat 100% 50%; padding-right:30px; margin-right:5px; }
#NavOutils .BGMailing { background:url(/img/picto-mailing.gif) no-repeat 100% 50%; padding-right:25px; }
/* styles pour les formulaires de la section actualité */
#formNotes .labelG { display:block; float:left; width:200px; text-align:right; font-weight:bold; margin:3px 10px 10px 0px; }
.BTSubmit { background:#fff url(/img/pictos/enregistrer.gif) no-repeat 0 50%; margin-top:10px; padding-left:25px; border:solid 1px #fff; color:#f60; font-weight:bold; text-align:left; }

.copyright    { border-top:dotted 1px #999; margin:15px 0px 20px 0px; padding:5px; text-align:center; color:#999; }

#CommSend          { margin:10px; }
#CommSend .D1      { padding:0px; text-align:right; width:100%; color:#fff; }
#CommSend .D1 span { background:#f60 url(/img/ArcOnglet-Long.gif) top right no-repeat; display:block; padding:2px 20px 3px 30px; font-weight:bold; border-right:solid 1px #f60; }
#CommSend .D2      { clear:both; border:solid 1px #f60; text-align:center; }

.Results    { clear:both; margin:15px 0px 15px 0px; background:#fff7f0; color:#ee3e0b; font-weight:bold; border:solid 1px #ccc; padding:5px; }
.ResultsNav { clear:both; margin:0px 0px 15px 0px; padding-top:15px; }

/**************** Tableaux d'archives ************************************/
.ArcDiv              { margin-left:120px; }
.ArcTab              { border:solid 1px #d6ccd6; text-align:center; width:430px; }
.ArcTab tr           { background:#d6ccd6; border-right:solid 1px #d6ccd6; border-left:solid 1px #d6ccd6; }
.ArcTab #current     { background:#fff; }
.ArcTab caption      { padding:0px; text-align:right; width:100%; color:#fff; }
.ArcTab caption span { background:#704c70 url(/img/ArcOnglet.gif) top right no-repeat; display:block; padding:2px 20px 3px 30px; font-weight:bold; border-right:solid 1px #704c70; }
.selected	     { background:#704c70; color:#fff;}

