/* 
	Theme Name: 41Mag
	Theme URL: http://crea-troyes.fr
	Description: Life on web
	Author: creatroyes
	Author URI: http://crea-troyes.fr 
	Version: 1.1
	Tags:  adsense ready
	
	Changelog:
	10/18/2009  v1.1  Fix bugs of blockquote and list in post content
	09/15/2009  v1.0  Initial Release to compatible with WordPress 2.8.4
*/

/*******************
*	RESET		   *
*******************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;ertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}a {text-decoration:none;}

.clear{clear:both}
.right {float:right;}
.left {float:left;}


#followers {display:none; }

/*******************
*	OVERALL		   *
********************/
html {
	background: #e9ebea;
}

body {
	background: url('mages/bg_general_bas.png') bottom no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 25px 0;
	margin: 0;
}

#wrapper {
	background: #fff url(images/bg_header.jpg) top left no-repeat;
	box-shadow: 0px 0px 10px #bbb;
	width:94%;
	max-width:1400px;
	min-width: 1024px;
	margin: 15px auto;
	padding: 10px 1% 15px 1%;
	order: 1px solid #c9c9c9;
}

/*******************
*	HYPERLINKS	   *
********************/
a, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
}

/*******************
*	TOP			   *
********************/
#top {
	background: #fff;
	margin: 0;
	padding: 0;
}

#topnav {
	background: #fff;
	height: 28px;
	margin: 0;
	padding: 2px 0 1px 0;
	border-top: 1px solid #f0f0f0;
	font-size: 11px;
}

#topnav .current_page_item {
	background: #cc0000;
}

#topnav .current_page_item a {
	color: #fff !important;
}

#topnav ul {
	float: left;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
}

#topnav li {
	float: left;
	list-style: none;
	margin: 0 2px 0 0;
	padding: 0;
	font-weight: old;
	ext-transform: uppercase;
	border-right:1px solid #ddd;
}

#topnav li:last-child {
	border:none;
}

#topnav ul li {
	list-style: none;
	margin: 0 0 0 2px;
	padding: 0;
	border-right: 1px solid #cc0000;
}

#topnav li a, #topnav li a:link, #topnav li a:visited {
	color: #000;
	display: block;
	margin: 0;
	padding: 4px 6px 4px 6px;
}

#topnav li a:hover, #topnav li a:active {
	background: #cc0000;
	color: #fff;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 4px 6px 4px 6px;
	border-bottom: none;
}

#topnav li li a, #topnav li li a:link, #topnav li li a:visited {
	background: #fff;
	width: 130px;
	color: #111;
	float: none;
	margin: 0;
	padding: 8px 12px 7px 12px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#topnav li li a:hover, #topnav li li a:active {
	background: #cc0000;
	color: #fff;
	padding: 8px 12px 7px 12px;
}

#topnav li ul {
	z-index: 9999;
	width: 155px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -999em;
	height: auto;
}

#topnav li li {
	border:none;
}

#topnav li ul a {
	width: 120px;
}

#topnav li ul a:hover, #topnav li ul a:active {
}

#topnav li ul ul {
	margin: -29px 0 0 156px;
	border: none;
}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {
	left: -999em;
}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul {
	left: auto;
}

#topnav li:hover, #topnav li.sfhover {
	position: static;
}

#topnav .left a {
	margin: 0;
	padding: 0 5px 0 5px;
}

/*******************
*	SEARCH FORM	   *
********************/
form {
	margin: 0;
	padding: 0;
}

#searchform {
	margin: 0;
	padding: 0;
	line-height: 28px;
	margin-right:5px;
}

.searchinput {
	width: 190px;
	font-size: 11px;
	color: #555;
	margin: 0;
	padding: 6px 4px 4px 6px;
	border: 1px solid #ddd;
	background: #fff;
	margin-top:2px;
	font-style:italic;
	border-bottom:2px solid #fff;
	border-top:2px solid #fff;
}

.searchinput:focus {
	border: 1px solid #cc0000;
	color:#222;
	font-style:normal;
}

.searchsubmit {
	width: 35px;
	background: #089776;
	border: 1px solid #ABD0E9;
	margin: 0;
	padding: 3px 0 3px 0;
	color: #fff;
	font-weight: bold;
	cursor:pointer;
}

/*******************
*	HEADER		   *
********************/
#header {
	background: none;
	height: 100px;
	margin: 3px 0 2px 0;
	padding: 0;
}

.header h3 a { color:#385898;font:28px Georgia;line-height:32px; }

.logo {
	background: #fff url(images/bg_header.png) no-repeat;
	float: left;
	width: 200px;
	height: 60px;
	margin: 15px 0 0 0;
	padding: 0;
}

.logo h1 {
	margin-top:48px;
	color:#cc0000;
	font-size:8px;
	font-family:Verdana;
	text-transform:uppercase;
	}

.ad468x60 {
	float: right;
	background: #fff;
	width: 728px;
	height: 90px;
	margin:-5px 0 0px 0;
	padding: 0;
	border:2px solid #f0f0f0;
}

.ad468x60 img {
	border: none;
}

/*******************
*	MENU		   *
********************/
#menu {
	background: #2b7564 url('http://41mag.fr/wp-content/themes/channel/images/bgMenu.png') top repeat-x;
	box-shadow: 3px 3px 3px #999;
	height: 30px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #c9c9c9;
	border-bottom: 2px solid #2b7564 
}

