/* 
    Document   : tpms
    Created on : 13 juil. 2013, 14:47:52
    Author     : HP_Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}