/* CSS Document */
body{
	background-color:#D9BF77;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	behavior: url(csshover.htc); /* WinIE behavior call */
}

p.nomsite{
	font-family: Arial, sans-serif;
	background-color:#FFE18B;
	height:100px;
	width:800px;
	color: #ADC5CC;
	border-style:solid;
	border-width:1px;
	border-color:white;
	margin-bottom:0px;
	margin-top:0px;
}
/*
p.nomsite:first-letter{
font-size:20px;
}
*/
.titre{
	float:left;
	position:absolute;
	top:0px;
	left:110px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #B39D62;
	font-weight: bold;
}
.slogan{
	float:left;
	position:absolute;
	top:30px;
	left:110px;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B39D62;
	font-weight: bold;
}

A.spip_out{
	text-decoration:none;
	color: #B39D62;	
}

A.spip_out:hover {
	text-decoration:underline;
	color: #D9BF77;	
}

.spip_documents{
	margin-left:10px;
	margin-right:10px;
	border:solid 1px black;
}
p.titre:first-letter{
	font-size:30px;
}
.menu{
	font-family: Arial, sans-serif;
	background-color:#ffffff;
	/*background-image: url(images/bannierecopie.gif);*/
	height:1.5em;
	width:800px;
	margin-bottom:0em;
	margin-top:0em;
	font-size:14px;
	border:1px solid black;
	margin-bottom:2px;
}
.navigation{
	font-family: Arial, sans-serif;
	background-color:#ffffff;
	/*background-image: url(images/bannierecopie.gif);*/
	height:1.5em;
	width:800px;
	margin-bottom:0em;
	margin-top:0em;
	font-size:14px;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

img.bannhaut{
	margin-bottom:0em;
}

img.logo{
	height:100px;
	width:94px;
	margin-bottom:0em;
	/*border-style:solid;
	border-width:1px;
	border-color:black;*/
	background-color:#ffffff;
}

.principale{
	position:absolute;
	top:0px;
	width: 800px;
	height: auto;
	
	background-color: #FFFFFF;
	/*
	background-image:url(images/bck_text.jpg);
	*/
	background-repeat:repeat-x;
	position:relative;
	left:50%;
	margin-left:-400px;
	border:1px solid black;
	padding-left:5px;
	padding-right:5px;

}
.footer{
	border-top:1px solid gray;
	background-color:#D9BF77;
	text-align:center;
	width: 100%;
	height: 1.5em;
	font-size:10px;
}
img.cadrepub{
	position:absolute;
	top:2px;
	left:397px;
	width:400px;
	height:60px;
	border:1px solid black;
}

fieldset.particulier {
	width: 23em;
	height:34em;
	font-size: 12px;
	border:solid 1px black;
	background-color:#FFE18B;
}
label.particulier {
	display: inline;
	float: left;
	width: 12em;
	height: 1.75em;
	text-align:left;
}

fieldset.syndic {
	width: 45em;
	height:auto;
	font-size: 12px;
	border:solid 1px black;
	background-color:#FFE18B;
}
label.syndic {
	display: inline;
	float: left;
	width: 28em;
	height: 1.75em;
	text-align:left;
}

input {
	border-top: 1px solid black;
	border-right: 1px solid #666666;
	border-bottom: 1px solid black;
	border-left: 1px solid #666666;
	margin-bottom: 4px;
	font-size: 10px;
}
select {
	border-top: 1px solid black;
	border-right: 1px solid #666666;
	border-bottom: 1px solid black;
	border-left: 1px solid #666666;
	margin-bottom: 1px;
	z-index: auto;
	font-size: 10px;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
/*
#menu {
position: absolute; 
top: 104px;
left: 0;
z-index:100;
width: 100%; 
}
#menu dl {
float: left;
width: 159px;

}
#menu dt {
cursor: pointer;
text-align: center;

background: #FFE18B;
border: 1px solid gray;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: left;
background: #FFE18B;
border-bottom:1px solid black;
}
#menu li a, #menu dt a {
color: #000000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #ADC5CC;
}*/
#site {
	position: absolute;
	z-index: 1;
	top : 70px;
	left : 10px;
	color: #000;
	background-color: #ddd;
	padding: 5px;
	border: 1px solid gray; 
}

div#menu {
	position: absolute; 
	top: 104px;
	left: 0;
	z-index:100;
	width: 100%; 
	/*font-size:10px;*/
}
div#menu ul {margin: 0; padding: 0; background: #FFE18B;  border: 1px solid #CCC; border-width: 0 1px;}
div#menu li {position: relative; list-style: none; margin: 0;  float: left; width: 10.9em; line-height: 1em;}
div#menu li:hover {background: #ADC5CC;}
div#menu li.submenu {background: #FFE18B;margin-left:1px;}
div#menu li.submenu:hover {background-color: #ADC5CC;}
div#menu li a {display: block; padding: 0.25em 0 0.25em 0.5em;  text-decoration: none; width: 12.5em;}
div#menu>ul a {width: auto;}
div#menu ul ul {position: absolute; width: 10.9em;  display: none;}
div#menu ul ul li {border-bottom: 1px solid #CCC;}
/*div#menu li.submenu li.submenu {background: url(submenu.gif) 95% 50% no-repeat;}*/
div#menu li.submenu li.submenu:hover {background-color: #ADC5CC;}
div#menu li.submenu li.submenu:hover {background-color: #ADC5CC;}
div#menu ul.level1 li.submenu:hover ul.level2, div#menu ul.level2 li.submenu:hover ul.level3 {display:block;}
div#menu ul.level2 {top: 1.5em; left: -1px;}
div#menu ul.level3 {top: -1px; left: 10.9em;  border-top: 1px solid #CCC;}