body {
	margin: 0;
	padding: 0;
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
}

img {
	border: none;
}

div#site {
	width: 1025px;
	text-align: left;
}

div#header {
	width: 1025px;
	height: 324px;
}

div#header-content {
	padding: 80px 0px 0px 400px;
}
div#header-texte {
	width: 400px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #ffffff;
}
div#header-texte h1 {
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
div#header-texte p, ul, li {
	font-family: "Arial";
	font-size: 12px;
	color: #ffffff;
}

div#header-texte p a {
		color: #fff;
}

div#header-texte p a:hover {
		color: #fff;
}

div#header-pub {
	float: right;
	width: 172px;
	margin: -50px 0px 0px 0px;
	text-align: left;
}
div#header-left {
	float: right;
	width: 22px;
	height: 10px;
}


div#content {
	width: 1025px;
	background: url(./../img/site-bg.jpg) repeat-x top left;
}

div#menu {
	margin: 20px 20px 20px 20px;
}
div.menu-1 {
	padding: 4px 4px 4px 4px;
	background-color: #DADADA;
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	color: #9E0A0B;
}
div.menu-1 a {
	background-color: #DADADA;
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	color: #9E0A0B;
	text-decoration: none;
}
div.menu-1 a:hover {
	background-color: #DADADA;
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	color: #9E0A0B;
	text-decoration: underline;
}

a {
	color: #9E0A0B;
	text-decoration: none;
}
a:hover {
	color: #9E0A0B;
	text-decoration: underline;
}

.redLink {
	color: #9E0A0B;
	text-decoration: none;
}
.redLink:hover {
	color: #9E0A0B;
	text-decoration: underline;
}

.blackLink {
	color: #9E0A0B;
	text-decoration: none;
}
.blackLink:hover {
	color: #9E0A0B;
	text-decoration: underline;
}

div.menu-2 {
	padding: 3px 3px 3px 10px;
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #9E0A0B;
}
div.menu-2 a {
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #9E0A0B;
	text-decoration: none;
}
div.menu-2 a:hover {
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #9E0A0B;
	text-decoration: underline;
}
div#but-privilege {
	margin: 20px 20px 20px 20px;
}
div#but-pratique {
	margin: 20px 20px 20px 20px;
}
div#but-accueil-haut {
	margin: 20px 20px 20px 20px;
}
div#but-accueil-bas {
	margin: 20px 20px 20px 20px;
}


td#footer-left {
	background: url(./../img/footer-bg-left.jpg) no-repeat top left;
	padding: 5px 5px 5px 10px;
	font-family: "Arial";
	font-size: 13px;
	font-weight: bold;
	color: #9E0A0B;
}
td#footer-right {
	background: url(./../img/footer-bg-right.jpg) no-repeat top left;
	padding: 5px 5px 5px 10px;
	font-family: "Arial";
	font-size: 13px;
	font-weight: bold;
	color: #9E0A0B;
}
td#footer-right a {
	font-family: "Arial";
	font-size: 13px;
	font-weight: bold;
	color: #9E0A0B;
	text-decoration: none;
}
td#footer-right a:hover {
	font-family: "Arial";
	font-size: 13px;
	font-weight: bold;
	color: #9E0A0B;
	text-decoration: underline;
}