.my_menu{
	display:none;
	}
	
#PhotoAccueil{
	display:none;
	}
	
body{

	overflow-x: hidden;
	
	}


/************************************************************************************
smaller than 990
*************************************************************************************/
@media screen and (max-width: 990px) {

}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {
	
/************************************************************************************
MENU INITIALISATION
*************************************************************************************/
	
.my_menu{
	display:block;

}
.none{
	display:none;
	}

#menu{
	display:none;
	}
	
#header{
	display:none;
	}
	
#search_bar {
	display:none;
	}
	
	
	
.bande_footer{
	display:none;
	}	
body{
	width:100%;
	background-image:none;
	/*font: 90%/1em "Trebuchet MS", Tahoma, arial, Sans-serif;*/
	overflow-x: hidden;
	
	}
.titre_section{
	padding-top:135px;
}
.titre_section h1{
	font-size:30px;
	}
.conteneur{
	width:100%;
	}
	
#my-gallery a {
	
width: 45% !important;
	height: auto !important;
	display: inline-block !important;
	margin: 0px;
	padding: 0px;
	margin: 1%;
}
.colonne_droite,.colonne_droite_bande {
    float: none;

    width: 95%;
    z-index: 1;
    padding: 1%;
	margin-left:0px;
}
.colonne_droite img,.colonne_gauche img {
width:100%;
height:auto;
}
#bande_grise{
	background-color:#1E1E1E;
	background-image:none;
	padding-bottom:40px;
	}

.colonne_gauche,.colonne_gauche_bande {
    float: none;

    width: 95%;
    z-index: 1;
    padding: 1%;
	padding-bottom:30px;
	margin-left:0px;
}




.slogan{
	margin-top:150px;
	font-size:25px;
	padding-left:1%;
	line-height:26px;

	}

.petit_slogan{
	font-size:25px;

	}	
.tableau_accueil td{
	display:block;
	width:100%;
	}
#slider{
	height:300px;
	}
.wide-container{
		height:300px;
	}
a.onglet1,a.onglet2,a.onglet3,a.onglet4{
display:none;
	}
	

.espacement_full{
	width:100%;
	}
.espacement_full img{
	width:100%;
	}
	
table ul{
	padding-left:16px;
	}
	



iframe{
	width:100%;
}


#footer {
	width:100%;
	
	}
h2{
	padding-left:1%;
	width:95%;
	line-height:30px;
	font-size:30px;
	}
h1{
	padding-left:1%;
	width:95%;
	}
#wrapper{
	display:none;
	}
	
table{
	width:100%;
	}
.sous_titre{
	clear:both;
	float:none;
	padding-top:30px;
	text-align:left;
	}
	
#footer table td{ 
	width:100%;
	display:block;
	text-align:center;
	padding-bottom:20px;
	}


	
}



/*Styles for screen 600px and lower*/
@media screen and (max-width: 650px) {


}