/*
Theme Name: MonAulnay2
Theme Style: 
Theme URI: 
Description: 
Author:
Author URI:

Theme code and css are under copyright 2008 technologytricks.com

*/
body {
	/*font-family: Arial, Sans-Serif;*/
	font-size:13px;
	/*background-color:#31792e;*/
	background-color:#735f5e;
	background-image:url(images/back_dark_grey.jpg);
	background-repeat:repeat-x;
	height: 100%;
	/*color: #505050;*/
        color: black;

 font-size: 13px;
 font-family: Arial, Helvetica, sans-serif;
 text-align: justify;
 line-height: 1.2em;
 font-weight: normal;
 font-variant: normal;
 text-decoration: none;
 text-indent: 0em;
 text-transform: none;
 letter-spacing: 0px;
 word-spacing: 0px;
 font-stretch: normal;
 white-space: normal;
 unicode-bidi: normal;
 direction: ltr;
 position: relative;

}
#wrapper_monaulnay {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
#back_top {
	float: left;
	width: 985px;
	height: 10px;
	/*background-image:url(images/back_top.png);*/
        background-image: url(images/spriteme1.png);
        background-position: -10px -10px;
	background-repeat:no-repeat;
	font-weight: bold;
	font-size: 11px;
}
#back_bottom {
	float: left;
	width: 985px;
	height: 15px;
	/*background-image:url(images/back_bottom.png);*/
        background-image: url(images/spriteme1.png);
        background-position: -10px -360px;
	background-repeat:no-repeat;
	/*background-position:bottom;*/
	font-size: 11px;
	margin-bottom: 15px;
}
#header {
	width: 985px;
	height: 203px;
	background-image:url(images/back_center_top.png);
	margin: 0px auto;
}
#header a {
        display: block;
        text-align: center;
	margin: 10px auto;
}
img, a:link img, a:visited img {
	border:none
	}

