/* CSS Document */

/* corp de la page*/

body {
	 background-image: url(images/fond.jpg);
	 margin:20px 20px 20px 20px;
	}

.logo { 
/*	background-image:url(images/hermes.gif);*/
	width: 308px;
	height: 100px;
	border: 0px;
	padding-top:10px;
  }
 
 a {
 	color: #937130;
	text-decoration: none;
}
a:hover{
	color: #937130;
	text-decoration: underline;
}

hr.top {
	border:0;
	color:#937130;
	background-color:#937130;
	height:1px;
	width:100%;
	text-align:center;
}

table.struct {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:840px;
}

td.struct {
	background-image:url(images/canson.jpg);
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}


.baremenu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	font: menu;
	font-size: 12px;
	color: #937130;
	border-bottom-style: double;
	border-bottom-color: #D6B77E;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
  
}
div.slogans {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#937130;
}
.page {
	border: 1px;
	border-style: solid;
	border-color: #D6B77E;  
	
}
.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #EEE9E5;
	border: none;
	font: menu;
	font-size: 12px;
	color: #937130;
	padding: 6px;
	width:150px;
}
.titremenu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #EEE9E5;
	border: none;
	font: menu;
	font-size: 12px;
  color:#A0A095;
	padding: 6px;
	background-image:url(images/canson.jpg);
	background-repeat:repeat;
	overflow:hidden;
	width:150px;
}
.textearea{
	border: none;
	font-size: 14px;
	color: #937130;
}
td.sysediticons { 
  text-align:right;
  vertical-align:top;
  width:18px;
  height:18px; 
}
TD.edit_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #937130;
}

.copyright{
	border: none;
	font-size: 10px;
	color: #937130;
}
input.site_prefs {
  width:300px;
}
hr.site_prefs {
  width:70%;
  height:1px;
  margin-top:17px;
  margin-left:50px;
  margin-bottom:17px;
}
div.news_titre {
  background-color:#FFECB3;
  vertical-align:top;
}
div.news_extrait {
  margin-left:14px;
  height:50px;
  overflow:hidden;
}
div.news_contenu {
  margin-left:14px;
}
div.news_titre {
  background-color:#F0D9B7;
}
div.article_titre {
  background-color:#F0D9B7;
}
td.menu input {
  width:140px;
}
td.menu select {
  width:140px;
}
/*fin du corp de la page*/

