/*
Software released under the General Public License (version 2 or later), available at
http://www.gnu.org/copyleft/gpl.html
*/
/********************************************************************************
    Styles spécifiques à la partie "contenu" du site :
    page d'accueil, posts, catégories, tags, auteurs...
    
    @license   GPL
    @author    Thierry Graff
    @author    ayolinux@gmail.com
    @history   2007.11 Creation 
    @history   2009.07 Nouvelle version pour wordpress
********************************************************************************/

/******************** communs a plusieurs templates ********************/
#encart-droit{
    float:right;
    padding:4px;
    border:1px solid grey;
    margin:0 1em 0 1em;
    width:30%;
}
#encart-droit #title{
    font-weight:bold;
    font-size:1.2em;
    text-align:center;
    border-bottom:1px solid red;
    margin-bottom:4px;
}
#encart-droit .item{
    margin-bottom:4px;
}


/******************** page d'accueil ********************/
/* les deux boxes du début */
#contents #accueil #boxes{
    margin:0; padding:0;
    margin-top:10px;
}
#contents #accueil #box-right{
    float:left;
    width:45%;
    margin-left:1%;
}
#contents #accueil #box-left{
    float:left;
    width:38%;
    margin-left:4%;
}

#contents #accueil .box{
    width:auto;
    padding:4px;
    background:lightyellow;
    border:1px solid grey;
}
#contents #accueil #boxes .box-title1{ font-size:2em; text-align:center; }
#contents #accueil #boxes .box-title2{ font-size:1.6em; }

/* Autres styles de la page d'accueil */
#contents #accueil .entry .title{
	width: auto;
	display: block;
	padding-left: 6px;
	margin: 26px 0 0 0;
	border-bottom: thin solid #44070c;
	border-left: 12px solid #44070c;
}
#contents #accueil .entry .title span{
	font-size: 60%;
	font-weight:normal;
	margin-top: -16px;
	margin-right: 8px;
}
#contents #accueil .entry p{
	margin: 4px 6px 0 16px;
	padding-right: 3px;
}
#contents #accueil #see-other{
	margin-top: 1em;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
}

/******************** post ********************/


/******************** category ********************/
#category #intro{
    font-weight:bold;
    margin-left:20px;
    margin-bottom:1em;
}
#category #posts,
#category #sous-categories{
    font-size:1.2em;
    line-height:1.4em;
    margin-left:20px;
}
#category #posts li,
#category #sous-categories li{
    list-style-type:none;
}
#category #posts li:before,
#category #sous-categories li:before{
    content:url(images/puce.gif);
}


/******************** mot-cle ********************/
#mot-cle .paragraph{
    margin-left:30px;
}


/******************** plan-du-site ********************/
#plan-du-site #toc{ text-align:center; font-size:120%; font-weight:bold; }
#plan-du-site .toc-entry{ padding-right:10px; }
#plan-du-site .titre1{ font-size:2em; font-weight:bold; margin-top:1em; }
#plan-du-site .titre1:before{ content:url(images/puce-big.gif); }
#plan-du-site .titre2{ font-size:1.6em; font-weight:bold; }
#plan-du-site .titre2:before{ content:url(images/puce-middle.gif); }
#plan-du-site .item:before{ content:url(images/puce.gif); }

/******************** contact ********************/
#contact .champ-form{ background:lightgrey; }


