/*  
Theme Name: newStyle 
Version: 0.9.1
Description: Designed by <a href="http://www.jepson.no">Magnus Jepson</a>.
Author: dresserlatableThemes
Author URI: http://www.dresserlatablethemes.com
*/

html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #565656;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

p {
	line-height: 20px;
	padding: 10px 0;
}

h1, h2, h3, h4, h5 {
	padding: 10px 0;
	font-family: Georgia;
}

ul, ol {
	list-style: none;
	padding: 10px 0;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #828B1B;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

blockquote p {
	padding: 5px 0;
}

/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 10px 20px 8px 0;
	float: left;
}

.alignright {
	margin: 10px 0px 8px 20px;
	float: right;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

/* Wrap */

/* Top */

#top-out {
	width: 100%;
	background: url(images/bg_top.gif) repeat-x 0 0;
}

#top {
	width: 939px;
	margin: 0 auto;
}

/* Page Navigation */

#page_navi {
	width: 100%;
	height: 27px;
	font-size: 11px;
}

#page_navi a {
	color: #CBCBCB;
}

#page_navi a:hover {
	text-decoration: underline;
}

#page_navi ul {
	padding: 0;
}

#page_navi .col-left {
	margin-left: -6px;
}

/* Page Navigation (rss) */

#page_navi ul.rss {
	background: url(images/bg_rss.gif) no-repeat 0 5px;
	padding: 6px 0 3px 15px;
}

#page_navi ul.rss li {
	padding: 0 10px;
	display: inline;
	background: url(images/bg_separator.gif) no-repeat right 4px;
}

#page_navi ul.rss li.last {
	background: none;
}

/* Header */

#header {
	width: 100%;
	height: 107px;
	padding-top: 25px;
	background: url(images/bg_top_gradient.gif) no-repeat 60px 0;
	clear: both;
	position: relative;
}

#secheader {
	z-index: 50;
	
	
	
	float:left;
	margin:0;
	padding:0;
	padding-top:120px;
	height:340px;
	width:100%;
	margin-bottom:40px;
}

#secheader p{
	float:left;
	margin:0;
	padding:0;
	color:#E5D7CC;
	width:440px;
	font: 16px "Georgia","Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-style: italic;
	padding-left:0px;
	padding-right:20px;	
	margin-left:30px;
	height:60px;
	margin-bottom:10px;
	text-shadow: #342A22 0.1em 0.1em 0.1em;
}


#secheader img{
	float:left;
	margin-top:48px;
}


#secheader {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; Z-INDEX: 50; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 40px; WIDTH: 100%; PADDING-TOP: 20px; HEIGHT: 340px
}
#secheader P {
	PADDING-RIGHT: 20px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 10px 30px; FONT: italic 16px "Georgia","Lucida Grande", "Trebuchet MS", Verdana, sans-serif; WIDTH: 440px; COLOR: #e5d7cc; PADDING-TOP: 0px; HEIGHT: 60px; text-shadow: #342A22 0.1em 0.1em 0.1em
}
#secheader IMG {
	MARGIN-TOP: 48px; FLOAT: left
}

#secheader h1{
	float:left;
	margin-top:50px;
		color:#fff;
	font: 24px Georgia, "Times New Roman", Times, serif;	
	font-weight: normal;
	text-shadow: #342A22 0.1em 0.1em 0.1em;
}

#header img.title {
	margin-left: 5px;
}

#header h1 {
	display: none;
}

#header .advert {
	position: absolute;
	left: 470px;
	top:43px;
}

/* Category Navigation */

#cat_navi {
	clear:both;
	width: 100%;
	
}

#cat_navi li a span {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
}

/* Middle */

#middle-out-top { /* Background - Middle Top */
	width: 100%;
/*	background: rgb(239,239,234) url(images/bg_middle_out_top.gif) repeat-x 0 0;*/
}

#middle-out-bottom { /* Background - Middle Bottom Gradient */
	width: 100%;
	background: url(images/bg_middle_out_bottom.gif) repeat-x left bottom;
}

#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(images/bg_middle_content_single.gif) repeat-y;
}

#middle-content { /* Background - Content */
	width: 985px;
	margin: 0 auto;
	background: url(images/bg_middle_content.gif) repeat-y;
}