#logo {
	float: left;
	width: 400px;
	min-height: 50px;
	/*background-image:url(images/logo_green.png);*/
        background-image: url(images/spriteme1.png);
        background-position: -10px -159px;
	background-repeat:no-repeat;
	margin-left: 25px;
	margin-top: 10px;
}
#logo h2 {
	padding-top: 50px;
	margin:0px;
	font-weight: bold;
	color:#1e491c;
	font-size: 14px;
}
#ads {
	float: right;
	width: 468px;
	height: 60px;
	margin: 15px 30px 0px 0px;
}
#menu {
	float: left;
	width: 955px;
	height: 29px;
	margin: 0px 10px 0px 20px;
	/*background-image:url(images/menu_bg_green.png);*/
        background-image: url(images/spriteme1.png);
        background-position: -10px -60px;
	background-repeat:no-repeat;
}
#search_area {
	margin-top: 5px;
	margin-right: 15px;
	float: right;
	width: 220px;
	height: 25px;
}
#search_form {
	float: left;
	display: block;
	margin-left: 10px;
}
#s {
	background: none;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0px 0px 0px 7px;
	padding: 2px 3px 0px 30px;
	width: 182px;
	height: 18px;
	outline: 0;
	color:#666666;
	-moz-border-radius: 5px;
 	-khtml-border-radius:5px;
    	-webkit-border-radius:5px;
	border-radius: 5px;
	font-size:12px;
	/*background-image:url(images/search_icon.png);*/
	background-repeat:no-repeat;
        background-image: url(images/spriteme1.png);
        background-position: -5px -460px;
	/*background-repeat:no-repeat;
	background-position: 5px 1px;*/
}
#btn_search {
	width:50px;
	height:21px;
	border:none;
	/*background:url(images/go_green.png) no-repeat;*/
        background-image: url(images/spriteme1.png);
        background-position: -10px -304px;
	cursor:pointer;
	margin-left: 7px;
}
#main_menu {
	float: left;
}
#main_menu ul {
	float: left;
	margin: 1px 0px 0px 8px;
	padding: 0px;
	list-style-type: none;
}
#main_menu ul li {
	float: left;
	font-size: 11px;
	color: #dee8f6;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#main_menu li a {
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	color:#FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 26px;
	line-height: 25px;
	float: left;
	padding-top: 1px;
	font-weight: bold;
	
	/*
	border: 1px solid #CCCCCC;
	*/
	-moz-border-radius: 5px;
 	-khtml-border-radius:5px;
    	-webkit-border-radius:5px;
	border-radius: 5px;
	
	
	margin: 0px 2px 0px 2px;
}
#main_menu li a:hover {
	background-color: #1e491c;
	color: #FFFFFF;
}
#wrapper_inside {
	float: left;
	width: 985px;
	min-height: 200px;
	background-image:url(images/back_center.png);
	background-repeat:repeat-y;
}
#content {
	/*float: left;*/
	width: 985px;
	min-height: 300px;
}
#post_area {
	float:left;
	width: 634px;
	padding-top: 10px;
}
#post_area .post_message {
	margin: 0px 10px 10px 20px;
	font-size: 18px;
	font-weight: bold;
}
/* slider */
.slider {
	float:left;
	width: 584px;
	margin: 0px 0px 10px 20px;
	border: 1px solid #E6E6E6;
	background: url(images/grad2.gif) repeat-x bottom #FFFFFF;
	padding: 15px 15px 15px 15px;
	-moz-border-radius: 5px;
 	-khtml-border-radius:5px;
    	-webkit-border-radius:5px;
	border-radius: 5px;
}
.slider h3 {
	display: block;
	/*background-image:url(images/featured_header_green.png);*/
        background-image: url(images/spriteme1.png);
        background-position: -10px -205px;
	background-repeat:no-repeat;
	height: 29px;
	margin: -5px -5px 0px -10px;
	padding: 5px 15px 5px 15px;
	font-size: 13px;
	color:#ffffff;
}
/* post meta */
.post_box {
	float:left;
	width: 584px;
	margin: 0px 0px 10px 20px;
	border: 1px solid #E6E6E6;
	background: url(images/grad2.gif) repeat-x bottom #FFFFFF;
	padding: 15px 15px 15px 15px;
	-moz-border-radius: 5px;
 	-khtml-border-radius:5px;
    	-webkit-border-radius:5px;
	border-radius: 5px;
}
.post_box h3 {
	display: block;
	/*background-image:url(images/featured_header_green.png);*/
        background-image: url(images/spriteme1.png);
        background-position: -10px -205px;
	background-repeat:no-repeat;
	height: 29px;
	margin: -5px -5px 0px -10px;
	padding: 5px 15px 5px 15px;
	font-size: 13px;
	color:#ffffff;
}
.post_box h3 a {
	color:#ffffff;
	text-decoration: none;
}
.post_box .post_title {
	display:block;
	padding-bottom: 3px;
}
.post_box h1 {
	margin:0;
	/*text-transform:capitalize;*/
	font-size:16px;
	color: #1e491c;
}
.post_box h1 a {
	display:block;
	color:#1e491c;
	text-decoration:none;
}
.post_box h1 a:hover {
	display:block;
	color: #007100;
	text-decoration:none;
}
.post_box .post_details {
	display: block;
	padding-top: 3px;
	color:#1e491c;
	font-size:12px;
}
.post_box .post_rating {
	display: block;
	padding-top: 3px;
	color:#666666;
	height: 25px;
}
.post_box .post_details a {
	color:#1e491c;
	font-weight: bold;
	text-decoration:none;
}
.post_box .post_details a:hover {
	color: #007100;
	text-decoration:underline;
}
.post_box .post_content {
	display: block;
	padding-top: 3px;
	text-align:justify;
	line-height: 18px;
	hyphens: auto;
}
.post_box .post_content a {
	color:#1e491c;
	font-weight: bold;
	text-decoration:none;
        border-bottom: dashed 1px #1e491c;
}
.post_box .post_content .sociable a, .post_box .post_content .wp-caption a {
        border-bottom: none;
}

