
body {
margin: 0 auto;
padding: 0;
font: 100% Arial, Helvetica, sans-serif;
background: #300 url(../images/bg.jpg) no-repeat top center;
}

#wrap {
color: #3E3E3E;
margin: 0 auto;
width: 682px;
background: url('../images/parchment.jpg') repeat-y top center;
}

#header {
margin: 0 0 0 0;
padding: 0 0 10px 0;
text-align: center;
background: url('../images/ornament.gif') no-repeat center bottom;
}


#header h1 {
font: 200% 'Palatino Linotype', 'Book Antiqua', Palatino,  serif;
color: #630;
font-weight: 600;
font-style: italic;
margin: 0 auto;
padding: 30px 0 2px 0;
}

#header h1 img {
	padding: 0 15px;
	}

#header h2 {
	font: 100% times, 'times new romans', serif;
	color: #3E3E3E;
	letter-spacing: 3px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0px;
	font-variant: small-caps;
}

#nav ul {
	padding: 0 !important;
	padding: 0 0 0 5px;
	margin: 0;
	}

#nav {
	margin: 0 auto;
	padding: 13px 0 19px 0;
	list-style-type: none;
	width: 600px;
	text-align: center;
	/*border-top: 1px solid #600;
	line-height: 35px;*/
	}

#nav li {
	display: inline;
	list-style: none;
	margin: 0;
	/*padding: 0;*/
	padding:0 3px;  /* pour espacer les éléments inline */
  	border-right: 1px solid #990000;

	}
	
#nav li  a {
	padding: 10px 2px ;
	font: 500 1.1em 'times new romans',serif;
	color: #990000;
	text-align: center;
	text-decoration: none;
	}

#nav li  a:hover {
	color: #774400;
	text-decoration: none;
	/*background: url('../images/menuhover.jpg') repeat-x bottom left;*/
	}

#content {
margin: 0 20px 0 20px;
padding: 20px;
line-height: 1.3em;
}

#content img {
/*	float: left;
	clear: none;*/
	margin: 10px 10px 10px 0;
	padding: 2px;
	/*border: 1px solid #600;*/
	}
	


#content a {
	color: #800;
	text-decoration: underline;
	}

#content a:hover {
	color: #C90;
	text-decoration: none;
	}


h1 {
	font: 600 1.6em garamond,times,'times new romans',serif;
	color: #600;
	margin: 0 0 10px 0;
}

h2 {
	font: 600 1.2em 'times new romans',times,serif;
	color: #740;
	margin: 3px 0;
	}

h3 {
	font: 600 1.0em  Helvetica, Arial, sans-serif;
	font-style: italic;
	color: #404040;
	margin: 0 0 10px 0;
	
	}
	
h5, h6 {
line-height: 1em;
}
.right h4 {
	font: 1.1em garamond,'times new romans',serif;
	border-top: 1px solid #98615F;
	background: url('../images/h3bg.gif') no-repeat bottom center;
	padding: 2px 0 16px 0;
	text-align:center;
	color: #a80;
	font-variant: small-caps;
	margin: 0;
	}

#side {
	width: 150px;
	float: right;
	clear: none;
	margin: 0 20px 0 0;
	}
	
.right {
float: right;
clear: right;
width: 150px;
margin: 30px 0 0 0;
}

.right ul{
list-style:none;
margin:0;
padding: 5px;
}

.right li{
margin:0;
padding:0;
}

.right li a{
display:block;
text-decoration:none;
font: 500 1.1em Arial, Helvetica, sans-serif;
padding: 5px 5px 5px 22px;
background: url(../images/menu.gif) left no-repeat;
color:#600;
}

.right li a:hover{
background: #ECCAA3 url(../images/menu.gif) right no-repeat;
color: #800;
}

	
ol {
	color: #600;
	font: 600 1.0em garamond,times,serif;
	font-style:italic;
	}
 
ol span {
	font: 400 1.0em 'times new romans',times,serif;
	color: #3E3E3E;
	font-style: normal;
	}

ol li {
	margin-left: 25px;
	padding: 4px 0
	}

#content ul {
	list-style-type: none;
	}
	
#content ul li {
	padding-left: 17px;
	background: url('../images/bullet.gif') no-repeat left 5px;
	margin-left: 10px;
	
	}

table {
  width: 100%;
  margin-bottom: 20px;  
  font-size: 0.8em;
  border-collapse: collapse;
  
}

table caption {
  margin-top: 10px;
  padding: 0 0 0.5em 3px;

  font: 400 1.2em verdana,arial,sans-serif;
  text-align: left;  
}

table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
}


thead th {
  color: #740;
  border-top: 2px solid #600;
  border-bottom: 1px solid #600;
}


tbody td {
  border-bottom: 1px solid #D6B8A0;
}

tbody tr:hover {
  background-color: #EDD4AE;
}

form label{
	display:block;
	}

form input, form textarea {
	background-color: #F6EDCB;
	padding:4px 5px;
	font:12px Verdana,Arial,san-serif;
	border:1px #87764B solid;
	color:#211000;
}

form textarea {
	width: 90%;
}


form input.text:hover, form textarea:hover{
	border:1px #87764B solid;
	}

form input.text:focus, form textarea:focus{
	border:1px #2D1A06 solid;
	color:#211000;
	}

form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:12px Verdana,Arial,san-serif;
	}

* html form input.text,

* html form textarea{
	border-color:#533a18;
	color:#333;
	}
	
#footer {
	width: 682px;
	height: 100px;
	margin: 0 auto;
	color: #CDA107;
	padding: 20px 0;
	text-align: center;
	font-size: 0.8em;
	background: #300 url('../images/foot.jpg') no-repeat top center;
	}

#footer a {
	color: #CDA107;
	text-decoration: underline;
	}

#footer a:hover {
	text-decoration: none;
	}

#footer p {
	line-height: 1.6em;
	}
	
fieldset {
	border-color: #330000;
	}
	
.center {
	text-align: center;
}	
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.message {
	color: white;
	background-color: #CDA107;
	padding-left: 10px;
	font-family: "Courier New", Courier, monospace;
	font-weight: 600;
}
.aide {
	font-size: 0.8em;
	background-color: #FFFF8C;
	padding: 0 5px;
}

/* STYLES BLOCS GRAPHIQUES */
.quotes {
	padding-left: 60px;
	background: url(../images/quotes.png) no-repeat 15px 0;
	font-style: italic;
}

.alert {  /* Affichage icône */
	background: #fff6bf url(../images/exclamation.png) 15px center no-repeat;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	}
	
	.info {  /* Affichage icône */
	background: transparent url(../images/information.png) 15px 50% no-repeat;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #8B0000;
	border-bottom: 2px solid #8B0000;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	}
/* WYMEDITOR RELATED STYLES HERE */	
p.content-center {
text-align:center;	
}

h1.h1content-center {
text-align:center;	
}

h2.h2content-center {
text-align:center;	
}

h2.h2date {
  text-align:center;
  background-color: #d6ddf9;	
}

h3.h3content-center {
text-align:center;	
}


img.floatright {
	float: right;
}

img.floatleft {
	float: left;
}

p.important  {
    color: red; 
	font-weight: bold; 
	
}
