﻿/*	Content Elements  */

.content
{
	background-color: #ffffff;
}


.content-grid
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding: 0px 5px 2px 0px;
	margin-bottom: 2px;
}


.onglet
{
	width: 335;
}


.onglet-top
{
	background-color: #1a222f;
}


.onglet-left
{
	background-image: url("/images/left-nav-plusSign.gif");
	width: 32;
	background-position: 18px 5px;
}


.onglet-left-selected
{
	background-image: url("/images/left-nav-minusSign.gif");
	width: 32;
	background-position: 18px 5px;
}


.onglet-middle
{	
	width: 289;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}


.onglet-right
{
	width: 14;
	
	background-image: url("/images/onglet-bg-right.gif");
	background-position: 0px 5px;
}

.onglet-left, .onglet-middle, .onglet-right, .onglet-left-selected
{
	background-repeat: no-repeat;
	background-color: #cee1f3;
}





/*	Infos Bubble Header  */

#infosBubble-container
{	
	margin: 15px 0px 15px 0px;
}


.infosBubble
{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding-right: 17px;
	
	background-color: #1c0e0e;
}





/*	Left Nav  */

.left-nav-section
{
	margin-left: 35px;
	padding-left: 15px;
}


.left-nav-subSection
{
	margin-left: 50px;
	padding-left: 15px;
}


.left-nav-closeIcon
{
	background-image: url("/images/left-nav-plusSign.gif");
}


.left-nav-openIcon
{
	background-image: url("/images/left-nav-minusSign.gif");
}


.left-nav-fixIcon
{
	background-image: url("/images/left-nav-dotSign.gif");
}


.left-nav-closeIcon, .left-nav-openIcon, .left-nav-fixIcon
{
	background-repeat: no-repeat;
	background-position: 0px 4px;
}



a.left-nav
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
}

a:hover.left-nav
{
	text-decoration:underline;
}

a.left-nav-selected
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
}

a:hover.left-nav-selected
{
	text-decoration:underline;
}


.left-nav-separator
{
	width: 182px;
	margin-left: 18px;
}





/*	Left Elements  */

.left-logos
{
	width: 138;
	text-align: center;
	margin: 15px 0px 0px 37px;
}






/*	Bottom Elements  */

#bottom-infos-container
{
	margin: 15px 0px 15px 0px;
}

.bottom-infos-bg
{
	background-color: #1c0e0e;
}

.bottom-infos
{
	color: #ffffff;
	font-size: 12px;
	
	padding: 0px 0px 0px 7px;
}

.bottom-nav
{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.bottom-allright
{
	color: #ffe400;
	font-size: 10px;
}

.bottom-infos, .bottom-nav, .bottom-allright
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


a.bottom-infos-link
{
	color: #ffffff;
	text-decoration:none;
}

a:hover.bottom-infos-link
{
	text-decoration:underline;
}

a.bottom-nav-link
{
	color: #ffffff;
	text-decoration:none;
}

a:hover.bottom-nav-link
{
	text-decoration:underline;
}

a.bottom-allright-link
{
	color: #ffe400;
	text-decoration:none;
}

a:hover.bottom-allright-link
{
	text-decoration: underline;
}





/*	Header Top Elements  */

.header-nav-txt
{
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}



#header-nav-container
{
	float: right;
}



a.header-nav
{
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}

a:hover.header-nav
{
	text-decoration:underline;
}

a.header-nav-selected
{
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

a:hover.header-nav-selected
{
	text-decoration:underline;
}



/**/