/* -------------------------------------------------------------------
REDEFINITION D'ELEMENTS
------------------------------------------------------------------- */
*{
	/* Correction de la difference de gestion des marges par défaut entre Firefox et IE */
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

A, A:HOVER{
	color:#1d1d1d;
	text-decoration:none;
	cursor:pointer;
}

IMG{
	border:none;
}

LI{
	list-style: none;
}

BODY{
	width:100%;
	background:#383838 url("images/bg_body.jpg") no-repeat center top;
	overflow-x:hidden;
}

/* -------------------------------------------------------------------
CLASSES GENERIQUES
------------------------------------------------------------------- */

/* -------------------------------------------------------------------
AUTRES DEFINITIONS
------------------------------------------------------------------- */
/*
 * CONTENEURS GLOBAUX
 */

#page-outer {
	width: 1020px;
	background: #383838;
	margin:0 auto;
}

/*
 * ENTETE
 */
/*
#header{
	width:1020px;
	height:255px;
	cursor:pointer;
	border:1px solid red;
}*/

#headerImage, #headerImageSwitch{
	width:1020px;
	height:255px;
	
	cursor:pointer;
}

#headerImage{
	z-index:0;
	position:absolute;
	top:0;
	z-index:1;
}

#headerImageSwitch{
	position:relative;
	top:0;
	z-index:0;
}

/*
 * SHARING
 */
#postSharing{
	position:relative;
	bottom:-33px;
	right:-25px;
	float:right;
	padding:10px 0 0 0;
}

#postSharingIntern{
	position:relative;
	bottom:0;
	right:-25px;
	float:right;
	padding:10px 0 0 0;
}

.postSharingVideo{
	float:left;
	width:314px;
	padding:0 0 0 320px;
}
	
	.descPostSharing{
		float:left;
		height:20px;
		font-size:11px;
		font-weight:normal;
		color:#999999;
		border-right:1px solid #cccccc;
		padding:2px 5px 0 0;
	}
	
	.linkPostSharing{
		float:left;
		height:17px;
		padding:0 0 0 5px;
	}



/*
 * MENU // NAV
 */


#nav{
	position:absolute;
	top:0;
	float:left;
	width:980px;
	color:#ffffff;
	padding:0 0 0 40px;
	z-index:100;
}

	#menu{
		float:left;
	}
	
		.btnMenu{
			float:left;
			height:36px;
			cursor:pointer;
		}
	
	#boxSearch{
		float:left;
		width:286px;
		height:36px;
		background:url("images/bg_search.jpg") no-repeat;
	}
		
		#search{
			float:left;
			width:261px;
			height:26px;
			padding:10px 0 0 25px;
		}
	
			.inputTextSearch{
				float:left;
				width:222px;
				font-size:12px;
				font-weight:normal;
				color:#737373;
				background:none;
				border:none;
				padding:0 3px 0 0;
			}
			
			.inputSubmitSearch{
				float:left;
				width:12px;
				height:15px;
				background:none;
				border:none;
				cursor:pointer;
			}

#suckerfish{
	display:none;
}

/*
 * SIDEBAR
 */

#tabs {
	float:left;
	width:267px !important;
	height:auto !important;
	display: block;
	background-color:#f5320c;
	margin:10px 0 0 0;
}

#contentTabs{
	float:left;
	padding:0 7px 7px 7px;
}

.inside {
	width: 257px !important;
	padding:5px !important;
	padding: 2px;
	background-color:#F8F8F8;
}

ul.wooTabs {
	width: 100%;
	padding: 0 0 7px 0;
}

ul.wooTabs li {
	float: left;
	display:inline;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	margin:0px 1px 0px 0px !important;
	cursor: pointer;
}

ul.wooTabs li a {
	line-height: 30px;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	padding: 0 10px;
	text-transform: uppercase;
}

ul.wooTabs li a.selected, ul.wooTabs li a:hover {
	text-decoration:none;
	background-color:#F8F8F8;
	color: #000000 !important;
}

#tagcloud {
	padding:10px;
}

.inside li {
	padding:10px;
	border-bottom:1px solid #EEEEEE;
}

.inside li img.avatar, .inside li img.thumbnail {
	border: 1px solid #ddd;
	padding: 3px;
	background-color: #ffffff;
	float: left;
	margin: 0 8px 0 0;
}

/*
 * FOOTER
 */

#containerFooter{
	float:left;
	width:100%;
	background:#383838 url("images/bg_container_footer.jpg") no-repeat center top;
	margin:20px 0 0 0;
}

#contentFooter{
	width:1020px;
	margin:0 auto;
}