u ul {
	float: left;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
}

#menu li {
	float: left; 
	font:bold 16px "Arial";
	text-transform:uppercase;
	font-weight:bold;
	word-spacing:2px;
	letter-spacing:-0.1px;
	color:#395796;
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ddd;
}

#menu ul li {
	margin: 0 0 0 -1px;
	padding: 0;
	list-style: none;
	border-right: 1px solid #045;
}

#menu li a, #menu li a:link, #menu li a:visited {
	margin: 0;
	padding: 8px 12px 7px 12px;
	color: #fff;
	display: block;
	font-size: 14px;
}

#menu li a:hover, #menu li a:active {
	 box-shadow: 1px 1px 12px #555;
	background: #fff;
	margin: 0;
	padding: 8px 12px 7px 12px;
	color: #375696;
	display: block;
	text-decoration: none;
	border-bottom: none;
}

#menu li li a, #menu li li a:link, #menu li li a:visited {
	background: #fff;
	width: 130px;
	float: none;
	margin: 0;
	font:12px Arial;
	padding: 8px 12px 7px 12px;
	color: #444;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-transform:Capitalize;
}

#menu li li a:hover, #menu li li a:active {
	background: #5084d2;
	font-weight:bold;
	color: #fff;
	padding: 8px 12px 7px 12px;
}

#menu li ul {
	z-index: 9999;
	position: absolute;
	height: auto;
	width: 155px;
	margin: 0;
	padding: 0;
	left: -999em;
	box-shadow: 1px 1px 12px #555;
}

#menu li li {
	border: none;
}

#menu li ul a {
	width: 120px;
}

#menu li ul a:hover, #menu li ul a:active {
}

#menu li ul ul {
	margin: -29px 0 0 156px;
	border: none;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}

#menu li:hover, #menu li.sfhover {
	position: static;
}

/*******************
*	HOMEPAGE	   *
********************/
#col1 {
	background: #fff;
	float: left;
	margin: 15px 0 0 0;
	padding: 0 0 3px 0;
	width:65%;
}

.featuredline {
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	background: #fff;
}

/*******************
*	POST BOX	   *
********************/
#post {
}

#postbox {
	background: #fff;
	margin: 0 0 15px 0;
	padding: 10px 10px 20px 10px;
	line-height: 24px;
	border-bottom: 1px solid #c9c9c9;
        border-top:none;border-right:none;
	color: #111;
}

#postbox h3 {
	clear:both;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	letter-spacing:-0.5px;
	font-weight: bold;
}


#postbox h3 a:hover {
 	color: #cc0000;
}

#postbox span {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#postbox .header {
	margin: 0;
	padding: 0;
}

#postbox .header p {
	margin:-3px 0 -3px 0;
}



#postbox .thumbnail {
	float: left;
	width: 180px;
	height: 90px;
	margin: 0px 10px 0 0;
	padding: 4px;
	border:1px solid #ddd;
}

#postbox .thumbnail img {
	margin: 0;
	padding: 0;
	background: #fff;
	width: 180px;
	height: 90px;
}

#postbox .info {
	margin: 11px 0 0 0;
	padding: 0 0 5px 0;
	font: 12px Arial;
        line-height:17px;
        word-spacing:1px;
}

#postbox .info h4 {
	margin: 0;
	padding: 0 0 10px 0;
}

#postbox .meta {
	height: 20px;
	margin: -3px -10px 5px 0;
	padding: 0 0 0 180px;
	background: #fff;
	line-height: 20px;
	text-transform: uppercase;
        text-align:left;
}


#postbox .author {
	text-transform: uppercase;
}

#postbox .date {
	text-transform: uppercase;
}
#postbox .date2 {
	text-transform: capitalize;
	word-spacing:0px;
}

#postbox .continue {
	margin: 0 10px 0 0;
	padding: 0 0 0 0px;
	ackground: url(images/continue.gif) no-repeat 0 0;
	color:#6198f5;
	ont-weight:bold;
	text-transform:none;
	font-size:120%;
}


#postbox .continue a{
	color:#395898;
	text-decoration:underline;
}

#postbox .comment {
	padding: 0 0 0 17px;
	background: url(images/comment.gif) no-repeat 0 -1px;
	font-weight:bold;
	text-transform:none;
}

#postbox .comment a {
	color:#777;
}

#postbox .mail_this, .partage_article .mail_this {
	margin-left:12px;
	padding: 0 0 0 18px;
	background: url(images/mail.png) no-repeat 0 0;
	font-weight:bold;
	text-transform:none;
}

