/*-----------------------------------------------
FIMANOR
Version:  1.0
----------------------------------------------- */

body {
	background:#ffffff url(../images/fond_page.jpg) repeat-x;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 22px;
	color:#ffffff;
}

div {
	border: 0px solid #000000;
}

/*Container global, contient header, main, footer, left*/

div#container {
	position: absolute;
	left:50%;
	margin-left: -375px;
	width: 750px;
	background-color:#ffffff;
	color:black;
}

/*Entête de la page*/

div#header {
	background-color:white;
	color:black;
}

/*Centre de la page*/

div#main {
	background-color:white;
	margin-left: 230px;
	margin-right:40px;
	margin-top: 15px;
	color:black;
}

/*Partie gauche de la page*/

div#left {
	position:absolute;
	width: 210px;
	background-color: #8BA749;
	left:10px;
	margin-top:40px;
	color:#ffffff;
}

/*Partie gauche de la page comprenant les images*/

div#leftImages {
	position:absolute;
	text-align:center;
	width: 210px;
	background-color: #ffffff;
	margin-top:60px;
	color:#0000000;
}


/*Pied de page*/

div#footer {
	padding: 0px;
	margin-top:40px;
	height: 20px;
    width: 100%;
	text-indent:10px;
    background-color: #8BA749;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #ffffff;
    line-height: 20px;
    white-space: nowrap;
}

div#headerLogo{
	height:65px;
	width:100%;
}

div #hautgauche, div #hautdroit, div#menuhautdroit, div#menuhautgauche, div#menubasdroit, div#menubasgauche {
height: 19px; 
width: 19px;
background-repeat: no-repeat;
font-size:1px; /* correction d'un bug IE */
}

div#menuhautgauche{
	background: url(../images/menuhautgauche.gif);
}

div #menuhautdroit {
float: right;
background: url(../images/menuhautdroit.gif);
}

div#menubasgauche{
	background: url(../images/menubasgauche.gif);
}

div #menubasdroit {
float: right;
background: url(../images/menubasdroit.gif);
}

div #hautgauche {
background: url(../images/hautgauche.gif);
}
div #hautdroit {
float: right;
background: url(../images/hautdroit.gif);
}

.clear {
	clear: both;
	display: block;
	height: 8px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#logo{
	float:left;
	margin-left:15px;
	margin-top:1px;
	border : 0px;
}
/*Barre de navigation haute*/

div#navbar {
	padding: 0px;
	margin-top:2px;
	height: 30px;
    width: 100%;
    border-top: solid #CBD53C 1px;
    border-bottom: solid #CBD53C 1px;
    background-color: #8BA749;
	color : #ffffff;
}

div#navbar ul{
    float:right;
	margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
}
div#navbar li{
    list-style-type: none;
    display: inline;
}
div#navbar li a {
    text-decoration: none;
    padding: 7px 10px;
	color:#ffffff;
}
div#navbar li a:link {
    color: #ffffff;
}
div#navbar li a:visited {
    color: #ffffff;
}
div#navbar li a:hover {
    font-weight: bold;
    color: #ffffff;
    background: #CBD53C;
}

div#left ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

div#left li{
	margin: 0px 0px 8px 0px;
	padding : 0px;
}

div#left li a{
	display: block;
	width: 100%;
	line-height:12px;
	color: #ffffff;
	text-indent: 20px;
	text-decoration: none;
	background:url(../images/bouton_menu.gif) no-repeat 4px 0px;
}

div#left li a:link {
    color: #ffffff;
}
div#left li a:visited {
    color: #ffffff;
}

div#left li a:hover{
	background:url(../images/bouton_menu.gif) no-repeat 4px -12px;
	font-weight: bold;
}

h1{
	text-decoration: underline ;
	color : #8BA749;
	font-weight:bold ;
	font-size: 1.3em;
}

h2{
	color : #CBD53C;
	font-size: 1.1em;
}

h3{
	color : #999999;
	font-size: 1.1em;
}

p {
	color : black;
	font-size: 0.9em;
	text-align:justify;
}

.societe{
	font-weight:bold ;
	text-transform:uppercase;
	color : #888888;
}

.note{
	font-weight:bold ;
	font-style: italic;
}

ul{
	color : black;
	font-size: 0.9em;
	line-height: 22px;
}

ul ul{
	color : black;
	font-size: 1em;
	line-height: 18px;
}

a{
	text-decoration: none;
	color: #6A747E;
}


a:link {
	color: #6A747E;
}
a:visited {
	color: #6A747E;
}

a:hover{
	font-weight: bold;
	color:#be6c23;
}
