/** CSS MAX-WIDTH : 700 PX **/

/** CSS Header **/

header{
	display:grid;
}

#logo{
	display:none;
}

#navig_gauche{
	width: 100%;
	text-align: center;
	margin-top: -30px;
}

#navig_droite{
	width: 100%;
	text-align: center;
	margin-top: -30px;
}

.valign{
    padding: 22px;
    font-size: 14pt;
    top:0px;
    position: relative;
    display: block;
    margin-left: -11px;
    margin-right: -11px;
}

#navig_droite .valign{
    left: auto;
    right:0px;
}

.reduc{
	padding:11px;
	top:-5px;
}

/** CSS Section Image **/

#image{
	display:none;
}

/** CSS Section Contenu **/

#bloc_contenu{
	width:100%;
	margin-right:auto;
	min-height:auto;
}

#bloc_images{
	display:none;
}

/** CSS Section Contact **/

#bloc_contact{
	width:100%;
	min-height:auto;
	margin-top:30px;
}

#bloc_contact2{
	width:100%;
	min-height:auto;
	margin-top:30px;
}

#bloc_contact a{
	font-size:12pt;
}

#bloc_contact2 a{
	font-size:12pt;
}

/**  CSS Section Contact - Google Map **/

#table_google{
	width:250px;
	margin-bottom:30px;
}

#gmap_canvas{
	width:250px;
}

#bloc_google{
    margin-top: 20px;
}