#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#menu-bar
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 980px; 
	height: 23px;
	font-size: 10px;
}

#menu-bar-item-container
{
	float: right;
	width: 980px;
	background-image: url(img/menubar.gif);
	background-repeat: repeat-x;
}

.menu-bar-separator
{
	float: left;
	background-image: url(img/menubar_separator.gif);
	background-repeat: repeat-x;
	width: 1px;
	height: 23px;
}



.menu-bar-item
{
	float: left;
	height: 21px;
	padding: 2px 10px 0px 10px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
}

.menu-bar-itemon
{
	float: left;
	height: 21px;
	padding: 2px 10px 0px 10px;
	background-image: url(img/menubar_highlight.gif);
	background-repeat: repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 19px;	
}

#content
{
	position: relative;
	width: 972px;
	min-height: 820px;
	_height: 820px; 
	margin: 0px auto;
	/* background-image: url(img/fond_pub.gif); */
	background-repeat: repeat-y;
	background-color: white;
	padding: 8px 0px 15px 8px;
}

#content-nomargin
{
	position: relative;
	width: 980px;
	min-height: 489px;
	margin: 0px auto;
	background-image: url(img/ocean2.jpg);
	background-color: white;
	padding: 0px;
}

#content-nomargin2
{
	position: relative;
	width: 980px;
	min-height: 489px;
	margin: 0px auto;
	background-color: white;
	padding: 0px;
}

#content-texte
{
	width: 760px;
	padding-left: 106px;
	padding-right: 106px;
	font-size: 13px;
	color: #000000;

}


a
{
	text-decoration: none;
	color: #336699;
}

a:hover
{
	text-decoration: underline;
}


#citation1
{
	padding-top: 12px;
	padding-left: 0px;
	font-family: Arial, sans-serif;
	font-size: 19px;
	color: #FFFFFF;
	font-weight: italic;
	margin-bottom: 4px;
}

#citation2
{
	padding-top: 12px;
	padding-left: 0px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 4px;
}

#titre1
{
	padding-top: 12px;
	padding-left: 0px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #203B72;
	font-weight: bold;
	margin-bottom: 4px;
	text-align: center;
}

#titre2
{
	padding-top: 12px;
	padding-left: 0px;
	font-family: Arial, sans-serif;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 4px;
}

#footer
{
	position: relative;
	width: 980px;
	margin: 12px auto 0px auto;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: white;
	text-align: center;
}