.post_box .post_content a:hover {
	color: #007100;
	text-decoration:underline;
}
.post_box .post_content a.more-link {
	float: left;
	color:#1e491c;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
	padding-top: 3px;
	width: 400px;
}
.post_box .post_content a:hover.more-link {
	text-decoration:underline;
	color: #007100;
}
.post_footer2 {
	float: left;
        clear: both;
	width: 300px;
	padding-top: 3px;
	line-height: 18px;
        margin: 0 auto;
}
.post_footer2 a {
	/*float: left;*/
	/*background-image:url(images/post-comments.png);*/
        background-image: url(images/spriteme1.png);
        background-position: -10px -395px;
	background-repeat:no-repeat;
	/*background-position: 0px 5px;*/
	height: 18px;
	padding-left: 15px;
	color:#1e491c;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
}
.post_footer2 a:hover {
	text-decoration:underline;
	color: #007100;
}
.post_footer2 a.post_bookmark {
	float: right;
	/*background-image:url(images/bookmark.gif);*/
        background-image: url(images/spriteme1.png);
        background-position: -10px -423px;
	background-repeat:no-repeat;
	/*background-position: 0px 5px;*/
	height: 18px;
	padding-left: 15px;
	color:#1e491c;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
.post_footer2 a:hover.post_bookmark {
	text-decoration:underline;
	color: #007100;
}
/* Image Alignment */
.post_box .aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}
.post_box .alignleft {
	float:left;
	margin:0 10px 5px 0
}
.post_box .alignright {
	float:right;
	margin:0 0 5px 10px
}
.post_box .wp-caption {
	background:#f9f9f9;
	border:1px solid #DDD;
	margin: 10px 10px 10px 10px;
	padding-top:5px;
	text-align:center;
	-moz-box-shadow:5px 5px 5px rgba(0,0,10,.5);
    	-webkit-box-shadow:5px 5px 5px rgba(0,0,0,.5);
    	box-shadow:5px 5px 5px rgba(0,0,0,.5);
}
.post_box .wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}
.post_box .wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:12px;
	margin:0;
	padding:0;
	font-weight: bold;
}

/* post footer */
.post_footer {
	display: block;
	height: 30px;
	padding: 0px;
	background-image:url(images/post_footer.png);
	background-repeat:no-repeat;
	color: #333333;
}
.post_footer a {
	color: #1e491c;
	text-decoration:none;
	font-weight: bold;
}
.post_footer a:hover {
	color:#007100;
	text-decoration:underline;
}
.post_footer_left {
	float:left;
	width: 415px;
	padding: 7px 7px 0px 15px;
}
.post_footer_right {
	float:right;
	width: 104px;
}
/*post info */
.post_info {
	float:left;
	width: 584px;
	margin: 0px 0px 0px 20px;
	border: 1px solid #E6E6E6;
	background: url(images/grad2.gif) repeat-x bottom #FFFFFF;
	padding: 15px 15px 15px 15px;
	-moz-border-radius: 5px;
 	-khtml-border-radius:5px;
    	-webkit-border-radius:5px;
	border-radius: 5px;
	font-size: 11px;
	line-height: 18px;
}
.post_info a {
	color:#1e491c;
	font-weight: bold;
	text-decoration:none;
}
.post_info a:hover {
	color: #007100;
	text-decoration:underline;
}
/* comment */
.comment_area {
	float:left;
	width: 584px;
	margin: 10px 0px 0px 20px;
	border: 1px solid #E6E6E6;
	background: url(images/grad3.gif) repeat-x top #FFFFFF;
	padding: 5px 15px 15px 15px;
	-moz-border-radius: 5px;
 	-khtml-border-radius:5px;
    	-webkit-border-radius:5px;
	border-radius: 5px;
	font-size: 11px;
	line-height: 18px;
}
.comment_area a {
	font-weight: bold;
	color:#1e491c;
	text-decoration:none;
        border-bottom: dashed 1px #1e491c;
}
.comment_area a:hover {
	color: #007100;
	text-decoration:underline;
}
.comment_area h2 {
	/*float:left;
	width: 584px;*/
	font-weight: normal;
	font-size: 14px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
	text-transform:uppercase;
}
.comment_box {
	float:left;
	/*width: 584px;*/
	margin-bottom: 20px;
}
.comment_alt {
	float:left;
	/*width: 584px;*/
	margin-bottom: 20px;
	background-color:#f9f9f9;
}
.comment_header {
	float: left;
	/*width: 584px;*/
	font-size: 11px;
	margin-bottom: 10px;
}
.comment_details {
	float: left;
	/*width: 584px;*/
}
.comment_avatar {
	float: left;
	width: 60px;
}
.comment_comment {
	float: right;
	/*width: 524px;*/
	font-size: 11px;
	text-align:justify;
}
/*comment form */
.comment_form {
	float:left;
	/*width: 535px;*/
}
.comment_form_left {
	float: left;
	/*width: 185px;*/
	width:100%;
}
.comment_item {
	display:inline-block;
}
.comment_form_right {
	/*float: right;*/
	/*width: 340px;*/
	width:535px;
}
.comment_form_instruction {
	float:left;
	/*width: 584px;*/
	margin-top: 2px;
	font-size: 11px;
}
.comment_form_submit {
	float: left;
	/*width: 535px;*/
	margin-top: 10px;
}

