body {
	/*background-image:    url(topG.jpg); */
	/*background-position: top left;*/
	background-color : #000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	margin: 0px;
	
	/*
    scrollbar-base-color:#000000;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#000000;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-highlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:#ffffff;*/
	
}

.topDroit{
	position: absolute;
	background-image:  url(LogoTop.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 694px;
	height: 100px;
	margin: 0px;
	left: 0%;
	top: 0px

}


/*A {font-weight:bold; 
   text-decoration:none;
   height: 0px;
   clip: rect( );
   filter: progid;
   filter: progid:DXImageTransform.Microsoft.Zigzag(GridSizeX=32,GridSizeY=8);
   behavior:url(xy.htc);}*/

A:hover {color: #FCD986;
   text-decoration:none;
   height: 0px;
   clip: rect( );
   filter: progid;
   filter: progid:DXImageTransform.Microsoft.Zigzag(GridSizeX=32,GridSizeY=8);
   behavior:url(xy.htc);}
   
A{color: #E77129;
  font-weight: bold;
  text-decoration:none;}
/* A:visited {color: #E77129;} */



/* 
	The definitions below determine how the page looks.
	
	There are 3 main div-elements, which are all positioned absolute
	(relative to the upper left corner of the screen):
	
	.contents: contains the main contents of the page.
	.menu: sidebar with menu
	.logo: logo to be displayed above the sidebar

*/

.block1{
	position: absolute;
	top: 100px;
	width: 202px;
	left: 0px;
	background-color : #a50000;
	background-image:  url(nurse.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 360px;
	border-bottom: thin solid #FCD986;
}

.block2{
	position: absolute;
	left: 203px;
	top: 100px;
	padding: 5px;
	width: 350px;
	background-color : #ffffff;
	border-left: thin solid #FCD986;
}

.block3{
	position: absolute;
	width: 124px;
	left: 570px;
	top: 100px;

}



/* definitions applying to the contents block */
.contents {
	font-family: Verdana, Helvetica, Arial, serif; 
	color: #000000; 
	font-size:12px;
	width: 370px;
	background-color : #ffffff;
	margin: 5px;
	padding: 5px;
	margin-left: auto;
	margin-right:auto;
}

/* definitions applying to the logo */
/*.logo {
	position: absolute;

	top: 20px;
	left: 20px;
}*/

.menu1 {
		position: absolute;
		top: 465px;
		left: 5px;
		width: 124px;
		color: #FCD986;
}

.menu2 {
		float: left;
		top: 100px;
		width: 124px;
		color: #FCD986;
}


#decompte{
	color: #FB1F0F;
	font-weight:bold;
	font-size:10px;
	border: dashed 1px;
	border-color:  #ff0000;
	width: 114px;
	position: absolute;
	top: 20px;
	left: 665px;
}



.menu {
	position: absolute;

	top: 200px;
	left: 30px;
	width: 110px;

	/* use a lighter text color (grey) and a smaller font */
	color: #777;
	font-size: x-small;	
}




/*
	Definitions for headers in the menu (.menu h2), page titles (h1) 
	and dateheads (.contents h2):
	- page titles are centered (within the .contents div)
	- menu headers (h2) use a small font
	- dateheads use a large font and are in a box
*/

h1 {
	text-align: center;
}

.menu h2 {
	font-size: small;
}

.contents h5 {
	/*border: 1px solid #ccc;*/
	text-align: center;
	background-color: #9D9D9D;
	color: #ffffff;
}

.contents h2 {
	/*border: 1px solid #ccc;*/
	font-family: Georgia;
	text-align: center;
	background-color: #9D9D9D;
	color: #ffffff;
}

.titleitem{
	background-color: #9D9D9D;
	color: #ffffff;
	text-align: center;
	font-size: large;

	
}




/* 
	Definitions for the item listings like they are done on the main page and in archives
	- h3.item is the title of an item (<h3 class="item">)
	- .itembody is the item contents
	- .iteminfo contains the time of posting and the name of the author, and the amount of comments
	
	anchors in the iteminfo (.iteminfo a) are not underlined and bold
*/

/* item title */
/*
item {
	border-left: 1px solid #000000;
}*/

.itembody {	
	margin: 5px;
/*	background-image:    url(2poissons.gif); 
	background-repeat: no-repeat;
	background-position: bottom right */
	
;
}

.iteminfo {	
	font-size: x-small;
	color: gray;
}

.iteminfo a {
	font-weight: bolder;
	color: #555;
	text-decoration: none;
}

/*
	Definitions of how comments listings look like on item pages
	- h3.comment contains the name of the comment author
	- .commentbody contains the text from the comment
	- .commentinfo contains the time of commenting
*/

/* comment title */
h3.comment {
	font-size: medium;
	margin-bottom: 10px;
}

.commentbody {
	align: justify;
}

.commentinfo {	
	font-size: x-small;
	color: gray;
}


/*
	Some rules that apply to contents generated using the markup buttons 
	"add left box" and "add right box"
	
	both boxes have slightly larger text, and take a maximum of 20% of 
	the width of the contents.
*/

.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;

}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;	
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;	
}


/*
	Some general rules:
	- images never have a border (even when they are inside a hyperlink)
	- elements having class="skip" are not shown
	- item lists using <ul class="nobullets"> have no list-item bullets
	- highlighted text (in search results) have a yellow background
*/

img {
	border: none;
}

.skip {
	display: none;
}

ul.nobullets {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.highlight {
	background-color: yellow;
}

.formfield{ width: 345px;}

#accueil{ 	font-size: large;
			left: 675px;
			top: 200px;
}


