body { 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	margin-left : 60px;
	color : #330000;
	background-color : White;
	max-width : 850px;
	margin-right : 12%;
}

 .entete {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	background-color : #FFEFD5;
	color : inherit;
}

 .navig {
	background-color : #00FA9A;
	padding : 2px 2px 2px 2px;
	border : thin dashed Green;
	color : inherit;
	font-size : smaller;
}

 .tag {
	position : relative;
	top : -8px;
	left : 380px;
	max-width : 330px;
}

 .principal {
	margin-top : 10px;
	margin-bottom : 10px;
}

 .blog {
	min-height : 605px;
	position : absolute;
	top: 110px;
 	left: 60px;
	width: 670px;
}

.annonce {
        text-align: center;
        border: thin solid black;
        background-color: #FF9393;
}

.center {
	text-align: center;
}

 .post {
	margin : 5px 5px 10px 10px;
}

.linksbox {
	width: 180px;
}

.sidebar {
        position: absolute;
	font-size: 7pt ;
	top: 115px;
	width: 160px;
	left: 715px;
	margin : 0 0 10px 10px;
	padding : 0 0 10px 10px;	
}


 .boutons {
	margin-top: 300px;
	margin-bottom: 100px;
}

 .pied {
	font-size : 0.7em;
	text-align : center;
	border-top : thin solid #AFAFAF;
	padding-top: 10px;
	width: 100%;
	padding-bottom: 10px;
}


a {
	text-decoration : none;
	color : #009966;
	background-color : inherit;
}
a:link {  
	text-decoration: none;
}
a:hover  { 
	text-decoration: underline; 
}
a:visited { 
	text-decoration: none;
}

h1 {
	font-family : "Times New Roman", Times, serif;
	font-size : 2.5em;
	line-height : 8px;
}

h2.date  { 
	font-family: "MS Serif", "New York", serif;  
	border-bottom-color : Green;  
	border-bottom-style : solid;  
	border-bottom-width : 1px;  
	width : 90%;  
	font-size : 12pt;
	padding-top: 5px;
}

 h3 {
 	font-weight : bold;
 	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1em;
 	display: inline;
 }

.siz1 {
	font-size: 7pt;
}

.boutons {
	font-size: 7pt;
	text-align: center;
}
.siz2 { 
	font-size: 8pt;
	line-height: 12pt
}

.sidebar a { color: #FF0000; text-decoration: none }
.sidebar a:link { text-decoration: none; font-style: normal ; color: #FF0000 }
.sidebar a:visited { text-decoration: none; font-style: normal ; color: #FF0000 }
.sidebar a:hover {
	font-weight: bold ; 
	text-decoration: none; 
	font-style: normal ; color: #FF0000
}

.sign    { font-size: 7pt }
.sign a { color: #FF0000; text-decoration: none }
.sign a:hover { 
	text-decoration: none ; 
	font-style: normal 
}


blockquote, .quote {
	position:relative;
	left:5%;
	width:80%;
	background-color: #FDF5E6;
	text-align : justify;
	padding: 10px 20px 10px 10px;
	margin: 5px 10px 10px 0px;
	line-height: 1.6em;
	font-size: 0.85em;
}

blockquote:before {
    color: #FF8080;
    display: block;
    font-size: 500%;
    width: 50px;
    content: open-quote;
    height: 0;
    margin-left: -0.55em;
}

 .date {
	font-weight : bold;
	font-size : 1.2em;
        margin-top : 0.5em;
}

 abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }

.comment-body {
	padding: 5px 15px 5px 8px;
	background-color: #FFF0F5;
	font-style: italic;
	font-size: 0.85em;
	text-align: justify;
	-moz-border-radius: 10px;
}

.comment-data {
	font-size: 0.8em;
	font-style: normal;
}

pre {
        font-size: 1.2em;
        line-height: 1.2em;
}
