/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  Maurice Svay
 */

/* Ce fichier d�finit le style visuel pour les diff�rents �l�ments du blog.
 * Dans l'ordre, vous trouverez les r�gles qui d�finissent l'apparence pour:
 * - les �l�ments HTML en g�n�ral
 * - la page
 * - l'ent�te
 * - le pr�lude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est d�fini dans le fichier layout.css
 * Pour mettre la barre de navigation � gauche, d�commentez l'appel � 
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les �l�ments HTML en g�n�ral &#160; 
3A4A1C BD9178
3A4A1C
3E4928
-------------------------------------------------------- */
body{
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


h1{font-size: 1.6em;}
h2{
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}
h3{font-size: 1em;}
h4{font-size: 0.8em;}
h5{font-size: 0.8em;}
h6{
	font-size: 0.85em;
	text-align: center;
	padding: 0px;
	margin-top: 2px;
	margin-right: 16px;
	margin-bottom: 20px;
	margin-left: 16px;
	line-height: 1.4em;
	font-weight: normal;
}

table{
	margin: 0px;
	padding: 0px;
}

pre, code{
	font-size: 1.2em;
}

p{
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-left: 10px;

}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}



/* Liens
-------------------------------------------------------- */
a{
	color: #000;
}
a:visited{
	color: #888584;
}
a:hover{
	color: #9C5220;
}


.post-une-list a{
	color: #000;
	background: transparent;
	text-decoration: none;
}
.post-une-list a:visited {
	color: #888584;
	text-decoration: none;
}

.post-une-list a:hover{
	color: #9C5220;
	text-decoration: none;
}


/** Menu **/

.menu{
	margin-bottom: 0px;
	text-align: center;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
}
.menu li{
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 8px;
}

/** po accueil pag ds post  **/


.menupag{
	margin-bottom: 40px;
	text-align: center;
	font-size:0.85em;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
}

.menu li a{
	padding: 3px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
}

.menu li a:visited{
	color: #000;
}

.menu li a:hover{
	background: #8F8F8F;
	color: #ffffff;
	text-decoration: none;
}

.menupag a{ /* po pag pied de billet */
	padding: 3px;
	text-transform: uppercase;
	text-decoration: none;
}

.menupag a:visited{
	color: #000;
}

.menupag a:hover{
	background: #8F8F8F;
	color: #ffffff;
	text-decoration: none;
}


.tag a { 
	color: #fff;
	text-decoration: none;
}
.tag a:visited {
	color: #CBC8C6;
	text-decoration: none;
}
.tag a:hover {
	color: #863F0F;
	text-decoration: none;
}



.category a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.category a:visited {
	color: #CBC8C6;
	text-decoration: none;
}

.category a:hover {
	color: #CA7942;
	text-decoration: none;
}


.categorypag a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.categorypag a:visited {
	color: #CBC8C6;
	text-decoration: none;
}
.categorypag  a:hover{
	color: #CA7942;
	text-decoration: none;
}



#pied a, #rtrtop a{
	text-decoration: none;
}

#pied a:visited, #rtrtop a:visited{
	color: #000;
}
#pied a:hover, #rtrtop a:hover{
	color: #9C5220;
}

#btntop a{
	text-decoration: none;
}

#btntop a:visited{
	color: #000;
}
#btntop a:hover{
	color: #9C5220;
}



/*fin liens
-------------------------------------------------------- */



.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

.center{
	text-align: center;
}


img{
	margin: 0px;
	padding: 0px;
}

img.bis{
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 22px;
	margin-bottom: 5px;
	margin-left: 0px;
}

