/*--->

templates/default/css/global.css

Créé par Warshadow le 15/11/2008

Description : feuille de style globale comprenant des styles
pouvant être utilisés sur tout le site.
A ne pas confondre avec design.css qui ne contient que le style
du design (menus, corps, pied de page...)

<---*/

/*div { border: 1px solid red }*/

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #CCD8E0 url(../img/bg.jpg) repeat-x left bottom;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

p {text-align: justify;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(../img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

img
{
	border: none;
	vertical-align: middle;
}

ul li {margin-top: 5px; margin-bottom: 10px}
