
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Fixed;
	font-size: 13px;
}

img {
	border: 0px;
}

#layout {
	width: 100%;
}
#head {
}
#head img {
	display: block;
}
#bandeau {
	text-align: center;
	height: 79px;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('./img/bandeau.jpg');
}

ul.menu {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 750px;
	list-style: none;
}
ul.menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
ul.menu a {
	color: #000000;
	display: inline-block;
	margin: 0px 3px;
	padding: 0px 5px;
	text-decoration: none;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #fffce6;
	font-size: 11px;
	letter-spacing: 2px;
}
ul.menu a:hover {
	background-color: #ffe5b8;
	text-decoration: none;
}
ul.bottom {
	text-align: right;
}
ul.bottom a {
	border-width: 0px 1px 1px 1px;
	background-color: #ffffff;
}
ul.bottom a:hover {
	background-color: #fffce6;
}
ul.menu a.active, ul.menu a.active:hover {
	background-color: #ffffff;
}

#rappel {
	display: block;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	text-align: center;
	width: 100%;
	list-style: none;
}
#rappel li {
	display: inline;
	margin: 0px 10px;
	padding: 0px;
}

#body {
	padding-top: 20px;
}
#content {
	border-top: 1px solid #000000;
	margin: 0px;
	text-align: justify;
	padding: 20px;
	padding-bottom 0px;
	background-color: #f9f9f9;
	width: 750px;
}

h1 {
	font-size: 14px;
	text-align: center;
}
h2 {
	font-size: 13px;
	font-style: italic;
}

div.center {
	text-align: center;
}

p {
	text-indent: 25px;
}
p:first-letter {
	font-size: 16px;
	font-weight: bold;
}

p.box {
	text-align: center;
	font-weight: bold;
	text-indent: 0px;

	margin: 30px auto;
	padding: 5px;

	border: 1px solid #000000;

	width: 350px;
}
p.box:first-letter {
	font-weight: inherit;
	font-size: inherit;
}

p#footnote {
	font-size: 11px;
	text-align: center;
	text-indent: 0px;
}
p#footnote:first-letter,
p.blockquote:first-letter
{
	font-weight: normal;
	font-size: inherit;
}

a, a:hover {
	color: #0000ff;
}

a.idee {
	font-size: 16px;
	text-decoration: underline;
}

.clearer {
	clear: both;
}
.spacer {
	display: inline-block;
}

/**
 PAGE D'ACCUEIL
**/
h1.accueil {
	margin-right: 10%;
}
h1.accueil a {
	color: #000000;
}
.blockquote, blockquote {
	text-indent: 0px;
	font-style: italic;
	padding-left: 30px;
}
p.blockquote {
	margin: 12px 40px;
}
div#desc_accueil {
	font-style: italic;
	margin-left: 60%;
	margin-top: 10px;
	margin-bottom: 10px;
}

textarea, input {
	font-style: normal;
}
textarea {
	display: block;
	width: 100%;
}

u {
	text-decoration: underline;
}
	