img.bisa{
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 1px;
}
img.une{
	float: left;
	padding: 0px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

img.medisto{
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
}




img.ter{
	float: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 22px;
}


img.tera{
	float: right;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 22px;
}

img.ac{
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

img.acadd{
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 3px;
}

img.in{
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}

.cache {
	display: none;
}

/* La page
-------------------------------------------------------- */
/* L'ent�te
-------------------------------------------------------- */

#top {
	height: 95px;
	background: #B97D56;
}


img.topinvisible{
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 22px;
	margin-bottom: 5px;
	margin-left: 0px;
}


.intro { /* in home */
	font-size: 0.8em;
	text-align: left;
	margin: 10px;
	padding: 0px;
	font-style: normal;
	color: #000000;
	font-weight: lighter;
}

/*.color{
	background-color: #3A4A1C;
}*/

/* .post-une{ color: #3A4A1C; letter-spacing: 0.1em; color: #302834;/* titre */

#svt ul{
	display: block;
	text-align: right;
	font-size: 0.9em;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 3.8em;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #3A4A1C;
	border-top-width: 2px;
	border-top-style: none;
	border-top-color: #3A4A1C;
}

#svt ul li{
	display: inline;
	padding: 3px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0.7em;
	background-color: #FFFFFF;
}


/* La barre de navigation
-------------------------------------------------------- */

.nb{ /* nb billet */
	color: #5B4D3D;
	font-size: 0.8em;
}



/* pub
-------------------------------------------------------- */


#pub {
	margin-top: 35px;
	margin-left: 40px;
}

/* twit
-------------------------------------------------------- */


#twit {
	float: right;
	display: block;
	position: relative;
	margin-right: 45px;
}


/* ------------------ caption-- */


p.leg{
	font-size: 0.95em;
	line-height: 1.3em;
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


/* ------------------ categorie -- */

#categories ul{
	padding-right: 3.2em;
	margin-top: 1.5ex;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}



/* Le contenu post et list
-------------------------------------------------------- */


.post{
	margin-bottom: 2em;
}

.post-une-list{ /* home titre 3A303F/ #353145 */
	text-align: left;
	font-size: 20px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-top: 0px;
}

.esp{
	margin-bottom: 25px;
}

p.listchapo{
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	font-size: 1em;
}

p.date {
	font-size: 0.8em;
	margin: 0px;
	font-style: italic;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}


#post-content{ /* txt */
	text-align: justify;
}

.sitedte{
	text-align: right;

}

.post-content ul {/* ! */
	padding-bottom: 5px;
	padding-bottom: 15px;
	margin-bottom: 12px;

}
.post-content li {
	margin-bottom: 12px;
}
#post-content h3 {
	text-align: left;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 1.1em;
}




.post-info{ /* date et categorie */
	color: #3A4A1C;
	background: transparent;
	text-align: center;
	margin: 0;
	padding: 0;
}

.post-info-essai{ /* date et categorie */
	color: #000000;
	text-align: right;
	font-size: 0.9em;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #3A4A1C;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

.post-info-par{ /* date et categorie */
	color: #000000;
	text-align: right;
	font-size: 0.9em;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #3A4A1C;
}


.post-info-home{ /* date et categorie */
	color: #3A4A1C;
	background: transparent;
	padding-bottom: 3ex;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


#post-plus{ /* titre en plus */
}

#post-plus h4{
	font-size: 0.95em;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-style: italic;
	letter-spacing: 1px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #DAD6C8;
	padding-left: 10px;
}

#post-plus li{
	margin-bottom: 12px;
}


/*.color{ rempalcé par filet
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6C6C6C;
	padding-bottom: 3px;
	background-color: #CCCCCC;
} */

.post-info-co{/*nb comment */
	text-align: right;
	font-size: 0.9em;
}

p.post-info-suite{/*nb comment */
	text-align: right;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}


#co p.comment-info{ /* ligne ref comment 	background-color: #F2EFF0; */
	color: #FEFEFE;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #6C6768;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*.comment-number{ /* numero comment 	background-color: #E3D5CF;

	background-color: #F4F2ED;
	padding: 3px 5px;
} */


#coadd{ /* titre ajouter un commentaire*/
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

blockquote{/* ancien F2F0EF */
	line-height: 1.5em;
	background-color: #F4EBE0; 
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
}

p.tr{
	margin-top: 30px;
}


#add{
	font-size: 0.9em;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

.menupost{
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}

#promo{
	border-left-width: 10px;
	border-left-style: none;
	border-left-color: #ECEBEE;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
}


/* form comment
-------------------------------------------------------- */

