/*
** ----------------------------------------------
** | NOMALYS CSS				|
** ----------------------------------------------
*/

/* Content
 -------------------------------------------- */

/*
** Paramètres de l'image du telephone.
*/
#phone
{
	float: left;
	padding-top: 30px;
	width: 300px;
}

/*
** Collone de gauche.
*/
div.column1
{
	float: left;
}

/*
** Collone de droite.
*/
div.column2
{
	float: right;
}

/*
** Image du bouton allant vers appstore.
*/
img.link_appstore
{
	width: 225px;
	height: 48px;
	cursor: pointer;
}

/*
** Image du bouton allant vers la page de contact.
*/
img.link_contact
{
	border: 0px;
	border-style: solid;
	width: 223px;
	height: 50px;
}

/*
** Affichage du copyright.
*/
span.tradmark
{
	font-size: 11pt;
	line-height: 115%;
	font-family: Arial, sans-serif;
}

/* ------------------------------------------ */
