
body {
	margin: 0px 0px 0px 0px;
	background-color: #FAFAFA;
}

a:link {
	color: #08b1fe;
	text-decoration : none;
}

a:visited {
	color: #08b1fe;
	text-decoration : none;
}

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

.search {
	color: #FF0000;
	background-color: #AA8800;
}

#boutons {
	clear: both;
	margin-bottom: 10px;
	height: 45px;
	padding: 10px 0px 10px 360px;
	background-color: #c1ac59;
}

#boutons a:link, #boutons a:visited {
	font-family: verdana, trebuchet, sans-serif;
	text-decoration: none; 
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center; 
	background-image: url("/img/boite_degrade.gif");
	padding: 10px;
	border-style:outset;
	border-width: 1px;
}

#boutons a:hover {
	font-family: verdana, trebuchet, sans-serif;
	text-decoration: none; 
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center; 
	background-image: url("/img/boite_fonce_degrade.gif");
	padding: 10px;
	border-style:outset;
	border-width: 1px;
}

#entete {
	clear: both;
	height: 120px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #c1ac59;
	background-image: url("/~jurisdoctoria/img/logo.gif");
	background-repeat: no-repeat;
}

#box {
	float: left;
	clear: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, trebuchet, sans-serif;
}

.box_contenu {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background-image: url("/~jurisdoctoria/img/trait_degrade.gif");
	background-repeat: repeat-x;
}

.box_titre {
	font-size: 0.75em;
	font-weight: bold;
	text-align:center;
}

.box_item {
	font-size: 0.6em;
}

.box_item ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
}

#contenu {
	float: left;
	display: block;
	width:600px;
	background-color: #FAFAFA;
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 50px 30px;
	text-align: justify;
	font-family: "book antiqua", "Times New Roman", serif;
	font-size: 1em;
}

#contenu h1 {
	font-variant: small-caps;
	font-family: "book antiqua", "Times New Roman", serif;
	font-size: 1.5em;
}

#contenu h2 {
	font-variant: small-caps;
	font-family: "book antiqua", "Times New Roman", serif;
	font-size: 1.2em;
}

#contenu h3 {
	font-family: "book antiqua", "Times New Roman", serif;
	font-size: 1.3em;
}

#contenu h4 {
	font-family: "book antiqua", "Times New Roman", serif;
	font-size: 1.1em;
}

#contenu h5 {
	font-family: "book antiqua", "Times New Roman", serif;
	font-size: 0.8em;
}

#baspage {
	clear: both;
	height: 45px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #c1ac59;
	text-align: center;
	font-family: verdana, trebuchet, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
}


