html, body { 
	height: 100%;
}

*{
	margin:0;
	padding: 0;
	}
	
body {
	background-color: #fff;
	font-style: normal;
	font-family: Verdana, Helvetica, sans serif;
	font-size: 1em;
	font-size: 12px;
	line-height: 1.5;
	lettter-spacing: 1px;
	text-align: justify;
	color: #53534a;
}


#header {
	height: 200px;
	width: 1000px;
	background-color: #b2ac60;
	background: url(../web/header.png);
	}
	
#general {
	margin: 0 auto;
	width: 1000px;
	padding-bottom: 10px;
}

#menu {
	width: 300px;
	float:left;
	padding: 2px 0px 0px 0px;
	height:600px;
	}

#content {
	margin: 25px 0px 0px 350px;
	width: 600px;
	min-height: 450px;
	}

#footer {
	clear: both;
	padding-top: 50px;
	}
	
/*Formatting of the titles*/

h1 {
	color: #53534a;
	font-size: 1.3em;
	font-weight: 200;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #a6a699;
	margin-bottom: 20px;
	text-transform: uppercase;
	}

h2 {
	color: #53534a;
	font-size: 1.3em;
	font-weight: 200;
	padding: 30px 0px 0px 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	}

h3 {
	color: #ab710a;
	font-size: 1.3em;
	font-weight: 200;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	}


img {
	text-decoration: none;
	border: 0px solid #fff;
	}


a {
	color: #53534a;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

p {
	padding: 20px 0px 5px 0px;
	}
/* Styles des listes */

.basiclist li {
	border-bottom:0px solid #999;
	padding: 2px 0px 2px 0px;
	margin: 0px;
} 

#navigation ul { 
	position: absolute;
	width:300px;
}

#navigation li {
	font-size: 1.2em;
	}
#navigation li a {
	display: block;
	height: 50px;
	text-decoration: none;
	text-indent: -2000px;
	background-repeat: no-repeat;
}
	
ul {
	padding: 0px 0px 15px 0px;
	list-style-type: none;
	}

/* styles de texte supplémentaires */

.info { color: #9f9e96;}

#footer a:hover {color: #9f9e96; }

.citation {
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-style: italic;
	padding-bottom: 0px;
	}

.caption {
	font-size: 0.9em;
	}
/* fonctions pour le toggle JQuery */

.civil {
	display: none;
	}

.commercial {
	display: none;
	}

.travail {
	display: none;
	}

.penal {
	display: none;
	}

.family {
	display: none;
	}
	
/*page index*/

#colonne {
	width: 300px;
	height: 300px;
	margin: 0 auto;
	border-left: 1px solid #a6a699;
	border-right: 1px solid #a6a699;
	background: url(../web/fond.png);
	}

