
* {
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	background-color:#CC6600;
}

/*Styles pour l'URL du site en haut de page*/

#url {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
	padding-top: 2px;
}

#url a {
	text-decoration: none;
	color: #FFFFFF;
}

#url a:hover {
	color: #000066;
}

/*Page fond blanc*/

#page {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom:10px;
}

/*Le header comprend le nom du Cabinet + le métier + le bandeau + le menu horizontal*/

#header {
	width: 800px;
	margin-bottom: 30px;
}

#header h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	color: #000066;
	font-weight: normal;
	display:inline;
	padding-left: 10px;
}

#header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
	display:inline;
	font-weight: normal;
	padding-left: 105px;
}

#header a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 25px;
	margin-bottom: 15px;
}

#menu_general {
	font-size: 10px;
	text-align: right;
	margin-right: 20px;
}

#menu_general a {
	text-decoration: none;
	color: #330033;
}

#menu_general a:hover {
	color: #CC6600;
}

#menu_general li {
	display: inline;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/puce.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
	padding-left: 13px;
}

/* Menu vertical */

#menu_recueil {
	width: 240px;
	padding-left: 10px;
	float: left;
	margin-left: 10px;
}

#menu_recueil h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CC6600;
	margin-bottom: 12px;
	font-weight: normal;
}

#menu_recueil ul li {
	list-style-type: none;
	font-weight: normal;
	padding-left: 10px;
	list-style-type: none;
	line-height: 2;
}

#menu_recueil ul li a {
	font-weight: normal;
	padding-left: 10px;
	list-style-type: none;
	color: #330033;
	text-decoration: none;
}

#menu_recueil ul li a:hover {
	color: #CC6600;
}

/*Contenu des pages*/

#corps {
	width: 510px;
	margin-left: 270px;
}

#corps h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CC6600;
	font-weight: normal;
}

#corps h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	margin-left: 20px;
	border-bottom-style: dotted;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #CC6600;
	margin-top: 20px;
}

#corps p {
	line-height: 2;
	margin-bottom: 15px;
	margin-left: 20px;
	text-align: justify;
}

#corps li {
	line-height: 2;
	margin-left: 40px;
	list-style-type: square;
}

#corps a {
	text-decoration: none;
	color: #000066;
}

hr {
	visibility: hidden;
	margin-bottom: 45px;
}

.separation {
	clear:both;
}

form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 2;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

label {
	font-size: 11px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer {
	text-align: center;
	width: 800px;
	line-height: 2;
}

#footer h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #330033;
	font-weight: normal;
	text-decoration: overline;
}

#footer a {
	text-decoration: none;
}