#footer{
	float:left;
	width:710px;
	height:196px;
	background:url("images/footer.jpg") no-repeat;
	padding:49px 0 0 310px;
}

	.footer-widget{
		float:left;
		width:175px;
		font-size:12px;
		font-weight:normal;
		color:#ffffff;
	}
		.footer-widget h3{
			float:left;
			font-size:16px;
			font-weight:bold;
			color:#ffffff;
		}
		
		.footer-widget ul{
			float:left;
			width:100%;
			list-style-type:none;
			padding:6px 0 0 0;
		}
		
			.footer-widget li{
				font-size:12px;
				font-weight:normal;
				color:#ffffff;
				padding:6px 0 0 0;
			}
			
				.footer-widget li a{
					font-size:12px;
					font-weight:normal;
					color:#ffffff;
					text-decoration:none;
				}
				
				.footer-widget li a:hover{
					font-size:12px;
					font-weight:normal;
					color:#ffffff;
					text-decoration:underline;
				}

	.colFooter{
		float:left;
		width:175px;
		font-size:12px;
		font-weight:normal;
		color:#ffffff;
	}
	
		.titleColFooter{
			float:left;
			font-size:16px;
			font-weight:bold;
			color:#ffffff;
		}
		
		.pictoFleche{
			float:left;
			width:4px;
			height:6px;
			background:url("images/bullet_fleche.jpg") no-repeat;
			margin:6px 0 0 10px;
		}
		
		.colFooter ul{
			float:left;
			width:100%;
			list-style-type:none;
			padding:6px 0 0 0;
		}
		
			.colFooter li{
				font-size:12px;
				font-weight:normal;
				color:#ffffff;
				padding:6px 0 0 0;
			}
			
				.colFooter li a{
					font-size:12px;
					font-weight:normal;
					color:#ffffff;
					text-decoration:none;
				}
				
				.colFooter li a:hover{
					font-size:12px;
					font-weight:normal;
					color:#ffffff;
					text-decoration:underline;
				}

#credits{
	float:left;
	width:100%;
	height:50px;
	padding:15px 0 0 0;
}

	.copyright{
		float:left;
		width:300px;
		height:17px;
		background:url("images/credits.jpg") no-repeat;
		margin:0 0 0 40px;
	}
	
		.copyright a{
			float:left;
			font-size:12px;
			font-weight:normal;
			color:#ee4423;
			margin:3px 0 0 140px;
		}
		
		.copyright a:hover{
			float:left;
			font-size:12px;
			font-weight:normal;
			color:#ee4423;
			text-decoration:underline;
			margin:3px 0 0 140px;
		}
	
	.boxRss{
		float:right;
		margin:0 40px 0 0;
	}


/*
 * CONTENU
 */

#columns{
	float:left;
	width:100%;
	background:#383838;
	border-top:1px solid #686868;
}

.more_entries{
	display:none;
}






.col1{
	float:left;
	width:646px;
	padding:10px 0 0 40px;
}
.col2{
	float:right;
	width:280px;
}

.full-width {
	width: 940px;
}

.full-width .post-outer{
	margin-bottom: 0;
}



.subcol{
	width: 150px;
}
.subcol h2{
	font-size: 14px;
	padding: 0 0 10px;
	color: #FFFFFF;
}




#nav2 {
	margin:0 0 25px 0 !important; 
	padding-bottom: 3px;
}

#nav2, #nav2 ul{
	padding: 0;
	float:left;
	list-style: none;
}
#nav2 {
	padding: 0;
	font-size:13px;
	float:left;
	width:940px;
	border-top: 1px dashed #DDDDDD;
}
#nav2 a {
	display: block;
	padding: 8px 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
}
#nav2 li {
	float: left;
}
#nav2 li a:hover {
	background: none;
    text-decoration: none;
}

#nav2 .nav2-rss {
	float: right;
	margin-right: 12px
}
#nav2 .nav2-rss a:link,#nav2 .nav2-rss a:visited, #nav2 .nav2-rss a:hover,#nav2 .nav2-rss a:active {
	background: url(images/rss_32.png) center right no-repeat;
	padding-right: 38px;
}




#nav2 li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	z-index: 99999;
	border-top:1px solid #dedbd1;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
	z-index:1000;	
}
#nav2 li ul li {
    background: #FFFFFF;
	border-bottom:1px solid #dedbd1;	
	border-left:1px solid #dedbd1;	
	border-right:1px solid #dedbd1;			
	line-height:28px;	
	width:14.9em;
}
#nav2 ul li a {
	padding: 5px 10px !important;
	border-bottom: none !important;
}
#nav2 li:hover, #nav2 li.hover {
    position: static;
}
#nav2 li ul ul {
margin:-39px 0 0 193px;
}
#nav2 li:hover ul ul, #nav2 li.sfhover ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul {
	left: auto;
}
#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	left: auto;
} 


