* {
  margin: 0;
  padding: 0;
  border:0;
}

body{
	margin: 0; 
	text-align: center; 
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	/*font:  Verdana, Arial, Helvetica, sans-serif;*/
	font-size:12px;
	color: #333333;
	background: url(../images/fond.png) repeat-x;
}

/* ------Balise Globale------ */
img{
	border:none;
}

a{
	text-decoration:none;
	/*color: #a5a49f;*/
}

a:hover{
	text-decoration:underline;
	/*color: #a5a49f;*/
}
/*----------------------------*/

#ariane {
	width: 100%;
	margin-left: 8px;
	font-weight: bold;
	color: Highlight;
}
#ariane a{
	text-decoration: none;
	font-weight: bold;
	color: Highlight;
}
/*--------STRUCTURE GLOBALE--------*/
#DIV_GLOBAL{
	width:973px;
	/*height:755px;*/
	position: relative; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
	padding:0px;
}

#DIV_HAUT{
}

#DIV_MILIEU{
}

#DIV_BAS{
}
/*---------------------------------*/


#iphone_gauche{
	width:487px;
	height:785px;
	background: url(../images/iphone_gauche.png) no-repeat;
	float: left;
}

#iphone_droite{
	width:486px;
	height:785px;
	background: url(../images/iphone_droite.png) no-repeat;
	float: left;
}

#iphone_contenu{
	margin-top: 167px;
	margin-left: 40px;
	width:320px;
	height:480px;
	background-color: white;
	/*border:1px solid red;*/
}

#iphone_contenu p{
/*
	text-align:justify;
	padding:5px;*/
	text-align:justify;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	color:grey
}

#heure {
	position:absolute;
	margin-top:2px;
	margin-left:138px;
	font-weight:bold;
}
#iphone_contenu_accueil{
	margin-top: 167px;
	margin-left: 40px;
	width:320px;
	height:480px;
}

#iphone_contenu_formulaire table{
	margin:38px auto;
}
#iphone_contenu_formulaire{
	margin-top: 167px;
	margin-left: 40px;
	width:320px;
	height:480px;
	background: url(../images/fond_formulaire.png) no-repeat;
}
#iphone_contenu2{
	margin-top: 167px;
	margin-left: 40px;
	width:320px;
	height:480px;
	border:1px solid green;
	display: none;
}

.menu_iphone{
	list-style: none;
}

.menu_iphone li{
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 9px;
}

.menu_iphone li a{
	display: block;
	background: url(../images/bouton.png) left top no-repeat;
	line-height: 45px;
	height: 45px;
	width: 287px;
	text-decoration: none;
/*	color: #2c7680;*/
	color: black;
	font-weight: bold;
	font-size:14px;
	padding-left:15px;
}

.menu_iphone li a:hover{
	display: block;
	background: url(../images/bouton.png) right top no-repeat;
	line-height: 45px;
	height: 45px;
	width: 287px;
	text-decoration: none;
/*	color: #2c7680;*/
	color: white;
	font-weight: bold;
	padding-left:15px;
}

.slide {
	position: relative;
}
.slide .inner {
	position: absolute;
	left: 0;
	bottom: 0;
}

.toolbar{
    border-bottom: 1px solid #2d3642;
/*    border-top: 1px solid #6d84a2;*/
    height: 43px;
	 width: 320px;
    background: url(../images/toolbar.png) #6d84a2 repeat-x;
	 margin: 0;
}

.toolbar  h1 {
	font-size: 20px;
	line-height: 43px;
	text-align: center;
	font-weight: bold;
	color: white;
}

.toolbar  a {
	display: block;
	background: url(../images/backButton.png) no-repeat;
	line-height: 28px;
	height: 30px;
	width: 60px;
	
	position: absolute;
	margin-top:-35px;
	margin-left:10px;
	padding-left:12px;
	color: white;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	
}

.button {
}

#infos_apsi{
	margin-top:718px;
	color:#001e1e;
	/*font: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	text-align: center;
}


/*Formulaire*/
/*First*/
.champInputFirst{
	width:300px;
	height:43px;
	margin-top:10px;
	margin-left:10px;
	padding-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:black;
	/*border: 1px solid red;*/
}

.champInput{
	width:300px;
	height:43px;
	padding-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:black;
	/*border: 1px solid red;*/
	margin-left:10px;
}

.libelleInput{
	width:95px;
	height:43px;
	/*border: 1px solid green;*/
	float:left;
	line-height:43px;
}

.input{
	width:200px;
	height:43px;
	/*border: 1px solid blue;*/
	float:left;
}

.input input{
	margin-top:15px;
	width:195px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:black;
}

.champTextArea{
	width:300px;
	height:150px;
	margin-left:10px;
	padding-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:black;
	
}
.textArea{
	float:left;
	margin-top:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:black;
}

.textArea textarea{
	/*border: 1px solid grey;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:black;
}

#btnEnvoyer{
	display:block;
	width: 69px;
	height: 30px;
	background: url(../images/bouton_envoyer.png) no-repeat;
	line-height:28px;
	
	position: absolute;
	margin-top:-35px;
	margin-left:245px;
	padding-left:12px;
	color: white;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}