#name_text_box, #email_text_box, #url_text_box {
	width: 170px;
	height: 25px;
	font-size: 10px;
	padding: 0px 2px 1px 0px;
}
#text_area_box {
	width: 335px;
	height: 125px;
	padding-top: 0px;
	padding-left: 0px;
}
.comment_form_right textarea {
	resize:none;
}

.comment_form_right #text_area_box {
	/*width: 320px;*/
	height: 125px;
	resize:none;
	width:500px;

}
#author, #email, #url {
	background: none;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 2px 3px 0px 3px;
	width: 146px;
	height: 18px;
	outline: 0;
	color:#666666;
	-moz-border-radius: 5px;
 	-khtml-border-radius:5px;
    	-webkit-border-radius:5px;
	border-radius: 5px;
	font-size:12px;
}
#comment {
	background: none;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 3px 0px 0px 0px;
	padding: 2px 3px 0px 3px;
	width: 500px;
	height: 110px;
	outline: 0;
	color:#666666;
	-moz-border-radius: 5px;
 	-khtml-border-radius:5px;
    	-webkit-border-radius:5px;
	border-radius: 5px;
	font-size:12px;
}
.comment_form_small_font {
	font-size: 10px;
}
.comment_form_field_margin {
	margin-top: 2px;
}
#submit {
	width:87px;
	height:21px;
	float:left;
	border:none;
	background:url(images/btn_submit_comment_green.png) no-repeat;
	cursor:pointer;
	position:relative;
}
/*sidebar */
#sidebar {
	float: right;
	width: 344px;
}
#sidebar a {
	
	color:#1e491c;
	font-weight: bold;
	text-decoration:none;
}
#sidebar a:hover {
	color:#007100;
	text-decoration:none;
}
#sidebar_content {
	float:left;
	width: 307px;
	margin: 10px 20px 5px 5px;
	border: 1px solid #E6E6E6;
	background: url(images/grad2.gif) repeat-x bottom #FFFFFF;
	padding: 5px;
	-moz-border-radius: 5px;
 	-khtml-border-radius:5px;
    	-webkit-border-radius:5px;
	border-radius: 5px;
	min-height: 200px;
}
.sidebar_box {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.sidebar_box .vid {
	margin: 0px;
	padding: 0px 12px 5px 10px;
	text-align: center;
}
.sidebar_box p {
	margin: 0px;
	padding: 0px 12px 5px 10px;
}
.sidebar_box h3 {
	display: block;
	/*background-image:url(images/sidebar_header_green.png);*/
        background-image: url(images/spriteme1.png);
        background-position: -10px -254px;
	background-repeat:no-repeat;
	height: 29px;
	margin: 5px 0px 0px 0px;
	padding: 6px 15px 5px 15px;
	font-size: 13px;
	color:#FFFFFF;
}
.sidebar_box .img_ads {
	float: left;
	text-align:center;
}
.sidebar_box .img_ads img {
	border-width: 0px;
	margin: 0px 5px 5px 0px;
	padding: 0px;
}
.sidebar_box ul {
	padding: 0px 12px 5px 10px;
	margin: 0;
	list-style: none;
}
.sidebar_box ul li {
	display: block;
	padding: 0 0 1px;
	margin: 1px;
	background: url(images/hdot.gif) repeat-x bottom;
}

.sidebar_box ul li a {
	padding: 5px 5px 5px 15px;
	/*background: url(images/icon-pages_green.png) no-repeat left;*/
        background-image: url(images/spriteme1.png);
        background-position: -5px -596px;
	background-repeat:no-repeat;
}
.sidebar_box ul.compactList li a {
	display: inline;
	padding: 5px 5px 5px 15px;
	/*background: url(images/icon-pages_green.png) no-repeat left;*/
        background-image: url(images/spriteme1.png);
        background-position: -5px -596px;
	background-repeat:no-repeat;
}
.sidebar_box ul li a:hover, ul.box_links li a:active, ul.box_links li a:focus {
	/*background: url(images/icon-pages_green.png) no-repeat left;*/
        background-image: url(images/spriteme1.png);
        background-position: -5px -596px;
	background-repeat:no-repeat;
}
.sidebar_box .rss_box {
	display: block;
	/*background-image:url(images/rss_icon.png);*/
        background-image: url(images/spriteme1.png);
        background-position: -10px -499px;
	background-repeat:no-repeat;
	padding-left: 40px;
	height: 40px;
	margin: 0px 10px 0px 10px;
}

.sidebar_box #rss_form {
	float: left;
	display: block;
	margin-left: 10px;
}
#rss_form #email_rss {
	background: none;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0px 0px 0px 7px;
	padding: 2px 3px 0px 30px;
	width: 182px;
	height: 18px;
	outline: 0;
	color:#666666;
	-moz-border-radius: 5px;
 	-khtml-border-radius:5px;
    	-webkit-border-radius:5px;
	border-radius: 5px;
	font-size:12px;
	/*background-image:url(images/email.png);*/
        background-image: url(images/spriteme1.png);
        background-position: -5px -553px;
	background-repeat:no-repeat;
	/*background-position: 5px 3px;*/
}
#rss_form #subscribe_email_btn {
	width:50px;
	height:21px;
	border:none;
	/*background:url(images/go_green.png) no-repeat;*/
	background-repeat:no-repeat;
        background-image: url(images/spriteme1.png);
        background-position: -10px -304px;
	cursor:pointer;
	margin-left: 7px;
}
/*header_bars */
.header_bar {
	float: left;
	width: 424px;
	margin: 0px 0px 10px 20px;
	border: 1px solid #E6E6E6;
	background: url(images/grad2.gif) repeat-x bottom #FFFFFF;
	padding: 15px 15px 15px 15px;
	-moz-border-radius: 5px;
 	-khtml-border-radius:5px;
    	-webkit-border-radius:5px;
	border-radius: 5px;
	height: 254px;
}
.header_bar a {
	color:#1e491c;
	font-weight: bold;
	text-decoration:none;
}
.header_bar a:hover {
	color:#007100;
	text-decoration:none;
}