#rss a{
	color: #666666;
}
#rss h2{
	padding:10px;
	font-size:14px;
	margin-bottom:10px;
}
#rss ul{
	margin: 0px;
	padding: 10px;
	float:left;
}
#rss li{
	margin: 0px;
	border:none !important;
	padding: 5px;
}
#rss img{
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}



#featured-outer { overflow: visible;}
#featured-inner { padding: 26px 30px 5px; float: none; overflow: visible; }

#wooslider{ padding: 0; margin:1px; font-family:Arial, Helvetica, sans-serif; }
#wooslider h2 { 	margin-bottom: 30px; font-size: 24px; text-transform: uppercase; color: #343434;}
#wooslider h3 {
	color: white;
}

.wooslider .slider-container .slide-content { padding: 20px 20px 0 20px;}
.wooslider .slider-container .slide-content h3 { font-size: 22px; text-transform: uppercase; }


.slider-nav .slider-left, 
.slider-nav .slider-right {margin-top: 100px; height: 170px!important; width: 40px!important; }
.slider-pag{ float: right!important; position: relative;}
.slider-pag span{ float: left; display: block; background: red; height: 30px!important; width: 20px!important; margin: 0!important; background: url(images/dot.gif) center center no-repeat!important;}
.slider-pag .thumbnail {display: block;border:1px solid #ccc; padding: 5px; background: #fff; position: absolute; top:-45px!important; left: -90px!important ;z-index: 999;}

.shelf-title {padding: 0px 10px;}



.video-outer{
	float: left;
	width: 634px;
}
.video-inner {
	float:left;
	width:634px;
	height:auto;
}

.video-left {
    float:left;
    width:420px;
    display:inline;
	background:url("images/fleche_current_video.jpg") no-repeat right 42px;
}

.video-thumb-popup {
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	background: #F5420C; 
	width: 60px;
	height:48px;
	padding:16px 10px;
	font-size: 11px;
	font-weight:bold;
	display:none;
	position:absolute;
	top:0;
	right:0;
	border:none;
	z-index: 9999;
	color: #FFF;
}

.archive-page .video-left {

	width:630px !important;

}

.video-left h2 {
	padding: 30px 30px 15px 30px;
	font-size: 24px;
	text-transform: uppercase;
	color: #343434;
}

.video-left p {
	padding:0px !important;
	margin: 0 30px;
}

.video-right {
	float:right;
	width:214px;
}
 
.video-right .box_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.video-right h3 {
	color: #000000;
	font-size:14px;
	line-height:normal;
	font-weight:bold !important;
	margin:0 !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
.video-right p{
	color:#e92a0b;
	font-size:11px;
	line-height:12px;
	margin-bottom: 10px;
	}
	
.video-current {
	padding:20px;
	color:#ffffff;
	background:#f5320c;
}

.box_title{
	color:#ffffff;
}

.video-more {
	color:#e92a0b;
	padding: 20px 10px 20px 20px;
}

.video-current h2 {
	font-weight: bold;
	font-size:16px;
	line-height:20px;
	padding-bottom: 0px;
	margin-bottom: 5px !important;
}

.video-current p {
	color:#ffffff;
	font-weight: bold;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}

.video-shown{
	font-size:12px;
	font-weight:normal;
	color:#4d4d4d;
}

.video-shown h2{
	color:#ffffff;
}

.box_title {
	margin-bottom: 20px;
}


.video-right .video_tabs {
	list-style:none;
	margin:0px;
	padding:0px;
	}
.video-right .video_tabs li {
	cursor: pointer;
	float: left;
	margin: 0 10px 10px 0;
	}
	
.video-right .video_tabs li img {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
}

.video-right .video_tabs li img:hover {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #999999;
}
	
.video {
	padding:30px;
}

.videosList {
	display: none;
}

#videosNav {
	text-align:center;
	width:100%;
}

#paginationVideos{
	width:100%;
	text-align:center;
	padding:0 0 0 85px;
}



.post h2{
	font-size: 30px;
}
.post h3{
	font-size: 14px;
}
.post p{
	padding: 0 0 25px;
}

#breadcrumb{
	float:left;
	width:100%;
	font-size:11px;
	font-weight:bold;
	color:#999999;
}

#breadcrumb p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#999999;
	text-transform:uppercase;
}

#breadcrumb a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#999999;
	text-transform:uppercase;
}

#breadcrumb a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#999999;
	text-transform:uppercase;
	text-decoration:underline;
}

.post .thumbnail {
    margin-bottom: 20px;
    border:1px solid #e7e7e7;
    padding: 3px;
}



