/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}

body {
/*	background: #EEEEEE;*/
	color: #545454;
	padding: 13px 0 25px 0;
	background: #ececec url('images/bghoostamag.jpg') no-repeat bottom center fixed;
	/*background-image:url('images/hoostanoel03.jpg');*/
	/*background-position: center bottom;*/
	/*background-attachment:fixed;*/
	/*background-repeat:no-repeat;*/
	/*background-color:#F3D6E8;*/
	}

.displaynone{
	display: none;
}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-sans-serif;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #336CA2;
	text-decoration:none
	}
	
.red{
	color: #336CA2;
	text-decoration:none
	}


a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	background:#eef5e1;
	padding:3px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
	
		

/* Structure */

#page {
	width:980px;
	margin:0 auto;
	font-size:0.7em;
	background:#FFF;
	padding: 10px 10px 35px;
	}

#branding {
    /*background: url('http://hoostamagazine.com/images/hoostanoeltitle.jpg') no-repeat;*/
    margin-top: 0px;
	width: 700px;
	padding-bottom: 0px;
	height: 112px;
}

.inscription
{
	float: right;
	width: 200px;
	margin-top: -100px;

	text-align: right;
	font-variant : normal;
	font-size:1.3em;
}

#onglets {
   	margin-top:20px;
	float:left
}

.left {
	float:left;
	}

.right {
	float:right;
	}
	


#sidebar {
	width: 200px;
	width: 200px !important;
	float:right;
	margin-right: auto;
	margin-right: 20px !important;
	}

.ie6 #sidebar1 {
	margin: 0 0 0 8px;	
}	

#sidebar1 {
	text-align: justify;
	width: 155px;
	float:left;
	margin-left: 10px;
	margin-right: 0px;
	margin-right: 10px !important;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 22px;
}

#sidebar1 ul li{
	list-style-type: none;	
}

#leftcol {
	width:247px;
	border-right:1px dotted #b6b6b6;
	padding-right: 10px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:287px;
	padding-left:18px;
	margin-top: -2px;
	}

/*head */

.header { 
	height: 150px;
	background: #fff url(http://news.hoosta.com/wp-content/uploads/bandeau.jpg) no-repeat;
	background-position: left;
	/*color: #808080;*/
	margin: 0 0 3px;
	padding: 10px 0 0 0;

}

.top_info {
	float: left;
	width: 980px;
	padding: 0;
	/*border-bottom: 1px solid #eee;*/
	/*background: #eee;*/
	/*color: #808080;*/
}


	.top_info_left {
	float: left;
	
	margin-left: 70px;
		
	}

	.top_info_right {
		float: right;
		width: 200px;
		margin-left: 5px;
		
		/*border-left: 1px solid #eee;*/
	padding-left: 10px;
	margin-top: 35px;
}

.description {
	
	font-size: 1.3em;
	font-weight: bold; 
	font-style:normal;
	color: #fff;
	margin-top: 10px;
	margin-left: 200px;
	padding-bottom: 10px;
}
	
.logo {
	
	margin-top: 5px;
	margin-left: 5px;
	
	padding-: 15px;
}


.search {
	
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 10px;
	padding-bottom: 15px;
}
.header h1 {
	color: #fff;
	font: bold 35px Trebuchet MS, Arial, Helvetica,  Geneva, sans-serif;
	letter-spacing: normal;
	
	/*padding-right: 400px;*/
	padding-left: 330px;
}

a.header {   color: #fff;  text-decoration:none }
a.header:hover {  color:#fff; text-decoration:underline; }

		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #6E7377;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#E7E7F6;
	text-decoration:none;
	color: #336CA2;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */


	
h2 {
	font: 2.3em Arial, Helvetica, sans-serif;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
	}

h3 {
	font: 1.1em Arial, Helvetica, sans-sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-top: 5px;
	margin-bottom:5px;
	font-weight:bold;
	/*color:#5f5f5f;*/
	color: #5f3f27;
	}
	
#sidebar h2 {
	font: 1.1em Arial, Helvetica, sans-sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-top: 5px;
	margin-bottom:5px;
	font-weight:bold;
	/*color:#5f5f5f;*/
	color: #5f3f27;
	}

#sidebar h3, #sidebar h2 {
	border-top:5px solid #6CA0D0;
	/*border-top:5px solid #BBB;*/
	border-bottom:1px solid #336CA2;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size:1em;
	}
	