#middle-content-bottom { /* Background - Content Bottom */
	width: 100%;
	background: url(images/bg_middle_content_bottom.gif) no-repeat 0 bottom;
}

/* Page Nav */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#nav a {
	display: block;
	line-height: 27px;
	padding: 0 10px;
	z-index: 100;
}

#nav li {
	float: left;
	background: url(images/bg_separator.gif) no-repeat right 10px;
}

/* Style drop down list */

#nav li ul {
	position: absolute;
	width: 203px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a {
	background: url(images/bg_page_navi_item.gif) repeat-x;
	line-height: 25px;
	font-size: 12px;
	color: #E0DFE3;
	width: 120px;
}

#nav li ul li a {
	border-right: #2A2A2A 1px solid;
}

#nav li ul ul {
	margin: -35px 0 0 204px;
}

#nav li ul ul li a {
	line-height: 36px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

#nav li:hover, #nav li.hover {  
	position: static;
}

/* Second Menu */

#secnav, #secnav ul {
	padding: 0;
	margin: 0;
	margin-top:10px;
	list-style: none; 
	line-height: 1;
}

#secnav a {
	display: block;
	line-height: 58px;
	padding: 0 20px 0 20px;
	line-height: 16px;
	padding: 14px 20px 11px;
	color: #fff;
}

#secnav li:hover, #secnav li.sfhover1 {
	background: url(images/bg_cat_navi_hover.gif) repeat-x;
	cursor: pointer;
	color: #333;
}

#secnav li:hover span, #secnav li.sfhover1 span {
	color: #333;
}

#secnav li {
	float: left;
	font-size: 16px;
	font-weight: bold;
margin:0;
}

/* Style drop down list */

#secnav li ul {
	position: absolute;
	width: 1em;
	width: 188px;
	left: -999em;
	z-index: 10;
	border: 1px solid #e6e6e6;
	border-width:0px 1px 1px;
}

#secnav li li {
	font-weight: normal;
}

#secnav li:hover ul, #secnav li.sfhover1 ul {
	left: auto;
}

#secnav li ul li a {
	background: url(images/bg_cat_navi_item.gif) repeat-x;
	line-height: 34px;
	color: #565656;
	font-size: 12px;
	width: 148px;
	padding: 0 20px;
}

#secnav li ul li a {
}

#secnav li ul li a:hover {
	background: #D4D4D3;
	color:#333;
}

#secnav li ul ul {
	margin: -35px 0 0 188px;
	border-width:1px;
}

#secnav li:hover ul ul, #secnav li.sfhover1 ul ul {
	left: -999em;
}

#secnav li:hover ul, #secnav li li:hover ul, #secnav li.sfhover1 ul, #secnav li li.sfhover1 ul {
	left: auto;
}

/* IE7 Fix */

#secnav  li:hover, #secnav  li.hover {  
	position: static;
}

/* Content */

#content {
	width: 975px;
	min-height: 550px;
	padding: 0px 7px 50px 5px;
	margin-top:-2px;
	background: url(images/bg_middle_top.gif) no-repeat 0 0;
}

* html #content {
	height: 550px;
}

/* Main Content */

#main-content {
	width: 653px;
	margin: 0px 0 0 5px;
	padding-top:2px;

}

.single #main-content {
	background: transparent;
	width: 653px;
	margin: 0px 0 0 5px;
	padding: 18px 0 0px 0;
}

#comments {
	background: transparent;
	width: 658px;
}

/* Main Content (style) */

#main-content a {
	text-decoration: underline;
}

#main-content a:hover {
	text-decoration: none;
}

#main-content h2, #main-content h3 {
	font-weight: normal;
}

#main-content h2 {
	font-size: 24px;
	font: 32px Georgia;
	color:#383D44;
}

#main-content h3 {
	font-size: 18px;
}

#main-content h4 {
	font-size: 12px;
}

#main-content ol, #main-content ul {
	line-height: 18px;
}

#main-content ul {
	padding-left: 10px;
}

#main-content ul li {
	list-style: circle;
	padding: 3px 0;
}

#main-content ol {
	padding-left: 57px;
}

#main-content ol li {
	list-style: decimal;
	padding: 3px 0;
}

