html, body {
   padding: 0;
	margin: 0;
	font-family:  Arial, Helvetica, Verdana;
	font-size: 13px;
	line-height: 18px;
	color:#333;
	height:100%;
	width: 100%;
}


.center {
	text-align: center;
}

.clear{
	clear:both;
}

.bitter {
	font-family: 'Bitter', serif;
}

h1 {
	font-family: 'Bitter', serif;
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height:26px;
	width: 100%;
	border-bottom: 2px solid #33A571;
	font-weight: bolder;
}

h2 {
	font-family: 'Bitter', serif;
	font-size:20px ;
	margin-top:5px;
	margin-bottom:12px;
	line-height: 22px ;*/
}

h3 {
	font-family: 'Bitter', serif;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	/*height: 20px;
	border-bottom: 2px solid #33A571;
	font-weight: bolder;*/
}

h4 {
	font-family: 'Bitter', serif;
	
	margin :0}

ul li 
	{
	list-style-image: url(../images/puce_verte.png);

}


a {
	color: #007838;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #951419;
}

.menu_bas a{
	font-family: Arial, Helvetica, Verdana;
	color: black;
	text-decoration: none;
	font-weight: normal;
}

.menu_bas a:hover{
	color: #951419;
}

.bas {
	font-family: Arial, Helvetica, Verdana;
	font-size:10px ;	
}

.bas a{
	font-family: Arial, Helvetica, Verdana;
	color: white;
	text-decoration: none;
}

.bas a:hover{
	color: #951419;
}

p {
	margin: 0 0 10px 0;
}

/*map area {
  border: 5px solid red;
}*/

/*****************************************************************************/
/*    Icones gestion des Langues                                                              */
/*****************************************************************************/

.mod-languages li {
	opacity: 0.7;
}

.mod-languages .lang-active {
	opacity: 1;
}
/*****************************************************************************/
/*   Tailles des images  (responsive)                                                            */
/*****************************************************************************/

.img100pc {
	max-width:100%;

}

.img50pc {
	max-width:50%;
}

.img45pc {
	max-width:45%;
}

.img40pc {
	max-width:40%;
}

.img35pc {
	max-width:35%;
}

.jcemediabox-popup-nav{
	display:none;
}
.img30pc {
	max-width:30%;
}
.img25pc {
	max-width:25%;
}
.img20pc {
	max-width:20%;
}
.img15pc {
	max-width:15%;
}

.picto_menu {
	/*padding:1%;*/
	padding: 1% 3%;
	max-width: 18%;
}
.search-query {
	height:18px;
}

.vignette {
	float:left;
	margin:12px;
}

.menu_bas {
	float: left;
	margin: 12px;
	height: 200px;
}

.menu_bas_droite {
	float: right;
	margin: 5px;
	height: 200px;
}

.picto_pratique {
	float:right;
	max-width:48%;
	padding-right:1%;
	padding-left:1%;
   padding-top:2%;
}

@media screen and (min-width:1000px) {

.not_plein_ecran {
	display:none;
}	

}

@media screen and (max-width:1000px) {
.plein_ecran {
	display: none;
}

}

/*******************************************************************************/
/*************   CSS ECRANS > 720 px *******************************************/
/*******************************************************************************/

@media screen and (min-width:721px) {

.mobile {
	display: none;
}

/*.home {
	background: url(../../../images/site/bandeau.jpg)no-repeat scroll center top;
	}

.site {
	background: url(../../../images/site/bandeau_site.jpg) no-repeat scroll center top;
}*/

.home .bloc_haut {
	height:700px;
	Max-width: 97%;
	margin: 0 auto;
	display: block;
	width: 1000px;
}

.site .bloc_haut {
	height:480px;
	Max-width: 97%;
	margin: 0 auto;
	display: block;
	width: 1000px;
}

.barre_top {
	height:41px;
   padding-top:14px;
}

.langue {
	float :right;
}

.recherche {
	float :right;
	padding-right: 30px;
}

.home .menu {
	padding-top:230px;
}

.site .menu {
	padding-top:20px;
	text-align: center;
}


.pratique {
	/*float :left;
	max-width:49%;*/
	display: none;
}

.visite {
	/*float :right;
	width:49%;*/
	float: left;
	width: 100%;
}

.visite img {
	max-width:100%;
}

.contenu {
	Max-width: 97%;
	margin: 0 auto;
	display: block;
	width: 1000px;
}

.bas {
	Max-width: 100%;
	margin: 0 auto;
	display: block;
//	width: 1000px;
}



}


/*******************************************************************************/
/*************   CSS ECRANS < 720 px *******************************************/
/*******************************************************************************/

@media screen and (max-width:720px) {

.not_mobile {
	display:none;

}	

body{
	background: none no-repeat scroll center top;
}


h1 {
	font-family: 'Bitter', serif;
	font-size:18px;
	margin-top:10px;
	margin-bottom: 10px;
	/*height:18px;*/
	width: 100%;
	border-bottom: 2px solid #33A571;	
	
}

h3 {
	font-family: 'Bitter', serif;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 18px;
	width: 100%;
	/*border-bottom: 2px solid #33A571;
	font-weight: bolder;*/
}

img {
	display:block;
}

.searchloupe {
	margin: 0 auto;
	width: 260px;
	border: thin solid Green;
}


#mod-search-searchword {
	border:none;
}


.menu {
	width:100%;
	position:fixed;
	background: url(../../../images/site/mob_menu.png) no-repeat scroll left top;

	}

.contenu{
padding : 3%;
}

}