
/* 

-------------------------------------
This CSS is only for HANDHELD devices
-------------------------------------

!!! CAUTION : THIS CSS IS WORK IN PROGRESS AND  NOT WORKING AS EXPECTED SINCE THIS TEXT IS HERE !!!! 
												-----------
*/


/**
 * @package Css
 * @author Jean Lalande, Nicolas Hamelin
 * @copyright Twisto, a Trademark of RoseGrenouille Inc.
 */


/*
----------------------------------------------------------
This CSS is easy searchable with your favorite text editor
----------------------------------------------------------

All declarations are grouped by topics and each topic have a comment line. Just search '@'+'NameOfTheTopic'. We use english and plural as default convention for topics names.

--> Crazy Example : @restaurants

Moreover, each topic is splited in two differents blocks :

	- general	| everywhere use	| Example: 	h2, a:hover
	- specific	| contextual use	| Example: 	form h2, #contact ul

Finally, every helper or specific javascript action depending css should be considered as a different file and imported in this one  

--> Example : 	search, infobulle, etc....


For specific information about CSS syntax and differents "how to ", visit the support twisto team website at http://trac.twisto.com/ABC/wiki/CssSyntax ( sorry, registered users only ).

-------------------------------------
List of topics by order of appareance
-------------------------------------

-Name-		-Tags or details-

imports 	External CSS needed to be included
colors		All colors wich used in this StyleSheet
blocks		*, html, body, every #ID blocks
texts		p, keyboard, code, acronym, abbr, pre, cite, blockquote , .class text effects 
titles		h1, h2, h3, h4, h5, h6  
lists		ul, ol , li , dd, dt, dl
links		a
tables		table, th, td, tr, tbody
images		img
forms		form, legend, fieldset, input, select, option, label, textarea

------------------------------------------------------------------
This CSS contains easy-searchable "ToDo" . Just search for "@todo"
------------------------------------------------------------------

/*
-------------------------------------
To be continued......
-------------------------------------
*/