/***********************************************/
/* Mise en page + fond                         */
/***********************************************/

body{
	background-color: #535044;
}

div#conteneur {
	position:relative;
	width: 930px;
	background-color: #ffffff;
	margin: auto;
}

#masthead{
	background-color: #535044;
	text-align: center;
	margin: 0px 0 0 0px;
	padding: 10px 0 0 0px;
	width: 930px;
}

#content{
 	float: right;
	width: 720px;
	margin: 0 0px 0 0;
	padding: 0 0% 0 0;
	height:100%;
}

#navBar{
	position:absolute;
	background-color: #d0dd26;
	width: 200px;
	bottom: 20px;
	top:190px;
	background-image:url(../images/trame.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#siteInfo{
	background-color: #cccccc;
	text-align: center;
	clear: both;
	width: 930px;
	padding:2px 0px 2px 0px;
	font-size: 70%;
}

/************* #globalNav - Menu haut **************/

#globalNav{
	padding:0px 0px 5px 0px;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */



#globalNav a{
	font-family: Arial,sans-serif;
	font: bold;
	font-size: 75%;
	padding: 2px 10px 2px 10px;
}

#globalNav a:link{
	color: #D0DD26;
	text-decoration: none;
}

#globalNav a:visited{
	color: #D0DD26;
	text-decoration: none;
}

#globalNav a:hover{
	color: #ffffff;
	background-color: #D0DD26;
	text-decoration: none;
}

/***********************************************/
/* styles                                      */
/***********************************************/ 


body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 0px 10px;
}

/************** .story styles - paragraphes *****************/

.story{
	font-size: 80%;
	margin: 0 0px 0px 0px;
	padding: 0 10px 10px 10px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link,#navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** .news paragraphes page actus **************/

.news{
	clear: both;
	font-size: 80%;
	margin: 10px 10px 10px 10px;
	background-color:#ffffff;
	padding: 4px;
	border-width:1px;
	border-color:#D0DD26;
	border-style:dashed;
}

/*********** #sectionLinks styles - menu à gauche ***********/

#sectionLinks{
	position: relative;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
}

#sectionLinks a:link{
	color:#cccccc;
	background-color: #535044;
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
}

#sectionLinks a:visited{
	color:#cccccc;
	background-color: #535044;
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
}

#sectionLinks a:hover{
	color:#ffffff;
	border-top: 1px solid #bbbbbb;
	background-color: #bbbbbb;
	padding: 2px 0px 2px 10px;
}
/************* #sous rubrique en tete dans "content" (pages : le service) *************/

#breadCrumb{
	font-size: 80%;
	margin: 10px 10px 10px 10px;
	padding: 2px 10px 2px 10px;
	background-color:#cccccc;
}

a:link{
	color:#8f8f8f;
	text-decoration: none;
}
a:visited {
	color:#8f8f8f;
	text-decoration: none;
}
a:hover{
	color: #d0dd26;
	background-color:#535044;
}

h1, h2, h3, h4, h5, h6{
	font: bold 100% Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 115%;
 color: #d0dd26;
}

h2{
 font-size: 110%;
 color: #d0dd26;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/*************** #contacts **************/
#contact{
	margin: 10px 10px 0px 0px;
	padding: 0px 10px 30px 10px;
	width: 200px;
	font-family: Arial,sans-serif;
	font-size: 70%;
}
/*************** infobulle (pages inventaire) **************/				
a.info {
  position:relative;
  border-bottom:1px dashed #535044;
  text-decoration: none; 
  font-weight: bold;
}
a:hover.info {
  text-decoration: none;
  background: #535044;
}
a.info span {display: none;}
a:hover.info span {
  display: inline;
  position: absolute; 
  top:1.5em;
  left:0.5em;
  z-index: 20;
  background: #cccccc;
  color: #535044;
  border:1px solid #000000;
  width:200px;
  text-align:center;
  font-weight:normal;
  font-size: 10px;
  line-height:12px;
  padding:2px 4px;
}