#postbox .mail_this a, .partage_article .mail_this a {
	color:#777;
}


/*******************
*	CONTENT		   *
********************/
#content {
	float: left;
	margin: 0;
	padding: 0;
	min-width: 680px;
	color: #2a2a2a;
	max-width:65%;
}

#content h2 {
	font-size: 28px;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 10px 0 10px 0;
	color:#4a4a4a;
	word-spacing:-1px;	
	letter-spacing:-1px;
}

#content h3 {
	font-size: 22px;
	ont-weight: bold;
	margin: 50px 0 17px 0;
	padding: 10px 30px 10px 0;
}

.browse_gauche {
	float:left;
	background: #edf3f7;
	border: 1px solid #abd1e9;
	margin: 25px 0 0 0;
	padding: 10px;
	line-height: 18px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}

.browse_gauche a {
	color:#395796;
}

.browse {	
	background: #eee;
	border: 1px solid #abd1e9;
	margin: 25px 0 0 0;
	padding: 10px 10px 10px 150px;
	color: #555;
	line-height: 18px;
	height:18px;
}

.browse a {
	color: #333;
}

.pub_bas_article {
	text-align:center;
	margin:55px 0 55px 0;
	height:60px;
}

.pub_haut_article {
	text-align:center;
	margin:15px 0 25px 0;
	height:60px;
}

.postmeta {
	margin: 30px 10px -2px 0;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #ddd;
	font-size:90%;
	color:#888;
}

.postmeta a {
	color: #777;text-decoration:underline;
}

.postmeta a:hover {
	color: #3a5898;text-decoration:none;
}

.partage_article {
	margin:-12px 0 0 430px;
}

.lien_article p {
	line-height:18px;
	margin:40px 0 5px 0;
	padding: 0 1px 4px 1px;
	order-bottom:1px solid #ddd;
	font:bold 11px Arial;
	color:#777;
	text-transform:uppercase;
}


.lien_article input {
	border:1px solid #dedede;
	width:99%;
	color:#aaa;
	margin:-8px 0 6px 0;
	padding:0px 2px 0px 2px;
	ackground:#ececec;
}

.relief {
	font-weight:bold;
	font-size:150%;
}
/*******************
*	ENTRY		   *
********************/
.entry {
	font: 14px Arial;
        word-spacing:1px;
        line-height: 18px;
	margin: 10px 0 0 0;
	padding: 0;
}

.entry  p {
	padding: 0px 15px 5px 0;
	margin-top:20px;}
	
.entry strong {
	font-weight: bold;
	}
	
.entry h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
	}
	
.entry h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 7px 0px !important;
	}
	
.entry h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 45px 0 15px 0;
	border-bottom:2px solid #eee;
	color:#cc0000;
	line-height:30px;
}
	
.entry h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px 14px 0px;
	color:#365696;
	margin:30px 0 15px 0;
	}
	
.entry h5 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px 14px 0px;
	}
	
.entry h6 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
	}
	
.entry a {
	color: #CC0000;
	}
	
.entry a:hover {
	text-decoration: underline;
	}
	
.entry a img, .entry img {
	border:none;
	box-shadow: 1px 1px 10px #bbb;
	}
	
.entry ul {
	margin:40px 0 40px 30px;
	padding-bottom: 10px;
	list-style: square inside;
	}

.entry ol {
	padding-bottom: 10px;
	list-style: decimal inside;
	}
	
.entry li {
	margin-bottom:13px;
	padding: 2px 0px 2px 10px;
	font-size: 14px;
	line-height: 15px;
	color: #4C4C4C;
	}
	
.entry li a {
	color: #cc0000;
	text-decoration:underline;
	}

.entry li ul {
	margin: 0px;
	padding: 0px;
}

blockquote {
	background: #edf3f7;
	margin: 0px 0px 10px 0px;
	padding: 2px 10px 5px 18px;
	color: #333333;
	clear: both;
	border-left: 3px solid #abd0e9;
	}
	
code {
	color: #444444;
	font: 11px/17px tahoma, arial, sans-serif;
	display: block;
	}
	
blockquote p {
	margin: 5px 0px;
	padding: 5px 0px;
	font-size: 11px;
	line-height: 15px;
	}
	
blockquote li {
	padding: 2px 0px 2px 10px;
	font-size: 11px;
	line-height: 15px;
	color: #369;
	}
	
blockquote a {
	color: #0080CA;
	text-decoration: underline;
	}
	
blockquote a:hover {
	color: #003399;
	}


.tag {
	padding: 10px;
	line-height: 15px;
}

.entry table {
	border:1px solid #ccc;
	margin:10px 30px 10px 30px;
	padding:30px
	background:#ddd;
}

.entry table tr {
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
}

.entry table tr td {
	padding:5px 20px 5px 20px;
	border-right:1px solid #ddd;
}

.entry .annotation {
	border-top:1px solid #abd0e9;
	border-bottom:1px solid #abd0e9;
	background:#edf3f7;
	padding:15px 15px 25px 15px;
}