#main-content blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}

/* Main Content (post) */

#main-content .post-title {
	width: 100%;
	position: relative;
}

#main-content .post-title h2, #main-content .post-title p.post-details, #main-content .post-title h3 {

}

#main-content h2 a, #main-content h3 a {
	color: #2A2A2A;
	text-decoration: none;
}

#main-content h2 a:hover, #main-content h3 a:hover {
	text-decoration: underline;
}

#main-content p.post-details {
	line-height: 18px;
	margin-top: -10px;
	position: relative;
}

#main-content p.post-details a {
	text-decoration: none;
}

#main-content p.post-details a:hover {
	text-decoration: underline;
}

#main-content p.post-details {
	color: #9F9F9F;
	font-size: 11px;
	padding: 0 50px 0 1px
}

#main-content .comment-cloud {
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
}

#main-content .comment-cloud a {
	width: 20px;
	height: 20px;
	margin:0;
	margin-top:-10px;
	padding-top: 4px;
background-color: #9F806B;
	text-align: center;
	font-family: Georgia;
	font-size: 12px;
	color: #FFF;
	display: block;
	text-decoration: none;
}

#main-content .comment-cloud a:hover {
	text-decoration: underline;
}

#main-content .post h4 {
	margin-top: 1px;
	clear: both;
	width: 100%;
}

#main-content .post h4.continue a {
	background: #9CA722;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}

#main-content .post h4.continue a:hover {
	background: #838C1C;
}

#main-content .post img.thumbnail {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background-color:#fff;
	padding:8px;


	margin-bottom:5px;
	-ms-interpolation-mode:bicubic;
		border:1px solid #E2DFD5;
		border-top:1px solid #EBE8DD;
	border-bottom: 1px solid #9F9E95;

}

#main-content #contenufiche li img{
	
width:280px;
margin:8px;
padding:9px;

margin-left:-10px;
border:1px solid #E2DFD5;
border-top:1px solid #EBE8DD;
border-bottom: 1px solid #B8B7AD;

margin-bottom:5px;



}


#main-content .post img.gallery {
	margin:0 7px 7px 0;
}

#main-content h2.arh {
	border-bottom: #EBEBEB 1px solid;
	margin-top: -10px;
	margin-bottom: 10px;
	position: relative;
}

/* Main Content (advert 468x60) */

#main-content .advert_468x60 {
	background-color:#EDEDED;
	padding:12px 42px;
	margin: 0 0 25px 0;
}

#main-content .latest .advert_468x60 {
	margin-left:33px;
}

/* Post (featured) */

#main-content .latest .featured, #main-content .archives .featured{
	position: relative;
	margin-bottom: 15px;
	clear: both;
}
#main-content .latest .featured {
	margin-left:33px;
}

#main-content .featured h4 {
	margin-bottom: 15px;
}

/* Post (latest) */

#main-content .latest {
	width: 650px;

}

#main-content .latest .block {
	width: 196px;
	float: left;
	margin-left: 7px;
	margin-right:5px;
	margin-bottom: 18px;
	padding-top: 10px;
	padding-left: 4px;
	display: inline;
	
}

#main-content .latest .block img{
border: none;
margin: 0px;
padding: 8px;
width:190px;
	
	
				-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#fff;

	

	-ms-interpolation-mode:bicubic;
		border:1px solid #E2DFD5;
		border-top:1px solid #EBE8DD;
	border-bottom: 1px solid #9F9E95;
}

#main-content .latest .block .continue{

margin-right: -8px;

	
}

#main-content .latest h3 {

	margin-top:10px;
	padding-top: 0px;

	font: 18px Georgia, "Times New Roman", Times, serif;
	text-align: center;
		

}

#main-content .latest h3 a{
	
	padding-top: 0px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #AD0C00;
	text-transform: capitalize;
}

#main-content .latest .block .comment-cloud {
	top: 10px !important;
}

#main-content .latest .block p.post-details {
	padding-top: 5px;
	margin-left: 5px;
}

#main-content .latest .block p {
	padding-top: 10px;
	font: 14px/20px georgia;
	color: #8e868a;

}

#main-content .latest h4 {
	margin-top: -3px;
	position: relative;
	margin-right: -8px;
}