.header_bar h3 {
	display: block;
	/*background-image:url(images/featured_central_green.png);*/
        background-image: url(images/spriteme1.png);
        background-position: -10px -109px;
	background-repeat:no-repeat;
	height: 29px;
	margin: 5px 0px 0px 0px;
	padding: 6px 15px 5px 15px;
	font-size: 13px;
	color:#FFFFFF;
}

.header_bar td, .header_bar th {
	padding: 0.15em !important;
}

/* footer */
#footer {
	padding: 7px 4px 7px 3px;
	margin: 0px;
	position: relative;
	clear: both;
	float: left;
	width: 978px;
	min-height: 20px;
	background-image:url(images/back_center.png);
	background-repeat:repeat-y;
}
#footer_content {
	float:left;
	width: 935px;
	margin: 0px 19px 0px 17px;
	padding: 7px 0px 20px 7px;
	border: 1px solid #E6E6E6;
	background: url(images/grad2.gif) repeat-x bottom #FFFFFF;
	-moz-border-radius: 5px;
 	-khtml-border-radius:5px;
    	-webkit-border-radius:5px;
	border-radius: 5px;
	min-height: 200px;
}
#footer_content a {
	
	color:#1e491c;
	font-weight: bold;
	text-decoration:none;
}
#footer_content a:hover {
	color:#007100;
	text-decoration:none;
}
#footer_content .footer_box {
	float:left;
	width: 310px;
}
#footer_content h3 {
	display: block;
	/*background-image:url(images/sidebar_header_green.png);*/
        background-image: url(images/spriteme1.png);
        background-position: -10px -254px;
	background-repeat:no-repeat;
	height: 29px;
	margin: 5px 0px 0px 0px;
	padding: 6px 15px 5px 15px;
	font-size: 13px;
	color: #FFFFFF;
}
#footer_content ul {
	padding: 0px 12px 5px 10px;
	margin: 0;
	list-style: none;
}
#footer_content ul li {
	padding: 0 0 1px;
	margin: 0;
	background: url(images/hdot.gif) repeat-x bottom;
}
#footer_content ul li a {
	display: block;
	padding: 5px 5px 5px 15px;
	/*background: url(images/icon-pages_green.png) no-repeat left;*/
        background-image: url(images/spriteme1.png);
        background-position: -5px -596px;
	background-repeat:no-repeat;
}
#footer_content ul li a:hover, #footer_content ul li a:active, #footer_content ul li a:focus {
	/*background: url(images/icon-pages_green.png) no-repeat left;*/
        background-image: url(images/spriteme1.png);
        background-position: -5px -596px;
	background-repeat:no-repeat;
}
#footer_credit {
	float:left;
	width: 935px;
	margin: 10px 19px 0px 17px;
	padding: 7px 0px 0px 7px;
	text-align: center;
	font-size: 11px;
}
#footer_credit a {
	
	color:#1e491c;
	font-weight: bold;
	text-decoration:none;
}
#footer_credit a:hover {
	color:#007100;
	text-decoration:none;
}
/* post navigator */
#post-navigator {
	color: #000000;
	margin: 0px 15px 0px 16px;
	padding: 0px;
	float: left;
	width: 613px;
	height: 18px;
	font-size:12px;
}
#post-navigator a {
	background: #f7f7f7;
	padding: 2px 4px;
	margin: 0px 0px 0px 3px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	color: #333333;
	-moz-border-radius: 5px;
 	-khtml-border-radius:5px;
    	-webkit-border-radius:5px;
	border-radius: 5px;
}
#post-navigator a:hover {
	background: #EEEEEE;
	padding: 2px 4px;
	margin: 0px 0px 0px 3px;
	text-decoration: none;
	border: 1px solid #012353;
}
#post-navigator .alignleft {
	float: left;
	margin-bottom: 5px;
	display: block;
	position: relative;
}
#post-navigator .alignright {
	float: right;
	display: block;
	position: relative;
}
/* typhography */
code {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
	width: 70%;
}
.download {
	background: #eaeed2 url(images/post-style/download.gif) no-repeat left 1px;
	padding: 12px 3px 12px 40px;
	clear: both;
	width: 70%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #DAE1B0;
	font-size: 12px;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
	-moz-border-radius: 10px;
 	-khtml-border-radius:10px;
    	-webkit-border-radius:10px;
	border-radius: 10px;
}
.warning {
	background: #d5c3c3 url(images/post-style/warning.gif) no-repeat left 1px;
	padding: 12px 3px 12px 40px;
	clear: both;
	width: 70%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #C5ABAB;
	font-size: 12px;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
	-moz-border-radius: 10px;
 	-khtml-border-radius:10px;
    	-webkit-border-radius:10px;
	border-radius: 10px;
}
.note {
	background: #f4f3f3 url(images/post-style/note.gif) no-repeat left 1px;
	padding: 12px 3px 12px 40px;
	clear: both;
	width: 70%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #eeeeee;
	font-size: 12px;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
	-moz-border-radius: 10px;
 	-khtml-border-radius:10px;
    	-webkit-border-radius:10px;
	border-radius: 10px;
}
.alert {
	background: #FFE5BF url(images/post-style/alert.gif) no-repeat 5px 8px;
	padding: 12px 3px 12px 40px;
	clear: both;
	width: 70%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #FFCB7D;
	font-size: 12px;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
	-moz-border-radius: 10px;
 	-khtml-border-radius:10px;
    	-webkit-border-radius:10px;
	border-radius: 10px;
}
.info {
	background: #BFE5FF url(images/post-style/info.gif) no-repeat 5px 8px;
	padding: 12px 3px 12px 40px;
	clear: both;
	width: 70%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #66C1FF;
	font-size: 12px;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
	-moz-border-radius: 10px;
 	-khtml-border-radius:10px;
    	-webkit-border-radius:10px;
	border-radius: 10px;
}
.click {
	background: #d9e7f0 url(images/post-style/click.gif) no-repeat left 1px;
	padding: 12px 3px 12px 40px;
	clear: both;
	width: 70%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #B1CDE0;
	font-size: 12px;
	line-height: 17px;
	color: #272727;
	font-weight: 500;
	-moz-border-radius: 10px;
 	-khtml-border-radius:10px;
    	-webkit-border-radius:10px;
	border-radius: 10px;
}

