/*
Fichier CSS page présentation
*/

@media all and (max-width: 1280px)
{
	#bloc_page
	{
	width: auto ;
	margin: auto ;
	}
	
	.bulle
	{
	width : auto ;
	height : auto ;
	}
}




@media all and (max-device-width: 480px)
{
	#bloc_page
	{
	width: auto ;
	margin: auto ;
	}
}


body
{
	
	background-image : url("images/fond_simple7.jpg") ;  
	background-attachment : fixed ;
	background-repeat : no-repeat ;
	background-color : #ADFF30;
	font-family: Comic sans MS, Brush Script MT, sans-serif ;
	color : black ;
}

.bulle
{
	display : block ;
	vertical-align : right ;
	position : absolute ;
	right : 60% ;
	
}

#bloc_page
{
	width: 1000px ; 
	margin: auto ;
}

#logo1
{
	display : block ;
	position : absolute ;
	left : 40%;
	top : 0 ;
	
	/* debogage */
	/* border : 1px solid black ; */
		
}

#b_presentation
{
	/* debogage 
	border : 1px solid black ; */
	top : 0 ;
	

}

#b_actualites
{
	/* debogage 
	border : 1px solid black ; */
	top : 20% ;
	
}

#b_inscription
{
	/* debogage 
	border : 1px solid black ; */
	top : 40% ;
}

#b_tarifs
{
	/* debogage 
	border : 1px solid black ; */
	top : 60% ;
	
}

#b_contact
{
	/* debogage 
	border : 1px solid black ; */
	bottom : 0 ;
	
	
}




/*  changement physionomie curseur
cursor: url('votre_curseur_perso.cur'), pointer; 
*/
