﻿@import url("layout.css");
body {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	background-image: url("bg1.jpg");
	background-color: #ccc;
	background-repeat: repeat;
}
#container {
	background-color: #eee;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url("header1.jpg");
	background-repeat: no-repeat;
}

#navigation {
	border-top: 1px solid #29291d;
	border-bottom: 1px solid #29291d;
	background-color: #cc9;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 900px;
	padding: 0px;
	background-color: #fff;
}
html>body #column_l {
	width: 900px;
	padding: 0 0px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	border-top: 1px solid #29291d;
	text-align: center;
	padding-bottom: 10px;
	background-color: #F0F0E6;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Titre */
#masthead h1 {
	color: #42422f;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
}
#masthead h3 {
	color: #29291d;
	margin-top: 0.5em;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}
#actu {
	background-color: #F0F0E6;
	color: #29291D;
	width: 250px;
	margin: 0;
	padding: 10px;
	border: 0;
}
#livre {
	background-color: #F0F0E6;
	color: #29291D;
	width: 750px;
	margin: 0;
	padding: 5px;
	border: 0;
}
#livre img{
	float:left;
	margin: 0;
	padding: 15px;
	border: 0;
}


/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}

#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #29291d;
	display: block;
	padding: 8px;
	border: 1px solid #fff;
}
#navigation a.on {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 8px;
	border: 1px solid #fff;
}

#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	background-color: #42422f;
}

img {
	border: 0;
	text-align: left;
}

.droite {
	text-align: right;
}

.demarche {
	text-align: justify;
}

.blog {
	font-size: 18px;
}




/* Typographie du site */
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 3em;
	color: #42422f;
}
h2 {
	margin: 0px 0px 0px 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	color: #29291d;
	letter-spacing: 1px;
	text-align: left;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	text-align: left;
	letter-spacing: 2px; 
	line-height: 1.2em;
    margin-left : 10px ;
}
h4 {
	font-size: medium;
	color: #c77;
}
h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	text-align: left;
	letter-spacing: 2px; 
	line-height: 1.2em;
    margin-left : 10px ;
    margin-top: 5px ;
}
h6 {
	font-size: xx-small;
	color: #660;
	margin-left : 10px ;
	line-height: 0.8em;
}
ul {
	font-size: small;
	color: #000;
}
ol {
	font-size: small;
	color: #000;
}
p {
	margin: 5px;
	text-align: left;
	font-size: 0.8em;
	color: #29291D;
}

#actu h2{
	font-size: 1.2em;
	letter-spacing: 1px;
	text-indent: 70px;
	background-color: white;
	
	line-height: 30px;
}
/* Pied de page */
#footer p {
	font-size: 0.8em;
	color: #29291D;
}
/* Liens */
a {
	color: #660;
	text-decoration: underline;
}

a:hover {
	color: #8d8d40;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.centrer {
	text-align: center;
}

.on {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	background-color: #42422f;
}
.blanc {
	color: #fff;
}








