/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style de thème
//
// Contraintes         : 
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
/* Structure de la page */
body{
	margin:0px;
	padding:0px;
	font-family:Helvetica, "Helvetica Neue", Arial;
	background:#FFF;
}

#page{
}
/*------------------------------------------------------------------*/
/* Mise en page de l'entête */

#header .entete{
	height:81px;
	background:#FFF url(themes/images/pistache/bg_header.png) no-repeat;		
}
#header h1{
	color:#6B3112;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	line-height:81px;
	background:url(themes/images/pistache/logo.gif) center right no-repeat;
}

#header .bandeau{
	height:21px;
	line-height:21px;
	font-size:10px;
	color:#6B3112;
	text-align:right;	
	background:url(themes/images/pistache/degrade_menu.gif) repeat-x;
}
#header .bandeau a{
	color:#6B3112;
	text-decoration:none;
}
#header .bandeau a:hover{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
/* Mise en forme du menu */

#menu{
	float:right;
	width:200px;
	font-family:Helvetica,"Helvetica Neue",Arial;
	font-size:12px;
	font-weight:bold;
	border-left:1px solid #6B3112;
	border-bottom:1px solid #6B3112;
	background:#CAE6A2 url(themes/images/pistache/bg_menu.gif) top center no-repeat;
}
#menu h2{
	height:21px;
	line-height:21px;
	font-size:14px;
	color:#6B3112;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	background:#FFF url(themes/images/pistache/degrade_menu.gif) repeat-x;	
}
#menu h2 a{
	text-transform:none;
	font-weight:normal;
	color:#000;
	padding:0px;
	margin:0px;
}

#menu .skyscrapper{
	text-align:center;
}
#menu .skyscrapper img{
	border:solid 1px black;
	margin-top:5px;
	margin-bottom:5px;
}

#menu ul li{
	list-style-type:none;
	line-height:14px;
}

/* Les liens du menu */
#menu a {
	color:black;
	text-decoration:none;
	display:block;
	margin-left:6px;
}
#menu ul li a{
	height:24px;
}
#menu a:hover {
	text-decoration:underline;
}

#menu a.filbillets{
	background:url(themes/images/pistache/rss.gif) no-repeat;	
	padding-left:20px;
}

#menu a.filcommentaires{
	background:url(themes/images/pistache/rss.gif) no-repeat;	
	padding-left:20px;
}
#menu a.billets{
	background:url(themes/images/pistache/billets.gif) no-repeat;	
	padding-left:20px;
}
#menu a.deconnexion{
	background:url(themes/images/pistache/deconnexion.gif) no-repeat;	
	padding-left:20px;
}
#menu a.archives{
	background:url(themes/images/pistache/calendrier.gif) no-repeat;	
	padding-left:20px;
}
#menu a.nouveau{
	background:url(themes/images/pistache/nouveau.gif) no-repeat;	
	padding-left:20px;
}
#menu a.motdepasse{
	display:block;
	text-align:right;
	text-decoration:underline;
	margin:4px;
	font-weight:normal;
}

#menu form { /* connexion à l'interface d'administration */
	padding-right:10px;
	padding-left:10px;
}
#menu form input{
	border:solid 1px #535353;
}
#menu form input.login{
	width:140px;
}
#menu form input.password{
	width:90px;
}
#menu form p{
	margin-top:2px;
	margin-bottom:2px;
}
#menu .bouton{
	text-align:center;
	margin-top:6px;
}
#menu .bouton input{
	width:107px;
	height:20px;
	border:none;
	color:white;
	padding-left:10px;
	padding-bottom:4px;
	font-weight:bold;
	background:url(themes/images/pistache/bouton.gif) no-repeat;	
}

#menu .erreurlogin{
	color:red;
	font-weight:normal;
	text-align:center;
}
/*------------------------------------------------------------------*/
#descriptionblog{
	padding:15px;
	color:#6B3112;
	font-size:13px;
	font-weight:bold;
	padding-right:215px;
	background-color:#E5F3D1;
}
#descriptionblog .publicite{
	margin-top:0px;
	background:#F3F3F3;
	padding:4px;
	text-align:center;
}

/* Mise en page du corps du document */

#content{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11pt;	
	padding:15px;
	padding-top:1px;
	padding-right:215px;
	background:white url(themes/images/pistache/menu.gif) right repeat-y;	
}

#content h2 { /* titre du billet */
	font-size:18px;
	color:#6B3112;
	border-bottom:1px solid #CAE6A2;	
}

