@charset "UTF-8";
/* CSS Document */
/* Main page*/
#mainpage		{ 
			display:block;
	      	width: auto;
			position: relative;
			top:0px;
			margin-left:auto;
			margin-right:auto;
			width:800px;
			}
			
#columnrightaccueilnouveautes {
			width:662px;
			height: 510px;
			float:left;
			margin-left:10px;
			overflow:scroll;
			overflow-y:scroll;
			overflow-x:hidden;
			}	
			
.maintextarrosage	{
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#464646;
			margin-top:10px;
			margin-left:2px;
			line-height:20px;
			}
			
#bgcolortitlemain
{
border-bottom: solid;
border-bottom-color:#B0C4DE;
border-spacing:10px 30px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#464646;
font-size: 14px;
font-weight:bold;
}

#bgcolortitledocumentation
{
border-top: solid;
border-top-color:#B0C4DE;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#464646;
font-size: 12px;
}


#text 	{
		position: relative;
		top:-5px; /* in conjunction with left property, decides the text position */
		left:10px;
		width:280px; /* optional, though better have one */
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
		font-size:10px; 
		color:#909090;
		}
		
#text2 	{
		position: absolute;
		top: 675px; /* in conjunction with left property, decides the text position */
		left:710px;
		width:80px; /* optional, though better have one */
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
		font-size:12px; 
		color:#909090;
		}
/* Main page over */


#container {
			background:url(../pictures/backgroundshadow.jpg) top no-repeat;
			margin:0px auto;
			width:900px;
			height:800px;
			}
			
#topleft 	{
			width:500px;
			height:20px;
			position:relative;
			top:40px;
			left:60px;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			color:#bdbdbd;
			font-size:14px;
			}
					   
a:link { color:#bdbdbd; text-decoration: none;}
a:visited { color:#bdbdbd; text-decoration: none;}
a:active { color:#bdbdbd; text-decoration: none; }
a:hover { color:#464646; text-decoration: none; }
			
#topright 	{
			width:100px;
			height:20px;
			position:relative;
			top:20px;
			left:750px;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			color:#bdbdbd;
			font-size:14px;
			}

#headerwrapper {
			background-image: url(../pictures/arrosage/dotsbackgroundarrosage.jpg);
			width:900px;
			height:100px;
			position:relative;
			top:20px;
		
			}
				
#logormg	{
			font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
			font-size:24px; 
			color: #464646;
			margin:0px;
			padding:0px;
			position:relative;
			top:40px;
			left:60px;
			width:300px;
			}	
			
	
#headerphoto	{
			background-image: url(../pictures/headerbarphoto.jpg);
			width:900px;
			height:100px;
			position:relative;
			top:30px;
			left:0px;
			border:none;
			} 

			
#main		{ 
			display:block;
	      	width: auto;
			position: relative;
			top:50px;
			left:60px;
			width:800px;
			}
			
.maintext	{
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#464646;
			margin-top:10px;
			margin-left:2px;
			line-height:20px;
			}		
			
#columnleft	{
			width:120px;
			float:left;
			margin-left:0px;
			float:left;	
			}

#columnright {
			width:630px;
			float:left;
			margin-left:0px;
			}
			
#columnrightaccueil {
			width:630px;
			float:left;
			margin-left:10px;
			height: 500px;
			}	


#columnleftdocumentation {
			width: 310px;
			float:left;
			margin-left: 15px;
			height: 500px;
			margin-left:10px;
			overflow:scroll;
			overflow-y:scroll;
			overflow-x:hidden;
			}	

#columnrightdocumentation {
			width: 326px;
			float: left;
			margin-left: 20px;
			float: left;
			height: 500px;
			}
#contacts {
			position: relative; 
			top: 0px;
			left: 15px; 
			width: 220px;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #999;
			border-top: solid; 
			border-top-color: #CCC;
			}	

#contacts2 {
			position: absolute; 
			top: 0px;
			left: 280px; 
			width: 220px;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #999;
			border-top: solid; 
			border-top-color: #CCC;
			}
#contacts3 {
			position: absolute; 
			top: 0px;
			left: 545px; 
			width: 220px;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #999;
			border-top: solid; 
			border-top-color: #CCC;
			}
			
ul#sidemenu {
			list-style:none;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size :12px;
			text-decoration:none;
			width: 100px;
			height:350px;
			text-align:left;
			padding:0px;
			vertical-align:top;
			margin-top:5px;
			margin-left:0px;
			float:left;
			}
	
ul#sidemenu li {
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size :14px;
			text-decoration:none;
			border-bottom:thin;
			border-bottom-color:#464646;
			width:118px;
			padding:0px;
			float:left;
			}

ul#sidemenu li a {
			text-decoration:none;
			display:block;
			color:#B0B0B0;
			padding: 5px 0px;
			width:108px;
			border-bottom-style:dotted;
			border-bottom-width:thin;
			border-bottom-color:#333;
			float:left
			}
ul#sidemenu li a:hover {
						color:#464646;
					   }