.entry .annotation img {
	position:relative;
	top:6px;
	margin-right:15px;
}

/*******************
*	ARCHIVE		   *
********************/
#archive {
	margin: 0;
	padding: 0 0 40px 0;
}

#archive h3 {
	margin: 0 0 -15px 0;
	padding: 0;
}

#archive h3 a {
	color:#365696;
}

.archiveleft {
	float: left;
	width: 80px;
	height: 70px;
	margin: -15px 10px 0 0;
	padding: 5px;
	border:1px solid #ddd;
}

.archiveleft img{
 	width: 80px;
	height: 70px;
	margin: 0;
	padding: 0;
}

.archiveright {
	/* float: right; */
	/* width: 475px; */
	margin: -10px 25px 0 0;
	padding: 0;
	line-height: 18px;
}

.archivebottom {
	background: #edf3f7;
	margin: 10px 0 10px 0;
	padding: 10px;
	border: 1px solid #ddd;
}

/*******************
*	IMAGES		   *
********************/
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}
	
img.alignnone {
	margin: 0 0 10px 0;
	padding: 0;
	display: inline;
}

img.alignright {
	margin: 0 0 10px 10px;
	padding: 0;
	display: inline;
}

img.alignleft {
	margin: 0 10px 10px 0;
	padding: 0;
	display: inline;
}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
	
.wp-caption {
	background: #f7f7f7;
	text-align: center;
	padding: 4px 0 5px 0;
	border: 1px solid #e6e6e6;
}

.wp-caption img {
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

/*******************
*	SIDEBAR		   *
********************/
#sidebar {
	float: right;
	min-width: 320px;
	width:32%;
	margin: 0;
	padding: 0;
}

#sidebar .box {
	margin: 0;
	padding:10px 5px 10px 5px;
	15px 5px 8px 5px;
	background: #fff;
	color: #333;
	line-height: 18px;
}

#sidebar .box a {	
	olor: #333;
}

#sidebar .widget {
	margin: 0;
	padding: 0;
}

#sidebar .leftwidget {
	float: left;
	/* width: 153px; */
	width:52%;
	margin: 0;
	padding: 0;
}

#sidebar .rightwidget {
	float: right;
	/* width: 153px; */
	width:46%;
	margin: 0;
	padding: 0;
}

.widget ul, .leftwidget ul, .rightwidget ul {
	margin: 0;
	padding: 0;
}

.widget ul li, .leftwidget ul li, .rightwidget ul li{
	list-style: none;
	background: #fff;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #e6e6e6;
}

#sidebar li ul {

}

#sidebar li li {

}

#sidebar h3 {
	margin: 15px 0 0 0;
	padding: 7px;
	font: bold 13px \'Lucida grande\',tahoma,verdana,arial,sans-serif;
	border:1px solid #ddd;
	background:#fcfcfc;
	color:#333;
}

.ad300x250 {
	background: #fcfcfc;
	/* width: 300px; */
	text-align:center;
	height: 250px;
	margin: 15px 0 0 0;
	padding: 10px;
	border:1px solid #ddd;
}

.ad300x250 img {
	border: none;
}

.pub_perso {
	border:1px solid #ccc;
	margin: 15px 0 15px 0;
	padding: 15px 20px 15px 20px;
	font-size:12px;
	background: url(images/fond_pub_perso.jpg) bottom repeat-x;
}


.pub_perso h4 {
	margin-bottom:2px;
}

.pub_perso h4 a {
	color:#395898;
}

/******************
 *	SUBSCRIBE	  *
 ******************/ 
#subscribe { text-align:center;margin-top:-2px; }

#subscribeform {
	line-height: 20px;
}

.subscribeinput {
	width: 52%;
	font-size: 12px;
	color: #777;
	margin: 0;
	padding: 4px 3px 4px 5px;
	border: 1px solid #aaa;
}

.subscribeinput:focus {
	border: 1px solid #111;
}

.subscribesubmit {
	width: 43%;
	cursor: pointer;
	background: #edf3f7;
	border: 1px solid #abd0e9;
	margin: 0;
	padding: 4px 0 4px 0;
	color: #375696;
	font-weight: bold;
	font-size:90%;
}

.rss {
	margin:6px 0 6px 0;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	font-size: 11px;
}

.postsfeed {
	background: url(images/rss.gif) no-repeat 0 0;
	padding: 0 0 0 18px;
}

.commentsfeed {
	margin: 0 0 0 9px;
	padding: 0 0 0 18px;
	background: url(images/rss.gif) no-repeat 0 0;
}

.twitter {
	margin: 0 0 0 9px;
	padding: 0 0 0 20px;
	background: url(images/twitter.gif) no-repeat 0 0;
}

.facebook{
	margin: 0 0 0 9px;
	padding: 0 0 0 20px;
	background: url(images/facebook.gif) no-repeat 0 0;
	text-transform:none;
}



/*******************
*	FLICKR		   *
********************/
.flickr img {
	margin: 0;
	padding: 2px;
	border: none;
}