/* Post (archives) */

#main-content .archives .block {
	position: relative;
	margin-bottom: 15px;
	clear: both;
padding-left: 8px;
padding-right: 8px;

}

#main-content .archives h2 {
	padding-right: 50px;
}

#main-content .archives p.post-details {
	padding-right: 50px;
}

#main-content .archives img.alignleft {
	margin: 15px 15px 0 0;
}

/* Main Content (post>single) */

#main-content #tags {
	
	width: 280px;
	
		color: #7B625F;
}

#main-content #tags a {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	display: inline-block;
	letter-spacing: normal;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 5px;
	border: 1px solid #B7A9A3;
	text-decoration: none;
	background-color: #CCC5BF;
	padding: 2px 4px 3px;
	color: #7B625F;
	text-decoration: none;
}

#main-content #tags a:hover {
	background-color: #fff;

}
#footer_single #tags {
	float: right;
	margin:0;
	margin-bottom: 12px;
	text-align: right;

		margin-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	font: 16px "Georgia","Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-style: italic;
	color :#383D44;
	line-height:28px;
	width:180px;

	
}

#footer_single #tags p{
  padding: 0;

}

#footer_single {
	clear:both;
		background-color: transparent;
	padding:0;
	margin:0;	
	padding-bottom: 10px;
}

#footer_ads {
	clear:both;
		background-color: #FFF;
			border-top: 1px solid #E1DBD3;
	padding-top: 22px;
	padding-bottom: 25px;
	padding-left: 0px;
}


.single #main-content .advert_468x60 {
	margin: 15px 0 0px 0;
}

#main-content .page h2 {
	padding-top: 5px;
}

/* Comments */

#comments h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0 20px 0;
}

/* Comments (comment) */

#comments_wrap {
	width: 570px;
	padding: 15px 32px 75px 31px;

	margin-bottom: -52px;
	position: relative;
}

#comments .comment a {
	text-decoration: underline;
}

#comments .comment p {
	padding:0;	
}

#comments .comment ul { 
	padding:0; 
}

#comments .comment a:hover {
	text-decoration: none;
}

#comments .comment small {
	font-size: 10px;
	margin-top: -2px;
}

#comments .comment {
	margin-top: 10px;
	width: 100%;
}

#comments .comment .col-left {
	width: 110px;	
}

#comments .comment .col-left img {
	border: #EDEDED 5px solid;
}

#comments .comment .col-left .inside {
	background: url(images/bg_comment_element.gif) no-repeat right 27px;
	width: 110px;
	float: right;
	margin-right: -16px;
	position: relative;
	overflow: hidden;
	padding-right: 7px;
	min-height:70px;
}

#comments .comment .col-left p {
	padding: 0 0 0 2px;
	line-height: 19px;
}

#comments .comment .col-right {
	min-height: 70px;
	background: #fff;
	padding: 10px 20px;
	border: #EDEDED 5px solid;
	margin-left:121px;
	float:none; 
}

* html #comments .comment .col-right {
	height: 100px;
}

#comments .comment span.reply { 
	float:right; 
	padding: 3px 3px 0; 
	font-size:11px; 
}
#comments .comment span.reply a { 
	text-decoration:none; 
	color:#aaa;
}

#comments ul.children { 
	margin:10px 0 0 20px; 
	padding:0; 
}

#comments .navigation .alignright, 
#comments .navigation .alignleft { 
	margin:0;
}

#comments .navigation a {
	background: #9F9F9F;
	color: #fff;
	display: block;
	padding: 5px 9px;
	margin-left: 4px;
	font-family:Georgia;
	font-weight:bold;
}
#comments .navigation a:hover {
	background: #888;	
}
#comments .commentlist {
	padding:0;
}
#comments .commentlist #respond #form_wrap {
	padding:0 0 25px;
	margin:0;
	border:0;
	width:auto;
}
#comments .commentlist .children #respond #form_wrap .col-right{
	float:none;
}
#comments .cancel-comment-reply {
	margin-bottom:10px;
}

/* Comments (form) */

#form_wrap {

	width: 630px;
	padding: 15px 32px 30px 31px;
	position: relative;
	border-bottom:0px;
}

