/* CSS Document */


	body
	{
		background-color:#000000;
		background-image:url(../images/bg.jpg);
		background-position: top center ;
		background-repeat:repeat-x;
		background-repeat:no-repeat;
		padding:0px;
		margin:0px;
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333333;
	}
	p
{
    text-align: justify;
}
	
	
	#box 
	{
		position:relative;
		width:819px;
		margin-left:auto;
		margin-right:auto;
	}
	
	
	
		#box #headerBloc
		{
			background-image:url(../images/header.jpg);
			background-repeat:no-repeat;
			width:819px;
			height:270px;
		}
			
			#box #headerBloc #lang
			{
				position:absolute;
				top:230px;
				right:40px;
			}
			
			#box #headerBloc #perso
			{
				position:absolute;
				top:0px;
				right:50px;
			}
		
		
		#box #contentBloc 
		{
			width:819px;
			background-color:#FFFFFF;
			position:relative;
		}
		
			#box #contentBloc #subcontentLeftBloc
			{
				width:250px;
				float:left;
			}	
			
				#box #contentBloc #subcontentLeftBloc #menu
				{
					margin-top:15px;
					margin-bottom:25px;
					margin-left:35px;
					padding:0px;
					list-style:none;
				}						
						
				    #box #contentBloc #subcontentLeftBloc #deselected
					{
						background-image:url(../images/li.jpg);
						width:185px;
						height:33px;
						font-size:12px;
						list-style-type:none;
					}
				
					#box #contentBloc #subcontentLeftBloc #selected
					{
						background-image:url(../images/liSelected.jpg);
						width:185px;
						height:33px;
						font-size:12px;
						list-style-type:none;
					}		
					
					.menuLinks a
                    {
						text-decoration:none;
						text-transform:uppercase;
                        line-height:32px;
	                    margin-left:20px;
                    }
                    .menuLinks a:link
                    {
                        text-decoration: none;
                        color: #FFFFFF;
                    }
                    
                    .menuLinks a:visited
                    {
                        text-decoration: none;
                        color: #FFFFFF;
                    }
	
				
				#box #contentBloc #subcontentLeftBloc span#copyright
				{
					margin-left:37px;
					font-size:12px;
				}
						
					
			#box #contentBloc #subcontentRightBloc
			{
				width:540px;
				float:left;
				background-color:#FFFFFF;
				
			}	
			
				#box #contentBloc #subcontentRightBloc #content h1
				{
					color:#97be0d;
					font-size:16px;
					font-weight:bold;
					text-transform:uppercase;
					
					padding:0px;
					margin-top:12px;
					margin-bottom:10px;
					margin-left:0px;
					margin-right:20px;
				}
				
				#box #contentBloc #subcontentRightBloc #content h2
				{
					color:#97be0d;
					font-size:12px;
					font-weight:bold;
					
					padding:0px;
					margin-top:10px;
					margin-bottom:10px;
					margin-left:0px;
					margin-right:20px;
				}
				
				#box #contentBloc #subcontentRig
				
				#box #contentBloc #subcontentRightBloc #content p
				{
	
					font-size:12px;
					padding:0px;
					margin-top:5px;
					margin-bottom:10px;
					margin-left:15px;
					margin-right:40px;
                    font-weight: 700;
}

				#box #contentBloc #subcontentRightBloc #content a:link
{
                    font-size: 12px;
                    color: #009BDC;
                    text-decoration: none;
    font-weight: 700;
}
				
				
				#box #contentBloc #subcontentRightBloc #content a:visited 
				{
					font-size:12px;
					color:#009BDC;
					text-decoration:none;					
				}
				
				#box #contentBloc #subcontentRightBloc #content a:hover, 
				#box #contentBloc #subcontentRightBloc #content a:active
				{
					text-decoration:underline;					
				}
		
		
		#box #border_bottom 
		{
			background-image:url(../images/border_bottom.gif);
			width:819px;
			height:20px;
			margin-bottom:20px;
		}
