/* ----------------------------------
     INITIALISATION
   ---------------------------------- */
* {
	outline: none;
}

html {
	font-size: 100.01%;
}

body {
	background-color: #bbbbbb;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
}

h1,h2,h3,h4,h5,h6,address,blockquote,ol,p,ul {
	margin: 0;
	padding: 0;
}

dd,dl,dt {
	margin: 0 0 0.6em;
	padding: 0;
}

button,input,select,textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* ----------------------------------
     GENERAL STYLES
   ---------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

.ir {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.imgleft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgright {
	float: right;
	margin: 0 0 10px 10px;
}
#content li
{
  margin: 0px;
  padding: 0px;
}
#content ul
{
  margin-left: 20px;
  
}

/* ----------------------------------
     LAYOUT
   ---------------------------------- */
#page {
	position: absolute;
	width: 1000px;
	left: -500px;
	margin-left: 50%;
	margin-top: 25px;
	background-color: white;
	color: black;
	font-family: Arial;
	font-size: 12px;
  background-image: url(/images/frontend/header-background.jpg);
  background-repeat: no-repeat;

}
#content {	
  min-height: 400px;
}

#footer {
	position: relative;
	width: 100%;
	
	line-height: 24px;
  height: 24px;
  background-image: url(/images/frontend/footer-background.jpg);
	width: 100%;
  text-align: center;
}
#footer2
{
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
/* ----------------------------------
     MENU
   ---------------------------------- */
#menu
{
  position: relative;
  margin-top: 138px;
  width: 1000px;
  
}
#menu ul
{
  background-image: url(/images/frontend/menu-background.jpg);
  height: 33px;
  width: 1000px;
}
#menu li
{
	list-style: none;
	padding: 0px;
	display: block;
	float: left;
	height: 33px;
  
	text-align: center;
  background-image: url(/images/frontend/menu-separation.jpg);
  background-repeat: no-repeat;
  background-position:  right;
  padding-right: 8px;
}
li#menu-contact
{
  background-image: none;
}
#menu li a
{
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
	height: 33px;
  line-height: 33px;
  padding-left: 11px;
  padding-right: 11px;
}
#menu a:hover
{
  background-color: white;
	color: #0e6522;
}
#menu li ul 
{
  position: absolute;
  display: block;
  border: 1px solid green;
  width: auto;
  height: auto;
  display: none;
  }
#menu li ul li
{
	background-color: white;
	text-align: left;
	background-image: none;
  float: none;
  display: block;
  margin: 0px;height: auto;
  padding: 2px 5px 2px 5px;
}
#menu li ul li a
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
  height: auto;
	line-height: 20px;
	font-weight: bold;
  color: #0e6522;
  border: 1px dashed white;
  padding: 2px 5px 2px 13px;
  background-image: url(/images/frontend/menu-puce.jpg);
  background-position: left;
  background-repeat: no-repeat;
}
#menu li ul li a:hover
{
  border: 1px dashed green;
}
#menu li ul li ul, #menu li ul li ul li, #menu li ul li ul a
{
  background-color: red;
  height: 100px;
  display: block;
} 
           
#footer li
{
list-style: none;
display: inline;
color: white;
font-weight: bold;
font-size: 12px ;
background-image: url(/images/frontend/footer-separation.jpg);
  background-repeat: no-repeat;
  background-position:  right;
  padding-left: 10px;
  padding-right: 23px;
}
#footer li#pymac
{
  background-image: none;
}
#footer li a
{
	color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}
#footer li a:hover
{
	color: #CAEAF7;
	text-decoration: underline;
}
#path
{
margin-left: 20px;
margin-bottom: 5px;
}
#path a
{
  color: #616261;
  font-size: 11px;
  text-decoration: none;
}
#path a.path_selected
{
  color: #067a27;
}
h1
{
  background-image: url(/images/frontend/page_simple/titre-background.jpg);
  width: 950px;
  margin-left: 20px;
  height: 29px;
  line-height: 29px;
  font-size: 16px;
  color: #15882e;
  padding-left: 10px;
  margin-bottom: 10px;
}
