/* TABLE DES MATIÈRES:
	- Classes générales (body, html, h1, h2, ...)
	- Conteneurs
	- Menus et sous-menus
	- Textes
	- Pieds de page
	- Formulaires
----------------------------------------------------------------------------------------*/

/* GÉNÉRALES
--------------------------------------------------------------------------------------- */
body, html, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img{border:0; margin:0; padding:0;}
a,a:link,a:visited,a:hover,object,embed{outline:none;}

body{
	background: #000000;
	text-align:left;
	width: 100%;
}
html{
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Verdana, Tahoma;
}

p{color: #fff;font-weight: bold;}
a{color: #fff;}
/* SMSForm */
#SMSForm label {font-size: 11px;width: 110px;}
#SMSForm br {display: none;}

