a, a:visited {
	text-decoration:none;
	color:#333;
	}
	a img{
		border:none;
		border:0;
		}

blockquote {
	border-left: 2px solid FF8400;
	padding-left: 10px;
	}

body{
		font-family: Corbel, Helvetica, Arial, sans-serif;
		background-color:#eee;
		color:#333;
		margin:0;
		background-color:#fff;
	}
.chat{
	padding: 0 10px 0 0px;
	}


	
.notes_heading {
   list-style: none;
   margin: 0 0 20px -20px; 
   padding: 0;
  
}
.date 
{ width:90px;

font-size:25px;
font-family:Arial, Helvetica, sans-serif;
float:left;
letter-spacing:-2px;
margin: 25px 0 0 -110px;
}
.date a {
	color:#666;
	}
.date a:hover {
	color:#333;
	}

	
	
.description{
	margin: 30px 0 0 0;
	text-align:right;
	}
.desc_author{
	font-size:11px;
	padding-left: 15px;
	
	}

	
.desc_notes, .desc_notes a{
	font-size:10px;
	color:FF8400;
	text-transform:uppercase;
	letter-spacing: 1px;
	text-decoration:none;
	}
.desc_notes a:hover{
	text-decoration:underline;
	border:none;
	}

.desc_permalink a{
	font-size:12px;
	color:FF8400;
	text-decoration:none;
	border:none;
	}
.desc_permalink a:hover{
	text-decoration:underline;
	}

.divider{
	width:90%;
	margin: 20px auto 10px auto;
	}
.footer {
	text-align:right;
	float:right;
	}
.footer_nav, .footer_nav a{
	font-size:11px;
	text-align:center;
	text-decoration:none;
	padding-bottom: 15px;
	}
.footer_nav a:hover{
	color:FF8400;
	}
.footer_nav_text{
	padding: 3px 20px 3px 20px;
	border-top: 1px solid #000;

	}

.headline_post{
	font-size:24px;
	letter-spacing:-2px;
	line-height:80%;
	}
.headline_post a{
	color:#333;
	text-decoration:none;
	border:none;
	}
.headline_post a:hover{
	color:FF8400;
	}
.highlight {
	color:FF8400;
	}
.label{
	padding-right:10px;
	text-transform:uppercase;
	letter-spacing: 3px;
	font-size:.8em;
}
.logo{
	text-align:left;
	padding-left:5px;
	margin: 50px auto 5px 0px;
	width:200px;
	color:#FFF;
	}
.logo_type{
	background-color:#000;
	font-size:45px;
	letter-spacing:-2px;
	}
.logo_description{
	font-style:italic;
	font-size:12px;
	padding-left:5px;
	}

.navigation {
   list-style: none;
   margin: 0px 0 0 0; 
   padding: 0;

position: fixed; /* placement du menu, à modifier selon vos besoins */
top: 5;
left: 5;
z-index:600;
width: 100%; /* correction pour Opera */
}
.navigation li {
   float: left;
   background-color: white;
}

.navigation li a.link_info {
	background-color:none;
   font-size:10px;
   text-align: center;
   color: #666;
   display:block;
   padding: 0px 0px 0px 0px;
   text-decoration:none;
   text-transform:uppercase;

   height:25px;
}
.navigation li a.link_info:hover {
   color: #000;
   border-bottom: 0px;
}

.navigation li a {
	background-color:none;
   font-size:10px;
   text-align: center;
   color: #666;
   display:block;
  padding: 14px 10px 0px 10px;
   text-decoration:none;
   text-transform:uppercase;
   height:25px;
}
.navigation li a span{  /*Infobulles sur les liens du menu */
display: none; /* on masque l'infobulle */
}

.navigation li a:hover {
   border-bottom:5px solid #333;
   color: #000;
}
.navigation li a:hover span{  /*Infobulles sur les liens du menu */
display: inline; /* on affiche l'infobulle */
position: absolute;
   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
top: 30px;  /* on positionne notre infobulle */
/*   left: 20px;  */
   background: white;
   color: black;
   padding: 3px;
   border: 1px solid black;
   border-left: 4px solid black;
}

