body
	{
	background-color:black;
	background-image:url(./design/page.jpg);
	color:#222;
	color:black;

	font-family : "Courier New";

	margin:5px;

	}


h1
{
  color:rgba(20, 20,20, 0.3);
  position:absolute;
  left:80px;
  top:1400px;
  font-size:64px;
  -moz-transform: rotate(-90deg);  
  -webkit-transform: rotate(-90deg); 
  -moz-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;

}

#noIE
{

float:left;

}




a
	{

	color:#444;
	text-decoration : underline;

	}

a img
	{

	border:none;

	}

#conteneur
	{

	width:100%;

	}




#entete
	{

	width:0;
	height:0;
	display:none;

	}

#retourAccueil
    {
    
    float:left;
    width:90%;
    font-size:80%;
    text-align:right;
    
    }

#contenu
	{

	width:100%;
/*	height:1070px;
	overflow:auto;*/

	}

	#contenu h2
	{

	padding-left:100px;
	padding-right:120px;

	}


#piedDePage
	{

	clear:both;
	width:100%;
	height:100px;

	}
    #piedDePage p
	{
	
	font-size:80%;
	margin-left:100px;
	
	}

	#piedDePage p a
	{
	
	color:#222;
	text-decoration:underline;
	    
	}




#ecran
	{

	position:absolute;
	left:5px;
	top:5px;
	background-color:white;
	padding:10px 10px 20px 10px;
	width:45%;
	height:60%;
	
	-moz-box-shadow:9px 9px 14px #333333;
	-webkit-box-shadow:9px 9px 14px #333333;
	box-shadow:9px 9px 14px #333333;
	border-radius : 15px; 
	-moz-border-radius : 15px; 
	-webkit-border-radius : 15px;

	}
	
	#ecran h2
	    {
	    
	    margin:0;
	    padding:0;
	    clear:both;
	    line-height:36px;
	    font-size:12px;
	    color:#222;
	    
	    
	    }


	#ecran img
		{

		float:left;

		}
	#ecran #ptviewer
	    {
	    
	    float:left;
	    width:100%;
	    height:95%
	    
	    }


    #decoMap
	{

	float:right;
	clear:both;
	margin-top:10px;
	margin-right:3%;
	padding:10px;
	width:60%;
	color:black;
	background-color:white;
	-moz-box-shadow:9px 9px 24px #333333;
	-webkit-box-shadow:9px 9px 24px #333333;
	box-shadow:9px 9px 24px #333333;
	border-radius : 15px; 
	-moz-border-radius : 15px; 
	-webkit-border-radius : 15px;
	
	
	}


    #map
	{
	
	width:100%;
	height:600px;

	
	}

    #map a
		{

		color:red;

		}
#sousTitre
	{

	margin:auto;
	text-align:center;
	max-width:1000px;
	height:40px;

	}


#infos
	{

	margin:auto;
	float:left;
	margin-left:120px;
	margin-right:80px;
	padding-bottom:100px;

	}



	#infos p
		{

		text-align:left;
		margin : 5px;
		padding : 5px;

		}

	#infos ul
		{

		text-align:left;

		}

	#infos h1
		{

		text-align : center;
		margin : 5px;
		padding : 25px;

		}
	#infos h2, #infos h3, #infos h4, #infos h5, #infos h6
		{

		text-align:left;
		padding-left:30px;
/*		-moz-text-shadow:2px 2px 3px #333333;
		-webkit-text-shadow:2px 2px 3px #333333;
		text-shadow:2px 2px 3px #333333;*/

		}

