body#iPhone-consultation { 
	margin: 0;
	padding: 0;
	background-color: rgb(197,204,211);	 /* Set the page color to light blue */
	background-image: url('../images/background_stripes.png');
	-webkit-text-size-adjust:none;		  /* Turn off font resizing */
}

body#iPhone-consultation div#conteneur {
	width: 320px;
}

body#iPhone-consultation div#header {
  position: relative;
  height: 40px;
  background-image: url('../images/header_middle.png');
  border-bottom: 1px solid rgb(45, 54, 66);
  font-family: Helvetica;
}

body#iPhone-consultation div#header div.button {
  /* use absolute positioning and transforms as these will be subject to hardware transitions */
  -webkit-transform: translate(0px, 0px);
  /* the buttons should be displayed on top of the titles so that they can always receive touches */
  z-index: 1;
  /* set up the font appearance */
  text-align: center;
  /* set up the chrome background */
  padding-top: 7px;
  padding-right: 4px;
  height: 23px; 
  /* enfore trimming if the label is too long */
  white-space : nowrap;
  overflow : hidden;
  text-overflow: ellipsis;
}

body#iPhone-consultation div#header div.button a {
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-shadow: rgba(0, 0, 0, .6) 0px -1px 0px;
}

body#iPhone-consultation div#header div#close_button {
	/* base metrics used to ensure a minumum size and specify a max size that can be used to trim the contents */
	max-width: 60px;
	float: left;
	position: relative; top: 6px; left: 6px; 
	border-width : 0 4px 0 13px;
	-webkit-border-image : url('../images/back_button.png') 0 4 0 13;
}

body#iPhone-consultation div#header div#create_button {
	float: right;
	position: relative; top: 6px; left: -6px; 
	/* The leftButton image is split into three. Both left and right sides are 14 pixels wide.  */
	/* The remaining 1 pixel is used for the middle part of the image.	 */
	/* The left and right sides will remain fixed while the middle part is scaling horizontally.  */
  	border-width : 0 5px 0 5px;
	-webkit-border-image: url(../images/create_button.png) 0 5 0 5;	
}

body#iPhone-consultation div#header div#create_button a {
  font-size: 18px; position: relative; top: -5px; left: 2px;
}

body#iPhone-consultation div#header div#edit_button {
	float: right;
	position: relative; top: 6px; left: -6px; 
	/* The leftButton image is split into three. Both left and right sides are 14 pixels wide.  */
	/* The remaining 1 pixel is used for the middle part of the image.	 */
	/* The left and right sides will remain fixed while the middle part is scaling horizontally.  */
	border-width : 0 14px 0 14px;
	-webkit-border-image: url(../images/edit_button.png) 0 14 0 14;	
}

body#iPhone-consultation div#header h1 {

  /* base metrics */
  line-height: 40px;
  margin: 0px;

  /* the titles should be displayed below the button so that they don't receive touches */
  z-index: 0;

  /* set up the font appearance */
  font-size: 16pt;
  font-weight: bold;
  color: white;
  text-shadow: rgba(0, 0, 0, .6) 0px -1px 0px;

  /* enfore trimming if the label is too long */
  white-space : nowrap;
  overflow : hidden;
  text-overflow: ellipsis;
  text-align: center;
}

body#iPhone-consultation div.iPhone-consultation {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

body#iPhone-consultation div.iPhone-consultation h1 { 
	margin:0;
	padding-top:10px;		  
	padding-right:10px;		 
	padding-bottom:10px;	
	padding-left:10px;
	
	font-size:19px;
	font-family: Helvetica;
	font-weight:bold;
	color: rgb(0,0,0);	 /* Set each label color */	
	text-align: center;	
}

body#iPhone-consultation div.iPhone-consultation h2 { 
	margin: 0px;
	padding-right: 10px;		 
	padding-top: 10px;	
	padding-left: 10px;
	
	font-size:16px;
	font-family: Helvetica;
	font-weight:bold;
	color: rgb(76,86,108);	 /* Set each label color */		
}

body#iPhone-consultation div.iPhone-consultation ul { 
	padding: 0;	   
	margin: 0px;
	margin-top: 10px;		  /* Set each list 10 pixels from the top of the button bar(or the top of the next list) */
	margin-right: 10px;
	
	font-size:14px;
	font-family: Helvetica;
	font-weight:bold;
	color:black;
	
	width: 300px;
	background-color: white;       /* Each list has a white background fill */
	
	border-width: 1px;		       /* Draw a rectangle around each list */
	border-style:solid ;
	border-color:rgb(217,217,217);
	
	-webkit-border-radius: 8px;		 /* Round each corner of the created rectangle */
}

body#iPhone-consultation div.iPhone-consultation li
{	
	list-style-type: none;	
	
	border-top-width:1px;	/* Create lines between cells. Each line is placed above each item */
	border-top-style:solid;
	border-top-color:rgb(217,217,217);

	padding-top:10px;		  
	padding-right:10px;		 
	padding-bottom:14px;	 /* Indent the cell content 14 pixels from the bottom edge of a cell */
	padding-left:10px;	
}

body#iPhone-consultation div.iPhone-consultation li:first-child 
{
	border-top:0;    /* Remove border above the first item of the list */
}

body#iPhone-consultation div.iPhone-consultation a  /* Handle the click/tap highlight. Highlight an entire cell with the iPhone grey background when tapped */ 
{
	display: block;   /* Sets the href to be a block rather than inline */
	
	/* The padding properties adjust the text content within the href block */
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	
	/* The margin properties adjust the size of the href block	*/
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: -12px;
	margin-left: -8px;	 
	
	text-decoration: none;
	color:black;
}


body#iPhone-consultation div.iPhone-consultation span.showArrow /*	Add an arrow button to a link */
{  
	margin-right:10px;		
	padding-right:16px;	   /* Distance between the arrow button and a text */
	
	background-image: url(../images/chevron.png); 
	background-repeat: no-repeat;
	background-position: right; 
}


body#iPhone-consultation div.iPhone-consultation span.libelle	/* Used for secondary text (text that is less important) */
{
	float:left;		     /* Align secondary text to the right of its parent cell */
	margin: 0px; margin-top: 2px;	 
	width: 100px; 
	font-size: 12px; color: rgb(51,102,153);
}
	


body#iPhone-consultation div.iPhone-consultation span.secondary	/* Used for secondary text (text that is less important) */
{
	display: block;
	font-weight: bold;		/* Regular font is used for secondary text */
	margin: 0px; margin-left: 100px; padding: 0px;
}



body#iPhone-consultation div.iPhone-consultation span.secondaryWArrow /* Used for secondary content that contains a link and a button */
{
	display:block;		 /* Set the secondary content to be a block	 */
	font-weight:normal; 
	float: right;
	color: #324F85;		 /* sets the color of the link */
}


body#iPhone-consultation div.iPhone-consultation span.secondaryWLink /* Used for secondary text that is a link */
{
	font-weight:normal;		
	float: right; margin-right: 10px;
	color: #324F85;		 /* sets the color of the link */
}

body#iPhone-consultation  div.iPhone-consultation a.geolocalisation {
	display: inline;
}

body#iPhone-consultation  div.iPhone-consultation span.geolocalisation {
	display: inline; margin: 0px; margin-left: 5px; margin-right: 5px;
}