.overflow250 {
	height: 250px;
	overflow-y : scroll; 
}
.overflow150 {
	height: 150px;
	overflow-y : scroll; 
}
#twitter_div {
	height: 305px;
	overflow-y : scroll; 
}
/*Main Navbar */

#nav a:hover, #nav a:active, #home .on {
	background:#92BC2C;
	text-decoration:none
	}	
	
	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
        top:250px;
        margin: 1px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	}

#nav li li {
	width: 272px;
        font-size: 9px;
	color: #dee8f6;
	display: inline;
	margin: 0px;
	padding: 0px;
	}

#nav li li a, #nav li li a:visited {
	text-align: center;
	width: 200px;
	padding-top: 1px;
	padding-right: 12px;
	padding-left: 12px;
	color:#FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 26px;
	line-height: 25px;
	float: left;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
 	-khtml-border-radius:5px;
    	-webkit-border-radius:5px;
	border-radius: 5px;
	margin: 0px 2px 0px 2px;
	/*background-image:url(images/menu_bg_green.png);*/
        background-image: url(images/spriteme1.png);
        background-position: -10px -60px;
	background-repeat:no-repeat;
	}

#nav li li a:hover, #nav li li a:active {
	background-color: #1e491c;
	color: #FFFFFF;
	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

a.main:hover
{	background:none;
	}

