/*
--------------------------
Simple PHP Blog CSS Styles
--------------------------
Jörg Tiedemann
*/

/* Images */

img	{
	border: 0;
}

#img_float_left
{
	/* Used in the [img] tag when float=left */
	float: left;
	margin: 2px 8px 4px 2px;
}

#img_float_right
{
	/* Used in the [img] tag when float=right */
	float: right;
	margin: 2px 2px 4px 8px;
}

/* General Layout */


body {
       font-size: 13px;
       padding: 0px;
       text-align: center;
       font-family: verdana, gill sans, arial, helvetica, sans-serif;
       margin-top: 10px;
       margin-bottom: 10px;
 	   background-color: #F7F7F7; color: #4D4D4D; }

address { 
text-align: center; font-style: normal ; font-size: 80%; letter-spacing: 2px; line-height:1.5em;
}

.page {
       padding: 0px;
       margin-left:auto;
       margin-right: auto;
     width:952px;
     border:1px solid #CCCCCC;
     background:#FFFFFF;
   }

.left { float: left;}

.right { float:right; }

.sidebar 
{
  overflow: hidden;
  float: left;
  padding: 10px 0px 10px 0px;
  width:190px;
  background:#FFFFFF;
   }

  
.main{
  clear: both;
}

.centercontent 
{
  overflow: hidden;
  float: left;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  overflow:hidden;
  padding: 10px;
  background:#FFFFFF;
  border-color:  #E6E6E6;
  width:550px;
   }



/* New 0.3.7 */
input, select, option, textarea
{
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  text-align: left;
}

.title{
        padding-left:10px;
        padding-top:10px;
        padding-bottom:10px;
        text-align: center;	 
		font-size: 18px;

}
.title a:link {	color: #999999;	}
.title a:visited { color: #999999; }

.header
{
  color: #999;
  margin: 0px;
  padding: 0px;
  border-color: #666;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  font-size: 15px;
  font-weight: normal;
     background:#F2F2F2;
     border-bottom:1px solid #CCCCCC;
     border-top:8px solid #CCCCCC;
     width: 952px;
border-color: #CCCCCC; color: #999999; }


.header a{ 
	font-size: 25px;
	font-weight: normal;
font-style: italic;
 }

.links a:link{ 
	color: #999;
 }

.links a:visited{ 
	color: #999;
 }

.links a:hover{ 
	color: #000;
 }

.links
{ 
  margin: auto;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #999999;}

.links a{ 
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
 }

.footer
{
  border: 0;
  padding: 10px;
  text-align: center;
  clear: both;
     background:#F2F2F2;
     border-top:1px solid #CCCCCC;
     width: 932px;
color: #999999; }


.blog_title
{
	padding: 6px 6px 3px 8px;
	font-family: gill sans, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
 border-color: #CCCCCC; color: #999999; background-color: #F2F2F2; }


.blog_title a:link { color:#888; }
.blog_title a:visited { color:#888; }
.blog_title a:hover { color:#000; }

.blog_title_buttons
{
	/* Edit and Delete buttons in the Blog Title */
	font-size: 11px;
	text-align: right;
	font-family: arial, helvetica, sans-serif;
	float: right;
}

.blog_body
{
	padding: 10px;
}

.blog_date
{
/*	font-family: gill sans, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #999;
	font-size: 10px;
	padding: 6px 10px 6px 10px;
	float: right;  */
	font-weight: heavy;
	color: green;
	font-size: 12px;

}

.blog_categories
{
	font-family: gill sans, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #999;
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 2px;
	float: right;
}

.blog_comment
{
  padding: 6px 6px 3px 8px;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin-bottom:10px;
}
.blog_body { border-color: #CCCCCC; color: #4D4D4D; background-color: #FFFFFF; }
.blog_comment { border-color: #CCCCCC; color: #4D4D4D; background-color: #FFFFFF; }
.blog_entry	{ width:550px; }


.menu_block
{
  overflow: hidden;
  padding: 0px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px dashed #999;
}

.menu_title
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 5px 3px 7px;
	margin: 0px;
border-color: #CCCCCC; color: #999999; background-color: #F2F2F2; }

.menu_body
{
	padding: 10px;
	clear: both;
	margin: 0px;
border-color: #CCCCCC; color: #4D4D4D; background-color: #FFFFFF; }

.menu_logo
{
	padding: 10px;
	clear: both;
	margin: 0px;
	text-align: center;
}

.search_box{ 
    margin-top: 10px;
    margin-right: 10px;
    float: right;
    clear: right;
 }


.sidebar .divider {
	margin: 8px 0px 8px 0px;
}

.sidebar .calendar
{
	font-size: 10px;
}

.sidebar .calendar td
{
	padding: 1px;
}



/* Links */

a
{
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited { color: #5977B3;}
a:hover { color: #829FD9; }
a:active { color: #829FD9; }

.menu_body a
{
	font-weight: normal;
	text-decoration: underline;
}

.menu_body a:link { color: #5977B3; }
.menu_body a:visited { color: #5977B3; }
.menu_body a:hover { color: #829FD9; }
.menu_body a:active { color: #829FD9; }

/* Typeography */


h1, h2, h3, h4, h5, h6
{
	font-family: gill sans, arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 2px; 
 	color: #999999; }

h1
{
	font-size: 20px;
	font-weight: bold;
}

h2
{
	padding: 6px 6px 3px 8px;
	font-size: 18px;
	font-weight: bold;
 border-color: #CCCCCC; background-color: #F2F2F2; }

h3
{
	font-size: 16px;
	font-weight: bold;
	background:#f2f2ff
}

h4
{
	font-size: 14px;
	font-weight: bold;
background:#f2f2ff;
color: green;}

h5
{
	font-size: 12px;
	font-weight: bold;
}

h6
{
	font-size: 10px;
	font-weight: bold;
}
.texte_invisible {display: none;}