.submit, .preview{ /* btn */
	cursor:pointer;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #666666;
	border-bottom-color: #666666;
	background-color: #FFFFFF;
	font-size: 1em;
	padding: 1px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p.field{ /* intitule champ */
	margin: 0px;
	padding: 2px 0px;
}


/* form comment!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!-------------------------------------------------------- */
#comment-form{  /* ancien #E5D6C3 #*/
	background-color: #6C6768;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FCFCFC;
	border-right-color: #FCFCFC;
	border-bottom-color: #FCFCFC;
	border-left-color: #FCFCFC;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
}

#co {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#co h3 {
	padding: 0px;
	font-size: 1em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#co p{  
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: justify;
}

#co blockquote{  /* ancien #E3D5CF #*/
	background-color: #FFFFFF;
}



input {
	font-size: 1em;
}




/* pagination
-------------------------------------------------------- */


#pagnav p{
	text-align: center;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-color: #E8E4D9;
}

p.numpag{
	font-size: 1.4em;
}




/* last
-------------------------------------------------------- */

#last li{
	font-size: 1em;
	list-style-type: disc;
	list-style-position: inside;
}

#last a:visited{
	color: #3A4A1C;
}

/* plus vu
-------------------------------------------------------- */

#succes li{
	font-size: 1em;
	list-style-type: decimal;
	list-style-position: inside;
}

#succes a:visited{
	color: #3A4A1C;
}



/** Post  **/

.post-tags{
	padding: 0;
	margin-top: -10px;
}

.post-info-co { clear: both;}

.pagin{
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}

.category{
	width: 150px;
	position: absolute;
	left: -120px;
	background: #5f5f5f;
	border: none;
	font-size: 9px;
	font-family:Verdana,sans-serif;
	letter-spacing:2px;
	text-align: right;
	text-transform:uppercase;
	margin-top: 32px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 3px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}


.categorypag{
	width: 150px;
	background: #5f5f5f;
	border: none;
	font-size: 9px;
	letter-spacing:2px;
	text-align: left;
	text-transform:uppercase;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	color: #FFFFFF;
	margin: 0px;
}




.tag{
	background: #8F8F8F;
	color: #fff;
	font-size: 9px;
	font-family: Verdana,sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.titretag{
	color: #863F0F;
	font-size: 0.9em;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	text-align: left;
	background: #F5F3F2;

}

/* titre catégorie page catégorie
-------------------------------------------------------- */

.titrecat {
	color: #CA7942;
	font-size: 0.9em;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	text-align: left;
	background: #F5F3F2;
	padding: 0px;
 }
 
 
 .ttcategorie {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
 }
 
.desc {
	color : #333333;
	margin-top: 5px;
 }


/** menubottom 
-------------------------------------------------------- */

#menubottom {
	text-align: center;

}

#menubottom h2{
	text-align: left;
	font-size:1em;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	background: #8F8F8F;
	color: #ffffff;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}


#menubottom ul {
	line-height: 1.8em;
	padding-left: 0px
}
#menubottom li {
	list-style-type: none;
}

#menubottom p.aide {
	text-align: justify;
	font-size: 0.9em;
	padding-top: 30px;
}

#menubottom #gche {

	width: 270px;
	float: left;
	padding-top: 20px;
}

#menubottom #dte {

	width: 270px;
	float: right;
	padding-bottom: 10px;
	padding-top: 20px;
}

/* tags menu bottom
-------------------------------------------------------- */

#tagre ul{
	margin: 0;
	display: block;
	font-size: 1em;
}

#tagre li {
	display: inline;
	padding: 0px;
	background-image: none;
	margin-top: 0px;
	margin-right: 0.3em;
	margin-bottom: 0px;
	margin-left: 0.3em;
}

/* niveaux des tags */
#tagre li.level-1 { font-size: 0.8em; }
#tagre li.level-2 { font-size: 0.9em; }
#tagre li.level-3 { font-size: 1em; }
#tagre li.level-4 { font-size: 1.1em; }
#tagre li.level-5 { font-size: 1.2em; }


/* ------------------ abonnement -- */


#abon ul {
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#abon li {
	display: inline;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 1em;

}


/* ------------------ recherche -- */

