/* 
    Document   : text
    Created on : 13-03-2012
    Author     : A.IGHISSY
    Description:
        Purpose of the stylesheet follows.
*/

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

/* =Basic HTML
--------------------------------------------------------------------------------*/

body{font: 11px/1.2 TheSansPlain}

input, textarea, select{font-family: TheSansPlain}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/
@font-face { 
	font-family: 'TheSansPlain';
    src: url('fonts/ufonts.com_thesans-plain-webfont.eot');
    src: url('fonts/ufonts.com_thesans-plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ufonts.com_thesans-plain-webfont.woff') format('woff'),
         url('fonts/ufonts.com_thesans-plain-webfont.ttf') format('truetype'),
         url('fonts/ufonts.com_thesans-plain-webfont.svg#TheSansPlain') format('svg');
    font-weight: normal;
    font-style: normal;

}

a{outline:0 none;} 

