html {
	background: #EFF3FF;
	margin:0 0 0 -1px;
	padding:0;
	overflow-Y: scroll;
}

body {
	padding:0;
	margin :0;
	display:table;
	width:100%;
	background-color:#EFF3FF;
}

body {
	color:#505050;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
}

p {
	letter-spacing: normal;
	padding:0;
	margin:5px 0;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:24px;
	margin:25px 0 10px 0;
	border-bottom:1px solid #333333;
	clear:both;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ff9900;
	font-size:20px;
	margin:20px 0 10px 0;
	padding-left:5px;
	clear:both;
}

h3 {
	font-weight:normal;
	color:#ff9900;
	font-size:18px;
	margin:20px 0 5px 0;
	clear:both;
}
blockquote {
    font-family:"Courier New", Courier, monospace;
    background-color:#EEEEEE;
    border:1px solid #CCCCCC;
    padding:5px;
    margin:5px 15px 0px 15px;
    color:#033;
    font-style:italic;
}
.source{
    text-align:right;    
    margin:0px 10px 15px 15px;
    font-style:italic;
    font-size:10px;
}

a:link, a:visited {
	color:#6BB501;
	text-decoration:none;
}

a:hover {
	color:#ffb508;
	text-decoration:underline;
}

#wrapper {
	background: transparent url( images/css/page-vbg.jpg ) repeat-y scroll 50% 0px;
	margin:0 auto;
	width:100%;
	border-top: 1px solid #ffffff;
}

#bg {
	margin:0 auto;
	padding:0;
	background:transparent;
	background-image:url(images/css/hat.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}

#header {
	margin: 0 auto;
	min-height:25px;
	height: 25px;
	width: 800px;
}

#page {
	background: transparent url( images/css/page-bg.jpg ) no-repeat center top;
}

#container {
	margin:0 auto;
	width:800px;
}

#banner {
	margin: 0 auto;
	height:150px;
	width:100%;
}

#nav1 {
	height:35px;
	margin:0 auto;
	text-align:center;
}

#nav1 ul {
	display:table;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	position:relative;
	height:35px;
	text-transform:uppercase;
	font-size:12px;
	font-family:Arial, sans-serif;
}

#nav1 ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	background:transparent url('images/css/hmenu.jpg') repeat-x top left;
	border-left:1px solid #1e1e1e;
}

#nav1 ul li a {
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 10px;
	line-height:35px;
	font-weight:bold;
}

#nav1 ul li a:hover, #nav1 li#current a {
	color:#FFFFFF;
	background:transparent url('images/css/hmenu-sel.jpg') repeat-x top left;
}

#content {
	width:780px;
	margin:0 auto;
	text-align:left;
	min-height:800px;
}

#content p {
	text-align:justify;
}

#footerWrapper {
	margin:0 auto;
	height:70px;
	padding:0;
	background:transparent url( images/css/footerWrapper-bg.jpg ) no-repeat scroll center top;
}

#footer {
	margin:0 auto;
	padding:0;
	width:800px;
	height:50px;
}

#footer {
	color:#FFFFFF;
	text-align:center;
}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
}

#footer a:hover {
	color:#ffb508;
	text-decoration:none;
}

#left {
    width:200px;
    padding:10px 10px 20px 5px;
    float:left;
}

#center {
    width:500px;
    padding:10px 20px 20px 30px;
    float:left;
    border-left:1px solid #eeeeee;
}

#sidebar ul.vmenu {
	list-style: none;
	text-align: left;
	margin: 7px 0px 8px 0px;
	padding: 0;
	text-decoration: none;
	border-top: 1px solid #EEEEEE;
}

#sidebar ul.vmenu li {
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;
	border-bottom: 1px solid #EEEEEE;
}

#sidebar ul.vmenu li a {
	text-decoration: none;
	color:#6BB501;
}

#sidebar ul.vmenu li a:hover {
	color:#ffb508;
}

#sidebar ul.vmenu ul {
	margin: 0 0 0 5px;
	padding: 0;
}

#sidebar ul.vmenu ul li {
	border: none;
}

a img {
	border:none;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* autocompletion */
ul.autocompleter-choices {
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #7c7c7c;
	border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;
	background-color:		#fff;
	text-align:				left;
	z-index:				50;
	background-color:		#fff;
}

ul.autocompleter-choices li {
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important;
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				1em;
	line-height:			1.5em;
}

ul.autocompleter-choices li.autocompleter-selected {
	background-color:		#444;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried {
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color:					#9FCFFF;
}

input.autocompleter-loading {
	background-image:		url(images/ajax-loader.gif);
	background-repeat:		no-repeat;
	background-position:	right;
}

.error ul li {
	float:left;
	margin-right:20px;
}

li {
	list-style-type:none;
}

.error {
	color:#C60;
}
.numero{
   font-size:12px;
   background:#6BB501;
   width:22px;
   height:16px;
   color:#FFF;
   float:left;
   margin-top:-1px;
   margin-left:-26px;
   text-align:center;
   -khtml-border-radius:5px 0 0 5px;
   -moz-border-radius:5px 0 0 5px;
   -webkit-border-radius:5px 0 0 5px;
}

.definition {
    margin:15px 0 5px 0;
    border-left:1px solid #6BB501;
    border-top:1px solid #6BB501;
    padding-left:4px;
}


.lien_rub{
	font-size:10px;
}

h1 strong{
	color:#666;
}
.pronat {
	border:1px #ccc dotted;
	padding:5px;
	margin:5px;
}

#content .pagination_result p{
	text-align:center;	
}



#search {
    float:right;
    margin-top:112px;
    margin-right:20px;
}

#center ul {margin:10px 0;
padding :0;}


#sidebar ul{padding:0 10px;}




.selected a{
	font-weight:bold;
	text-decoration:underline;
	color:#009900;	
}


a.aut{
	color:#900;	
}
.source a{
	color:#c00;	
}

.lien_rub{
   font-size:12px;
       font-weight:700;
}
