/*
	File Name/Nom du fichier:				sidenav.css
	Author/Auteur:							Web Services CoE / CE des services Webs
	Date Created/Date de création:			2006-06-02 (yyyy-mm-dd)
*/

/*	
	File functions/Fonction du fichier:
	---------------------------------------------------------------------------
		This stylesheet is for developers. 
		This is where you can adjust the styles of the left navigation menu.

		If any changes are made to this stylesheet, validate it before publishing:
		http://validator.w3.org/
	-----
		Cette feuille de style est pour les développeurs.
		C'est dans ce fichier que vous pouvez ajuster les styles pour la navigation côté gauche. 

		Tout changement dans la feuille de style doit être validé avant publication:
		http://validator.w3.org/


	Revision History/Historique des révision:
	Date											Revised By/Revue par
	---------------------------------------------------------------------------
	June 2,2006										Web Services CoE
		Create file.


	---------------------------------------------------------------------------
*/


.wrap {
width:450px;
}

.topcontain {
width:450px;
}


	#sidenav h1 {
		border-bottom: 3px solid #366;
		margin: 0;
	}
	
	#sidenav h1.title {
	    color: #336666;
	    font-family: arial, helvetica, sans-serif; 
	    font-size: 90%; 
	    font-weight: bold; 
	    font-style: normal; 
	    background: #cccccc;
		padding: 2px 0 2px 2px;
	}

	ul.blogroll{
		list-style: none;
		margin-left: 0;
		padding-left: 0;

	}


/* Footer line */
	#footerline {
  		border-top: 1px solid black;
	}
	
	.center {
	text-align: center;
	}
	
	div.shadedbox {
		background-color: #FFCC66;
		padding: 0px;
		border-color: #000000;
		border-width: 1px;
		border-style: solid;
		color: #000000;
		text-align: center;
		margin-bottom: 15px;
	}
	
	div.shadedbox p {
		margin: 0px;
		padding: 3px;
		font-size: 14px;
	}
	div.shadedbox a {
		font-weight: bold;
	}
	
	div.shadedbox h3 {
		background-color: #990000;/*#CC9966;*/
		color: white;
		margin: 0px;
		padding: 0px;
	}
	
	.floatright {
	float: right;
	border-top: 2px solid #366;
	border-bottom: 2px solid #366;
	border-left: 2px solid #366;
	border-right: 2px solid #366;
	
	}

	.floatleft {
	float: left;
	}
	
	.littlebox {

	color: #000;
	background-color: #fff;
	border-style: solid;
	border-color: #000;
	border-width: thin;
	display: block;
	padding: 3px;
	}
	
	.floatrightimage {

	float: right;
	padding-left: 20px;	

}

dl.size, p.size {
	
	font-size: 90%;
	font-weight:100;
}

a:link  {

  
  color:#993300

} 



a:visited  {

  color: #993300;
}



a:active  { 

  color: #003333;  text-decoration: none; background-color: #FFF;

}



a:hover {

	background-color: #fff;
	color:#336666;
}


ul{
	font-size: 90%;
}

ul p{
	font-size: 90%;
}

.greentext	{
	color: #009933;
}