/* CSS Document */

	body{
		margin:0px;
		background:url(images/background.gif) repeat-x #ffffff;
	}
	
	.main{
		width:845px;
		border-left:6px solid #ffffff;
		border-right:6px solid #ffffff;
	}
	
	.content{
		background:url(images/background_content.jpg) no-repeat #ffffff;
	}
	
	.lightColor{
		background:#F4F3F3;/*#FDF5F5;*/
	}
	
	div.navigation{
		margin-top:30px;
		margin-bottom:30px;
		margin-left:60px;
	}
	
	.menuNavigation:link, .menuNavigation:hover, .menuNavigation:active, .menuNavigation:visited{
		font-family:trebuchet MS;
		font-size:13px;
		color:#333333;
		float:left;
		text-decoration:none;
		width:150px;
		text-align:left;
		padding:1px;
		padding-left:20px;
		background:transparent no-repeat;
	}
	.menuNavigation:hover{
		font-family:trebuchet MS;
		font-size:13px;
		color:#333333;
		float:left;
		background:#eeeeee;
		text-decoration:none;
		width:150px;
		text-align:left;
		padding:1px;
		padding-left:20px;
		background:transparent no-repeat #eeeeee;
	}
	.menuNavigationActive:link, .menuNavigationActive:hover, .menuNavigationActive:active, .menuNavigationActive:visited{
		font-family:trebuchet MS;
		font-size:13px;
		color:#333333;
		float:left;
		text-decoration:none;
		width:150px;
		text-align:left;
		padding:1px;
		padding-left:20px;
		font-weight:bold;
		background:url('images/fleche.gif') transparent no-repeat;
	}
	
	.menuOut{
		background:#ffffff;
		color:#000000;
		font-weight:normal;
		cursor:pointer;
		text-align:center;
	}
	
	.menuOver{
		background:#8A8A8A;/*#8F190D;*/
		color:#ffffff;
		font-weight:normal;
		cursor:pointer;
		text-align:center;
	}
	.menuSelected{
		background:#8A8A8A;/*#8F190D;*/
		color:#ffffff;
		font-weight:bold;
		text-align:center;
	}
	
	.titre{
		margin-top:20px;
		font-family:trebuchet MS;
		font-size:18px;
		font-weight:bold;
		color:#333333;/*#8F190D;*/
		letter-spacing:1px;
		padding:2px;
		border-bottom:1px #dddddd solid;
	}
	.sous-titre{
		margin-top:20px;
		font-family:trebuchet MS;
		font-size:14px;
		font-weight:bold;
		color:#333333;/*#8F190D;*/
		letter-spacing:1px;
		padding:2px;
		border-bottom:1px #dddddd solid;
	}
	.sous-sous-titre{
		font-family:trebuchet MS;
		font-size:13px;
		font-weight:bold;
		color:#000000;
		padding:2px;
	}
	.inputTxt{
		font-family:trebuchet MS;
		font-size:12px;
		color:#000000;
		padding:2px;
		border:#dddddd 1px solid;
		border-top:#cccccc 1px solid;
		border-left:#cccccc 1px solid;
		background:#FFFFFF;
	}
	p,.contenu{
		font-family:trebuchet MS;
		font-size:13px;
		font-weight:normal;
		color:#333333;
		padding:2px;
		text-align:justify;
	}
	.contenu-note{
		font-family:trebuchet MS;
		font-size:12px;
		font-weight:normal;
		color:#000000;
	}
	
	li{
		font-family:trebuchet MS;
		font-size:13px;
		font-weight:normal;
		color:#333333;
		padding:0px;
		margin-bottom:10px;
	}
	
	p b{
		font-size:14px;
		color:#333333;/*#901A0E;*/
	}
	
	.bold{
		font-weight:bold;
	}
	
	.black{
		color:#111111;
	}
	
	a{
		color:#4C84AB;/*#901A0E;*/
	}
	
	.evidence{
		background:#EAEAEA;/*#F2E0DD;*/
		color:#000000;
		padding:10px;
		border:1px solid #8A8A8A;/*#8F190D;*/
		font-weight:bold;
		text-align:center;
	}
	
	#copyright{
		border-top:1px solid #dddddd;
		/*background:url(copyright_back.jpg) repeat-y top right;*/
		padding:3px;
		padding-bottom:15px;
		color:#555555;
		font-family:trebuchet MS;
		font-size:11px;
		text-align:right;
	}
