.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;

}

#menu{
	display:none;
	}
	
#search_bar {
	display:none;
	}
	
	
h3{
	font-size:16px;	
	width:95%;
	}
	
	
body{
	width:100%;
	background-image:none;
	/*font: 90%/1em "Trebuchet MS", Tahoma, arial, Sans-serif;*/
	overflow-x: hidden;
	
	}

.conteneur{
	width:100%;
	}
	
.une_colonnes {
	clear:both;
	width:95%;
	padding: 0px;
	padding-left:2%;
	margin-right: 0px;	
	}
	

.deux_colonnes {
    float: left;
    margin: 0px;
    min-height: 10px;
    width:100%;
	clear:both;
}

#bande_grise .deux_colonnes {
    display: inline-block;
    float: left;
    line-height: 18px;
    margin-right: 0px;
    min-height: 80px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}
#bande_blanche{
	width:95;
	padding:2%;
	}



.colonne_simple{
	clear:both;
	width:100%;
	padding-left:0%;
	padding:0px;
	}
	
#content_blanc_sub {
    float: left;
    padding: 2%;
    width: 95%;
}
	
.colonne_gauche_produit {
display:none;
}

.colonne_droite_produit {
    float: left;
    padding: 0;
    width: 95%;
}	


.deux_colonnesCat {
    width: 100%;
	}
	
.colonne_droite {
    float: left;
    min-height: 350px;
    width: 100%;
    z-index: 1;
    padding: 0;
}

.colonne_droite h5 {
    padding: 15px 20px 20px;
}


.colonne_gauche {
    float: left;
    padding-bottom: 30px;
   width: 100%;
}

.trois_quart_Fiche {
    float: left;
    width: 30%;
}

.quart_Fiche {
    float: left;
    text-align: center;
    width: 30%;
	
}

.quart_Fiche h6{
	line-height:10px;
	
}

.deux_colonnes h6 {
    min-height: 20px;
}

.quart {
    width: 30%;
}

.trois_quart {
    width: 65%;
}



.sous_titre {
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
}

.produitTrois {
    border-right: 1px solid #ed1c24;
    float: left;
    font-size: 11px;
    margin-bottom: 30px;
    min-height: 200px;
    width: 220px;
}


.trois_colonnes {
    border-bottom: 1px solid #ccc;
    float: left;
    margin: 0;
    padding-left: 2%;
    padding-bottom: 30px;
    width: 95%;
}

.quatre_colonnes {
	float: left;
	margin: 0;
	margin-right:15px;
	margin-bottom:15px;
	padding: 2%;
	padding-top: 5%;
	width: 40%;
	min-height: 350px;
	border: 1px solid #D7D7D7;
	line-height:14px;
	}

.quatre_colonnes img{
	width: 100%;
	height:100%;
	}
		.nivoSlider img {
    width: auto !important;
    height: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0% !important;
}
#slider{
	/*display:none;*/
	}
	#slider {
    background-color: #000000;
    height: 159px;
    width: 100%;
}
	.nivo-caption {
    bottom: 45px;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
   
    font-family: "Open Sans",sans-serif;
    line-height: 16px;
    margin-left: 10px;
    font-weight: 10;
    width: 70%;
		letter-spacing: normal;
    position: absolute;
    z-index: 9997;
    text-shadow: 2px 2px 8px #000000;
}
	.wide-container {
    max-width: 1000px;
    height: 209px;
    margin: 0 auto;
    width: 100%;
}
	.theme-default .nivoSlider {
    position: relative;
    background: #000 url(loading.gif) no-repeat 50% 50%;
    margin-bottom: 0px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
	.nivoSlider {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
}
#PhotoAccueil{
	/*display:block;
	width:100%;*/
	}


.espacement_full{
	width:100%;
	}
.espacement_full img{
	width:100%;
	}
	
table ul{
	padding-left:16px;
	}
input{
	width:98%;
	}
	
#sub{
	width:100%;
	}
.imgSub{
	width:100%;
	clear:both;
	}
.imgSub img{
		width:100%;
	}



iframe{
	width:100%;
}


#footer {
	width:100%;
	
	}

#wrapper{
	display:none;
	}

.boite {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
	-webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    clear: both;
    margin: 0px auto;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 9;
}


	
}



/*Styles for screen 600px and lower*/
@media screen and (max-width: 650px) {


}