/* CSS Document */
div.cadre-droite H2{
    background-color: #ffb400;
    border-bottom: 0.08em solid white;
    border-top: 0.08em solid white;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0.18em 0 0.17em ;
    padding: 0.08em 0 0.08em 0.83em;
}

.contenu-meteo{
    width: 152px;
	height:130px;
	margin:5px 15px 10px 15px;
	
}

li.contenu-ecrivez{
	font-size:10px;
	margin: 2px 2px 2px 35px; 
	padding:0;
	list-style-type:none;
	text-align:left;
}
div.lien-utile{
    width:180px;
    margin:2px 2px 0 2px;
}


div.lien-utile li{
	margin:8px 10px 3px 10px;
	text-align:center;
	list-style-type:none;
}
div.lien-utile img{
  text-align:center;
}

div.lien-utile p{
    margin:5px 0 5px 0;
	text-align:center;
	font-size:10px;
	color: #222222;
	list-style-type:none;
}

.date-time{
font-weight:bold;
color:#0066CC;
}

.border_box1{
	width:198px;
	height:auto;
	text-align:center;
	border:1px #D8D8D8 solid;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px groove #D4DFE1;
	 border-radius: 8px;
}

.title_box{
	width:184px;
	height:24spx;	
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	line-height:26px;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #90D441;
border: 2px groove #90D441/*#31B404*/;
	 border-radius: 10px;	
}

/*--------left menu---------*/
ul.left_menu{
width:180px;
padding:0px;
margin:0px;
list-style:none;
}
ul.left_menu li{
	margin:0px;
	list-style:none;
}
span.left_menu_text{
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: normal;
	color: #61380B;
	margin-right: -40px;	
}
ul.left_menu li.odd a{
width:159px;height:25px;display:block;background:#fff/*#FCF1D5*/ no-repeat 5px 5px;border-bottom:1px #FCF1D5 solid;
text-decoration:none;color:#504b4b;padding:0 0 0 20px; line-height:25px; border: 1px groove #FCF1D5;
	 border-radius: 6px; 
}
ul.left_menu li.even a{
width:159px;height:25px;display:block;background:#fff no-repeat 5px 5px;border-bottom:1px #FCF1D5 solid;
text-decoration:none;color:#504b4b;padding:0 0 0 20px; line-height:25px; border: 1px groove #FCF1D5;
	 border-radius: 6px;
}
ul.left_menu li.even a:hover, ul.left_menu li.odd a:hover{
	background:#A9D0F5  url(images/checked.png) no-repeat right 5px;
	color:#FFFFFF;
	
}
