body {
	background-color: #ebebeb;
	text-align: left;
	font-size: 13px;
	font-family: Arial, Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	position: relative;	
	padding: 0;
	margin: 0;	
	background-repeat: no-repeat;
	background-image: url('/img/background.jpg'); 
	background-position: center 140px;
}

#menu
{
	margin: 100px 0 10px 0;
	background: url('/img/menu_middle.gif'); 
	text-align: center;
	
}

#menu_left
{	
	background: url('/img/menu_left.gif'); width: 4px; height: 34px; float: left;
}

#menu_right
{	
	background: url('/img/menu_right.gif'); width: 5px; height: 34px; float: right;
}

.menu_first
{	
	background: none !important;
}

#menu li
{
	list-style-type: none;
	display: inline;
	position: relative;
	z-index: 9;
}

#menu a
{
	font-size: 18px;
	color: #fff;
	/*border: solid 1px black;*/
	font-weight: bold;	
	text-decoration: none;
	padding: 7px 10px 6px 12px;
	margin: 0;
	line-height: 34px;
	background: no-repeat url("/img/menu_separator.gif") left;
	outline: none;
	cursor: pointer;	
}

.submenu {
	left: 0;
	/*display: none;*/
	position: absolute;
	top: 22px;
	width: 200px;
	padding: 0 5px 5px 5px !important;
	margin: 0;	
	text-align: left;
	visibility: hidden;
	background:  #727171;
	border-bottom: solid 1px #4b4a67;
	border-left: solid 1px #4b4a67;
	border-right: solid 1px #4b4a67;
}

.submenu li {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none !important;
	list-style-position: outside !important;
	list-style-image: none;
	position: relative;
	display: block !important;
	text-indent: 0 !important;
	
	
	
}

.submenu a {
	padding: 2px !important;
	margin: 0 !important;
	font-size: 10px !important;
	background: none !important;
	line-height: 10px !important;
	display: block !important;
	font-size: 12px !important;
	line-height: 15px !important;
	text-indent: 0 !important;
}

.submenu a:hover {
	background: #fff !important;
	color: #000 !important; 
}

.recent1 td {
	background: #aeffb0;
}

.recent2 td {
	background: #ffaeae;
}

#rightBlock
{
	width: 210px; 
	padding: 0 5px; 
	border-right: solid 1px #666699; 
	 
	float: left; 
	margin-right: 15px;
}

h3
{
	color: #666699;
	background: url('/img/puce.gif') center no-repeat;
	padding-right: 15px;
	
}

h3.first
{
	padding-top: 0;
	margin-top: 0;	
}



#logo
{
	background: url('/img/logo_chienCitoyen.gif'); 
	width: 360px; 
	height: 100px; 
	position: absolute;	
}


#devise
{
	background: url('/img/logo_devise.gif'); width: 332px; height: 20px; position: absolute; right: 20px; top: 70px;	
}

#main
{
	width: 959px; margin: 0 auto;  padding: 5px 20px; position: relative; background: url('/img/bg.png');	
}

#main_bottom
{
	background: url('/img/main_bottom.gif') no-repeat; height: 8px; width: 999px; margin: 0 auto;	
}


hr {
	/*padding-top: 30px;*/
	border: solid 1px #666699;
}

.cadre {border: solid 1px #cecfcf; height: 162px; margin: 0 0 10px 0; padding: 1px; position: relative;}
.cadre_corner {position: absolute;  width: 2px; height: 2px; background-repeat: no-repeat;}
.cadre_corner_tl {top: -1px; left: -1px; background: url('/img/cadre_top_left.gif');}
.cadre_corner_tr {top: -1px; right: -1px; background: url('/img/cadre_top_right.gif');}
.cadre_corner_bl {bottom: -1px; left: -1px; background: url('/img/cadre_bottom_left.gif');}
.cadre_corner_br {bottom: -1px; right: -1px; background: url('/img/cadre_bottom_right.gif');}

table.beautifulTable th       { color: white; font-weight: bold; padding: 1px; margin: 1px; background: #ccddff;}
table.beautifulTable thead    { color: white; font-weight: bold; background: #6699FF;}
table.beautifulTable thead td { text-align: center;}
table.beautifulTable thead th { text-align: center; background: #fff;}
table.beautifulTable          { background: #fff; border: solid 1px black;}
table.beautifulTable td       { border-collapse: collapse; padding: 2px; margin: 1px;}
table.beautifulTable tfoot    { background: #fff; color: #aaa; font-weight: bold; }



li
{
	list-style-position: inside;
		
}

thead
{
	background-color: #d2d0ec;
	border-bottom: double 3px black;
}

thead td
{
	text-align: left;
	font-weight: bold;
	padding: 3px;			
}

td
{
	padding: 3px;	
}

th
{
	padding: 3px;	
	text-align: left;
	font-weight: bold;
}

a img
{
	border: 0;	
}


#error
{
	border: solid 1px red;
	padding: 10px;
	margin-bottom: 10px;
	background: #FFA0A0;    	
}

#error h3
{
	color: #000;
	margin: 0px;
	padding: 0px;	   	
}

#error ul
{
	padding: 10px 0 0 20px;
}



#footer
{
	text-align: center;
	color: #666699;
	font-size: 10px;
	font-weight: bold;
}

p
{
	margin: 10px 0 0 0;
	
}

ol
{
	padding: 0 0 0 10px;
	list-style-position: inside;
	
}

a
{
	color: #555;
}

input, textarea, select
{
	border: solid 1px #aaa;
}

textarea
{
	font-family: Arial, Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 1em;
}

form
{
	margin: 0;
	padding: 0;
}

ul
{
	margin: 0;
	padding: 0;
}

h1
{
	color: #666699;
	font-size: 20px;
}

h2
{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.8em;
	color: #666699;
}

h2 img
{
	vertical-align: bottom;
}

.input_with1
{
    width: 400px;
}

.ui-widget {
	font-size: 1em !important;
}

.ui-button-text {
	padding: 0.15em 0.6em !important;
}

.ui-datepicker {
	
	font-size: 12px !important;
}

.ui-datepicker-trigger {
	vertical-align:text-bottom;
	margin: 0 2px 0 2px;
	
	
}

.post_view
{
	width: 97%;
	border-collapse: collapse;
	
}

.post_view td
{
	padding: 4px;	
	margin: 0;	
}

.post_view .userBlock
{
	background: #d2d0ec;
	width: 120px;
	border: solid 1px black;
}

.post_view .noBorder
{
	border: 0;
}
.post_view .noBorder td
{
	padding: 0;
	border: 0;
	line-height: 3px;
	height: 3px;
	font-size: 3px;	
}


#post_form
{
	width: 97%;
	background: #d2d0ec;
	border: solid 1px black;
}

#forum_previsu
{
	border: solid 1px black;
	padding: 5px;
	margin: 0 auto;
	width: 478px;
	display: none;
	
}

#post_form .largeur
{
	width: 535px !important;
}
.bb_barre
{
width: 539px
}

.topics_view 
{
	border: solid 1px black; width: 97%;
}

#topics_index, .topics_view
{
	margin: 5px;
}

#topics_index td
{
	padding: 5px 3px 5px 3px;
	
}

.topics_view .recent
{
	background-color: #CCFFD1;	
}

#topics_index_search
{
	border:solid 1px black; 		
	background: #d2d0ec;
	padding: 3px;
	margin: 5px;
}

#topics_index_search input
{	
	vertical-align: middle;	
}



