#centrage
{
	width: auto; 
    margin: auto;
}

body
{
background: url('../fonds/Ciel-etoile-mini.jpg') no-repeat ; 
background-color: black;
}




#mettre-image
{
	
	/*display: none;*/
	
	    width: 450px;
	 /*   width: auto;  */
        text-align: left;
		
	/*height: 150px; */
	margin-top: 0px;          
	
	background: url('../fonds/logoPT.png  ') no-repeat;   
	border-radius: 0px 15px 15px 15px ;     
	box-shadow: 4px 5px 10px purple;
	
	position: relative;
	
	
}

.mettre-texteBas
{
	/*position: absolute; */
	display:flex;

	flex-direction: column;
	justify-content:space-between ;
	
    bottom: 130px;
    border-radius: 0px 0px 15px 15px;

    height: 33px;
    padding-top: 20px; 
    padding-left: 325px;
	
	font-style:italic;
    color: yellow;
    font-size: 0.9em;

}


.mettre-texteBas a
{
	margin-top:14px;
	
}


#contenu
{
	flex-direction: column;
	/*justify-content:space-between ;*/
	
}


#horizontal
{
	flex-direction: column;
	/*justify-content:space-between ; */
	justify-content:flex-start ;
    height: 1000px;
}



#un
{

	  margin-left:10px;
	  margin-top:-3px;
	
}

#deux
{width:380px; margin-left:30px; }


#chevalet
{

	  margin-left:75px;
	  margin-top:-55px;
	
}

#haut,#bas
{

	margin-top: 25px;
	
}

#caletel
{

	padding-left: 50px;
	
}


footer
{
	width: 300px;
    margin-left: 75px;
	flex-direction: column;
	justify-content:space-between ;
}

#cadrebas 
{

	width:300px;
	text-align:center;

	
}


#cache
{

	 display: none;
	
}