/* @override http://bellema/styles.css */

/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FIN CSS RESET */

body {
	background: white url(images/fond.jpg) repeat-x;
	font-family: "Arial", sans-serif;
	color: black;
}

a {
	text-decoration: none;
	color: #496407;
}
a:hover {
	text-decoration: none;
	color: #FF921E;
}

ul {
	margin-left: 20px;
	}


/* Structure */

#main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#headerTop {
	width: 1000px;
	height: 203px;
}
#logo {
	margin-top: 2px;
	width: 259px;
	float: left;
}
#headerRight {
	background: url(images/headerRight.jpg) no-repeat;
	width: 741px;
	height: 113px;
	float: right;
	padding-top: 90px;
	text-align: right;
}

.megabanner {
	float: right;
}

#menu {
	clear: both;
	background: url(images/headerCorner.jpg) no-repeat 0 0;
	width: 100%;
	height: 30px;
	padding-top: 5px;
}

#page {
	clear: both;
	width: 1000px;
	min-height: 500px;
}

#content {
	width: 660px;
	float: left;
	padding: 10px;
}
#sidebar {
	width: 320px;
	float: right;
}

#footer {
	clear: both;
	width: 100%;
	background: url(images/footerFond.jpg) repeat-x;
	height: 224px;
	position: relative;
	top: 20px;
}
#footerContent{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/footer.jpg) no-repeat;
	height: 224px;
	padding-top: 20px;
}

#footer li {
	float: left;
	margin-right: 20px;
}


/* MENU */
#menu ul {
	list-style: none;
	margin-left: 30px;
}

#menu ul li {
	float: left;
	display: block;
	margin-left: 30px;
	font-size: 13px;
}

#menu a {
	color: #754b23;
	text-decoration: none;
}
#menu a:hover {
	color: #FF921e;
	text-decoration: none;
}



/* CLASSES */
.floatleft {
	float: left;
}

div#suivants {
	font-size: 12px;
}

#flecheGauche a img {
	float: left;
}


#articlePreced {
	float: left;
	width: 280px;
	margin-top: 5px;
}

#flecheDroite {
	float: right;
}

#articleSuiv {
	float: left;
	width: 280px;
	margin-top: 5px;
}

#articleSuiv span.titreRubrique {
	float: right;
}



.floatright {
	float: right;
}
.clear{
	clear: both;
}
.postMeta {
	color: #496407;
	font-size: 12px;
}
.readMore{
	text-decoration: none;
	height: 20px;
	padding-left: 30px;
	color: #496407;
	background: url(images/littleLeaf.jpg) no-repeat 0 0;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
}

.strong {
	font-weight: bold;
}

.brown {
	color: #754B23;
}



/* SIDEBAR */

#sidebar h3 {
	background: url(images/bigLeaf.jpg) no-repeat 253px 0;
	text-align: right;
	padding-right: 50px;
	padding-top: 45px;
	color:#8CC641 ;
	padding-bottom: 5px;
}

.sidebarElement {
	background: url(images/sidebarFond.jpg) repeat-y;
	border-bottom: 1px solid #754B23;
	border-top: 1px solid #754B23;
	padding: 5px;
	margin-bottom: 20px;
	width: 300px;
}

#sidebar ul {
	margin-top: 10px;
}

.sidebarElement li {
	margin-top: 10px;
}

.gesteDuJour {
	font-style: italic;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.tagcloud {
	text-align: center;
	font-weight: bold;
}

.tag1 {
	font-size: 9px;
}
.tag2 {
	font-size: 10px;
}
.tag3 {
	font-size: 12px;
}
.tag4 {
	font-size: 14px;
}
.tag5 {
	font-size: 16px;
}
.tag6 {
	font-size: 18px;
}
.tag7 {
	font-size: 20px;
}
.tag8 {
	font-size: 22px;
}
.tag9 {
	font-size: 24px;
}
.tag10 {
	font-size: 26px;
}



/* HOME */
#contentHome {
	width: 680px;
	float: left;
}

.homeBloc {
	position: relative;
	padding-top: 10px;
	width: 330px;
	margin-right: 10px;
	font-size: 12px;
	border-top: 1px solid #8CC641;
	float: left;
}

.thumb {
	border: 1px solid #8CC641;
	margin: 2px;
}

.homeBloc h2 {
	font-size: 14px;
	font-weight: bold;
}

.homeBloc h2 a {
	text-decoration: none;
	color: #754B23;
}
.homeBloc a:hover {
	text-decoration: none;
	color: #FF921E;
}

#pagination {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 15px;
	pading-bottom: 30px;
}

#pageNumber {
	text-align: center;
	padding: 3px;
}


/* POST */

#post{
	border-bottom: 1px solid #8CC641;
}

#post h1 {
	font-size: 22px;
	color: #754B23;
	font-weight: bold;
}

#post p {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.2em;
	text-align: justify;
}

#post img {
	padding: 5px;
}

#share {
	margin-top: 30px;
	float: right;
}

#tags {
	margin-top: 10px;
	float: left;
	padding-left: 20px;
	background: url(images/tags.jpg) no-repeat 0 0;
}

#content h2 {
	color: #496407;
	font-size: 18px;
	font-weight: bold;
	height: 22px;
	padding-left: 30px;
	background: url(images/littleLeaf.jpg) no-repeat;
	padding-top: 5px;
	margin-top: 25px;
	margin-bottom: 8px;
	border-bottom: 1px solid #8CC641;
}

.commentAvatar {
	float: left;
	padding-right: 10px;
}
.commentContent {
	font-size: 12px;
	line-height: 13px;
}

.comment {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #8CC641;
}
#centre1 table tbody tr td {
	font-size: 12px;
}
#centre2 table tbody tr td {
	font-size: 12px;
}
#centre3 table tbody tr td {
	font-size: 12px;
}
#centre4 table tbody tr td {
	font-size: 12px;
}


#navReseau
{
	height: 25px;
	background-color: #605e5e;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#liensReseau li
{
	
	list-style-type: none;
	float: left;
	margin-top: 2px;
	padding-left: 20px;
}
#liensReseau a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

.floatR {
	float: right;
}