#sidebar1 h3{
	margin: 10px 0 13px 0;
	font-size: 1em;
}

#sidebar1 li{
	border-bottom: 1px solid #6CA0D0;
	padding-bottom:12px;
	margin-bottom: 0px;
}
	

#sidebar1 h2{
	font-size:1.7em;
	padding: 0px;
	margin :0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;	
	margin-top: 20px;
	border-bottom: 1px solid #0D81DF;
	padding-bottom:4px;
	margin-bottom:4px;
}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}

h5  {
	font-size:1.1em;color:#336CA2;font-family:"Century Gothic", Helvetica, sans serif ;
	}

	
h6 {
	font-size:1.0em;color:#5f3f27;font-family: Helvetica, sans serif;
text-decoration:none;
	}

h6 a:hover{
color: #336CA2;
}
	
	
/* Content */


td-1{
	
border-style:solid;
border-width:1px;
border-color:#DBDBDB;
padding: 5px;
}

#content {
	width:575px;
	float:left;
	text-align: justify;
	margin-top: 15px;
}
	
#content img {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 2px;
}

#content table.alaune td img {
        padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

	



.feature {
	background:#EFF2F8;
	padding:5px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}

.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, #rightcol p {
	margin: 0 0 10px;
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
	float:left;
	margin: 0 10px 8px 0;
	}

#lead {
	margin-top:7px;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em Arial, Helvetica, sans-serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}	

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#E7E7F6;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #E7E7F6;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#E7E7F6;
	color: #90A9C0;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#CFCFE6
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin: 50px 0 15px;
	padding:8px;
	}

#writer img {
	padding:1px;
	border:1px solid #336CA2;
	float:left;
	width:60px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:28px;
	}

h3 a:link, h3 a:visited {
	color:#5f3f27;
	}



/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:16px 0 0 0;
  margin-left: 0px; 
  margin-top: 0px;
  margin-bottom: 5px;
	}

.button {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	clear: both;
	margin: 0 auto;
	width: 980px;
	font-size:0.8em;
	padding-top:15px;
	color: #898989;
	text-align: center;
	}

#footer a {
	color:#77AFE6;
	}
	
/* @group Special Styles */
/* This is based on styles from the Sawchuk scheme for K2 */
.download, .code, .note, .alert, .new, .construction, .information {
-moz-border-radius-bottomleft:16px;
-moz-border-radius-bottomright:16px;
-moz-border-radius-topleft:16px;
-moz-border-radius-topright:16px;
background-position:15px 10px;
background-repeat:no-repeat;
font-size:1em !important;
line-height:115%;
margin:10px auto;
padding:10px 10px 10px 50px;
text-align:left;
}
ul.download, ul.code, ul.note, ul.alert, ul.new, ul.construction, ul.information  {
font-size:1em !important;
line-height:115%;
list-style-position:inside;
list-style-type:disc;
padding:10px 10px 10px 50px;
}
ol.download, ol.code, ol.note, ol.alert, ol.new, ol.construction, ol.information  {
font-size:1em !important;
line-height:115%;
list-style-position:inside;
list-style-type:decimal;
padding:10px 10px 10px 65px;
}
dl.download, dl.code, dl.note, dl.alert, dl.new, dl.construction, dl.information {
font-size:1em !important;
line-height:115%;
padding:10px 10px 10px 50px;
}
dl.download dt, dl.code dt, dl.note dt, dl.alert dt, dl.new dt, dl.construction dt, dl.information dt {
font-size:1.2em !important;
font-weight:bold;
line-height:115%;
}
dl.download dd, dl.code dd, dl.note dd, dl.alert dd, dl.new dd, dl.construction dd, dl.information dd {
line-height:115%;
list-style-type:disc;
}
.download {
background-color: oldLace; /*#002200;*/
background-image: url('images/package_go.png');
border:2px solid #008800;
}

.download a, .download a:visited {
color:green;
}
.download a:hover {
color:red;
}
.code {
background-color:  oldLace;/*#222222;*/
background-image:url('images/application_osx_terminal.png');
border:2px solid #888888;
font-family:'Courier New',Courier,Fixed;
}
.alert {
background-color: oldLace;/* #220000;*/
background-image:url('images/exclamation.png');
border:2px solid #880000;
}

.new {
background-color:oldLace; /* #221100;*/
background-image:url('images/new.png');
border:2px solid #884400;
}

