body {
	margin: 0;
	padding: 0;
	font: 0.8em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	color: #666666;
}
/*
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
*/

input, textarea, select {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	font-size: 1em;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #4F789F;
}

h1 {
	border-bottom: .4em solid #d7ebff;
	color: #333333;
	font-size: 1.8em;
}

h4 {
	border-bottom: .4em solid #d7ebff;
	font-size: 1em;
	padding: 3px 3px 3px 3px;
	text-align:left;
}

#searchblock h4 {
	border-bottom: .4em solid #FFFFFF;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
}

p {
}

blockquote {
	font-style: italic;
}

a {
	color: #4F789F;
}

a:hover {
	text-decoration: none;
}

a:visited{
	color: #333333;
}

hr {
	display: none;
}

.time {
	font-stretch:condensed;
	color:#666666;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 900px;
	height: 130px;
	margin: 0 auto;
	padding: 0 40px;
	clear:both;
}

/* Menu */

#menu {
	padding: 80px 0px 50px 30px;
	text-align:left;
	float:left;
}

#menu a {
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.2em;
}

/* the login and password thingy */
 #topSide {
	float: right;
	width: 280px;
}

/* Logo */

#logo {
	float: left;
	background-image: url(../_graphics/RPCSJUE_LOGO_small_eng.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	width: 150px;
}
/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */
#content {
	float: left;
	width: 273px;
	padding-right: 7px;
}

#content li {
	line-height: 14px;
	list-style-image:url(../_graphics/bullet_black.png);
	margin-left: 9px;
	padding-left: 3px;
	padding-bottom: 7px;
}

.post {
}

.post .date {
	float: left;
	width: 70px;
	margin: 0 15px 0 0;
	padding: 2px 0;
	background: #C9E5FC;
	border: 1px solid #C9E5FC;
	text-align: center;
	font-size: 11px;
	color: #3F4C6B;
}

.post .date b {
	display: block;
	padding: 5px 0;
	background: #F4FAFE;
	font-size: 24px;
	font-weight: normal;
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0 0 0 0;
	color: #B2B7C4;
}

.post .entryT {
	padding: 20px 0;
/*	line-height: 200%; */
}
.watermark {
	width: 100%;
	border-bottom: .2em solid #F0F8FF;
	color: #333333;
	
}

/* top du post */
.hat {
	clear: both;
}

.hat ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hat li {
	margin-bottom: 10px;
	padding: 10px 20px 40px 20px;
	background: url(../_graphics/img05.jpg) no-repeat;
	list-style-type: none;
}
/*
.hat li ul{
	line-height: 240%;
}
*/
.hat li li{
	margin: 0;
	padding: 0;
	background: none;
	padding-left: 15px;
/*	background: url(../_graphics/img05.gif) no-repeat left center;*/
}

.hat h2 {
	margin-bottom: 15px;
	color: #4F789F;
}


/* Sidebar */

#sidebar {
	padding-left: 7px;
	float: right;
	width: 283px;
}

#sidebar ul, #topSide ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topSide li {
	margin-bottom: 20px;
	padding: 10px 10px 30px 10px;
	background: url(../_graphics/img04.jpg) no-repeat;
}

#sidebar li ul, #topSide li ul {
	line-height: 240%;
}

#sidebar li li, #topSide li li {
	margin: 0;
	padding: 0;
	background: none;
	padding-left: 15px;
}

#sidebar h2, #topSide h2 {
	margin-bottom: 20px;
	text-transform: lowercase;
	color: #4F789F;
}

#searchblock {
	width: 290px;
	float:left;
	background-color:#d7ebff;
	text-align:right;
	padding-bottom: 7px;
}

.indentedText {
	padding-right: 15px;
}

/* Footer */

#footer {
	clear: both;
	padding: 15px 0;
	/*background: #EAF1F7; */
	border-top: 5px solid #d7ebff;
	text-align: center;
}

#footer p {
	margin: 0;
	color: #76AEDB;
}

#footerText {
	margin: 15px 0px 15px 0px;
	font-size:80%;
	color:#000066;
}

a.footer:hover {
	background: #FFFFFF;
	color: #000066;
}
a.footer {
	background: #4F789F;
	color: #FFFF33;
	text-decoration:none;
}

a.footerInverse {

	text-decoration:none;
}

a.footer:visited {
	background: #4F789F;
	color: #FFFF33;
}
a.footerStatic, a.footerStaticOriginal {
	background: #D8F5FC;
	color: #000000;
	text-decoration:none;
}

/* autocomplete */

#ysearchautocomplete2 {
	position:relative;
	padding-right: 15px;
}
#ysearchcontainer2 {
	position:absolute;
	top:39px;
	right: 298px;
	width: 100%;
}
#ysearchcontainer2 .yui-ac-content {
	position:absolute;
	width:100%;
	border:1px solid #404040;
	background:#fff;
	overflow:hidden;
	z-index:9050;
}
#ysearchcontainer2 .yui-ac-shadow {
	position:absolute;
	margin:.3em;
	width:100%;
	background:#a0a0a0;
	z-index:9049;
}
#ysearchcontainer2 ul {
	padding:5px 0;
	width:100%;
}
#ysearchcontainer2 li {
	padding:0 5px;
	cursor:default;
	white-space:nowrap;
}
#ysearchcontainer2 li.yui-ac-highlight {
	background:#a0a0a0;
}
#ysearchcontainer2 li.yui-ac-prehighlight {
	background:pink;
}

.right{
	margin-right: 50px;
	width:80%;
	text-align:right;
}

.rightText{
	text-align:right;
}
.left{
	text-align:left;
}

.verySmall {
	font-size: 0.73em;
}
/*
These 2 elements are used on the Status page to display information on the search engines.
And to display the languages in which translations are available.
*/
.availableTranslation {
	float:right;
	padding-right: 50px;
}

.noteText {
	font-size:12px;
	padding-right: 50px;
	text-align:justify;
	font-style:italic;
}

.resultEntity a.htmlLink {
	padding-right: 1.5em;
	background: url(../_graphics/html.png) no-repeat right center;
}

.resultEntity a.pdfLink {
	padding-right: 1.5em;
	background: url(../_graphics/pdf.gif) no-repeat right center;
}

#nb {
	clear: both;
}
#reAdjust {
	text-align:right;
}
.resultInformationRight {
	width: 400px;
	float: right;
	height: 17px;
}

.resultInformationLeft {
	width: 400px;
	float: left;
	height: 17px;
}
.selectTranslation {
	font-size:14px;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold; 
	color: green;
}
.reloadMessage {
	color: red;
}

.float {
float: left;
width: 60%;
margin: 0.1em 0;
}
.float2 {
float: left;
width: 40%;
margin: 0.1em 0;
}
.text {
font-size:12px;
}