#form_wrap h2 {
	padding-bottom: 28px;
	position: relative;
}

#form_wrap .form-left {
	width: 190px;
	float:left;
}

#form_wrap .form-right {
	width: 361px;
	float:left;
}
.children #form_wrap .form-right {
	float:none;
}

#form_wrap textarea, #form_wrap .form-left input {
	border: 1px solid;
	border-top-color: #C5C3C3;
	border-left-color: #C5C3C3;
	border-right-color: #EDEDED;
	border-bottom-color: #EDEDED;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676563;
	padding: 7px 10px;
}

#form_wrap textarea {
	width: 340px;
	margin-bottom: 18px;
}

#form_wrap .form-left input {
	width: 147px;
	display: block;
	margin-bottom: 10px;
}

#form_wrap input.sb {
	clear: left;
	display: block;
}

#form_wrap p.lc_logged {
	margin-top: -20px;
	position: relative;
}

/* PageNavi */

.more_entries {
	width: 100%;
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
	
	padding: 20px 0;
}

.wp-pagenavi {
	float: right;
	margin-right: 10px;
}

.wp-pagenavi a {
	text-decoration: none !important;
}



.wp-pagenavi a, .wp-pagenavi .current {
	background: #9F9F9F;
	color: #fff;
	display: block;
	float: left;
	padding: 4px 10px 4px 10px;
	margin: 0;
	margin-left: 4px;
	font-size: 14px;
}

/* Sidebar */

#sidebar {
	background: url(images/fond_sidebar.jpg) no-repeat 0 0px;
	margin-top:0px;
	padding-top:0px;
	width: 286px;
	overflow: hidden;
	padding-left:5px;
}

#sidebar h2 {
	font-size: 12px;
	background: #9F9F9F;
	color: #fff;
	padding: 8px 14px;
	width:120px;
	margin: 0 0 12px 1px;
	
}

#sidebar ul {
	clear: both;
}


#sidebar a {
	color: #786060;
}

#sidebar a:hover {

	text-decoration: underline;
}

/* Sidebar (block) */

#sidebar .block {
	width: 265px;
	padding: 15px 25px 10px 10px;
	
}

/* Sidebar (block > inside)*/

#sidebar .block .inside {
	border: #D5D4D4 5px solid;
	background: #EDEDED;
	padding-bottom: 5px;
}

#sidebar .block .inside ul {
	padding: 0;
}

#sidebar .block .inside li {
	padding: 8px 15px 8px 10px;
	line-height: 18px;
	background: url(images/bg_footer_list.gif) repeat-x 0 bottom;
}

#sidebar .block .inside li img.thumbnail {
	border: #A4A4A4 2px solid;
	float: left;
	margin-right: 10px;
}

/* Sidebar (widgetized)*/

#sidebar .widgetized h2 {
	margin-bottom: 5px;
}

/* Sidebar (widgetized>list>)*/

#sidebar .widgetized ul {
	clear: both;
	width: 230px;
	padding: 0 0 8px 0;
	margin:0;
	margin-left:10px;
	border: #F1ECE0 1px solid;
}

#sidebar .widgetized li {

	line-height: 20px;
	padding: 5px 0 5px 21px;
/*	background: url(images/bg_sidebar_circle.gif) no-repeat 5px 12px;*/
	overflow: hidden;
}

/* Sidebar (widgetized>list>inside)*/

#sidebar .widgetized ul ul {
	padding: 0;
	margin: 3px 0 0 0;
}

#sidebar .widgetized ul ul li {
	border: 0;
	padding-bottom: 0;
}

/* Sidebar (widgetized > special list)*/

#sidebar .widgetized .widget_categories ul, 
#sidebar .widgetized .widget_archive ul,
#sidebar .widgetized .widget_links ul {
	background: url(images/bg_sidebar_ul_lines.gif) no-repeat right 0;
	margin-top: 3px;
	border: 0;
	width: 270px;
	margin-left: -9px;
	position: relative;
}

#sidebar .widgetized .widget_categories ul li, 
#sidebar .widgetized .widget_archive ul li, 
#sidebar .widgetized .widget_links ul li {
	width: 104px;
	float: left;
	display: inline;
	margin-left: 10px;
}

