/* standard elements */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #0075ff;
	text-decoration: none;
}

a:hover {
	color: #444;
	border-bottom: 1px solid #0075ff;
}

body {
	background: #FFF url(../images/bg.gif) repeat-x;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",Verdana,sans-serif;
	padding-top: 40px;
}

p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

li {
	list-style: none;
}

h1 {
	font-size: 1.4em;
}

code {
	background: url(../images/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #0075ff;	
	color: #444;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: normal 0.9em Verdana,sans-serif;
	margin-bottom: 12px;
	padding: 12px;
}

h1,h2,h3,h4 {
	font: normal 1.2em "Trebuchet MS",sans-serif;
	color: #0075ff;
}

/* misc */
.clearer {
	clear: both;
}

/* header */
.header {
	background: url(../images/web.jpg) no-repeat;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	height: 160px;
	margin-bottom: 24px;
}

.header h1 {
	color: #222;
	font: italic 5em sans-serif;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
}

.header h2 {
	border-top: 1px solid #EEE;
	color: #666;
	text-align: right;
}

.header h2 span {
	background: #222;
	color: #EEE;
	padding: 0 6px;
}

/* left side (main content) */
.left {
	margin: 0 42% 20px 3%;
}

.content .descr {
	color: #06F;
	font-size: 1.2em;
	margin-bottom: 6px;
}

.content .descr p{
	font: normal 100% "Lucida Sans Unicode",Verdana,sans-serif;
}

.content li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}

.content h1 {
	font-size: 2.4em;
	margin-bottom: 4px;
}

.content img {
	border: none;
}

/* footer */
.footer {
	color: #666;
	clear: both;
	border-top: 1px solid #EEE;
	font: normal 1em Verdana,sans-serif;
	margin: 0 42% 0 3%;
	padding: 8px 6px;
}
.entete h1 {
	text-align:center;
	font-size: 4em;
	font-weight: bold;
}