/* Start of CMSMS style sheet 'SettleNext Basic' */
/*   Stylesheet for the SettleNext site
  Laurent Franceschetti
  16 January 2008
   (c) SettleNext 2008
*/


/* Body */
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 8.25pt;
   color: black;
   
   line-height: 1.4em;
}

img {
	border: none;
}

/* Individual styles */
	
P {
	text-align: justify;
        margin-top: 0.2em;
	margin-bottom: 0.3em;
	line-height: 1.25em;
}

h1 {
	color: #004080;
	margin-bottom: 0.6em;
	font-size: 200%;
	text-align: center;
	line-height: 0.8em;
}

h2 {
	color: #004080;
	font-size: 150%;
	text-align: center;
	margin-bottom: 0;
	line-height: 0.8em;
}

h3 {
	color: #004080;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}

ol {line-height: 1.4; color: black; }

ul {line-height: 1.4; color: black; }

table {line-height: 1.4; color: black; }

a:link, a:visited {

	color: #004080;
}  

a:hover   {color: orange;}




/* Navigation */




#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 1em;
}

#navigation li {
display: inline;

}

#navigation  li ul {
display: none;
}


#navigation a:link, #navigation a:visited {

	color: white;
	padding: 0.4em 0.5em 0.4em 0.5em;
	text-decoration: none;
	border-right: 1px solid white;
}  


#navigation a:hover {

	color: orange;
}  

















	  

/* End of 'SettleNext Basic' */

/* Start of CMSMS style sheet 'SettleNext Normal' */
/* Layout for the main page, SettleNext template*/
/* wrapper for the whole window */
#wrapper {
	background-image: url(uploads/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	text-align: left;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	
}

#navigation {
	position: absolute;
        margin-left: 40px;
	top: 75px;
	
	font-size: 100%;

	/* c'est pour résoudre un pb avec Firefox: */
	z-index: 500;
}

#header {
	height: 110px;
	position: relative;
}


#content {
	margin-left: 40px;
	padding: 0 10px  0 0;
}


/* Footer */
#footer {
	text-align: center;
	color: #004080;
	font-size: 78%;
	width: 440px;
	line-height: 1em;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
/* End of 'SettleNext Normal' */