#sidebar .widgetized .widget_categories ul li,
#sidebar .widgetized .widget_archive ul li {
	background: url(images/bg_sidebar_folder.gif) no-repeat 0 7px;
}

#sidebar .widgetized .widget_links ul li {
	background: url(images/bg_sidebar_circle.gif) no-repeat 5px 13px;
}

/* Sidebar (widgets)*/

#tag_cloud h2, #footer #tag_cloud h2 {
	display: block;
	float: none;
}

.textwidget {
	clear: both;
	padding: 5px 2px;
	line-height:20px;
}


/* Sidebar (Search)*/

#sidebar #search_main form div {
	position: relative;
	width: 260px;
	height: 33px;
	background: url(images/bg_search_field.gif) no-repeat 0 0;
}

#sidebar #search_main input.field {
	width: 163px;
	position: absolute;
	left: 12px;
	top: 7px;
	padding-top: 2px;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	border: 0;
	background: transparent;
	z-index: 1;
}

#sidebar #search_main input.submit {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

/* Sidebar (advert 125x125) */

#advert_125x125 {
	width: 270px !important;
	margin-left: -10px;
	padding-top: 10px !important;
	padding-bottom: 25px !important;
	overflow: hidden;
}

#advert_125x125 img {
	display: block;
	float: left;
	margin: 9px 0 0 10px;
	display: inline;
}


#tagcloud {
	padding:10px;
}

/* Footer */

#footer-out {
	width: 100%;
	background-color: #fff;
}

#footer {
	width: 939px;
	margin: 0 auto;
	
	padding: 23px 0 10px 0;
}

* html #footer {
	height: 275px;
}

#footer .position {
	width: 960px;
	margin-left: -20px;
}

#footer a {
	text-decoration: underline;
	color: #636363;
}

#footer a:hover {
	text-decoration: none;
}

#footer h2.widget_title {
	font-size: 14px;
	background: #2A2A2A;
	color: #fff;
	padding: 10px 15px;
	float: left;
	margin: 0 0 10px 1px;
	display: inline;
}

/* Footer (block) */

#footer .block {
	width: 300px;
	float: left;
	margin-left: 20px;
	display: inline;
}

#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{

	border: #D5D4D4 5px solid;
	background: #EDEDED;
	padding-bottom: 10px;
	clear: both;
	margin:0 0 15px;
}

#footer .block .textwidget {
	padding: 5px 10px;

}

/* Footer (block > list) */

#footer ul {
	padding: 0;
}

#footer li {
	padding: 5px 10px;
	line-height: 20px;
	background: url(images/bg_footer_list.gif) repeat-x 0 bottom;
}

/* Footer (copyright) */

#copyright-out {
	width: 100%;
	background: rgb(37,37,37);
	padding: 10px 0 14px 0;
}

#copyright {
	width: 939px;
	margin: 0 auto;
	font-size: 11px;
	color: #CECECE;
}

#copyright .col-right img {
	vertical-align: middle;
}

#copyright .col-right span {
	display: none;
}

/* Fix */

.wrap:after,
#sidebar .widgetized .widget_categories ul:after,
#sidebar .widgetized .widget_archive ul:after,
#sidebar .widgetized .widget_links ul:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:4px 0 5px;
	text-align:center;
}
.wp-caption-text {
	padding:3px 0 0;	
	font-size:11px;
}


/*- Search -*/
#search{
	background: url(images/bgr-search.gif) no-repeat;
	height: 32px;
	padding:0;
	margin: 0 0 10px;
	margin-left: 20px;
	margin-bottom:40px;
}
#search input{
	background: transparent;
	border: 0;
	color: #a3a192;
	float: left;
	font-size: 12px;
	margin: 5px 0 0 10px;
	width: 178px;
	padding:2px;
}
#search .btn{
	margin: 7px 0 0;
	padding: 0;
	width: auto;
}

