/*
	+---------------------------------------+
	|       *** INDUXIA PARKING ***         |
	|                                       |
	|        Cascading Styles Sheet         |
	|        http://www.induxia.com         |
	|                                       |
	|         (c)2001/2007 INDUXIA          |
	+---------------------------------------+
*/

/*
	Cette feuille de style est utilisée par la page temporaire mise en place lors de l'installation
	d'un site dont aucune page "Under Construction" n'a été créée.
	Elle est appelée par une URL absolue : http://www.induxia.com/css/parking.css
  
	Note : elle remplace http://www.induxia.com/css/tmp_styles.css

 */
 
/* ============ BODY ============ */

body {
	background: white;
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #000;
}

#page {
	position: absolute;
	width: 700px;		/* la taille l'élément à centrer */
	margin-left: -350px;	/* la moitié de la taille l'élément à centrer */
	margin-top: 100px;
	left: 50%;
}


/* ==================== CONTENT ==================== */

#mainZone {
	padding-top: 120px;
	position: relative;
	text-align: center;
	background: white url("http://www.induxia.com/img/backgound.gif") no-repeat left top;
	width: 100%;
	height: 500px;
}

#message {
	font-weight: bold;
}

#site_name {
	font-size: 30px;
	color: #666666;
	font-weight: bolder;
	padding-bottom: 30px;
}

span.mytouch {
	color: #FF531B;
	font-style: italic;
}


/* ==================== LINKS ==================== */

a, a:visited, a:active {
	color: #666666;
	text-decoration: none;
}
a:hover { color: #FF531B; }


/* ==================== CLASSES ==================== */

.credits { font-size: .9em; color:#999; font-weight: normal; }

