/**
* BBCMS - Black Bear CMS
* (c)2009 by Olivier Blais (contact@bbcms.fr)
* 
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-3.0.html
* 
* For further information visit:
* http://www.bbcms.fr
*/

* { 
	margin:0; 
	padding:0;
	outline:none;
	font-family:Arial;
}
img { border:none; }
a { color:#f4b64f; text-decoration:none; }
a:hover { text-decoration:underline; }

.clear { clear:both; }
.v-align { vertical-align:middle; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.hidden { display:none; }
.bold { font-weight:bold; }

h1, h2, h3, h4, h5, h6 { color:#f4b64f; }
h1 { padding:0 0 10px 0;
	font-weight:lighter;
	font-size:32px;
	line-height:30px;
	
	 }
h2 { font-size:1.5em; }
h3 { font-size:1.35em; }
h4 { font-size:1.05em; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }

p { margin-bottom:12px; }
ul,ol { list-style:none; }
input, select, button { vertical-align:middle; }