.construction {
background-color:oldLace; /* #222200;*/
background-image:url('images/error.png');
border:2px solid #888800;
}
.information {
background-color: oldLace;/* #000022;*/
background-image:url('images/information.png');
border:2px solid #000088;
}

.note {
background-color:oldLace; /*#222222;*/
background-image:url('images/page_white_text.png');
border:2px solid #888888;
}
.callout {
border-bottom:1px solid #666666;
border-top:1px solid #666666;
color:#CCCCCC;
font-size:1.4em !important;
margin:10px 20px;
padding:10px;
text-align:justify;
}
/* @end */

/* @group Special Styles 2 */
/* This is based on styles from the Sawchuk scheme for K2 */
.download2, .code2, .note2,
.alert2, .new2, .construction2,
.information2 {
	background-position: 15px 10px;
	background-repeat: no-repeat;
	font-size: 1.2em !important;
	line-height: 115%;
	margin: 10px auto;
	padding: 10px 10px 10px 50px;
	text-align: left;
}

ul.download2, ul.code2, ul.note2,
ul.alert2, ul.new2, ul.construction2,
ul.information2 {
	font-size: 1em !important;
	line-height: 115%;
	list-style-type: disc;
	list-style-position: inside;
	padding: 10px 10px 10px 50px;
}

ol.download2, ol.code2, ol.note2,
ol.alert2, ol.new2, ol.construction2,
ol.information2 {
	font-size: 1em !important;
	line-height: 115%;
	list-style-type: decimal;
	list-style-position: inside;
	padding: 10px 10px 10px 65px;
}

dl.download2, dl.code2, dl.note2,
dl.alert2, dl.new2, dl.construction2,
dl.information2 {
	font-size: 1em !important;
	line-height: 115%;
	padding: 10px 10px 10px 50px;
}

dl.download2 dt, dl.code2 dt, dl.note2 dt,
dl.alert2 dt, dl.new2 dt, dl.construction2 dt,
dl.information2 dt {
	font-size: 1.2em !important;
	font-weight: bold;
	line-height: 115%;
}

dl.download2 dd, dl.code2 dd, dl.note2 dd,
dl.alert2 dd, dl.new2 dd, dl.construction2 dd,
dl.information2 dd {
	line-height: 115%;
	list-style-type: disc;
}

.download2 {
	background-color: #353;
	background-image: url('images/package_go.png');
	border-bottom: 2px solid #383;
	border-top: 2px solid #383;
}

.download2 a, .download2 a:visited {
	border-bottom: 2px dotted #3F3;
	color: #3F3;
	text-decoration: none !important;
}

.download2 a:hover {
	border-bottom: 2px dotted #3C3;
	color: #3C3;
	text-decoration: none !important;
}

.code2 { /* use p class=code2 when you want to fake it, sometimes handy */
	background-color: #444;
	background-image: url('images/application_osx_terminal.png');
	border-bottom: 2px solid #AAA;
	border-top: 2px solid #AAA;
	font-family: 'Courier New', Courier, Fixed;
}
	
.alert2 {
	background-color: #533;
	background-image: url('images/exclamation.png');
	border-bottom: 2px solid #F33;
	border-top: 2px solid #F33;
}

.new2 {
	background-color: #643;
	background-image: url('images/new.png');
	border-bottom: 2px solid #F93;
	border-top: 2px solid #F93;
}

.construction2 {
	background-color: #553;
	background-image: url('images/error.png');
	border-bottom: 2px solid #FF3;
	border-top: 2px solid #FF3;
}

.information2 {
	background-color: #335;
	background-image: url('images/information.png');
	border-bottom: 2px solid #33F;
	border-top: 2px solid #33F;
}

.note2 {
	background-color: #444;
	background-image: url('images/page_white_text.png');
	border-bottom: 2px solid #AAA;
	border-top: 2px solid #AAA;
}
/* @end */

/* TABS */
/* HOME CATEGORY TABS (also see tabs section at bottom of stylesheet) */
#home-categories {
	clear: left;
	float: left;
	display: block;
	width: 570px;
	margin: 0 0 10px 0;
	}
.tabs-block {
	clear: left;
	float: left;
	width: 275px;
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	}
.tabbed {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	}
.tabbed ul.tabs {
	overflow: hidden;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background: transparent;
	}
.tabbed ul.tabs li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0 0 0 0;
	}
.tabbed ul.tabs li a {
	font-weight: bold;
	color:  #fff;
	display: block;
	margin: 0;
	padding: 5px .8em;
	background:#25477A; /* #eee;*/
	border: 1px solid #ccc;
	}