.wp-post-image {
border: 1px solid #999;
margin:0 15px 10px 0;
padding:0;
float:left;
}

/* CommentsBubble */	

.commentsshield {
	left: 0px;
	top: -22px;
	position: relative;
        float: right;
}
.commentsbubble {
	/*background: url(images/bubble.png) no-repeat 0 0;*/
        background-image: url(images/spriteme1.png);
        background-position: -10px -159px;
        background-repeat:no-repeat;
        width: 24px;
        height: 26px;
        padding-top: 4px;
        position: absolute;
        color: #fff;
        padding-left: 2px;
        font: bold 13px Helvetica, Arial-BoldMT, Geneva, sans-serif;
        letter-spacing: -1px;
        text-shadow: #871521 -1px -1px 1px;
        padding-right: 1px;
        margin-left: 0;
        z-index: 1;
        text-align: center;
        left: 1px;
        top: 1px;
}
.commentsbubble a{
        color: #fff;
	border:0;
        text-decoration: none;
}



/* Auteur d'un post */
.postauthor {
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    padding: 6px;
    margin: 0px 0;
    width: 200px;
    /*height: 60px;*/
    float: right;
    font-size: 80%;
    }

.postauthor h4 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
    }

.postauthor img {
    float: left;
    margin: 0 15px 8px 0;
    }


/* Tweet dans un texte */
.sidebar_box #twitter_div ul li a {
	display: inline;
	padding: 0px;
	background: none;
        border-bottom: 0px;
}
#twitter_div li{
    border-top: 1px solid #cccccc;
    padding: 6px 0px 0px 0px;
    margin: 5px;
    min-height:48px;
    overflow:hidden;
    font-weight:400;
    line-height:1.25em;
    color:#663b12;
text-align: justify;
        border-bottom: 0px;
}


.tweet li{
    border-top: 1px solid #cccccc;
    padding: 6px 0px 6px 0px;
    margin: 5px;
    margin-left:20px;
    min-height:48px;
    overflow:hidden;
    font-weight:400;
    line-height:1.25em;
    color:#663b12;
text-align: justify;
}

.tweet img, #twitter_div img {
    float: left;
    margin: 0 15px 2px 0;
}
.post_box .post_content .tweet a {
    color:#1f98c7;
    font-weight: bold;
    text-decoration:none;
    border-bottom: 0px;
}
.post_box .post_content .tweet a:hover {
    text-decoration: underline;
}

.yd_rp_widget {
	height: 250px;
	overflow-y : scroll; 
    padding-right: 5px;
}


/*********************************************************/
/* class='derniers_articles'                             */
/*********************************************************/
.derniers_articles img {
	width: 60px;
    height: 60px;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.derniers_articles {
	font-size: 85%;
	line-height: 104%;
	clear:both;
}
/* Boutons de téléchargement */
.wp-block-file a.wp-block-file__button {
	color: #ccc;
}

/*********************************************************/
/* Images avec le bon ratio                              */
/*********************************************************/
.wp-block-image img {
    height: auto;
}
/********************************************************/
/* Formulaire d'inscription Newsletter MailPoet */
/********************************************************/
#form_email_2 { width: 90% !important; }