#ads-200 {
	float:left;
	margin:0;
	
	padding:0;
	padding-left:5px;
	margin-left:8px;
	margin-right:2px;
	margin-top:-10px;
	margin-right:-10px;
	padding-top:45px;
	width:210px;
	
	background: #FFFFFF url(images/note_200.jpg) no-repeat;
	height:250px;
}



	
	#ads-468 {
		
		margin:0;
		padding:0;
		margin-left:20px;
		margin-top:14px;
		margin-bottom:21px;
		background-color: #fff;
			
		padding-top:15px;
		padding-bottom:15px;
		padding-left:30px;
		padding-right:20px;
		font: 16px "Georgia","Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
		font-style: italic;
		color :#383D44;
		line-height:28px;
		width:615px;
		border-top: 1px solid #EDE8DF;
		border-bottom: 1px solid #E1DBD3;


	}
	
	#ads-728 {
			
		padding:0;
		margin-left:auto;
		margin-right: auto;
		margin-top:20px;
		margin-bottom: 20px;
		width: 920px;
	}

#pubinterne img {
	margin-top: 15px;
}

h3 {
	clear: both;
	
}
	
.block .startxt {
		display:none;
}	
	
.starimg {
	
	margin:0;

	margin-top:-10px;
	padding:0;
	text-align: center;
}

#bloc_titre #related .startxt {
	display:none;
}	



	
	#bloc_titre #related #block_star {
	float:left;
	margin-left:auto;
	margin-right:auto;
	width:80px;
	}	
	
	
	
	#bloc_titre #related #block_star	.starimg {

		margin:0;

		margin-top:0px;
		padding:0;
		text-align: center;
	}	

	
#blockstar {
	width:80px;
	margin-left:auto;
	margin-right:auto;
}

#pub_sidebar {
	height:694px;
	width:218px;
	margin:0;
	padding:0;
	padding-top:65px;
	padding-left:25px;
	margin-left:20px;
	background: #FFFFFF url(images/pub_note.jpg) no-repeat;
	
}

#pub_sidebar250 {
	height:348px;
	width:270px;
	margin:0;
	padding:0;
	padding-top:60px;
	padding-left:10px;
	margin-left:10px;
	background: #FFFFFF url(images/pub_notecarre.jpg) no-repeat;
}
	
	
	#pub_200{
		height:348px;
		width:270px;
		margin:0;
		padding:0;
		padding-top:60px;
		padding-left:10px;
		margin-left:10px;
		background: #FFFFFF url(images/pub_notecarre.jpg) no-repeat;
	}
	








	#main-content p{
	padding-bottom:10px;
	}


	#main-content h1 {
		width:550px;
		margin-bottom:15px;
	}

	#main-content h1 a, #contenuarch h1{
		text-align: left;
		font: 32px Georgia, "Times New Roman", Times, serif;
		color:#574744;
	}

	#contenuarch h1 {
		text-align: left;
		color:#574744;
		font: 28px Verdana, sans-serif;
		font-weight: bold;
	}




	#main-content #contenufiche ul {
		color: #ddd;

		font: 20px Georgia;
		font-weight: bold;
		list-style:decimal;



	}

	#main-content #contenufiche li{
	float:left;
	width:298px;
	margin-left : 0px;
	margin-left:25px;

	margin-bottom:25px;

	padding-bottom:10px;
	padding-left:2px;
	list-style: none;
	position:relative;


	}

	#main-content #contenufiche li .commentnumber {
		color: #fff;

		font: 18px Georgia;
		font-weight: bold;
		position: absolute;
	  left: 2px;
	  top: 255px;
		width:36px;
		height:35px;
	padding-left:0px;
	padding-top:4px;
	margin-right:5px;
			background: url(images/num.gif) no-repeat 0 0;
			text-align: center;
	}



	#main-content #contenufiche li p{
		padding:0;
		margin-left:27px;
		margin-top:0px;
		margin-bottom:7px;
		padding-right:10px;
	padding-left:20px;
		font: 13px  "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
		text-align: left;
		line-height: 25px;

			color :#604F40;



	}





	#main-content #contenufiche ul {
	margin-left:-20px;
		padding-left:0px;
	}



	#main-content form *{
	float:left;
	margin-right:10px;
	margin-top:15px;

	}




	#description {
		clear:both;
		padding-top:35px;
		padding-bottom:0px;
		padding-left:10px;
		padding-right:30px;

		font: 16px "Georgia","Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
		font-style: italic;
		color :#4D3F34;
		line-height:28px;	
	}