.tabs-block ul.tabs li a { padding: 5px .7em; }
.tabbed ul.tabs li a:hover {
	background: #000 ;
	text-decoration: none;
	}
.tabbed ul.tabs li a.tab-current {
	color: #000;
	background: #D1D9E6;
	border-bottom: 1px solid #fff;
	}
.tabs-block .tabbed div, #home .tabbed .c {
	overflow: hidden;
	display: block;
	position: relative;
	left: 0;
	top: -1px;
	z-index: 0;
	clear: left;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	border: 1px solid #ccc;
	background:  #fff;
	display: none;
	}
div.t2, div.t3, div.t4, div.t5, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8, div.c9, div.c10  { display: none; }
.tabs-block .tabbed div.t1, #home .tabbed div.c1 { 
	display: block;
	}
.tabs-block .tabbed div { width: 298px; }
.tabbed div ul {
	overflow: hidden;
	padding: 4px 0 2px 0;
	margin: 0;
	background: #fff;
	}
.tabbed div ul li {
	clear: left;
	background: transparent;
	}
.tabbed div ul li a {
	font-weight: normal;
	width: 97%;
	display: block;
	padding: 2px 0 2px 12px;
	background: transparent;
	border: none;
	}
.tabbed div ul li a:hover { text-decoration: underline; }

/* HOME CATEGORIES TABS */
#home-categories {
	overflow: hidden;
	}
#home .tabbed .c {
	background: #D1D9E6;
	width: 560px;
	}
.tabbed .post {
	float: left;
	clear: none;
	width: 47%;
	margin: 5px 4px;
	padding: 0;
	}

/* gestion des images dans les onglets!!!! Ajout STEF */	
.tabbed .post  img {
float:left;
margin:3px 10px 4px 0pt;
/*border: 1px solid #000000;*/
padding: 1px;
}
/* fin ajout stef */

.tabbed .post h3 {
	width: 97%;
	font-size: 1em;
	margin: 0 0 0 5px;
	padding: 0;
	text-transform:capitalize;
	}
.tabbed .post h3 a { 
	font-weight: bold;
	font-size: 1.2em;
	font-family:Arial,Helvetica,sans-serif;
	letter-spacing:0;
	/*color:#FF9900;*/
	
	}
.tabbed .post h3 a:hover { 
	font-weight: bold;
	color:#000000;
	}

.tabbed .post .entry {
	margin: 0 0 0 5px;
	padding: 0;
	
	}
.tabbed .post .entry p { margin: 0; padding: 0; }

/* image dans archives catégorie!!!!  */	
.post2 a img
{
	float:left;
	margin: 3px 0 4px 0pt;
	/*border: 1px solid #000000;*/
	padding: 1px;
	clear: both
}
	
	
#banleft {
margin-top: 5px;
float: left;
height: 105px;
width: 704px;
margin-bottom: 10px;
margin-right: 25px;
background-color: #AAAA00;
}

#banright1 {
margin-top: 5px;
float: left;
height: 105px;
width: 248px;
margin-right: 0px;
/*background-image: url(images/home_carte.gif);
background-position: center;
background-repeat: no-repeat;*/
border: 1px solid #BBBBBB;
}

#banright1 img{
margin-top: 4px;
float: left;
margin-right: 4px;
margin-left: 4px;
}

#banright1 p{
}

#branding h1{
font-weight: normal;
font-size: 39px;
margin-bottom: 0px;
margin-top: 0px;
}

#branding h1 a{
color: #000000;
}

#branding h1 a:hover{
text-decoration: none;
}

#branding h1 a .grey{
color: #336ca2;
}

#branding p{
font-size: 18px;
margin-top: -3px;
margin-bottom: 0px;
}

#headright {
width: 250px;
}

#headright img{
float: left;
}

#headright p{
margin-top: 0px;
padding-top: 0px;
}

#headborder2 {
border-top: 1px solid #BBBBBB;
}

/*#sharethis_0 a{
	width: 105px;
	height: 40px;
	padding-left: 25px;
	padding-right: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color : #6CA0D0;
}*/

.stico_default {
	background-position: 0px 0px;
}


