/*### Voici la feuille CSS int»grale du thÀme "Ponts" de GRT
0 Sommaire de la feuille de style et des divers ÈlÈments du blog
1 - les ÈlÈments HTML en gÈnÈral
2 - la page
3 - l'entÍte
4 - le prÈlude
5 - le contenu
6 - la barre de navigation
7 - le pied de page*/

/* Les ÈlÈments HTML en gÈnÈral
*/
*  { margin: 0; padding: 0 }

body  /* DÈfinition du body */   { color: black; font-size: 0.8em; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 1.6em; background-color: #FFFFFF; margin-bottom: 20px; padding: 0 }

/* EntÍtes */
h2, h3, h4, h5, h6   { color: #554f5d; font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-Serif }

h1     { color: #554f5d; font-size: 2.4em; font-family: sans-serif; font-style: normal; font-weight: normal; line-height: 2.2em; letter-spacing: 3px; position: absolute; top: 0; right: 80px }

h1 a, h1 a:hover, h1 a:link, h1 a:visited, h1 a:active         { color: #554f5d; font-family: ArbitraryRegular; font-weight: normal; text-decoration: none; border-style: none; border-color:  }

h2   { color: #554f5d; font-size: 1.4em; font-weight: normal; padding-top: 5px }

h2 a, h2 a:link   { color: #554f5d }

h2 a:visited  { color: #554f5d }

h2 a:hover, h2 a:focus, h2 a:active   { color: #91ae9c }

h2:first-letter, h2 a:first-letter  { color: #554f5d; font-weight: bold }

h2 a:hover:first-letter  { color: #91ae9c; font-weight: bold }

h3  { color: #554f5d; font-size: 1.2em; font-weight: normal; margin-top: 5px; margin-bottom: 5px; padding-bottom: 2px }

h4  { color: #554f5d; font-size: 1em }
/*End Headings*/

pre, code    { color: #91ae9c; font-size: 1.1em; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; border: solid 1pt }

code {
	padding: 2px;
	overflow: scroll;
}

pre  { color: #554f5d; padding: 5px; overflow: auto }

q {
	color: #91AE9C;
	font-style: italic;
}

ul  { color: #554f5d; margin-top: 3px }

li  { color: #554f5d; list-style-image: url("images/puce.jpg"); margin-left: 0.8em }

fieldset  { color: #91AE9C; background-color: #91AE9C; border: none }

label {
	cursor: pointer;
}

.field label {
	display: block;
}

textarea   { font-size: 0.9em; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 1.6em; background-color: #fff; padding: 2px; width: 450px; border: solid 1px #554F5D }

input {
	border: 1px solid #554F5D;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #fff;
}

input[type=submit], input[type=button] {
	cursor: pointer;
}

input:hover, textarea:hover, input:active, textarea:active, input:focus, textarea:focus  { background-color: #91ae9c; border: solid 1px #91ae9c }

p {
	padding-top: 2px;
	padding-bottom: 4px;
}

span.sep  { color: #554f5d }

a, a:link  { color: #554f5d; text-decoration: none }

a:visited  { color: #554f5d }

a:hover, a:focus, a:active  { color: #91ae9c; border-color: #91ae9c }

a[href^="http://"][hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color : #91ae9c;
	font-size: 0.8em;
}

a[hreflang]:hover:after, a[hreflang]:focus:after, a[hreflang]:active:after  { color: #554f5d }

img, img a {
	border: none;
}

acronym, abbr  { color: #91ae9c; font-size: 0.9em; letter-spacing: 0.07em; cursor: help }

.smiley {
	border: 0;
	margin: -5px;
	display: inline;
	background: transparent;
}

.right {
	float: right;
}

.left {
	float: left;
}

.spacer {
	clear: both;
	visibility: hidden;
}

.clear {
	clear: both;
}

blockquote  { color: #554f5d; font-size: 1em; background-color: #91ae9c; text-align: justify; margin: 20px; padding: 10px; border: solid 1px #91ae9c }

/* La page*/
#page  /* contours de la page */      { font-size: 1em; margin: 0 auto; padding: 15px; width: 820px; border-style: solid; border-width: 1px 3px 3px 1px; border-color: #91ae9c }

/* L'entÍte*/
#top {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 300px;
	margin-bottom: 15px;
	background: url(images/ponton.jpg);
	text-align: left;
	position: relative;
	font-size: 1em;
}

#top h1 span {

	display: none;

}

#top p#slogan  { color: #554f5d; font-size: 1.4em; font-family: Arial, Helvetica, sans-serif; font-variant: small-caps; font-weight: bold; line-height: 1.6em; background-color: #91ae9c; text-align: right; word-spacing: 3px; padding-right: 20px; position: absolute; top: 65px; width: 800px; -khtml-opacity: 0.75; -moz-opacity: .75; filter: alpha(opacity=75); opacity: .75 }

/*Affichage du calendrier*/
#top div#calendar  /* le fond de la zone du calendrier */   { font-size: 0.8em; font-weight: normal; position: absolute; top: 140px; left: 680px }

#top div#calendar table  /* fond du tableau */  { color: #fff; text-align: center; border-collapse: collapse }

#top div#calendar table caption  /* fond du mois */  { font-size: 1.3em; font-weight: bold; margin: 0 auto }

#top div#calendar table caption a  /* ???ne comprends pas??? */   { color: white }

#top div#calendar abbr  /* jour de la semaine */  { color: white }

#top div#calendar table th {
	color: #fff;
	background: transparent;
}

#top div#calendar table td   { line-height: 2em; width: 10%; border: solid 1px #91ae9c }

#top div#calendar table td a  { color: #fff; font-weight: bold; text-decoration: none; background: #91ae9c; display: block }

#top div#calendar table td a:hover, #top div#calendar table td a:focus  { color: #fff; background: #91ae9c }
/* Le prÈlude*/
#prelude {
 	/* display: none; */
	text-align: center;
	height: 20px;
	font-size: 0.9em;
}

#prelude a, #prelude a:link   { color: #554f5d; text-decoration: none; margin: 0 10px }

#prelude a:visited  { color: #554f5d }

#prelude a:hover, #prelude a:focus, #prelude a:active  { color: #91ae9c; }

/* Le contenu
*/
#main {
	float: left;
	width: 480px;
	width: 575px;
}

/*Affichage de la date
*/
.day-date-border   { background: white; display: inline; margin-right: 1em; padding: 1px; float: left; border: solid 1px #91ae9c }

.day-date   { color: #fff; font-family: Georgia, "Times New Roman", Times, serif; line-height: 1.4em; background-color: #91ae9c; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; text-align: center; margin: 0; padding: 1px 0; width: 2.9em }

.day-date span   { display: block }

.day-date .date-day {
	font-size: 1.2em;
	margin-left: -0.6em;
	line-height: 1em;
	font-weight: bold;
}

.day-date .date-month  { font-size: 1.6em; line-height: 0.8em; margin-left: 0.5em }

.day-date .date-year {
	font-size: 0.8em;
	margin-left: 0.4em;
	line-height: 1.1em;
}
/*divers*/

.post {
	margin-bottom: 15px;
	background: url(images/separateur.jpg) no-repeat bottom center;
	padding-bottom: 40px;
}

.post h2 {
	border: none;
}

.post ul {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 2em;
}

.post a[href^="http://"] {
	background: url(images/fleche_lien.png) no-repeat top right;
	padding-right: 10px;
}

.post-chapo, .post-content {
	clear: left;
	text-align: justify;
	padding-top: 10px;
	padding-left: 10px;
}

.post-content blockquote {
	/* padding-left: 55px; */
}

.post-content h2 {
	margin-top: 10px;
	margin-bottom: 5px;
}

.post-content .notes {
	margin-top: 15px;
	font-size: 0.8em; 
	color:#91ae9c;
	border-top: 1px dashed #91ae9c;
}

.post-chapo img, .post-content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #91ae9c;
}

.post-chapo img.right, .post-content img.right {
	margin-left: 1em;
}

.post-chapo img.left, .post-content img.left {
	margin-right: 1em;
}

.post-info {
	font-size: 0.8em;
	text-align: left;
	color: #7A888D;
}

.post-info-co {
	font-size: 0.8em;
	padding-top: 5px;
	padding-left: 10px;
	clear: both;
}

/**** Affichage des liens digg-like ****/
.post-digg {
	padding: 0;
	border: 1px solid red;
}

.post-digg img {
	border: none;
	display: inline;
}

.post-digg a {
	border: none;
}
/***************************/

#trackbacks h3, #comments h3 {
	margin-top: 10px;
}

#trackbacks p, #comments p {
	font-size: 1em;
	padding-left: 10px;
}

#trackbacks blockquote, #comments blockquote {
	background-color: #e0d0cf;
	color: #444;
	border: 1px solid #91ae9c;
	margin: 0;
	font-size: 1em;
	padding-left: 0;
}

.pagenav {
	text-align: center;
	padding-bottom: 10px;
}

/* La barre de navigation
*******************************************************************************/
#sidebar {
	float: right;
	width: 220px;
	margin-bottom: 35px;
	border-left: 2px dashed #91ae9c;
	padding-left: 10px;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
	list-style: none;
	line-height: 1.6em;
}

#sidebar #categories li, #sidebar #selection li, #sidebar #archives li {
	list-style-image: url(images/puce.jpg);
	margin-left: 1.6em;
}

#sidebar #syndicate li {
	list-style-image: url(images/puce-rss.jpg);
	margin-left: 1.8em;
}

#sidebar h2 {
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 5px;
	/* text-transform: uppercase; */
}

#sidebar h3 {
	border-bottom: 1px solid #ddd;
	margin-left: 10px;
}

#sidebar div {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

#sidebar a, #sidebar a:link, #sidebar a:visited {
	border: none;
}

#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	border-color: #91ae9c;
}

#search fieldset, #search p {
	margin: 0;
	padding: 0;
}

#q {
	width: 10em;
	margin-left: 10px;
	padding-left: 30px;
	background: url(images/loupe.gif) no-repeat 2px -2px;
	color: #91AE9C;
}

#q:hover, #q:focus, #q:active {
	background: url(images/loupe.gif) no-repeat 2px -23px;
}

/* Le pied de page
*******************************************************************************/
#footer {
	clear: both;
	border-top: 2px solid #91ae9c;
	text-align: center;
	color: #91ae9c;
}

#lien_cache {
	text-align: center;
	padding: 0;
}

#lien_cache a {
	color: #B1B9BC;
	border-color: #B1B9BC;
}

#lien_cache a:hover, #lien_cache a:focus {
	color: #b18b89;
	border-color: #b18b89;
}
