/*  


Couleur:
bleu ciel: #DDE5D9
Vert foret: #466C47
orange: #FFA500;
beige: #FCFFC9;
*/

/**********************************************************************************/
body{
	background-color: #E4F0DB;
	font: 11px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color: #888;
	margin: 0px;
}
body.bg_page{
  	background-color: #333333;
  	color: red;
}
body.bg_page_photo{
    background-color: white;
}
a, a:hover { color: #8ab459; text-decoration: none; }
a[class ="popup"] {
	padding-right: 18px;	
}
a:hover[class ="popup"]{
   	background: transparent url(img/icon_popup.gif) no-repeat center right;
}
a[class ~="popext"]{
	padding-right: 18px;
}
a:hover[class ~="popext"]{
   	background: transparent url(img/icon_popext.gif) no-repeat center right;
}
h1.titre{
	text-align: right;
	margin: 0px;
}
/********************************************************************************/
#wrapper { padding-left: 0px; }
#mini-nav{
/*	width: 20px;
	float: left;
	margin: 5px;
	padding-top: 30px;
*/ 
	width: 0px;	
}
#mini-nav img{
	margin:1px;
}

#content {
	width: 500px;
	text-align: left;
	float: left;
	margin-right: 8px;
	
	/*border-top:solid 1px #CED4CA;
	border-bottom:solid 3px #CED4CA;
	border-left:solid 1px #CED4CA;
	border-right:solid 3px #CED4CA;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	background-color:#FFFFFF;*/
}
table.tbl_edito{
	width: 500px;
	font: 11px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
}
#sidebar-1 {
	width: 160px;
	padding-left: 2px;
	padding-right: 10px;
}
#colonne_2 {
	width: 315px; /* 433 */
	float: left;	
	background-color: transparent;
}
#actualite_1{
	padding: 0px;
	margin: 0px;
}
#depot_1{
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 30px;
}
#logo {
	width: 140px;
	padding: 10px;
}
/*** Entete *******************************************************************/
#logo{
	background-color: transparent;
}
/* Menu */
#menu{
	background-color: transparent;
	width: 790px;
	position: absolute;
	left: 200px;
	top: 30px;
	font-size: 14px;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	border-top: 1px solid #999;
	z-index: 1;	
}
#menu ul{
	list-style-type: none;
	text-align: center;
	margin-top: -8px;
	padding: 0;
	position: relative;
	z-index: 2;
}
#menu li{
	display: inline;
	text-align: center;
	margin: 0 5px;	
}
#menu li a
{
	padding: 1px 7px;
	color: #666;
	background-color: #BFFF8F;
	border: 1px solid #ccc;
	text-decoration: none;
}
#menu li a:hover
{
	color: #000;
	border: 1px solid #666;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}
/*** Round box ****************************************************************/
/* set millions of background images */
.rbroundbox { background: url(img/nt.gif) repeat; }
.rbtop div { background: url(img/tl.gif) no-repeat top left; }
.rbtop { background: url(img/tr.gif) no-repeat top right; }
.rbbot div { background: url(img/bl.gif) no-repeat bottom left; }
.rbbot { background: url(img/br.gif) no-repeat bottom right; }
/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot { width: 100%; height: 7px; font-size: 1px; }
.rbcontent { margin: 0 7px 25px; }
.rbroundbox { width: 100%; margin: 1em auto; }
/* Formulaire commentaire et commentaires *************************************/
td.td_commentaire{
	background-color: #527B53;
    color: white;
	font-size: 12px;
	/*border-top: 1px solid black;
	border-right: 1px solid black;*/
}

span.com_date{
	color: yellow;
	font-size: 10px;
}
span.com_nom{
	color: #FFA500;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana;
}

table.tbl_form_commentaire{
	color: #527B53;
	font-weight: bold;
	font-size: 10px;
	width: 100%;
}
div.form_commentaire{
	border: solid 2px #527B53;
	display: none;
}
/*** Derniers commentaires ***************************************************/
#dern{
	
}
#dern ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#dern li{
	border: 1px solid gray;
	margin-bottom: 2px;	
}
#dern li a{
    background-color: #D3D3D3;
    color: green;	
	display: block;
}
#dern li a:hover{
	background-color: #EFEFEF;
	color: black;
}
div.dern_block1{
	text-align: center;
	background-color: inherit;
	width: auto;
	float: left;
	padding-right: 0px;
	padding-left: 2px;
}
div.dern_nick{
	color: #317082;
	font-size: 12px;
}
div.dern_type{
	color: black;
	font-size: 10px;
}
div.dern_txt{
	text-align: right;
	vertical-align: top;
	background-color: inherit;
 	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 	white-space: -pre-wrap;      /* Opera 4-6 */
 	white-space: -o-pre-wrap;    /* Opera 7 */
 	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	min-height: 30px; /* corrige un bug dans mozilla */
}
/*** Actualités **************************************************************/
div.actualite{	
	background-color: transparent;
}
div.actualite ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.lkn{
}
li.lkn_a{
	background-color: #F0F7E2;
	border: solid 1px #D5E8B1;
}
li.lkn_b{
	background-color: #D5E8B1;
	border: solid 1px #F0F7E2; 
}
div.lkn_link a{
	color: #674C4C;
	padding-right: 18px;
}
div.lkn_link a:visited{
	text-decoration: line-through;
}
div.lkn_link a:hover{
	color: black;
	text-decoration: underline;
   	background: transparent url(img/icon_popup.gif) no-repeat center right;	
}
div.lkn_type{
	width: 160px;
	float: left;
	text-align: center;
}
div.lkn_date{
	width: 330px;
	float: left;
	text-align: right;
}
div.lkn_link{
	margin-left: 8px;	
	font-size: larger;
}
div.lkn_via{
	text-align: right;
	margin-right: 8px;
}
/*** Depot de liens **********************************************************/
#depot_2{
	background-color: transparent;
}
#depot_2 h1{
	background-color: #3B5F3C;
	color: #FFA500;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	padding: 3px;
	margin: 0px;
	border: none;
}
#depot_2 ul{
	background-color: #527B53;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	list-style-type: none;
}
#depot_2 li{
	border: solid 1px #3B5F3C;
	border-top: none;
	color: #FFA500;
	overflow: hidden; /* hack */
	width: 99%;
}
div.depo_heure{
	width: 10%;
	text-align: center;
	float: left;
}
div.depo_lnk{
	width: 90%;
	float: left;
	font-size: 14px;	
}
div.depo_lnk a{
	color: #FFDD29;
}
div.depo_lnk a:hover{
	color: #FFA500;
}
div.depo_lnk a:visited{
	text-decoration: line-through;
}
div.depo_typepar{
	clear: both;
	padding-right: 10px;
}
div.depo_type{
	width: 30%;
	float: left;
	text-align: center;
}
div.depo_par{
	width: 70%;
	float: left;
	text-align: right;
}
/* old ------------------- */
/*
div.depot{
	background-color: transparent;
}
div.depot ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.depot li {
	background-color: #3B5F3C;
	border: solid 1px #FFFFFF;
	color: #FFA500;
	padding: 3px;
}
div.dep_date{
	text-align: center;
	font-size: 14px;
	font-weight: bolder;
}
div.dep_heure{
	background-color: #527B53;
	width: 10%;
	float: left;
	text-align: center;
}
div.dep_lnk{
	background-color: #527B53;
	float: left;
	width: 90%;
	font-size: 14px;
}
div.dep_lnk a{
	color: #FFDD29;
}
div.dep_lnk a:hover{
	color: #FFA500;
}
div.dep_lnk a:visited{
	text-decoration: line-through;
}
div.dep_type{
	float: left;	
	width: 100px;
	text-align: center;	
	background-color: #527B53;
}
div.dep_par{
	text-align: right;
	background-color: #527B53;
}
*/
/* Type Lien ---------------------------------------------------------------- */
div.dep_img_prab {
	color: #FF33FF;
	font-size: 10px;
}
div.dep_Vidéo_prab {
	color: #FF33FF;
	font-size: 10px;
}
div.dep_prab {
	color: #FF33FF;
	font-size: 10px;
}
div.dep_img {
	color: #CC3300;
	font-size: 10px;
}
div.dep_www {
	color: green;
	font-size: 10px;
}
div.dep_Vidéo {
	color: blue;
	font-size: 10px;
}
div.dep_Jeu {
	color: #99CCFF;
	font-size: 10px;
}
div.dep_Animation {
	color: #9900CC;
	font-size: 10px;
}
div.dep_BitTorrent {
	color: gray;
	font-size: 10px;
}
/* Frame Top Lien *************************************************************/