.stico_default (line 7){
background-color: transparent;
background-image: url(http://w.sharethis.com/images/share-icon-16x16.png?CXNID=1000014.0NXC);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 10% 10% !important;
}


.WP-PrintIcon{
margin-bottom: -12px;
margin-right: -10px;
padding: 0px;
}

#nextgen-slideshow h2{
	border-top: 0px;
	border-bottom: 0px;
	margin: 0px;
	line-height: 0px;
	padding : 0px;
}

a .adText, span .adText{
	display: none;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

.creditphoto, .creditphoto p, .creditphoto a, #content .creditphoto img{
	padding: 0;
	margin: 0;
	margin-top:-15px;
}

#nav2 {
	background:#336CA2;
	font-size:0.9em;
	margin-bottom: 2px;
	text-align: left;
	width: 100%
}
	
#nav2, #nav2 ul {
	list-style: none;
	line-height: 1;
	}

#nav2 a, #nav2 a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#nav2 li {
	float: left;
	list-style:none;
	border-right:1px solid #a9a9a9;
	}

#nav2 a, #nav2 a:visited {
	display:block;
	font-weight:bold;
	color: #f5f5f4;
	padding:6px 12px;
	}

#nav2 a:hover, #nav2 a:active, .current_page_item	a, #home .on {
	background:#000;
	text-decoration:none
	}	
	
	
/* Dropdown Menus */		
#nav2 li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #a9a9a9;
	}

#nav2 li li {
	width: 172px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #336CA2;
	}

#nav2 li li a, #nav2 li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	}

#nav2 li li a:hover, #nav2 li li a:active {
	background:#000;
	}	
		
#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;
	}

#villesenvue{
	float:left;
	margin-top: 2px;
	width: 98%;
}

#lemenu, #lemenu ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background:#336ca2;
	font-weight: bold;
	padding: 0;
	border: solid #336ca2;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#lemenu a {
	display: block;
	color: #f5f5f4;
	text-decoration: none;
	padding: 7px 10px;
}

#lemenu li {
	float: left;
	padding: 0;
	width: auto;
}

#lemenu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.9em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
	border : 1px solid #FFFFFF;
}

#lemenu li li {
	padding-right: 1em;
	width: 13em;
}

#lemenu li li li{
	width: 12.9em;	
}

#lemenu .children .cat-item{
	border-bottom: 1px dotted #81AACF;
}

#lemenu li ul a {
	width: 14.9em;
	w\idth: 9em;
}

#lemenu li ul ul {
	margin: -2.25em 0 0 14em;
}

#lemenu li:hover ul ul, #lemenu li:hover ul ul ul, #lemenu li.sfhover ul ul, #lemenu li.sfhover ul ul ul {
	left: -999em;
}

#lemenu li:hover ul, #lemenu li li:hover ul, #lemenu li li li:hover ul, #lemenu li.sfhover ul, #lemenu li li.sfhover ul, #lemenu li li li.sfhover ul {
	left: auto;
}

#lemenu li:hover, #lemenu li.sfhover {
	background:#000;
}

.sidenw{
  float:left;
  clear:both;
}

.sidenw img{
  float:right;
}

.sidenw p{
  float:right;  
}

.sidenw a{
  float:left;
}

.post2 a img {
float:left;
margin: 3px 0 4px 0pt;
/*border: 1px solid #000000;*/
padding: 1px;
	}

.post-contrib{
  padding-bottom: 8px;
  float:left;
}

.post-contrib .post2 a img{
  margin: -5px 0 0 0;
  padding: 1px;
  
}
#sidebar-machin-sldjsjdksjfkdjkfj a.first
{
	margin-top: 0;
}
#sidebar-machin-sldjsjdksjfkdjkfj a
{
	margin-top: 10px;
	height: 42px;
	display: block
}
#sidebar-machin-sldjsjdksjfkdjkfj a h5
{
	text-align:center;
	font-size: 11px
}
#sidebar-machin-sldjsjdksjfkdjkfj a img
{
	clear:left;
	float:left
}
#sidebar-machin-sldjsjdksjfkdjkfj a#quizz span
{
	display: block;
	width: 42px;
	height: 42px;
	background-color: black;
	clear: left;
	float: left;
	color: white;
	font-size: 35px;
	text-align: center
}

div#parent
{
	height: 75px;
	width: 250px
}
div#portrait
{
	overflow: hidden;
	width: 250px;
	font-size: 9px;
	color: gray
}
div#portrait div#Nom
{
	font-size: 1.3em;
	color: black;
	text-align: right
}
div#portrait img#image
{
	float: left;
	padding: 0 5px 5px 0
}