* {
    margin:0;
    padding:0;
}

body {
    background:#FFFFFF url(../images/header_bg.png) repeat-x;
    color:#000000;
    font-family:verdana,arial;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:20px;
}

img {
    border: 0;
}

a {
    color: #7e6f3f;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

h1 {
    line-height: 35px;
    font-family:arial;
    font-size: 200%;
	font-weight: bold;
    color: #7e6619;
    border-bottom: 1px solid #7e6619;
    margin: 10px 0;
}

#left h2 {
	background: url(../images/h2_bg.png) 0 0 no-repeat;
	font:bold 14px/27px Georgia, "Times New Roman", Times, serif;
	color:#7e6619;
	margin: 0 0 10px 6px;
	padding:0 0 0 11px;
	border: none;
}

h2 {
	font: 160% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #007fb4;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 20px;
	border-bottom: 1px solid #fffee4;
}

h3 {
    display: inline;
    color: #f98e1f;
    font-weight: bold;
    font-size: 130%;
    font-variant: small-caps;
    text-align: left;
    margin-top: 10px;
}

h4 {
	color: #2166a6;
	font-size: 115%;
	font-weight: bold;
	text-align: left;
    margin-top: 10px;
}

p {
    text-align: justify;
    line-height: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#maincontent ul {
    list-style: url(../images/31.png);
    padding-left: 30px;
    line-height: 25px;
	margin-bottom: 10px;
}

#maincontent ul li {
    margin-bottom: 5px;
}

.right {
	text-align: right;
}

.center {
    text-align: center;
}

.erreur {
    background: #fff6bf url(../images/exclamation_frame.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    color: #dd0000;
    font-weight: bold;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    margin: 20px 0;
}

.info {
    background: #f8fafc url(../images/information_frame.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #b5d4fe;
    border-bottom: 2px solid #b5d4fe;
    margin: 20px 0;
}

#loginform p {
	margin: 0;
}

#loginform label {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#ffffff;
	margin:0 0 0 12px;
}

#loginform input {
	width:133px;
	height:18px;
	background-color:#F5F5F5;
	color:#000000;
	font:normal 12px/24px Arial, Helvetica, sans-serif;
	border:#D3D3D3 solid 1px;
	margin:0 0 8px 12px;
}

#loginform .btn {
	width: 98px;
	height: 13px;
	border: 0;
	margin: 0 0 4px 48px;
}

#loginform .login {
	width: 47px;
	height: 13px;
	border: 0;
	margin: 0 0 0 99px;
}

#header {
    background: url(../images/header.jpg) no-repeat bottom left;
    height: 300px;
    width: 780px;
    margin: 0 auto;
}

#footer {
    clear: both;
    margin: 10px 0;
    height: 130px;
    width: 100%;
    background:#FFFFFF url(../images/footer_bg.png) repeat-x;
}

#footercontent {
    background: url(../images/footer.jpg) no-repeat top left;
    height: 60px;
    width: 745px;
    margin: 0 auto;
    padding: 20px 35px 50px 0;
    line-height:18px;
    text-align: right;
    font-size: 80%;
}

#main {
    margin: 0 auto;
    width: 780px;
}

#left {
    float: left;
    width: 170px;
    height: 620px;
    background: #FFFFFF url(../images/left_bg.jpg) no-repeat top left;
    padding: 10px 35px;
}

#maincontent {
    padding-right: 25px;
    width: 505px;
    margin-left: 240px;
    text-align: justify;
}

#maincontent form {
    width: 95%;
    margin: 0 auto;
    padding: 1em;
    overflow: auto;
}

#maincontent form p {
    clear: both;
    line-height: 30px;
}

#maincontent input, select, textarea {
    margin-bottom: 10px;
	background-color:#F5F5F5;
	color:#000000;
	font:normal 12px Arial, Helvetica, sans-serif;
	border:#D3D3D3 solid 1px;
}

#maincontent label {
    float: left;
    text-align: right;
    width: 135px;
    margin-right: 10px;
	line-height: 30px;
}

#permanences {
    text-align: center;
    margin: 20px auto;
}

#loginform {
	padding-left: 6px;
}

.newsfoot {
	text-align: right;
	width: 100%;
	background: #fffee8;
	margin-bottom: 5em;
}

.newsfoot img {
	margin: 0 2px -3px 5px;
}

#pagination {
    text-align: center;
    margin: 10px;
    line-height: 25px;
}

#pagination span {
	padding: 4px;
    margin: 2px;
    border: 1px solid #eee;
    color: #eee;
}

#pagination span.current {
    padding: 5px;
	margin: 2px;
	background: #fecc33;
    color: #FFFFFF;
	border: none;
}

#pagination a {
    padding: 4px;
    margin: 2px;
    border: 1px solid #eee;
    color: #7e6f3f;
}

#pagination a:hover {
    padding: 4px;
    margin: 2px;
    border: 1px solid #7e6f3f;
    background: #7e6f3f;
    text-decoration: none;
    color: #F5FBFE;
}



.nav {
	width: 565px;
	margin: 0 0 0 215px;
	height: 30px;
	padding-top: 10px;
	list-style-type: none;
}

.nav li {
	width: 110px;
	height: 28px;
	float: left;
	padding-top: 12px;
}

.nav li.mail {
	width: 15px;
	height: 25px;
	float: left;
	padding-top: 15px;
}

.nav li a{
	display: block;
	width: 110px;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color: #494949;
	background-color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.nav li a:hover{
	background: url(../images/nav_hover.png) 0 0 no-repeat;
	width: 110px;
	height: 20px;
}

.nav li.mail a{
	display: block;
	width: 15px;
	height: 12px;
    margin-left: 5px;
	background: url(../images/contact.png) 0 0 no-repeat;
}

.nav li.mail a:hover{
	background: url(../images/contact.png) 0 -12px no-repeat;
}

#maincontent ul.infosjur {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#maincontent .infosjur li {
	float: left;
	display: block;
	width: 165px;
	height: 120px;
	margin: 0 2px 2px 0;
}

#maincontent ul.infosjur a {
	display: block;
	width: 135px;
	height: 75px;
	padding: 45px 15px 0 15px;

	background: url(../images/infos_juridiques.png) 0 0 no-repeat;
	text-align: center;
	font:bold 14px/20px Georgia, "Times New Roman", Times, serif;
}

#maincontent ul.infosjur a:hover {
	background: url(../images/infos_juridiques.png) 0 -120px no-repeat;
	text-decoration: underline;
}

#drawer-wrapper ul {
    list-style-type: none;
}

.drawer-handle {
    outline: none;
    cursor: pointer;
}

.drawer {
    margin-bottom: 10px;
}

.drawer li {
    margin-left: 12px;
}

.drawer li a {
    font-size: 80%;
}

#maincontent .newsticker {
	list-style-type: none;
	border-left: 3px solid #7E6619;
	background: #FDFFA9;
	padding: 3px;
	margin: 0;
}

#maincontent .newsticker li {
	margin: 0;
	padding-left: 5px;
}