/*******************
*	COMMENTS	   *
********************/
.comments-box {
	zoom: 1;
	margin: 30px 0 0 0;
}

.comments-box img {
	vertical-align: middle;
}

.comments-box h3 {
	color: #333;
	font-size: 1.4em;
	letter-spacing: 0;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
}

#respond {
	background: #fff;
	margin: 20px 0 0 0;
	padding: 5px;
}

#respond h3 { color:#395796; }

#respond p {
	color: #777;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

.cancel-comment-reply {
	padding: 5px 0 0 0;
}

.cancel-comment-reply a {
	color: #000;
}

.text {
	border: 1px solid #ddd;
	padding: 2px;
	color: #777;
	width: 200px;
}

/************************
*	COMMENT FRAMEWORK	*
*************************/
ol.commentlist a:link {
	text-decoration: none;
}

ol.commentlist li div.vcard cite.fn a.url:hover {
	text-decoration: none;
}

ol.commentlist {
	margin: 10px 0 0 0;
	padding: 0;
	background: #fff;
}

ol.commentlist li {
	margin: 10px 0 10px 0;
	padding: 10px;
	list-style-type: none;
	border: 1px solid #e9e9e9;
	background:#fff;
}

ol.commentlist li.alt {
}

ol.commentlist li.bypostauthor p {
}

ol.commentlist li.byuser {
}

ol.commentlist li.comment-author-admin {
}

ol.commentlist li.comment {
}

ol.commentlist li div.comment-author {
}

ol.commentlist li div.vcard {
}

ol.commentlist li div.vcard cite.fn {
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li div.vcard cite.fn a.url {
	color: #222;
}

ol.commentlist li div.vcard img.avatar {
	float: right;
}

ol.commentlist li div.vcard img.avatar-32 {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}

ol.commentlist li div.vcard img.photo {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}
ol.commentlist li div.vcard span.says {
	color: #888;
}

ol.commentlist li div.commentmetadata {
}

ol.commentlist li div.comment-meta {
	margin: 3px 0 0 0;
	font-size: 0.9em;
}

ol.commentlist li div.comment-meta a {
	color: #aaa;
	text-decoration:none;
}

ol.commentlist li p {
	margin: 15px 0 0 0;
	line-height: 1.4em;
}

ol.commentlist li ul {
}

ol.commentlist li div.reply {
	background: #f8f8f8;
	color: #333;
	width: 33px;
	margin: 10px 0 0 0;
	padding: 2px 5px 2px 5px;
	line-height: 16px;
	border: 1px solid #e9e9e9;
}

ol.commentlist li div.reply a {
	color: #333 !important;
}

ol.commentlist li div.reply a:hover {
	color: #333 !important;
	text-decoration: none;
}

ol.commentlist li ul.children {
}

ol.commentlist li ul.children li {
	margin: 10px 0 0 0;
	background: #fff;
	border: 1px solid #e9e9e9;
}

ol.commentlist li ul.children li li.alt {
	background: #fff;
}

ol.commentlist li ul.children li.bypostauthor {
}

ol.commentlist li ul.children li.byuser {
}

ol.commentlist li ul.children li.comment {
}

ol.commentlist li ul.children li.comment-author-admin {
}

ol.commentlist li ul.children li.depth-2 {
}

ol.commentlist li ul.children li.depth-3 {
}

ol.commentlist li ul.children li.depth-4 {
}

ol.commentlist li ul.children li.depth-5 {
}

ol.commentlist li ul.children li.odd {
}

ol.commentlist li.even {
}

ol.commentlist li.odd {
}

ol.commentlist li.parent {
}

ol.commentlist li.pingback {
}

ol.commentlist li.thread-alt {
}

ol.commentlist li.thread-even {
}

ol.commentlist li.thread-odd {
}

/*******************
*	COMMENT FORM   *
********************/
#commentform {
	margin-top: 5px;
}
#commentform input {
	width: 210px;
	margin: 5px 5px 1px 0;
	padding: 5px;
	border: 1px solid #ddd;
}
#commentform input:focus {
	border: 1px solid #191919;
}

#commentform .author {
	padding: 3px 3px 3px 5px;
	background: #fff;
	color: #333;
}

#commentform .email {
	padding: 3px 3px 3px 5px;
	background: fff;
	color: #333;
}

#commentform .url {
	padding: 3px 3px 3px 5px;
	background: fff;
	color: #333;
}

#commentform textarea {
	width: 75%;
	height: 100px;
	padding: 2px;
	border: 1px solid #ddd;
}

#commentform textarea:focus {
	border: 1px solid #191919;
}

#commentform .submit {
	margin: 0;
	padding: 4px;
	color: #999;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #f8f8f8;
	width: 165px;
	cursor:pointer;
}

#commentform .submit :hover {
	background: #333;
	border: 1px solid #191919;
	text-decoration: underline;
	color: #fff;
}

