/* CSS Based rules for tsenagasy Blogs
	Code & Design by Tsenagasy Consulting.
	(c) papango 2006 - Creative Common Licence.
	You can use, copy and redistribute this code
	but Please do not remove this header.
*/

body {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    background: #FBFBE5 url(grass.gif) right bottom fixed no-repeat;
    color: #566047;
	margin: 0px;
	font-size: 90%;
}
a, a:link, a:visited {
    color: #566047;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active, a:focus {
    color: #566047;
}  
p {
    margin-bottom: 10px;
    line-height: 19px;
    font-size: 70%;
}
img {
	border: 0
}


#container {					/* le conteneur de toute la page */
    margin: auto;
    text-align: left;
    background: #FBFBE5 url(container_bg.gif) center top repeat-y;
    width: 760px;
}

/* les entetes de pages */
#header {						/* l'entete */
    text-align: center;
    background: #8C9777 url(page_header_bg.jpg) center top no-repeat;
    height: 300px;
}
#header h1 {					/* Blog title */
	padding-top: 50px;
	margin-bottom: 0px;
}
#header h3 {					/* blog subtitle */
	margin:0px;
}
#header h4 {					/* alertes */
	color: #F00;
}

#main {
  	float: right;
    padding: 0 0 35px 5px;
	margin-right: 20px;
	width: 470px;
}
#container>#main {
	margin-right: 40px;
	margin-left: 0px;
}

/* la définition des articles */
.article {
	
}
.article h4 {					/* titre de l'article */
	margin: 0px;
	border-bottom: 1px dotted #e8e6c3;
}
.article h5 {					/* date de rédaction */
	font-size: 75%;
	font-weight: normal;
	margin: 0px;
}
.article p {					/* contenu html de l'article */
	margin: 0px;
}
.article blockquote {
	margin: 0px;
	margin-top: 5px;
}

.feedbacks_count {				/* boite contenant le nombre de feedbacks */
	clear: both;
	font-size: 75%;
	margin-bottom: 25px;
	margin-top: 10px;
	text-align:right;
	font-weight: bold;
}


/* la définition des feedbacks */
.feedback {						/* un commentaire */
	margin-bottom: 10px;
}


.feedback_row {				/* les lignes paires */
	background-color: #e8e6c3;
	padding: 2px;
}

/* les formulaires */

.forms {
	margin: 0px;
	padding: 5px;
	font-size: 90%;
}
.forms input, .forms textarea{
	border: 1px solid #e8e6c3;
	background-color: #ffe;
	margin: 3px;
	padding: 2px;
	color: #566047;
}

.forms ul {
	list-style-type: none;
	margin: 0px;
}

.forms ul li {
	margin: 3px;
}

/* la définition du guestbook */
#guestbook {					/* le conteneur de toutes les entrées */
}
#guestbook h3 {					/* le titre */
	margin: 0px;
}

.guestbook_row {				/* les lignes paires */
	background-color: #e8e6c3;
	margin-bottom: 10px;
}

#guestbook p {				/* signataire */
	margin: 0px;
	padding: 3px;
}


.pagination {					/* l'indicateur de page de navigation */
	font-size: 75%;
	margin-top: 25px;
}
.pagination b {					/* la page sélectionnée */
	background-color: #FF9900;
}

/* le menu principal */
#menu {							/* le menu de navigation contenant les blocs */
    float: left;
    width: 150px;
	margin-left: 30px;
}
/* firefox fix */
#container>#menu {
	margin-left: 60px;
}


#menu h3 {						/* le titre de chaque bloc */
	margin: 0px;
	font-size: 75%;
	background: #ebe9c1;
	padding: 5px;
	width: 135px;
	margin-bottom: 2px;
}
#menu ul {						/* les listes de chaque bloc */
	 list-style: none;
	 margin: 0px;
	 padding: 0px;
}
#menu ul li {					/* les entrées de chaque liste */
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 70%;
    color: #8C9777;
    border-bottom: 1px solid #8C9777;
}
#menu a.c, #menu a.c:link, #menu a.c:visited, #menu a.c:hover, #menu a.c:active, #menu a.c:focus {
    display: inline;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    text-decoration: none;
    color: #8C9777;
    background-image: none;
}

#menu ul li a {					/* les liens éventuels */
    display: block;
    clear: both;
    padding: 0 0 2px 20px;
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
    color: #566047;
    background: transparent url(lselect_a_bg.gif) left center no-repeat;
}
#menu ul li a:hover {		
    text-decoration: underline;
}


/* le bloc de recherche */
#search {						
}
#search form {
	margin: 0px;
}
#search p {						/* "rechercher:" */
}
#search input {					/* le champs de recherche */
}

#LSResult{
	background-color: #f2f1dd;
	border: 1px dotted #200;
	padding: 2px;
	margin: 5px;
	text-align: left;
}

#LSShadow a {
	text-decoration: none;
	font-size: 70%;
	background-image: url(bullet.jpg);
	color: #848f6d;
	background-position: left;
	background-repeat:no-repeat;
	padding-left: 10px;
}

/* les différents blocs */
#about {						/* a propos */
}
#categories {					/* les catégories	*/
}
#favourites {					/* les blogs favoris */
}
#links {						/* les liens */
}


#footer {						/* le pied de page */
    padding: 20px 20px 0 530px;
    text-align: center;
    clear: both;
    font-size: 70%;
    background: #FBFBE5 url(footer_bg.jpg) center top no-repeat;
	height: 166px;
}

#extraDiv1 {					/* des blocs supplémentaires pour les customisations */
}
#extraDiv2 {					/* des blocs supplémentaires pour les customisations */
}
#extraDiv3 {					/* des blocs supplémentaires pour les customisations */
}


/* la barre d'entete */

#loginbox {
	background-color: #edebbd;
	height: 25px;
	border-bottom: 1px solid #faf9e4;
}

#loginbox ul {
	margin: 0px;
}

#loginbox li {
	display: inline;
	padding: 10px;
	margin: 0px;
}

#loginbox form {
	margin: 0px;
}


#breadcrumbs {
	height: 16px;
	text-align: left;
	margin: 170px 0px 0px 250px;
	padding: 0px;
	font-size: 75%;
}

#breadcrumbs a {
	color: #86916f;
	text-decoration:underline;
	
}

#breadcrumbs ul {
	height:16px;
	margin: 0px;
	list-style-type: none;
}

#breadcrumbs li {
	display:inline;
	padding-left: 20px;
	background: url(bullet.gif) 10px 5px no-repeat;
	margin: 0px;
}

.feedback_number {
	font-size: 125%;
}