/*

Guided and inspired by 
HTML Dog: http://www.htmldog.com
Free CSS Templates: http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #7F6A63;
}

h1, h2, h3  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #492B21;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-top: 0;
	margin-bottom: 1.6em;
	line-height: 180%;
	font-size: 1.2em;
}

p {
}

blockquote {
	float: right;
	width: 160px;
	padding-top: 1.6em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #492B21;
}

ul {
}

ol {
}

a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #F79F21;
}
a:hover {
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
a img,
a:active img,
a:focus img,
a:link img,
a:visited img {
	margin: 2px;
        border: 1px solid #FFF;
	padding: 2px;
        text-decoration: none;
}
a:hover img {  
	margin: 2px;
        border: 1px dotted #CCC;
	padding: 2px;
        text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0px;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

.imageLogo .opImage { 
        margin: 4px 16px 4px 16px;
        border: 0;
        padding: 0;
}

/* ficheFichier */

table.ficheFichier {
}
table.ficheFichier th {
	text-align:left;
	vertical-align:top;
}

/* Header */

#header {
	width: 760px;
	height: 170px;
	margin: 0 auto;
	background: url(images/img02.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#header a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#header a:hover {
	text-decoration: none;
	background-color: #450F06;
}

#logo {
	float: left;
	padding: 0 0 0 0;
    height: 0;
    clear: both;

}

#logo a h1 {
	margin: 0;
	padding-top: 25px;
	font-size: 2em;
	letter-spacing: 2.5px;
	font-weight: bold;
	color: #FFFFFF;
}

#logo a h2 {
	margin: 0;
	font-weight: bold;
	color: #FFFFFF;
}

#menu {
	float: none;
	margin: 0 auto;
	padding-top: 2px;
}

#menu ul {
	margin: 0;
	padding: 168px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px 0 20px;
	background: url(images/img03.gif) no-repeat left center;
	font-size: 1.1em;
}

#menu .first a {
	background: none;
	padding: 0 10px 0 0px;
	background-color: #450F06;
}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 500px;
	margin-top: 24px;
}

/* Post */

.post {
	padding: 4px 0 2px 0;
}

.vline {
	border-top: 2px dotted #CCCCCC;
}

.post .date {
	margin: 0;
	font-size: .8em;
}

.post .title {
	margin-top: 0;
}

.post .entry {
}

.post .meta {
	height: 30px;
	font-size: 1em;
}

.post .meta a {
	display: block;
	float: left;
	height: 24px;
	border: none;
}

.post .meta b {
	display: none;
}

.post .category {
	padding: 1px 40px;
	background: url(images/img08.gif) no-repeat;
}

.post .comments {
	padding: 1px 40px;
	background: url(images/img07.gif) no-repeat;
}

.overlib {
        color: #F79F21; 
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	margin:0;
	border:0;
	border:0;
	padding-top: 40px;
}

#sidebar fieldset {
	border: none;
	padding: 0 0 16px 0;
	clear:both;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	margin: 0;
	border:0;
	padding: 0;
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left 8px;
}
#sidebar ul li.ligneTemps {
	padding-bottom: 10px;
	background: url(images/img04ligne.gif) no-repeat left top;
	line-height:100%;
}
#sidebar ul li.ligneTempsPointe {
	padding-bottom: 10px;
	background: url(images/img04pointe.gif) no-repeat left top;
	line-height:100%;
}
#sidebar ul li.ligneTemps a {
	text-decoration: none;
	border:0;
}
#sidebar ul li.ligneTemps a:hover {
	text-decoration: none;
	color:#C67D38;
}
#sidebar ul li.ligneTemps p {
	margin: 0;
	border: 0;
	padding: 0;
	font-size: .90em;
	line-height: 95%;
}

#sidebar li h2 {
	margin-top: 0;
	font-size: 1.4em;
}

#sidebar li a {
}



/* Footer */

#footer {
	clear: both;
	height: 120px;
	padding-top: 45px;
	background: #450F06  repeat-x;
	text-align: center;
	font-size: .7em;
	color: #DBB67F;
}

#footer a {
	border: none;
	color: #F79F21;
}


img.footerlogo {
	float: none;
	margin: 0 0 15px -380px;
	position: absolute;
}


