/* CSS Global du site */

body
{	
	margin:0px ;
	padding:0px ;
	color:#999999 ;
	font-family:'Old Standard TT',Georgia, "Times New Roman", Times, serif ;
	background:#000000 url('Images/header.png') repeat-x;
}

#header
{
	margin:0px;
	padding:0px;
	width:100% ;
	height:100px ;
}

	#header h1
	{
		margin:auto ;
		margin-bottom:5px ;
		padding:0px ;
		font-size:2em ;
		text-align:center;
		text-align:center;
	}
	
		#header h1 a
		{
			padding-top:3px ;
			text-decoration:none ;
			color:#ffffff ;
		}
		
		#header h1 a:hover
		{
			text-shadow: 0px 0px 10px #fff;  
		}

#crap {
	width:500px;
	margin:auto;
}

#menu 
{
	margin:auto;
	padding:0px ;
	list-style-type:none ;
	font-variant:small-caps ;
	font-weight:bold ;
	letter-spacing:1px ;
	text-align:center;
}

	#menu li 
	{
		float:left ;
		margin-left:20px ;
	}
	
	#menu .separateur
	{
		margin-left:20px ;
		color:#cccccc ;
	}


	#menu a 
	{
		display:block ;
		float:left ;
		text-align:center ;
		color:#cccccc ;
		text-decoration:none ;
	}

		#menu a:hover 
		{
			color:#ffffff ;
			border-bottom:none ;
		}

	#menu a span 
	{
		display:none ;
	}

			#menu a:hover span 
			{
				display:block ;
				width:800px ;
				position:absolute ;
				top:30px ;
				left:20px ;
				text-align:left ;
				font-variant:normal ;
				font-weight:normal ;
				font-style:italic ;
			}

#contenu
{
	margin-top:0px ;
	padding:15px ;
	padding-left:20px ;
	padding-right:20px ;
}

#descriptionAcc
{
	width:820px ;
	margin:auto ;
}

.description
{
	width:700px ;
	margin:auto ;
}


a
{
	color:#207dc8 ;
	text-decoration:none ;
}

	a:hover, a:active, a:focus
	{
		text-decoration:underline ;
	}
	
	a:focus, a:visited
	{
		border:none;
	}

p
{
	text-align:justify ;
}

	p:first-letter
	{
		color:#CCCCCC ;
		font-size:1.2em ;
		padding-right:2px ;
	}


	h2:first-letter
	{
		color:#CCCCCC ;
		font-size:1.2em ;
	}

/* Classes */

.centre
{
	text-align:center ;
}

/* Pano Sphériques */

#imgSphereContainer
{
	width:100% ;
	text-align:center ;
}

.imgSphere
{
	display:block;
	margin:auto;
	padding:15px ;
}