/*******************
*	NAVIGATION	   *
********************/
.navigation {
	margin: 5px 0 5px 0;
	padding: 5px;
}

/******************
*	FOOTER		  *
*******************/ 
#footer {
	background: #fcfcfc;
	margin: 20px 0 0px 0;
	padding: 0 0 0px 0;
	color: #333;
	line-height: 20px;
	list-style: none;
	border-top: 3px solid #b7cddd;
}

#footer ul {
	margin:15px 0 0px 0;
}

#footer ul li {
	ist-style: none;
	margin: 0 0 9px 0;
	ackground: #fff;
	padding: 0;
	border-bottom: 1px solid #bfd7eb;
	font:15px Tahoma;
	padding-bottom:4px;
}

#footer ul li a {
	color:#555;
}

#footer ul li a:hover {
	color:#cc0000;
	text-decoration:none;
}

#footer .listCarre li a {
	font-weight:bold;
}

#footer .box {
	/* width: 140px; */
	width: 15%;
	margin: 10px 0 20px 15px;
	float:left;
}


#footer .boxDouble {
	width: 65%;
	margin: 10px 0px 20px 15px;
	float:left;
}

#footer .boxDouble .double-list-footer {
	float:left;
	/* width:320px; */
	width:48%;
	margin-right:2%;
}

#footer .boxDouble .double-list-footer ul {
	list-style:square inside;
}

#footer .box ul li, #footer .boxDouble ul li { font:12px Tahoma; }

#footer h3 {
	margin: 20px 20px 10px 0;
	padding: 0 20px 5px 0;
	ackground: #fff;
	color: #777;
	font-size: 15px;
	font-weight: bold;
	border-bottom:2px solid #ccc;
}

#footer .box ul li img.footerImg { width:12px;height:12px;position:relative;top:1px; }

#footer ul ul {
	display: none;
}
#footer .box .listCarre img {
	padding-right: 5px;
	position:relative;top:-4px;
	width:6px;
	height:6px;
}

/******************
*	BOTTOM		  *
*******************/ 
#bottom {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	color: #333;
	line-height: 15px;
	border-top: 1px solid #ddd;
}

#bottom a {
	color: #385696;font-weight:bold;
	border-bottom: 1px dotted #333;
}

#bottom a:hover {
	border-bottom: none;
}

/*****************
* AJOUT PERSONNEL          *
******************/

.recherche_null {
        margin:25px 0 25px 0;
}

.recherche_null li{
       margin:2px 0 0 40px;
       list-style-type:square;
}

.erreur404 {
       margin:140px 0 10px 0;
       font-size:82px;
       font-weight:bold;
       text-align:center;
}

.message404 {
	font-weight:bold;
	text-align:center;
	margin-bottom:130px;
}

.titre404 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 45px 0 15px 0;
	border-bottom:2px solid #eee;
	color:#333;
	line-height:30px;
}

.liste404 {
	margin:45px 0 0 40px;
	list-style-image:url('images/point.png');
	font-size:14px;
	word-spacing:2px;
	line-height:18px;
	
}

.liste404 li {
	margin-bottom:25px;
}

.liste404 li a {
	color:#cc0000;
	text-decoration:underline;
}

.liste404 li ul {
	margin:30px 0 0 25px;
	list-style-image:url('images/ligne1.jpg');
	font-size:12px;
}

.liste404 li ul li{
	margin-bottom:12px;
}
.soulign {
	text-decoration:underline;
}

.rouge {
       color:#cc0000;
}

/*******************
*	PLUG IN RELATED ARTICLE      *
********************/
#cadre_article_relatif {
	margin:45px 0px 20px 0px;
	padding-bottom:25px;
	border-bottom:2px solid #ddd;
}

#article_relatif {
	background: url(images/fond_art_relatif.png) bottom repeat-x;
	padding-bottom:0px;
}

#article_relatif strong {
	font:bold 10px Arial;
	text-transform: uppercase;
	color:#999;
	padding:2px 8px 2px 0px;
	background:#fff;
}

#cadre_article_relatif table tr td {
	margin:20px 0 20px 0;
}

#cadre_article_relatif table tr td {
	width: 135px;
	text-align:center;
	padding:22px 0 10px 0;
	font:bold 11px Arial;
	padding: 0 7px 0 7px;
}

#cadre_article_relatif table tr td a {
	color:#385696;	
}

#cadre_article_relatif table tr td img {
	width:135px;
	height:70px;
	padding-bottom:6px;
}