.box{
	clear: both;
	height: 1%;
	padding: 0;
	margin: 0;
}
.box .post{
	width: 304px;
}
.box .post-inner {
	margin: 1px;
	padding:28px;
}
/*
.box .post h2{
	font-size: 21px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
*/
.box .post img{
	margin: 0 0 15px 0;
	padding: 4px;
	border: 1px solid #E7E7E7;
}

.box .post .category-head{
	margin-bottom: 10px !important;
	padding: 0 !important;
}

.category-head a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

.full .titleBoxPost{
	float:left;
	width:345px;	
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	color:#1d1d1d;
}

.fl .titleBoxPost{
	float:left;
	width:240px;	
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	color:#1d1d1d;
}

.fr .titleBoxPost{
	float:left;
	width:240px;	
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	color:#1d1d1d;
}

.titleBoxPost a{
	font-size:22px;
}

.comments-head {
	margin-right: 5px;
}

.comments-head a {
	font-size:11px;
	padding: 6px 10px 5px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
    border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
}

.date {
	text-transform: uppercase;
	font-size: 10px;
	color: #c9c9c9;
	font-family:Arial, Helvetica, sans-serif;
}


.post-outer{
	float: left;
}

.archive-temp .boxPost{
	margin:0 0 20px 0;
}

.post-outer .post-alt { width: 575px;} 

.post-outer.fl .post-alt, .post-outer.fr .post-alt { width: 240px!important;} 

.post-outer.fl .gallery img, .post-outer.fr .gallery img { width: 60px; height: 60px; }

.gallery { margin-bottom:20px!important }

.post-alt{
	float: left;
	padding:30px 30px 0 30px;
	overflow: hidden;
}

.full-width .post-outer {
	width: 934px;
}

.full-width .post-alt{
	width: 870px;
}

.arclist{
	font-size:12px;
	font-weight:bold;
	color:#4d4d4d;
}

.arclist a{
	font-size:12px;
	font-weight:bold;
	color:#4d4d4d;
}

.post-alt li{
	font-size:12px;
	font-weight:bold;
	color:#4d4d4d;
}

.post-alt category-head {
	margin-bottom: 20px;
	padding: 0 !important;
}

.post-alt h1, .post-alt h2, .post-alt h3, .post-alt h4, .post-alt h5 {
	margin-bottom: 20px !important;
}

.post-alt h1 {
	font-size: 38px;
	text-transform: uppercase;
}
.post-alt h3 {
	font-size: 20px;
}
.post-alt h4 {
	font-size: 16px;
}
.post-alt h5 {
	font-size: 13px;
}
.post-alt h6 {
	font-size: 11px;
}

.post-alt p{
	float:left;
	width:100%;
	padding: 0 0 15px;
	font-size:12px;
	font-weight:normal;
	color:#4d4d4d;
}
.post-alt p.post_date{
	color: #999999;
	padding: 5px 0px 10px;
	font-size: 11px;
	font-weight: normal;
}

.post-alt ul {
	margin-bottom: 25px;
}

.post-alt ul ul {
	margin: 0 0 0 25px;
}

.post-alt ul li {
	padding: 5px 0;
}

.post-alt .video {
	margin-bottom: 30px !important;
	padding: 0 !important;
}

h3.posted a {
	color: #000000;
	font-size:11px;
}

.box .post h3.posted {
	border-bottom:none;
}

.author-outer {
	width: 634px;
	float: left;
	margin:20px 0 20px 0;
	display:none;
}

.author-info {
	float: left;
	width: 570px;
	padding: 30px;
	background:#ffffff;
	border:2px solid #505050;
}

.author-head {
}

.author-head p {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding: 0;
}

.author-head h3 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color:#1d1d1d;
	margin-bottom: 20px;
}

.author-photo {
	float: left;
	margin:  0 30px 0 0;
	background-color: #ffffff;
}

.author-description {
	float: left;
	margin:  0;
	font-family:Arial, Helvetica, sans-serif;
	color: #898989;
	font-size: 11px;
}

.author-photo img {
	background-color:#FFFFFF;
	border:1px solid #E3E3E3;
	float:left;
	padding:1px;
}

.showMore a{
	font-size:12px;
	font-weight:bold;
	color:#2871af;
	text-decoration: underline;
	padding-right:20px;
	background:url(images/ico-arrow.png) no-repeat right 2px;
}

.showMore a:hover{ text-decoration:underline; color:#f5320c; }




.comments {
	padding-bottom:0px !important;
}
.comments a{
	background: url(images/ico-comm.gif) no-repeat left;
	color: #000000;
	font-weight:normal;
	font-size:11px;
	padding:0px 0px 0px 18px;
	margin-left:5px;
}
a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}

