/*une regle CSS doit avoir un ordre, de l'interieur vers l'exterieur* voir ex sur le h3*/
/* Balise pour ecrire du commentaire*/
	/*parametres pour un affichage responsive*/
	@media (max-width:600px){
		nav,ul,div{
			width:100%;
			height:auto;
		}
	}
  /* ceci est un selecteur universel (etoile) qui va s'appliquer a tout le document*/
  * {margin:0; padding:0;}

/*APPLICATION
.application-header {
	float:none;
	margin:0.
	padding:0;
	height:64px;
	width:100%;
	background: url(../images/logo_portail.png) left top no-repeat;
}*/
.header {
	background:#ffe3ea url(https://leportaildepascall.fr/images/logo_portail_nomade.png) no-repeat center center;
	margin:15px;
	height:40px;
}

body {background-color:#ffe3ea;}

@media screen and (orientation: portrait) {
	.ui-mobile .ui-page {
		min-height: 420px;
		background: #F01;
	}
}
@media screen and (orientation: landscape) {
	.ui-mobile .ui-page {
		min-height: 300px;
		background: #F01;
	}
}

h1 {
	visibility:hidden;
}
.accueil-header {
	/*height:119px;
	width: 320px;
	background: url(../images/vitres.png) left top no-repeat;*/
}
.pages-header {position:absolute;
	height:70px;
	width: 100%;
	background: #ffe3ea;
	margin:5px;
}
.pages-header img {
	height:50px; width:75px;
	padding:10px 2px 2px 1px;
}

.accueil ul {
	margin: 15px;
	list-style: none outside none;
	/*padding-left: 24px;*/
	height: auto;
	width:auto;
	font-family: sans-serif;
	font-weight: bold;
}

	/* on affecte a chaque li de la liste ul, ne hauteur de 49px recevant une bordure basse de 1px, grise, un trait continu*/
.accueil ul li{
	border: solid 0.20px #000;
	height: auto;
	font-size: 1.10em;
}

.accueil ul li a:hover {
	/* changement d'apparance au survol du lien*/
	color: #ffedf3;
	text-shadow: 0 1px 1px #FFF;
}

.accueil ul li.menu1 a {
	color: #000;
	text-decoration: none;
	display: block;
	background:
	url(https://leportaildepascall.fr/images/fleche-droite.png) no-repeat 96% center,
	url(https://leportaildepascall.fr/images/menu1-num.png) no-repeat 20px 4px,
	url(https://leportaildepascall.fr/images/bg-hover.png) repeat-x 100%;
	padding: 26px 15px 15px 15px;
}
.accueil ul li.menu2 a {
	color: #000;
	text-decoration: none;
	display: block;
	background:
	url(https://leportaildepascall.fr/images/fleche-droite.png) no-repeat 96% center,
	url(https://leportaildepascall.fr/images/menu2-num.png) no-repeat 20px 4px,
	url(https://leportaildepascall.fr/images/bg-hover.png) repeat-x;
	padding: 26px 15px 15px 15px;
}
.accueil ul li.menu3 a {
	color: #000;
	text-decoration: none;
	display: block;
	background:
	url(https://leportaildepascall.fr/images/fleche-droite.png) no-repeat 96% center,
	url(https://leportaildepascall.fr/images/menu3-num.png) no-repeat 20px 4px,
	url(https://leportaildepascall.fr/images/bg-hover.png) repeat-x;
	padding: 26px 15px 15px 15px;
}
.accueil ul li.menu4 a {
	color: #000;
  	text-decoration: none;
	display: block;
	background:
	url(https://leportaildepascall.fr/images/fleche-droite.png) no-repeat 96% center,
	url(https://leportaildepascall.fr/images/menu4-num.png) no-repeat 20px 4px,
	url(https://leportaildepascall.fr/images/bg-hover.png) repeat-x;
	padding: 26px 15px 15px 15px;
}
.accueil ul li.menu5 a {
	color: #000;
	text-decoration: none;
	display: block;
	background:
	url(https://leportaildepascall.fr/images/fleche-droite.png) no-repeat 96% center,
	url(https://leportaildepascall.fr/images/menu5-num.png) no-repeat 20px 4px,
	url(https://leportaildepascall.fr/images/bg-hover.png) repeat-x;
	padding: 26px 15px 15px 15px;
}
.accueil ul li.menu6 a {
	color: #000;
	text-decoration: none;
	display: block;
	background:
	url(https://leportaildepascall.fr/images/fleche-droite.png) no-repeat 96% center,
	url(https://leportaildepascall.fr/images/menu6-num.png) no-repeat 20px 4px,
	url(https://leportaildepascall.fr/images/bg-hover.png) repeat-x;
	padding: 26px 15px 15px 15px;
}
.accueil ul li.menu7 a {
	color: #000;
	text-decoration: none;
	display: block;
	background:
	url(https://leportaildepascall.fr/images/fleche-droite.png) no-repeat 96% center,
	url(https://leportaildepascall.fr/images/menu7-num.png) no-repeat 20px 4px,
	url(https://leportaildepascall.fr/images/bg-hover.png) repeat-x;
	padding: 26px 15px 15px 15px;
}

  
  #tuiles {background-color: #595857;
		position:absolute; top:90px; left:20px; right:20px;
  }
  /*div#tuiles {background-color: #000000;}*/

  #tuiles {position:absolute; top:90px; left:30px; width:auto; color:gray;
			padding:15px;}
  #tuiles img {margin: 20px ; width:150px; height:150px;
				border: solid 2px white; float:left;}
  #tuiles a {font: 30px serif, Verdanna, sans-serif, Arial;
	  }
	  
/*FORMULAIRE CONTACT*/  
  #contact {position:absolute; top:90px; left:30px; width:auto; background-color: #595857;color:gray;
			padding:15px;}
  #contact {font: 30px serif, Verdanna, sans-serif, Arial;}
  #contact h3 {
		width: 500px;
		text-transform: uppercase;
		text-align: center;
		color:#ff8873;
		margin: 0 auto 20px auto;
		border: 2px solid red;		
		padding:10px 0 10px 0;
  }
  #contact p {
	  color:white;
	  text-align: center;
	  margin: 0 auto 20px auto;
  }
  #contact input {
	  width:95%; height:30px;
	  background:#FCC;
	  border:1px solid #CCC;
	  border-radius:3px;	  
	  color:#F06; font-size:1em;
	  margin-bottom:5px;
	  margin-left:15px;
	}
  #contact input[type="text"]
	{  
	padding:5px;
	font-size:20px;
	border-radius:3px;	  
	}
  
  #contact input:focus{
	  box-shadow: 0 0 8px #F06;
  }
  #contact label{
	  float:left;
	  margin-left:10px;
	  color:#fee6ff;
	  margin-bottom:5px; 
	  font-size:20px;
	  }
  #contact select {
	  height:30px;
	  width: auto;
	  background:#CCC;
	  margin-left:10px;
	  margin-bottom:5px;
	  font-size:20px;
	  }
   #contact textarea{
	   float:left; margin-left:15px;
	   color:#000; width:95%;
	   height:80px; font-size:1em;
	   margin:0 -15px 5px 0; padding:10px;
   }
   #contact .boutonenvoyer {
	   color:#fff;
	   width:200px;
	   font-size:15px;
	   font-weight:bold;
	   padding:5px;
	   background-color: #CCCCFF;
	   border-style:none;
	   border-radius:3px;
   }
    #contact .boutonenvoyer.hover {
	   color:#fff;
	   background-color: #0000FF;
   }
	
footer {
	padding: 24px 15px 15px 15px;
	font-size: 0.800em;
}
