@charset "UTF-8";
/* Fiduciaire Balmat Associés SA */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 0.8em;
	color: #333;
	background: #939598 url(../images/degrade.png) repeat-x center top;
}

  /*------------------------------*/
 /*--- STRUCTURE ----------------*/
/*------------------------------*/

#container {
	margin: 0 auto;
	width: 791px;
	position: relative;
}

#header {
	background: #939598 url(../images/header.png) no-repeat center top;
	height: 264px;
}

#content {
	background: #939598 url(../images/tranche.png) repeat-y center top;
	padding: 0 101px 20px 130px;
}

#footer {
	height: 78px;
	padding: 35px;
	text-align: center;
	background: #939598 url(../images/footer.png) no-repeat center top;
	font-size: 0.8em;
	color: #666;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #333;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

  /*-------------------------*/
 /*--- MENU ----------------*/
/*-------------------------*/

#logo a {
	display: block;
	position: absolute;
	top: 35px;
	left: 20px;
	width: 700px;
	height: 95px;
}

#header ul {
	list-style-type: none;
	position: absolute;
	top: 178px;
	left: 40px;
	
}

#header li {
	float: left;
}
#header li a {
	overflow: hidden;
	display: block;
	height: 60px;
	width: 149px;
	text-decoration: none;
	color: #999;
}
#header li a:hover {
	text-decoration: none;
	color: #666;
}
#header a p {
	margin: 0;
	padding-top: 28px;
	font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	
}

/*------------------*/
#onglet1-actif #onglet1 a {
	background: url(../images/onglet.png) no-repeat left top;
}
#onglet1-actif #onglet1 a:hover {
}
#onglet1-actif #onglet1 p {
	padding-top: 22px;
	color: #666;
}
/*------------------*/

#onglet2-actif #onglet2 a {
	background: url(../images/onglet.png) no-repeat left top;
}
#onglet2-actif #onglet2 a:hover {
}
#onglet2-actif #onglet2 p {
	padding-top: 22px;
	color: #666;
}
/*------------------*/

#onglet3-actif #onglet3 a {
	background: url(../images/onglet.png) no-repeat left top;
}
#onglet3-actif #onglet3 a:hover {
	
}
#onglet3-actif #onglet3 p {
	padding-top: 22px;
	color: #666;
}

/*------------------*/

#onglet4-actif #onglet4 a {
	background: url(../images/onglet.png) no-repeat left top;
}
#onglet4-actif #onglet4 a:hover {
	
}
#onglet4-actif #onglet4 p {
	padding-top: 22px;
	color: #666;
}


  /*-------------------------------------*/
 /*--- HIERARCHIE TEXTE ----------------*/
/*-------------------------------------*/

h1 {
	display: none;
}

h2 {
	font-size: 1.2em;
	margin: 0 0 1px 0;
	color: #666;
}

h3 {
	font-size: 1em;
	margin: 0 0 6px 0;
}

p {
	line-height: 1.4em;
	margin: 0 0 15px 0;
}

.gras {
	font-weight: bold;
	color: #696969;
}

a {
	color: #666;
	text-decoration: none;
}

a:visited {}

a:hover {
	text-decoration: underline;
	color: #000;
}

a:active {}

ul {
	padding: 0 40px;
	margin: 0 0 15px 0;
}

img {
	margin: 0 0 10px 0;
}