/* FEUILLE DE STYLE DE LA PAGE D'ACCUEIL */

#accueil2, td
  {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  }

#home_title
  {
	text-align: center;
	margin: 0px auto;
  }

#home_table
  {
	/*width: 95%;*/
	/*border: 1px dotted red;*/

  }
  
#home_table .left
  {
	padding-right:  20px;
  }  
  
#home_table .right
  {  
  	width: 320px;
  }
  
#home_table h3
  {  
    color: #F25B0F;
   	font-size: 12px;
	font-weight: normal; 
	line-height: 1em;
	border-bottom: 1px solid  #F25B0F;
	margin: 0 0 1px 0;
	padding: 0;
  } 
#home_table .right h3    
  {
	text-align: right;
  }
  
#home_table tr, #home_table td { vertical-align:top; }

#home_table a
  {

	color: #F25B0F;
	font-size:10px;
	text-decoration: none;
	padding: 0 0 0 12px;
	line-height: 1.5em;
	background:url(../theme/orange/divers/link_arrow.png) no-repeat;
  }
  
#home_table a:hover
  {
	text-decoration: underline;
  }  
  
#home_table img
  {  
    padding: 8px;
    background-color: white;
    border-bottom: 1px solid silver;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
  }   

/* NOUVELLES */
#nouvelles
  {
	margin: 0;
	padding: 0;
  }


#nouvelles dt, #nouvelles dd
  { 
    padding: 8px; 

  }

#nouvelles dt
  {
	margin: 0;
	color: #002C61;
	font-size: 18px;
	font-weight: normal;
  }
  
#nouvelles dt a
  {
	background-position: right;
	padding-right: 12px;
	float: right;
  }    
  
#nouvelles dt a.img
  {
	background: none;
	padding-right: 0;
  }  
  
#nouvelles dd
  {
    margin: 0 0 1px 0;
	font-weight: normal;
	padding-bottom: 16px;
	border-bottom: 1px solid #E1E1E1;
  }  
  

  
#nouvelles dd table td
  {
	font-size: 12px;
    line-height:1.5em;
  }  

.item1 { background-color: #FCDFD0; }
.item2 { background-color: #FDE7DC; }  
.item3 { background-color: #FEEFE7; }
.item4,.item5 {     background-color: #FEF7F4; }

/* COLONNE DE DROITE */
.right div
  {
	background:url(../theme/orange/bg/bg_home.png) repeat-x;
	margin-bottom: 24px;
	padding: 6px;
  }
  
.right div p, .right form
  {
	margin-left: 12px;
  }  
  
.right div p.center
  {
	 margin: 0;
    text-align: center;
  }  
  
.right label
  {
	/*display: block;
	width: 100px;
	float: left;
	font-weight: normal;
	margin-top: 4px;*/
  }  
  
.input_text  
  {
	top: 4px;

  }
  
table .item  
  {
	width: 100%;
	vertical-align: middle;
	margin-bottom: 0px;
  }

table.item tr, table.item td  
  {
	vertical-align: middle;
  }
    
.item strong
  {
	font-size: 110%;
		color: #002C61;
  }    
    
.pict
  {
	width: 1px;
  }    
  
.text
  {
	width: 100%;
  }
  
/* NOUVELLES */
.categorie
  {
	font-size: 120%;
  }  
  
#nouvelle_detail
  {
	width: 100%;
  }  
  
#nouvelle_detail , #nouvelle_detail tr , #nouvelle_detail td
  {
	vertical-align:top
  } 

#nouvelle_detail .left
  {

  }	
  
#nouvelle_detail .right
  {
	width: 200px;
	background-color: #F0F0F0;
	padding: 8px;
	border-left: 1px solid silver;
  }  
  
#nouvelle_detail ul
  {
	margin: 0 0 12px 0;
	padding: 0 0 0 20px;
	list-style-type: circle;
  } 
  
a#icon_rss
  {
	background: transparent;
	margin: 0;
	padding: 0;
	vertical-align: middle;
  }  
  
#icon_rss img
  {
	border: 0;
	padding: 0;
	vertical-align:bottom;
  }  
  