#body_lien_topFrame{
    background-color: #333333;
    margin: 0px;
    padding: 0px;
}
td.lien_ratethis{
    color: #FFA500;
    font-family: tahoma;
    padding-right: 10px;
}
/********************************************************************************/
.sidebar {
	margin: 0px;
	padding: 0px;
	/*
	text-align: left;
	font-size: 0.9em;
	background-color:#FFFFFF;
	border-top:solid 1px #CED4CA;
	border-bottom:solid 3px #CED4CA;
	border-left:solid 1px #CED4CA;
	border-right:solid 3px #CED4CA;
	*/
	float: left;	
}
.entry img{
	padding-left: 8px;
	padding-right: 8px;
}
/*.entry{
	border-bottom:solid 1px #DEE4DA;
	padding-top:30px;
	padding-bottom:0px;
}
.post img{
	border: 1px solid #ced4ca;
	padding: 3px;
	margin: 5px 0 5px 0;
	}
.post-titulo {
	color:#ACB200;
	margin:0px;
	margin-bottom:2px;
}
.postmeta {
	margin-top: 0;
	padding-top: 1px;
	font-size: 0.9em;
	color: #999;
	}
.comentarios-link{
	padding: 0 0 0 17px;
	background: url(imagenes_qwilm/commentslink.gif) no-repeat center left;
	}	
*/
/**********************************************************************************/
/*Tipografia*/
/*h1,
h2,
h3{	font-family: "Lucida Grande", Tahoma, Arial, sans-serif; }

h1 { text-indent: -9000px; margin: 0; display: none;}
h2 { margin-top: 25px; margin-bottom: 0; font-size: 16px; }
h2 a { color: #63b4cd; }
h3 { font-size: 14px; color: #666; }

p {	line-height: 1.5em;	margin: 1.2em 0; }

ol, ul {
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	}
ul li,
ol li{ margin-bottom: 0.2em; }

img, a img{ border:0px;}
*/
a, a:hover { color: #8ab459; text-decoration: none; }
a:hover { color: #777; }
/*
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
	}

pre{
	display: block;
	margin: 1.0em 1.5em 1.0em 0;
	padding-left: 0.8em;
	border-left: 1px solid #ccc;
	background-color: #eee;
	overflow: auto;
	}

code{font-family: monospace;  font-size: 11px; background-color: #eee;}
pre code{ line-height: 1.3em;}

kbd{
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

del, del * { text-decoration: line-through; }

.small {
	font-size: 0.9em;
	color: #999;
	}
*/
/***********comentarios***************/
/*
#comment{
	width: 100%
}
.comentarios{
	border:1px solid #DEE4DA;
	background-color: #F3F3F3;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.commentarios li {
	border:1px solid #DEE4DA;
	background-color: #F3F3F3;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	}
.commentarios li:hover{ background-color: #fff; }

.comentariosmeta {
	margin-top: 0;
	padding-top: 1px;
	font-size: 0.9em;
	color: #999;
	}
.comentariostitulo {
	margin:0px;
	margin-bottom:2px;
}
*/
/*********sidebars***************/
/*.sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	color: #63b4cd;
	background: url(imagenes_qwilm/arrow.gif) no-repeat center right;
	font-size: 1.1em;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.sidebar ul ul {
	margin: 1.0em 0 1.5em 0;
	border-top: 1px solid #dee4da;
	}
.sidebar ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #dee4da;
	}
.sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 10px 0 10px;
	} 
.sidebar ul ul li a:hover {
	background-color: #f3f3f3;
	}
*/	
/****************************/
/*.linkpermanente{
	padding: 0 0 0 17px;
	background: url(imagenes_qwilm/permalink.gif) no-repeat center left;

}*/
/**********formularios*********/
input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #555;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	}
/*******pagina estï¿½tica*********/
/*#pagina {
	border-bottom:solid 1px #DEE4DA;
	padding-top:30px;
	padding-bottom:0px;
}
#pagina img{
	border: 1px solid #ced4ca;
	padding: 3px;
	margin: 5px 0 5px 0;
	}
.pagina-titulo{
	color: #63B4CD;
	margin:0px;
	margin-bottom:2px;

}
*/
/**********gravatar***************/
/*.gravatar{
	float:right;

}*/
/*********Privado-comentarios***************/
/*.comentarios-autor{
	border:1px solid #B2FF66;
	background-color: #95FFCE;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.comentarios-autor li {
	border:1px solid #B2FF66;
	background-color: #95FFCE;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	}
.comentarios-autor li:hover{ background-color: #fff; }
*/
/**********************************************/
/*#searchform{
width:100%;

}
*/
/*** Editorial ***************************************************************/

/*--- Type editorial: Saviez-vous -------------------------------------------*/
div.saviez_com{
	text-align: right;
}
div.saviez_txt{
	text-align: center;
	color: #A52A2A;
}
/*--- Type editorial: Editorial ----------------------------------------------*/
div.edito_titre{
	color: #FFA500;
	text-align: right;
	padding-right: 20px;
	font-size: 16px;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-weight: bolder;
}
div.edito_txt{
	text-indent: 20px;
	height: inherit;
	text-align: justify;
	color: #A52A2A;
}
div.edito_txt a{
	color: #00CC66;
    text-decoration: none;
}
div.edito_txt a:hover{
    color: #FFA500;
    text-decoration: underline overline;
}
div.edito_par{ float: left;	width: auto; color: #FFA500;}
span.edito_par_lbl{	color: #008000; }
div.edito_com{ width: auto;	float: right; }
/* Date */
div.edito_date{
	float: left;
	width: 10%;
	text-align: center;
	background-color: #E4F0DB;
	border: solid 2px #DDE5D9;
	margin-right: 6px;
}
div.edito_date_j{
    color: green;
    font-size: 25px;
    font-family: terminal;
    font-weight: bold;
}
div.edito_date_m{
    color: green;
    font-family: verdana;
}
div.edito_date_h{
    color: green;
    font-size: 11px;
    font-family: verdana;
}
/* Photos */
table.tbl_photo_edito{
  border: solid 0px gray;
  background-color: gray;
}
td.td_photo_edito{
  background-color: #F9FF8F;
}
td.td_photo_edito a{
  color: brown;
  text-decoration: none;
  display: block;
  height: 100%;
  margin: 0px;
  padding: 5px;
}
td.td_photo_edito a:hover{
  color: black;
  text-decoration: none;
  background-color: #FBFFBF;
}

/* photo.php */
td.td_photo_contour{
  border: dashed 2px #449349;
}