.post-navigation {
	background: transparent url("images/more-entries.jpg") left center no-repeat; float:left; width: 610px; padding: 5px 15px;height:26px; margin-bottom: 25px;
}
.post-navigation a {
	color: #000000;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
}
.alignleft{
	display:inline;
	float:left;
	margin-right:15px;
	color:#f5320c;
}
.alignleft a{
	color:#ffffff;
}
.alignright{
	display:inline;
	float:right;
	color:#f5320c;
	margin: 0 0 20px 20px;
}
.alignright a{
	color:#ffffff;
}



img.wp-smiley{
    padding: 0!important;
    border: none!important;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

   




.archive-temp h3 {
	text-transform: uppercase;
	font-size: 16px;
}

#archivebox {
	font-size:14px;
	font-weight:bold;
	color:#333333;
	padding: 10px;
	margin-bottom: 25px;
}



.singletags {
	margin-top:5px;
}
.singletags a { font-weight: normal !important; text-decoration:underline;color:#000000; }

.entry p{
	float:left;	
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

.entry a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
}

.entry a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	text-decoration:underline;
}

.entry blockquote {
	font-style: italic;
	line-height: 32px;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 30px 0;
	}
.entry blockquote p {
	margin: 30px;
	padding: 0 0 0 60px;
	background: transparent url(images/blockquote_icon.gif) no-repeat top left;
	}
.entry img {
	padding:4px;
	border:1px solid #E7E7E7;
	background-color: #FFFFFF;
	margin:0 0 10px 0;
	}
.wp-caption img {
	margin-bottom:15px;
}
p.wp-caption-text {
	text-align:center;
	padding: 0 0 15px 0;
	margin:0px;
	font-size:1.2em;
	font-style:italic;
	color:#000000;
}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}




#comments-outer { width: 638px; float: left; }

#comments-container{
	width:634px;
	float:left;
	position:relative;
	background:#ffffff;
	border:2px solid #505050;
}

.fn{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#f5320c;
}

.comment-head {
	padding: 30px 30px 0 30px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.comment-head p {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

.comment-head h3 {
	font-size:24px;
	font-weight:bold;
	padding: 0;
	margin: 0;
	color:#383838;
}
ol.commentlist{
	margin: 30px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
	float: left;
	width: 630px;
}
ol.commentlist .comment-body p{
	margin:10px 0;
	line-height: 20px;
	padding:0 60px 0 60px;
	font-size:11px;
	font-weight:normal;
	color:#333333;
}
ol.commentlist cite{
	font-style:normal;
}

.comment-author {
	margin-bottom: 5px;	
}

ol.commentlist span.says{
	display: none;
}

ol.commentlist li.comment{
	padding: 30px 0 33px 30px;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size: 12px;
	background: transparent url(images/comment-li-bg.gif) repeat-x bottom left;
}
ol.commentlist li.alt{	
}
#comments {
	float: left;
}

.comment-navigation {
	float: left;
	padding: 0 30px;
	width: 570px;
}



ol.commentlist .comment-meta {
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#999999;
}

ol.commentlist .comment-meta a {
	color: #c9c9c9;
}
ol.commentlist li .avatar { 	
	float:left;
	border: 1px solid #e3e3e3;
	padding: 1px;
	background-color: #ffffff;
	margin-right: 20px;
}

ol.commentlist li .even{
}

.commentlist li ul{
padding: 0;
}

.commentlist li ul li {
	margin: 0 0 0 15px;
	padding-bottom: 0!important;
	background-image: none!important;
}

.reply{
	float:right;
	font-size:12px;
	font-weight:bold;
	color:#f64624;
	padding:0 20px 0 0;
}

	.reply a{
		float:right;
		font-size:12px;
		font-weight:bold;
		color:#f64624;
		background:url("images/bullet_arrow_replay_comment.jpg") no-repeat right 6px;
		padding:0 15px 0 0;
	}
	
	.reply a:hover{
		float:right;
		font-size:12px;
		font-weight:bold;
		color:#f64624;
		text-decoration:underline;
		background:url("images/bullet_arrow_replay_comment.jpg") no-repeat right 6px;
		padding:0 15px 0 0;
	}

#trackbacks {
	float: left;
	width: 630px;
}

h3#pings  { font-size: 30px; padding: 0; color:#1d1d1d; margin: 20px 0 20px 30px; }
.pinglist  { margin: 0 0 0 30px; }
.pinglist li  { margin: 0 0 0 20px; list-style-type: decimal; }
.pinglist li .author  { font-weight: bold; font-size: 15px; }
.pinglist li .date  { font-size: 11px; }
.pinglist li .pingcontent  { display: block; margin: 10px 0; }