#content .datebillet{
	float:right;
	font-size:10px;
	color:#6B3112;
	margin-top:20px;	
}
#content .datebillet span{ /* contient 'article du' */
	
}

#content .contenubillet{
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	color:#000;
}

#content .menubillet{
	color:#000;
	font-size:10px;
}

#content .liensbillet a{
	text-decoration:none;
	color:#77845C;	
}

#content .liensbillet a:hover{
	color:#CAE6A2;
	text-decoration:underline;
}

#content ul li{
	list-style-type:none;
}
#content .documents{
	margin-top:10px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}
#content .documents img{
	border:none;
}
#content .documents span{
	display:block;
}
#content .liensbillet{
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
}


/*------------------------------------------------------------------*/
/* Archives et non publiés*/
#content .retour{
	display:block;
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;
	color:#6B0000;
	text-decoration:none;
}

#content .retour:hover{
	text-decoration:underline;
}

#content .navigateurparpages{
	text-align:center;
	font-size:11px;
	margin:10px;
}
#content .navigateurparpages a{
	color:black;
}

#content .nombrecommentaires{
	font-size:11px;	
}

#content a.liennomarticle{
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#77845C;
}
#content a.liennomarticle:hover{
	color:#CAE6A2;
	text-decoration:underline;
}

/*------------------------------------------------------------------*/
/* Modifier un billet */
#content h4{
	width:98%;
	background:#EEEEEE;
	font-size:12px;
	font-weight:bold;
	padding:4px;
	margin-top:5px;
}

#content a.aide{
	background:url(themes/images/pistache/aide.gif) no-repeat;	
	padding-left:20px;
	color:black;
	font-size:10px;
}
#content a.supprimer{
	color:black;
	font-size:12px;
	font-weight:bold;
}
#content table{
	width:99%;
	text-align:center;
	font-size:11px;
}
#content table img{
	border:none;
	vertical-align:middle;
}
#content table a{
	color:black;
	text-decoration:none;
}
#content table th{
	background:#EEEEEE;
	color:#A0A0A0;
	font-size:10px;
	padding:2px;
	font-weight:bold;
	text-transform:uppercase;
}
#content table td{
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	border-bottom:solid 3px #EEEEEE;
}

#content form legend{
	display:none;
}
#content form label{
	font-size:11px;
	font-weight:bold;
}
#content form p{
	margin-top:5px;
}
#content form fieldset{
	border:none;
	margin-bottom:20px;
}
#content form textarea{
	width:99%;
}
#content form input.titre{
	width:400px;
}
#content .infos{
	font-style:italic;
	font-size:11px;
	display:block;
}
#content .button{
	border-left:4px #C7C7C7 double;
	border-top:4px #C7C7C7 double;
	border-right:4px #525252 double;
	border-bottom:4px #525252 double;
	background:white;
	text-transform:uppercase;
	font-size:9px;
	padding:1px;
	color:#939393;
	font-weight:bold;
}
/*------------------------------------------------------------------*/
/* Commentaires */

#content h3 { /* titre du billet */
	font-size:18px;
	color:#6B3112;
	margin-top:30px;	
}

#content #listeDesCommentaires .commentsbox { 
	margin-top:15px;
	margin-bottom:10px;
	font-size:12px;
	background:url(themes/images/pistache/bulle-droite.gif) right repeat-y; 
}
#content #listeDesCommentaires .commentsbox1 { background:url(themes/images/pistache/bulle-bas.gif) bottom repeat-x; }
#content #listeDesCommentaires .commentsbox2{ background:url(themes/images/pistache/fd-comments.gif) no-repeat;}
#content #listeDesCommentaires .commentsbox3 { background:url(themes/images/pistache/bulle-hd.gif) right top no-repeat; }
#content #listeDesCommentaires .commentsbox4 { background:url(themes/images/pistache/bulle-bd.gif) right bottom no-repeat; }
#content #listeDesCommentaires .commentsbox5 { background:url(themes/images/pistache/bulle-bg.gif) left bottom no-repeat; padding:15px;	zoom:1;}

#content #listeDesCommentaires .auteurcommentaire{
	font-size:11px;
	display:block;
	color:#7C7C7C;
	margin-bottom:3px;
}
#content #listeDesCommentaires .auteurcommentaire a{
	font-weight:bold;
	color:#7D0000;
	text-decoration:none;
}

/*------------------------------------------------------------------*/
/* Mise en forme du footer */


#footer{
	text-align:center;
	height:20px;
	color:#CAE6A2;
	font-size:10px;	
	padding-top:10px;
	background:#6B3112;
} 
#footer a{
	color:#CAE6A2;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
