@charset "utf-8";
/* CSS Document */
object.slideshow{
	margin-left: 205px;
}

body{
	background-image: url(/french/files/images/bg_bar.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#green_bar{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 17px;
	background-color:#003300;
}
#border{
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
	#top_bar{
		height: 17px;
		background-color:#003300;
		color: white;
		text-align: right;
		padding-right: 20px;
		font-size: .85em;
	}
		#top_bar p{
			margin: 0px;
		}
		#top_bar a{
			color: white;
			text-decoration:none;
		}
		#top_bar a:hover{
			text-decoration: underline;
		}
	#nav{
		position: absolute;
		top: 17px;
		left: 21px;
		width: 209px;
		height: 683px;
		background-image: url(/french/files/images/bg_nav.jpg);
		background-repeat:no-repeat;
		color: white;
	}
		#nav ul{
			margin-top: 200px;
			font-size: 1.1em;
			list-style: none;
			padding-left: 0px;
			float: left;
			width: 209px;
		}
		#nav li{
			height: 16px;
		}
			#nav ul li{
				position: relative;
				margin-left: 0px;
				border-bottom: 2px solid #da5e5e;
				padding: 4px 0px 4px 4px;
			}
				#nav ul li:first-child{
					border-top: 2px solid #da5e5e;
				}
				#nav ul li a{
					color: white;
					display: block;
					height: 16px;
				}
				#nav ul li:hover{
					background-color: #105b8f;
				}
				#nav ul li ul{
					background-color: #c50202;
				}
				/*********************************
					Vertical Dropdown Menu 
				*********************************/
					#navigation li { /* all list items */
						position : relative;
					}
					#navigation li ul { /* second-level lists */
						position : absolute;
						/*left: -999em;*/
						display: none;
						left:0;
						margin-left : 209px;
						margin-top : -22px;
						width: 235px;
					}
					#navigation li:hover ul ul{
						/*left: -999em;*/
						display: none;
					}
					#navigation li:hover ul, #navigation li li:hover ul{ /* lists nested under hovered list items */
						/*left: 0px;*/
						display: block;
					}
				/*********************************
					END Vertical Dropdown Menu 
				*********************************/
	#content_pane{
		width: 789px;
		padding-left: 231px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
		#content{
			padding: 30px 30px 0px 30px;
		}
			#content h2{
				text-transform: uppercase;
				color: #0D588E;
			}
			#content ul{
				list-style: url(/french/files/images/bullet.png);
			}
		#footer{
			margin: 50px 0px 0px 30px;
			border-top: 1px solid #666666;
			padding: 20px 0px 5px 0px;
			clear: both;
			color: #888888;
			font-size: .9em;
			text-align: center;
		}
			#footer a{
				color: #444;
			}