#respond {
	padding:30px 30px 30px 30px;
	width: 570px;
	float: left;
	position: relative;
	background-color: #ffffff;
	z-index: 999;
}

.commentlist #respond  { width: 100%;padding: 0; }

#respond .comment-col-left {
	float: left;
	width: 30%;
	margin: 0 20px 0 0;
}

.comment-col-left input {
	padding: 5px;
	width: 100%;
	margin-bottom: 10px;
}

.comment-col-left input#submit {
	float:right;
	width:96px;
	height:33px;
	background:url("images/btn_submit.jpg") no-repeat;
	cursor:pointer;
	border:none;
	margin:10px 0 0 0;
}

.comment-col-right input#submit {
	float:right;
	width:96px;
	height:33px;
	background:url("images/btn_submit.jpg") no-repeat;
	cursor:pointer;
	border:none;
	margin:10px 0 0 0;
}

#respond .comment-col-right {
	float: left;
	width: 62%;
}

#respond textarea#comment {
	width:95%;
	padding:10px;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	background:#ffffff;
	border:1px solid #cccccc;
}

#respond label {
	padding-bottom: 5px;
	float: left;
	font-size:12px;
	font-weight:normal;
	color:#333333;
}

#respond p{
	margin-bottom:10px;
	line-height: 20px;
}

#respond .comment-head {
	padding: 0 0 30px 0;
}

#respond .comment-head p {
	margin-bottom:20px;
}

.comment-col-left input{
	width:156px;
	height:22px;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	background:url("images/bg_inputtext_comment.jpg") no-repeat 0 2px;
	border:none;
	padding-right:12px
}

.comment-col-left p{
	font-size:12px;
	font-weight:normal;
	color:#333333;
}

.comment-col-left a{
	font-size:12px;
	font-weight:normal;
	color:#333333;
}

.comment-col-left a:hover{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	text-decoration:underline;
}



.more_entries { float:left; width: 610px; height:26px; padding: 5px 15px; line-height: 26px; margin-bottom: 25px; margin-top:10px; }
.more_entries .wp-pagenavi {
	float: left;
	width:641px;  
	height:40px;
	background:url("images/bg_pagination.jpg") no-repeat;
	margin-left:-12px;
}

.more_entries a {text-decoration: none !important; font-family:Arial, Helvetica, sans-serif; font-size: 11px; padding:5px 5px 5px 5px; }
/*
.more_entries .wp-pagenavi a,
.more_entries .wp-pagenavi a:link,
.more_entries .wp-pagenavi a:visited, 
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on { color: #c5c5c5; border:1px solid #f0f0f0; background: #fff; }
*/
.more_entries .wp-pagenavi .pages {
	float:left;
	width:136px;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}

.linkPrec{
	float:left;
	top:5px;
	left:2px;
	width:10px;
	height:13px;
	margin:12px 0 0 12px;
	display:none;
}

.pages h2{
	float:left;
	width:82px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	text-align:center;
	padding:7px 0 0 20px;
}

.linkSuiv{
	float:left;
	top:5px;
	left:75px;
	width:10px;
	height:13px;
	margin:12px 0 0 0;
	display:none;
}

.wp-pagenavi a{
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
}

.wp-pagenavi a:hover{
	font-size:12px;
	font-weight:normal;
	color:#fd704a;
}

.current{
	font-size:12px;
	font-weight:normal;
	color:#fd704a;
	padding:5px 5px 5px 5px;
}

.numPagination{
	float:left;
	width:480px;
	text-align:right;
	padding:6px 0 0 0;
}


/*
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover {background: #9f9f9f;}

.more_entries .wp-pagenavi .extend { background:none; border:none; }
*/





#flickr .wrap{
	padding-top: 15px;
}
.flickr_badge_image img{
	float:left;
	margin: 0 0 10px 10px;
}


.widget_outer{
	margin-bottom:25px;
}
.widget {
	margin:1px;
}

.widget_tag_cloud div {
	padding: 0 30px 30px 30px;
}	

.widget h3 {
	padding: 30px;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 30px;
}

.widget ul li {
	padding: 10px;
	margin:0px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}

.widget_pages ul ul {
	border-top: none !important;
	padding-top: 5px;
}

.widget_pages ul ul li {
	background-image: none !important;
	border-bottom: none !important;
	padding: 0;
	margin-left: 20px;
}

.widget_recent_entries a, .widget .blogroll a {
	display: block;
}

.widget_recent_entries a:hover, .widget .blogroll a:hover {
}

#recentcomments a  { background-image: none!important; }

.widget ul li a {
	color: #a3a3a3;
	padding-left: 20px;
	display: block;
}
.widget select {
	border:1px solid #eee;
	width:148px;
	margin:15px 0 0 0;
}