#search{
	text-align: center;
}

#search form {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 36px;
	margin-left: 0px;
}

.btnsubmit{ /* ok search */
	cursor:pointer;
	font-family: "Trebuchet MS", sans-serif;
}

.btnsearch{ /* champ search */
	color: #000000;
	font-size: 0.9em;
}

#q{
	/*padding-left: 14px; */
	/*background-color: #fff;*/
	/*background-image: url(img/q.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: 12px center;*/
}

h4.big{
	font-size: 0.9em;
	padding-top: 3px;

}
h2.result{
	background: #F5F3F2;
}


/* Le pied de page
-------------------------------------------------------- */

#number{
	font-size: 0.8em;
	color: #5B4D3D;
}

#footer img{
	border: 0;
}


#btntop{
	padding-top: 0px;
	text-align: right;
	margin-top: 0px;
	font-size: 0.8em;
}


#footer h2{
	text-align: left;
	font-size:1em;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	background: #8F8F8F;
	color: #ffffff;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}


#footer blockquote{
	margin-top: 18px;
	margin-bottom: 18px;
	color: #333333;
	background-color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 45px;
}

#footer blockquote p{
	padding-top: 2px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}


#credit{
	text-align: left;
}


#pied {
	padding-top: 10px;
	margin-bottom: 5px;
}

#pied h5 {
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}


#rtrtop{
	font-size: 2.4em;
}

/* related
-------------------------------------------------------- */

p.sm{
	margin-top: 0px;
	padding-top: 0px;
	text-align: justify;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

p.smlast{
	margin-top: 0px;
	padding-top: 0px;
	text-align: justify;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


h2.sm{
	font-size:1.1em;
	color: #000000;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-bottom: 30px;
	padding-top: 5px;
}

#presta h2{
	padding-top: 0px;
	margin-top: 0px;
}

.benchbig{
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

p.benchmargep{
	margin-bottom: 10px;
}

ul.benchmarge{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 25px;
	list-style-type: disc;
	padding: 0px;
	list-style-position: outside;
	line-height: 2em;
}



ul.pres{
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 25px;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	text-align: justify;
	list-style-image: url(img/pixel.gif);
}

ul.pres2{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: square;
	text-align: justify;
}


.postorang{
	float: left;
	padding: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:-265px;
	clear: both;
}

#me{
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 40px;
}
#me p{
}
.mecontact{
	margin-bottom: 12px;
	margin-top: 0px;
}

.photome{
	float: left;
	clear: both;
	margin: 0px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#feed{
	background-color: #DDBB8D;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#feed a{
	font-weight: bold;

}

#feed h4{
	font-size: 0.9em;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight: normal;
}
#feed ul{
	margin: 0px;
	padding: 0px;
}
#feed li{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: none;
}
#feed img{
display: none;}

/* Slider */

.boxslide{
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

#slider1, #slider2,  #slider3, #slider4, #slider5,  #slider6, #slider7, #slider8,  #slider9, #slider91, #slider92 , #slider93 {
	margin-left: 80px;
}
		
#slider1 ul, #slider1 li, #slider2 ul, #slider2 li, #slider3 ul, #slider3 li, #slider4 ul, #slider4 li, #slider5 ul, #slider5 li, #slider6 ul, #slider6 li, #slider7 ul, #slider7 li, #slider8 ul, #slider8 li, #slider9 ul, #slider9 li, #slider91 ul, #slider91 li, #slider92 ul, #slider92 li, #slider93 ul, #slider93 li {
	margin:0;
	padding:0;
	list-style:none;
}
		
#slider1 li, #slider6 li, #slider9 li{ 
	width:400px;
	height:261px;
	overflow:hidden; 
}
#slider2 li, #slider5 li, #slider8 li, #slider92 li{ 
	width:400px;
	height:353px;
	overflow:hidden;
}

#slider3 li, #slider4 li, #slider7 li, #slider93 li { 
	width:400px;
	height:218px;
	overflow:hidden; 
}
#slider91 li { 
	width:400px;
	height:317px;
	overflow:hidden; 
}
span#prevBtn{
}
	
	
	
	

