body {	
	background-repeat: repeat-y;
	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;	
}

#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:  #666699;
	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: #666699 !important; 
}

#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.gif') #fff;	
}

#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: #ffd2c0;
	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;
}

.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;
	
	
}