.textwidget {
	padding: 0 20px;
}

.textwidget p {
	margin-bottom: 20px;
}

.widget_search  {
	padding: 10px 20px 20px 20px;
}

.widget_search #s  {
	width: 150px;
	margin: 0 5px 0 0;
}

.widget_twitter a  { display: inline!important; padding: 0!important; background-image: none!important; }




.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	border-bottom: 2px solid #eee;
}
.hl-full{
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-bottom: 1px solid #eee;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	float: right;
	padding: 5px;
	margin: 0 0 5px 10px;
}

table#wp-calendar {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table#wp-calendar caption { 
	font-weight: normal; font-size: 11px; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 2px; ; 
}
table#wp-calendar th { 
	width: 26px; font-size: 0.91667em; line-height: 1.72727em; text-align: center; 
}
table#wp-calendar td { 
	width: 26px; line-height: 1.66667em; color: #999; text-align: center; 
}
table#wp-calendar td#next, table#wp-calendar td#prev { 
	width: 78px; font-size: 0.83333em; letter-spacing: 1px; text-transform: uppercase; 
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}
.jdGallery a { cursor:pointer !important; }

/* -------------------------------------------------------------------
SIDEBAR
------------------------------------------------------------------- */
#boxSidebar{
	float:right;
	width:280px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px 0 0 0;
}

	.boxNews{
		float:left;
		width:280px;
		padding:0 0 20px 0;
		cursor: pointer;
	}
	
		.imageBoxNews{
			float:left;
			width:109px;
			height:109px;
		}
		
		.descBoxNews{
			float:left;
			width:160px;
			padding:0 0 0 10px;
		}
		
			.titleBoxNews{
				float:left;
				width:100%;
				font-size:16px;
				font-weight:bold;
				color:#e92a0b;
			}
			
			.txtBoxNews{
				float:left;
				width:100%;
				font-size:12px;
				font-weight:bold;
				color:#ffffff;
				padding:5px 0 0 0;
			}
			
				.txtBoxNews a{
					font-size:12px;
					font-weight:bold;
					color:#ffffff;
				}
				
				.txtBoxNews a:hover{
					font-size:12px;
					font-weight:bold;
					color:#ffffff;
					text-decoration:underline;
				}

	#boxOnglet{
		float:left;
		width:275px;
		padding:15px 0 0 0;
	}

		#menuBoxOnglet{
			float:left;
			width:275px;
			height:37px;
		}
		
			.btnMenuBoxOnglet, .btnMenuBoxOnglet a{
				float:left;
			}
			
				.ongletPopular a{
					width:69px;
					height:37px;
					background:url("images/sidebar/btn_popular_off.jpg") no-repeat;
				}
				
				.ongletPopular a:hover, .ongletPopular a.on{
					width:69px;
					height:37px;
					background:url("images/sidebar/btn_popular_on.jpg") no-repeat;
				}
				
				.ongletLatest a{
					width:69px;
					height:37px;
					background:url("images/sidebar/btn_latest_off.jpg") no-repeat;
				}
				
				.ongletLatest a:hover, .ongletLatest a.on{
					width:69px;
					height:37px;
					background:url("images/sidebar/btn_latest_on.jpg") no-repeat;
				}
				
				.ongletComments a{
					width:70px;
					height:37px;
					background:url("images/sidebar/btn_comments_off.jpg") no-repeat;
				}
				
				.ongletComments a:hover, .ongletComments a.on{
					width:70px;
					height:37px;
					background:url("images/sidebar/btn_comments_on.jpg") no-repeat;
				}
				
				.ongletTags a{
					width:67px;
					height:37px;
					background:url("images/sidebar/btn_tags_off.jpg") no-repeat;
				}
				
				.ongletTags a:hover, .ongletTags a.on{
					width:67px;
					height:37px;
					background:url("images/sidebar/btn_tags_on.jpg") no-repeat;
				}
		
		#contentBoxOnglet{
			float:left;
			width:261px;
			background:#f5320c;
			padding:0 7px 0 7px;
		}
		
			#wrapBoxOnglet{
				float:left;
				width:257px;
				font-size:12px;
				font-weight:bold;
				color:#d1d1d1;
				border:2px solid #ffffff;
				background:#191919;
			}
			
				#wrapBoxOnglet .none{
					display: none;
				}
				
				#wrapBoxOnglet a{
					color:#d1d1d1;
					text-decoration:none;
				}
				
				#wrapBoxOnglet a:hover{
					color:#d1d1d1;
					text-decoration:underline;
				}
			
				.sectionContentBoxOnglet{
					float:left;
					width:237px;
					border-bottom:1px solid #5b2115;
					padding:15px 10px 15px 10px;
				}
			
					.infoSectionContentBoxOnglet{
						float:left;
						width:237px;
						padding:10px 0 0 0;
					}
					
						.authorSectionContentBoxOnglet{
							float:left;
							width:40%;
							font-size:11px;
							font-weight:bold;
							color:#f64320;
							text-align:left;
						}
						
						.dateSectionContentBoxOnglet{
							float:right;
							width:60%;
							font-size:11px;
							font-weight:bold;
							color:#ffffff;
							text-align:right;
						}
	
		#bottomBoxOnglet{
			float:left;
			width:275px;
			height:7px;
			background:url("images/sidebar/bottom_box_onglet.jpg") no-repeat;
		}
		
	.boxDynamicOptions{
		float:left;
		width:274px;
		background:url("images/sidebar/bg_box_dynamic_options.jpg") repeat-y;
		margin:30px 0 0 0;
	}
	
		.contentBoxDynamicOptions{
			float:left;
			width:280px;
		}
		
			.contentOurLink{
				width:274px;
				background:url("images/sidebar/content_our_link.jpg") no-repeat top;
				padding:140px 0 0 0;
			}
			
			.contentOurTwitter{
				width:234px;
				font-size:12px;
				font-weight:normal;
				color:#ffffff;
				background:url("images/sidebar/content_our_twitter.jpg") no-repeat top;
				padding:160px 20px 20px 20px;
			}
			
				.descOurTwitter{
					float:left;
					width:100%;
				}
				
					.tweetTime{
						float:left;
						width:100%;
					}
			
					.descOurTwitter a{
						font-size:12px;
						font-weight:normal;
						color:#f4330a;
						text-decoration:none;
					}
					
					.descOurTwitter a:hover{
						font-size:12px;
						font-weight:normal;
						color:#f4330a;
						text-decoration:underline;
					}
					
				.linkOurTwitter{
					float:left;
					width:100%;
					padding:15px 0 0 0;
				}
				
					.linkOurTwitter img{
						float:left;
					}
				
						.linkOurTwitter a{
							float:left;
							font-size:12px;
							font-weight:normal;
							color:#ffffff;
							text-decoration:none;
							margin:5px 0 0 5px;
						}
						
						.linkOurTwitter a:hover{
							float:left;
							font-size:12px;
							font-weight:normal;
							color:#ffffff;
							text-decoration:underline;
							margin:5px 0 0 5px;
						}
			
			.contentArchives{
				width:274px;
				background:url("images/sidebar/content_archives.jpg") no-repeat top;
				/*padding:140px 0 0 0;*/
			}
			
			.linkToArchives{
				width:274px;
				height:140px;
			}
			
		.lineContentBoxDynamicOptions{
			float:left;
			width:228px;
			background:url("images/sidebar/bottom_line_box_dynamic_options.jpg") no-repeat bottom; 
			padding:12px 10px 12px 30px;
			margin:0 0 0 3px;
		}
		
			.lineContentBoxDynamicOptions a{
				float:left;
				width:208px;
				font-size:12px;
				font-weight:normal;
				color:#ffffff;
				text-decoration:none;
				background:url("images/sidebar/bullet_arrow_off.jpg") no-repeat left;
				padding:0 0 0 20px;
			}
			
			.lineContentBoxDynamicOptions a:hover{
				float:left;
				width:208px;
				font-size:12px;
				font-weight:normal;
				color:#c8250b;
				text-decoration:underline;
				background:url("images/sidebar/bullet_arrow_on.jpg") no-repeat left;
				padding:0 0 0 20px;
			}


/* -------------------------------------------------------------------
FACEBOOK SHARER
------------------------------------------------------------------- */
#popupFacebookSharer{
	display:none;
	position:absolute;
	width:650px;
	height:450px;
	top:0;
	left:25%;
	z-index:9999;
	margin-left:2px;
}


	#popupFacebookSharer #btnClose{
		float:right;
		width:100px;
		font-size:14px;
		font-weight:bold;
		color:#ffffff;
		text-align:center;
		background:#f5320c;
		cursor:pointer;
		margin-top:-10px;	
		padding:5px 0 5px 0;
	}
	
	#popupFacebookSharer iframe{
		width:650px;
		height:450px;
		overflow:hidden;
	}
	
	.btnFakeCancelLogOut{
		cursor:pointer;
		width:75px;
		height:25px;
		position:absolute;
		top:282px;
		left:560px;
	}
	
	.btnFakeCancelLogIn{
		cursor:pointer;
		width:70px;
		height:25px;
		position:absolute;
		top:420px;
		/top:400px;
		left:570px;
		/left:560px;
	}
