/*
 * gabarit css blogs/blogit by eax
 *
 */

*{
	margin:0;
	cursor:default;
}

body{
	font-family:Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
	font-size:8pt
}
label,a *,a{
	cursor:pointer;
	cursor:hand; /* bug internet explorer */
}


/* hacks bugs de positionnement internet explorer */
p,h1,h2,h3,h4,h5,h6{
	position:relative;
}
.fen4,.fen7,.fen8{
	position:relative;
}


/* LISTES */
#barre_onglets ul,#colonne ul,.fen .liens ul,.fen .comments ul{
	list-style:none;
	padding-left:0;
}
.fen .comments ul{
	padding-left:5px;
}
.fen ul.sommaire{
	padding-left:20px;
}


/* LIENS */
a{
	text-decoration:none;
	color:#009;
}
a:hover{
	text-decoration:underline;
	color:#900;
}

/* SIDEBAR */
#colonne p{
	padding:0.5ex 0
}


/* COMMENTAIRES */
.comments ul,.commentaires ul{
	list-style:none;
}
.comments ul li,.commentaires ul li{
	border-bottom:1px solid;
	padding-top:10px;
}
.comments ul li em,.commentaires ul li em{
	padding-left:10px;
	margin-top:5px;
	display:block;
	border-left:5px solid;
}


/* ARTICLES */
p.espace_article{
	display:block;
}
#main .fen div.liens{
	clear:both;
}
#main .fen .article{
	/* overflow:auto; */
}
#main a .main_photo{
	border:none
}


/* FORMULAIRES */
input[type=text],textarea,* html input{
	cursor:auto;
}
input[type=text]{
	padding:1px;
}
textarea{
	overflow:auto;
}
input[type=text],textarea{
	border:1px solid #009;
	background:#fff;
}
input[type=text]:focus,textarea:focus{
	border:1px solid #900;
	background:#fff;
}


/* FORMULAIRE DE CONTACT */
#formulaire_contact textarea{
	width:100%;
	height:150px
}
#formulaire_contact input[type=text]{
	width:50%;
}


/* FORMULAIRE LIVRE D'OR & NOUVEAU COMMENTAIRE */
body.nc{
	padding:5px;
}
body.nc #new_comment{
	padding:5px;
	border:1px solid #000;
}
body.nc #new_comment textarea{
	width:99%;
}


/* DIVERS */
.referencement{
	display:none;
	visibility:hidden;
}


/* BARRE EN HAUT */
#barre_blog{
	display:none;
}


/* ZONE DE PUB */
#pub_verticale{
	width:190px;
	position:fixed;
}
#pub_verticale2{
	position:absolute;
}
* html #pub_verticale{
	width:190px;
	position: absolute;
	top: expression(documentElement.scrollTop+body.scrollTop + 20 + "px");
}


/* SOMMAIRE */
table.sommaire{
	border-collapse:collapse;
}
table.sommaire tr:hover{
	background:#ccc;
}
table.sommaire td{
	padding:1px 5px 1px 0;
	border-bottom:1px solid #ccc;
	cursor:pointer;
	cursor:hand; /* ie */
}

.mapsitna{
	display:none;
}

/* blog adulte */
#alerte_blog_adulte{
	position:absolute;
	border:2px solid #900;
	background:white;
	padding:10px;
	width:400px;
	top:100px;
	left:50%;
	margin-left:-200px;
	text-align:center;
}

/* DEDIBLOGS */
#dediblogs{
	background:#ffffe1;
	border-bottom:1px solid #999;
	padding:5px;
	font-family:arial;
	color:#000;
	font-size:11px;
}

/* MIVA */
#miva_links a{
	color:black;
	display:block;
	margin:3px;
	width:160px;
}
#miva_links a:hover{
	text-decoration:none;
}
.miva_titre{
	display:block;
	font-weight:bold;
}
.miva_texte{
}
#miva_links td{
	border-bottom:1px solid black;
}