.list-tweet-li { margin:15px 5px 20px 5px;padding:10px 4px 15px 4px;color:#777;font:14px Georgia; }
#list-tweet-div .list-tweet-li a { padding:10px 4px 15px 4px;color:#3a5898; }
.lien-ext-tweet-feed {font:10px Arial;color:#999;}
.lien-suivre-twitter-feed { color:#3a5898;text-decoration:underline; }

.adsenseSidebarBas { background:#eee;border:1px solid #ddd;padding:2px;width:138px;margin:0 0 10px 0;}

div.likeboxwrap { width:318px;height:300px;overflow:hidden;margin-top:5px;border-top:1px solid #ddd;padding-bottom:8px; }

div.likeboxwrap_Profil { width:318px;overflow:hidden;margin-top:5px;border-top:1px solid #ddd;padding-bottom:0px; }


.twtr-hd, .twtr-ft { display:none; }
.sldrlink { visibility:hidden; }
#smooth_sliderc_nav { float:right; }
.smooth_slider{ margin-bottom:0px;margin-top:6px;box-shadow:3px 3px 6px #ddd; }
.smooth_slider ul { background:#fff;border-bottom:1px solid #eaeaea; }
.smooth_slider_thumbnail {position:relative;top:10px;left:20px;margin-top:10px;padding:8px 10px 8px 10px;}
.smooth_slider h2 a { position:relative;left:10px; }
.smooth_slider span { position:relative;left:10px; }
.sldr_title{margin:7px 16px 0 0px;padding-left:10px;padding-bottom:3px;border-bottom:1px solid #eaeaea;}
.jcarousel-control { margin-left:0px;}
.jcarousel-control a {border:1px solid green; }
#titre_header { text-align:center;font:8px Arial;color:#aaa;margin:5px 0 -9px 0; }
#titre_header a { color:#aaa; }
#post #postbox div.header #premierArt { margin-bottom:0px;font:24px Arial;padding-bottom:12px;border-bottom:1px solid #ccc; }
#premierArt a:hover {text-decoration:none;color:#307061; }
#post #postbox #head_1er_article { margin-top:6px;font:10px Arial; color:#999; }
#head_1er_article .date {font:10px Arial; color:#999; }
#post #postbox #head_1er_article a {color:#365696; }
#post #postbox .thumbnailPremierArt { margin:20px 0 0 0;float:left;}
#post #postbox .thumbnailPremierArt img { height:75px;width:420px;border:1px solid #cccccc;padding:5px; }
#post #postbox .partagePremierArt { height:85px;margin:20px 0 0 440px;padding-top:4px;}
#post #postbox .partagePremierArt #twitterPremierArt { padding-top:10px;padding-right:10px; height:70px;float:left; }
#post #postbox .partagePremierArt #fbPremierArt { padding-top:11px; height:69px;float:left; }
#post #postbox .partagePremierArt #googlePremierArt { padding-top:13px; height:67px;float:left; }
#post #postbox .resumePremierArt { font-size:13px;font-family:Arial;word-spacing:1px;clear:left; margin-top:20px;line-height:20px; }
#post #postbox .resumePremierArt .categoriePremierArt a { margin-right:8px;color:#365696;font:bold 12px Arial; }
#post #postbox #relatedPremierArt #relatedArt {margin:6px 0 0 0;padding:0; }
#post #postbox #relatedPremierArt #relatedArt strong { font:italic 11px Arial;color:#8f6d70; }
#post #postbox #relatedPremierArt #listRelatedArt {margin:14px 0 0 25px; }
#post #postbox #relatedPremierArt #listRelatedArt li { height:22px;font:bold 12px Arial;word-spacing:1px; }

.tag_cloud_css, .tag_cloud_css:visited { padding:1px 4px 2px 4px;border:1px solid #dfdfdf;margin:0 2px 2px 0;line-height:23px;font-family:'Lucida grande',tahoma,verdana,arial,sans-serif;background:#fff;color:#777;}
.tag_cloud_css:hover { background:#abd0e9;color:#fff; }


.demo-en-ligne,.telecharger {
	padding:20px;
	border:1px solid #abd0e9;
	background:#edf3f7;
	color:#385696;
	font:bold 16px Arial;
	text-transform:uppercase;
}

.demo-en-ligne:hover,.telecharger:hover {
	background:#abd0e9;
}

#sidebar-html li a { color:#375898; }

#tweet1 { margin:0 0 20px 0; border-bottom:2px solid #ccc; padding-bottom:20px; }
#tweet1 ul li a {color:#365696;}
#tweet1 ul li a font {color:#999;}
#tweet1 a.twitter-follow-button { padding-right:20px;position:relative;top:5px;font-weight:bold;color:#008427; }
#tweet1 a.twitter-follow-button:hover { background: url('http://41mag.fr/wp-content/themes/channel/images/ligne3.gif') right no-repeat;text-decoration:underline; }

#tweet2 { margin:0 0 0 0; }
#tweet2 ul li a {color:#365696;}
#tweet2 ul li a font {color:#999;}
.tweet2img { width:25px;height:25px; }

.fleche li a:hover { color:#375898; }

.fleche li a {  }

.copierColler { margin-left:20px;color:#999;text-transform:none;font:10px Arial; }

#tweetArticle { float:left;height:40px;order-bottom:1px solid #ccc;border-right:1px solid #fff;padding:0 0 0 0px;width:105px; }
#tweetArticle iframe {position:relative;top:11px; }

#googleArticle{ float:left;height:40px;order-bottom:1px solid #ccc;border-right:1px solid #fff;padding:0 0 0 15px;width:65px; }
#googleArticle #___plusone_0 {position:relative;top:11px; }

#fbArticle{ float:left;height:40px;order-bottom:1px solid #ccc;order-right:1px solid #ccc;padding:0 0 0 15px;width:385px; }
#fbArticle iframe {position:relative;top:9px; }

.margeSocial {margin-bottom:0px;}
.clearL { clear:left; }
#fbArticle.fbHaut iframe { position:relative;top:12px; }
.googleBas #___plusone_1 { position:relative;top:11px; }

#pubBasArticle {clear;left;text-align:center;margin:95px 0 65px 0;}

#texteComment { clear:left;margin:35px 0 0 0;padding-bottom:10px;border-bottom:1px solid #ccc;margin-bottom:0px;font:11px Arial; }

#texteComment a { color:#385696;text-decoration:underline; }
#texteComment a:hover { color:#cc0000; }

#tagArticle { width:20px;height:14px;margin:0;padding:0;margin-right:1px;position:relative;top:1px; }
#mep { position:relative;top:-1px; }

#relatedArt { padding:0;margin:35px 0 40px 0;border-bottom:1px solid #ccc;color:#777;font:bold 11px Arial }
#relatedArt strong { background:#fff;position:relative;top:6px;width:80px;padding-right:8px; }
#listRelatedArt { margin:-10px 0 5px 0;list-style-type:none;list-style-image:url('http://41mag.fr/wp-content/themes/channel/images/ligne3.gif'); }
#listRelatedArt li.relArtLi { font:12px Arial; }
#listRelatedArt li.relArtLi a { color:#385696;text-decoration:none; }
#listRelatedArt li.relArtLi a:hover { color:#cc0000;text-decoration:underline; }

#none {display:none; }

.header h3.titreSecondaireAcc a { letter-spacing:-0px;word-spacing:-0.8px;line-height:20px;font:28px Georgia;color:#385696; }

#post #postbox div.header h3.titreSecondaireAcc a:hover { text-decoration:none; }
#post #postbox div.info p.categorie_1er_article a { color:#2b7564; }

#cadreReseau { border:1px solid #abd0e9;background:#edf3f7;clear:left;padding:12px 20px;margin:80px 0 0 0; }
#cadreReseau h6 { width:208px;background:#fff;padding:0 4px 4px 4px;border-left:1px solid #abd0e9;border-right:1px solid #abd0e9;border-bottom:1px solid #abd0e9;position:relative;top:-20px;font:bold 11px Arial;color:#777;word-spacing:2px;etter-spacing:-0.5px; }
#cadreReseau table { Margin:5px 0 0 0; }
#cadreReseau table tr td { height:30px; width:275px; }
#cadreReseau table tr td img { width:16px;height:16px;position:relative;top:2px;margin:0 6px 0 0; }

.flecheLien:hover { background: url('http://41mag.fr/wp-content/themes/channel/images/ligne3.gif') right no-repeat; padding-right:20px; }

.noSurlign:hover { font-weight:bold;text-decoration:none; }
#footer .boxDouble h3.footerSelection { color:#375696;border-bottom:2px solid #b7cddd; }

#pub3emeArt { text-align:center;margin:20px 0 25px 0;border-bottom:1px solid #ccc;padding-bottom:25px; }

#post #postbox h3.titrePresseMinute { margin-bottom:0; }
#post #postbox h3.titrePresseMinute a { font-size:20px;color:#cc0000;margin-bottom:0; }
#post #postbox h3.titrePresseMinute a:hover { text-decoration:none;color:#375696; }
#post #postbox .categorie_1er_articlePM a { color:#375696; }
#post #postbox .categorie_1er_articlePM  { margin-bottom:20px;padding-top:2px;border-top:1px solid #ddd; }
#post #postbox .resumePM { font:12px Arial;color:#333; }
#post #postbox .resumePM p { margin-top:7px;line-height:18px;word-spacing:0.4px; }
#post #postbox .partagePM { float:right;margin:-25px 0 0 0px;padding-left:10px; }
.flickr a img.imgFlickr { width:58px;height:50px; }

#sidebar #dernierArticle { min-width:318px;padding:0px 5px 0 5px; }
#sidebar #dernierArticle #dernierArticleListe { margin:20px 0 0 0;min-height:70px;color:#777; }
#sidebar #dernierArticle #dernierArticleListe #dernierArticleThumnail { border:1px solid #ddd; padding:3px;float:left; margin-right:10px; }
#sidebar #dernierArticle #dernierArticleListe a { font:12px Arial;color:green; }
#sidebar #dernierArticle #dernierArticleListe h6 {margin-bottom:2px; }
#sidebar #dernierArticle #dernierArticleListe h6 a { font:bold 15px Arial;color:#365696; }

#wrapper #content .pdf24Plugin-cp-link { margin-top:10px;padding-bottom:6px;border-bottom:1px solid #ccc; }




