

#blog_right_column
{
    position: absolute;
    top: 300px;
    right: 0px;
    z-index: 1000;
}



/*----CALENDAR----*/

table.calendar {
	background-color: #336193;
	width: 211px;
	font-family: Arial;
	text-align: right;
	padding: 2px;
	}
	
table.calendar th {
    background-color: #336193;
    color: white;
    padding: 3px;
    width: 29px;
    text-align: center;
    }
    
table.calendar td {
    padding: 3px;
    text-align: center;
    background-color: #fff;
    }
    
table.calendar td a {
    font-weight: bold;
    }    	

table.calendar td.calendar_linkDate
{
	background-color: #ff9900;
}
.calendar_linkDate a
{
    color: #fff;
    /*font-size: 14px;*/
    font-weight: bold;
}
.calendar_linkDate a:hover
{
    color: #336193;
}

.calendar-month {
     background-image: url("/sites/templates/images/blog_header.gif");
     background-repeat:no-repeat;
     width: 211px;
     height: 40px;
     
     line-height: 28px;
     font-weight: bold;
     color: #fff;
     text-decoration: none;
     font-size: 14px;
	}
	
.calendar-month a {
    font-weight: bold;
    color: white;
    text-decoration: none;
    font-size: 14px;
    text-decoration: underline;
}

.calendar-month a:hover {
    color: #336193;
}

.calendar-month .calendar-prev a, .calendar-month .calendar-next a {
	color: #336193;
	font-size: 18px;
	text-decoration: none;
}

.calendar-month .calendar-prev a:hover, .calendar-month .calendar-next a:hover {
    color: #fff; 
}

/*
    
***** ARCHIVES

*/

#blog_archives {
     margin-top: 10px;
    }

#blog_archives #title, #blog_search_zone #title {
     background-image: url("/sites/templates/images/blog_header.gif");
     background-repeat:no-repeat;
     width: 215px;
     height: 25px;
     font-weight: bold;
     color: #336193;
     font-size: 14px;
     text-align: center;
     padding-top: 2px;
}


#blog_archives li {
	list-style: none;
    list-style-image:url(/sites/templates/images/puce_title2.png);
}

#blog_archives a {
    color: black;
}

/*
    
***** SEARCH FORM

*/

#blog_search_form {
	margin: 0;
	padding: 0;
	border: 0px;
	margin-top: -20px;
	}


#blog_search_form input#blog_ajaxSearch_input {
    width: 110px;
    color:gray;
    height: 14px;
    right:50px;
    top:10px;
    }
    
#blog_search_form input#blog_ajaxSearch_submit {
    right:20px;
    margin:0;
    padding:0;
    background: transparent;
    border: none;
    width: 32px;
    height: 22px;
    background-image: url("/sites/templates/images/btn_recherche.png");
    background-repeat: no-repeat;
    color: white;
    font-weight: bold;
    top:9px;
    }
    
#blog_search_form input#blog_ajaxSearch_submit:hover {
    cursor: pointer;
    color:#ff9900;
    } 
  
#blog_search_form .AS_ajax_resultsIntroFailure {
	font-style: italic;
	font-size: 10px;
	margin-left: 10px;
}
	
#blog_search_form .ajaxSearch_resultsInfo {
	margin-left: 10px;
}	   
	
#blog_search_form p.ajaxSearch_paging	{  
    width: 200px;
    height: 2px;
    line-height: 2px;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 1px;
}      
    
#blog_search_form .ajaxSearch_result {
    margin-left: 10px;
    width: 200px;
}
	
	
/*
    
***** BILL CONTENT

*/
	  
	
.blog_bill {
	background-color: white;
	border: 1px solid #cccccc;
	padding: 10px;
	padding-bottom: 20px;
	
	}
	
.blog_bill .pubdate {
    font-style: italic;
    color: #ff9900;
    letter-spacing: 1px;
    font-weight: bold;
    }

#content .see_comments
{
}

#content .see_comments a {
    font-style: italic;
    color: #336193;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 14px;
    float: right;
    text-decoration: none;
    margin-top: -20px; 
    position: relative;
}
#content .see_comments a:hover {
    color: #ff9900;
    }
	
.blog_bill h2 {
    margin-bottom: 7px;
    margin-top: 5px;
    
    }
#content_panel .blog_bill h2 a {
    text-decoration: none;
    
    }
#content_panel .blog_bill h2 a:hover {
    color: #ff9900;
    }   
    
.ditto_item {
	border-bottom: 1px solid #ccc;
	padding-top: 7px;
	padding-bottom: 7px;
	}   
	
.pubdate2 {
	font-weight: bold;
	font-size: 16px;
	color: #ff9900;
	font-style: normal;
	}
	
input#input_submit_comment{
    border: 0px;
    background: transparent;
     background-image: url("/sites/templates/images/blog_btn_little.gif");
     background-repeat:no-repeat;
     width: 92px;
     height: 25px;
     color: white;
     font-size: 14px;
     font-weight: bold;
     font-family: Arial;
     cursor: pointer;
     padding-bottom: 2px;
    }
    
input#input_submit_comment:hover {
    color: #336193;
    } 
input#input_submit_comment {
    color: expression(
            this.onmouseover = function()
            {
                this.style.color = "#336193";
            },
            this.onmouseout = function()
            {
                this.style.color = "white";
            }
        );
} 


.blog_head_comment
{
	color: #336193;
	font-weight: bold;
}
.blog_head_comment .blog_autor_comment
{
	color: #ff9900;
}

#blog_calendar
{
    border: 0px;
    margin: 0;
    padding: 0;
    
    margin-left: -5px;
}

/*
    
***** ADMIN 

*/

.blog_tab_label
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #336193;
}
        	
#admin_zone {
    background-image: url("/sites/templates/images/blog_btn.gif");
    background-repeat:no-repeat;
    width: 215px;
    height: 25px;
    
    font-family: Arial;
    font-weight: bold;
    color: white;
    font-size: 14px;
    text-align: center;
    padding-top: 3px;
    
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 6px;
    
    /*border-bottom: 2px solid #81A61E;*/
    
}    
#admin_zone a {
    color: white;
    font-weight: bold;
    font-family: Arial;
    cursor: pointer;     
    text-decoration: none;
}
#admin_zone a img {
    vertical-align: top;
    padding-top: 3px;
}
#admin_zone a:hover {
    color: #336193;
}

#add_bill_div
{
	/*background-color: white;*/
	/*border: 1px solid #81A61E;*/
	margin-bottom: 10px;
}



#content_panel .admin_zone_edit
{
	position: absolute;
	text-align: right;
	/*margin-top: -35px;*/
}
#content_panel .admin_zone_edit a
{
    font-weight: bold;
    font-family: Arial;
    cursor: pointer;     
    text-decoration: none;
    font-size: 13px;
}
#content_panel .admin_zone_edit a:hover
{
    color: #ff9900;
}
#content_panel .admin_zone_edit a img
{
    vertical-align: top;
    padding-top: 0px;
}

#content_panel #comment_txtarea
{
	font-family: Arial;
	font-size: 13px;
}



	