/*
 *Common
 */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
}

legend
{
	display: none;
}

.Close
{
	clear: both;
}

ul
{
	margin-left: 15px;
}

ol
{
	margin-left: 20px;
}

a img
{
	border: none 0;
}

/*
 *Main
 */
body
{
	background-image: url(../media/img/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #4777ae;
}

div#Wrapper
{
	position: relative;
	text-align: left;
	margin: 0 auto -60px;
	width: 1040px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../media/img/wrapper_bg.gif);
	background-repeat: repeat-y;
}

	div#InnerWrapper
	{
		position: relative;
		padding: 42px 0 0 40px;
		width: 1000px;
		min-height: 600px;
		background-image: url(../media/img/inner_wrapper_bg.gif);
		background-repeat: no-repeat;
		
	}
	
		div#Header
		{
			position: relative;
			width: 1000px;
			height: 216px;
			background-image: url(../media/img/header_bg.jpg);
			background-position: left bottom;
			background-repeat: no-repeat;
		}
		
		div#ContentContainer
		{
			position: relative;
			width: 960px;
			min-height: 445px;
			background-image: url(../media/img/content_bg.gif);
			background-repeat: no-repeat;
		}
		
		div#ContentContainerMid
		{
			position: relative;
			width: 960px;
			min-height: 445px;
			background-image: url(../media/img/content_mid_bg.gif);
			background-repeat: no-repeat;
		}
		
			div#Left
			{
				position: relative;
				padding: 30px 20px 20px 30px;
				width: 596px;
				float: left;
			}
			
			div#LeftMid
			{
				position: relative;
				padding: 30px 20px 20px 30px;
				width: 420px;
				float: left;
			}
			
				div.FormRow
				{
					position: relative;
					padding-bottom: 8px;
				}
			
			div#Right
			{
				position: relative;
				padding: 30px 30px 20px 30px;
				width: 254px;
				float: left;
			}
			
				div#Right.NoTopPadding
				{
					padding: 0 30px 20px 30px;
				}
				
				div#Right div.carousel
				{
					position: relative;
					width: 254px;
					height: 143px;
					overflow: hidden;
				}
				
					div#Right div.carousel ul
					{
						margin: 0;
						list-style: none;
					}
					
						div#Right div.carousel ul li
						{
							float: left;
						}
			
			div#RightMid
			{
				position: relative;
				padding: 30px 30px 20px 30px;
				width: 420px;
				float: left;
			}

	div#FooterSpace
	{
		position: relative;
		height: 80px;
	}
	
div#Footer
{
	position: relative;
	padding: 10px 70px 0 70px;
	margin: 0 auto;
	width: 900px;
	height: 70px;
	background-image: url(../media/img/footer_bg.gif);
	background-repeat: no-repeat;
}

/*
 *Text
 */	
h1, h2, h3, h4, h5, h6, p, a, ul, ol, th, td, form, fieldset, label, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
}

p.SecNav
{
	position: absolute;
	top: 10px;
	right: 40px;
	text-align: right;
	font-weight: bold;
	color: #fff;
}

	p.SecNav a
	{
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	
		p.SecNav a:hover
		{
			text-decoration: underline;
		}



div#Footer p, div#Footer a
{
	font-size: 10px;
}

div#Footer p.FooterNav
{
	position: relative;
	text-align: center;
	color: #fff;
	
}

	div#Footer p.FooterNav a
	{
		color: #fff;
		text-decoration: none;
	}
	
		div#Footer p.FooterNav a:hover
		{
			text-decoration: underline;
		}

/*Menu*/
#nav-one
{
	position: absolute;
	top: 226px;
	left: 50px;
}

	.nav, .nav ul

	{
		margin: 0;
		list-style: none;
	}

	.nav
	{
		list-style: none;
        z-index: 100;
        position: relative;
	}

	.nav li
	{
		position: relative;
		float: left;
	}

/*
 * Top Menu
 */
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited
{
            display: block;
			line-height: normal;
			font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 11px;
			font-weight: bold;
            color: #fff;
            text-decoration: none;
			padding: 10px 7px;
}                       

#nav-one li a.Last
{
	border-right: none 0;
	padding-right: 16px;
}

#nav-one li:hover a,
#nav-one li.sfHover a
{
		color: #8aad00;
}

/*
 * Niveau 1
 */

#nav-one li:hover ul a, 
#nav-one li.sfHover ul a 
{
		display: block;
		width: 140px;
		font-size: 11px;
		font-weight: normal;
		line-height: 18px;
		color: #fff;
		text-decoration: none;
		border: none 0;
		border-bottom: 1px dotted #dbdeea;
		background-image: none;
		padding: 2px 10px;
}

#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover
{
		color: #fff;
		background-color: #8aad00;
}

.nav ul 
{                         
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		border-right: 1px solid #8aad00;
		border-left: 1px solid #8aad00;
		background-color: #1e2c6d;
		top: -999em;
		left: 1px;
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		opacity: 0.9;
}

.nav li:hover ul,
.nav li.sfHover ul 
{
	   top: 32px;
}

.nav ul li 
{
		padding: 0;
		border: none 0;
		float: none;
}

.nav ul a 
{
		border-bottom: none 0;
}

/*Images*/
img.ImgLeft
{
	margin: 0 10px 10px 0;
	float: left;
}

img.ImgRight
{
	margin: 0 0 10px 10px;
	float: right;
}

a.thickbox img
{
	border: 1px solid #357;
}

a.thickbox
{
	margin: 0 10px 10px 0;
	padding: 2px;
	text-decoration: none;
	background-color: #22336d;
	border: 1px solid #58a;
	display: block;
	width: 102px;
	height: 76px;
	float: left;
	text-align: center;
}
    
    a.thickbox:hover
	{
        background-color: #8aad00;
		border: 1px solid #bbdf29; 
    }
	
/*Forms*/
form, fieldset
{
	border: none 0;
}

	label, input, textarea
	{
		font-size: 13px;
		color: #1e2d70;
	}
	
	label
	{
		width: 110px;
		margin-top: 2px;
		float: left;
		font-weight: bold;
	}
	
	input, textarea
	{
		width: 300px;
		padding: 2px;
		border-right: 2px solid #bbdf29;
		border-bottom: 2px solid #bbdf29;
		border-left: 2px solid #8aad00;
		border-top: 2px solid #8aad00;
	}
	
	textarea
	{
		height: 80px;
		overflow: auto;
	}
	
	input#Submit
	{
		width: 70px;
		height: 26px;
		font-size: 11px;
		color: #1e2d70;
		border: none 0;
		background-color: #bbdf29;
		border-left: 2px solid #ddff4b;
		border-top: 2px solid #ddff4b;
		border-right: 2px solid #8aad00;
		border-bottom: 2px solid #8aad00;
	}
	
	p.Error
	{
		color: #f00;
	}