.nav_title{
	font-size:18px;
	padding: 8px 10px 8px 10px;
	border-right:1px solid #ccc;
	letter-spacing:-1px;
	color:#666;
	text-align:center;
	width: 10%;
	}

.notes li{
	padding-bottom:10px;
	}

.notes a img {
	border:none !important;
	}
	
.notes_heading{ 
width:75px;
}

.picture_pic img{
	border: 1px solid #666;
	display:inline-block;
	text-align:left;
	}
.picture_pic a img, .picture_pic img{
	padding: 5px;
	}
.picture_pic a img:hover{
	padding: 5px;
	border: 1px solid FF8400;
	}
.pic_hd a{
	padding: 0 4px 0 3px;
	letter-spacing:1px;
	font-size:9px;
	color:#fff;
	background-color:FF8400;
	text-transform:uppercase;
	}
.pic_hd a:hover{
	background-color:#fff;
	color:FF8400;
	}
.posts{
	padding:0px 125px 0 200px;
	z-index: 800;
	/* position: relative; */
	}
.post_desc{
	width:180px;
	float:left;
	padding-left:10px;
	}

.post_text, .notes_block {
	font:"Times New Roman";
	line-height:150%;
	font-size:13px;
	}
.post_text{
	margin-top:10px;
	}
.post_text a, .action a{
	text-decoration:none;
	border-bottom: 1px dotted #000;
	}
.post_text a:hover, .tags_tag a:hover, .notes_block a:hover{
	text-decoration:none;
	color:FF8400;
	}

.post_text{
	margin-top:10px;
	}

.post_single{
	border-left:1px solid #ccc;
	padding:0 0 0 20px;
	margin-left:200px;
	}
.post_single_notes{
	padding:0 0 0 20px;
	margin-left:190px;
	}
.quote {
	margin-top:30px;
	}
.quote_author, .quote_author a {
	color:#999;
	text-transform:uppercase;
	font-size:11px;
	padding-top:10px;
	text-align:right;
	}
.quote_author a{
	border-bottom: 1px dotted #999;
	}
.quote_author a:hover {
	color:FF8400;
	}
.quote_headline{
	font-size:24px;
	line-height:80%;
	}
.search_box{
	padding:1px;
	top:8px;
	right:20px;
	width:131px;
	text-align:left;
	float:left;
}
.search_form{
	font-size: 11px;
	height:13px;
}

table #galerie {
width: auto;
overflow: scroll;
}

.tags{
	text-align:right;
	color:#999;
	font-size: 11px;
	}
.tags_tag, .tags_tag a {
	text-transform:uppercase;
	border:0;
	letter-spacing:1px;
	font-size: 9px;
	color:#999;
	}
.black_back{	padding: 0 4px 0 3px;
background-color:#eee;}

.top {
z-index: 200;
}

.type_headline, .logo_description, .type_headline_btn {
	color:#666;;
	letter-spacing:1px;
	padding-bottom:7px;
	}
.type_headline, .type_headline_btn{
	font-size:10px;
	}
.type_headline a:hover{
	color:FF8400;
	}
.type_headline_btn{
	background:none;
	border:none;
	padding-left:0;
	padding-top:0;
	}
.type_headline_btn:hover{
	color:FF8400;
	cursor:pointer;
	}

.wrapper {
	width:700px;
	margin: 0 auto 0 auto;
	background-color:#fff;
	}
	
.bas {
position: fixed; /* placement du menu, à modifier selon vos besoins */
bottom: 40px;
right: 10px;
font-size: 0,6em;
}
.bas2 {
position: fixed; /* placement du menu, à modifier selon vos besoins */
bottom: 25px;
right: 10px;
font-size: 0,6em;
}
.bas3 {
position: fixed; /* placement du menu, à modifier selon vos besoins */
bottom: 10px;
right: 10px;
font-size: 0,6em;
}