#header div {
	/* XX LOGO DU SITE*/
	background: url(../images/site/head_01.png)
	}

#wrap {
	/* XX IMAGE DE FOND, PARTIE CENTRALE*/
	background: url(../images/site/head_02.png) repeat;
	min-height : 650px; /*hauteur mini de la page*/

	}

h1 {
	color: #FFFFFF;
	}

img { 
	/* BORDURE DES IMAGES*/
	border: 0px
}

/* =====================================================*/

* {
	margin: 0;
	padding: 0;
	}


html {
	font-size: 62.5%;
	/* XX IMAGE DE FOND DE LA PAGE*/
	background: url(../images/site/bg_pg.png) repeat;
	}


body {
	font: 1.1em "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	line-height: 1.3em;
	/* XX LARGEUR TOTALE DE LA PARTIE CENTRALE */
	width: 800px;
	margin: 0px auto;
	}


* html body {
	background-position: 56em;
	}


#wrap2 {
	width: 500px;
	padding: 0em;
	}


h1 { /* site title*/
	font: 2.4em Constantia, Georgia, serif;
	position: absolute;
	bottom: 60px;
	left: 24px;
	}



h2 {
	position: absolute;
	left: 20px;
	top: 4em;
	font-size: 1.4em;
	font-weight: normal;
	}



blockquote {

	margin-left: 2em;

	}


ul {
	list-style: none;
	}


sup {
	font-size: 90%
	}

h3, 

h4, 

h5, 

ul, 

p {
	margin-bottom: 1em;
	}

code {
	font: 1.1em Consolas, "Andale Mono", monospaced;
	background-color: #FFFFCC;
	}

h3 {
	font: 1.5em Georgia, serif;
	font-weight: Bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbbbbb;

	/*	font-size: 1.4em;  default
	sommaire anglais
	margin-left: -0.5em;
	puce titres articles
	padding-left: 15px;
	background: url("../images/site/b.gif") 0 0.3em no-repeat;*/
	
	}

h5 {
	font: 2em "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	line-height: 1.1em;
	padding-left: 15px;
	}	

#main h3 a {

	color: black;
	text-decoration: none;

	}

	

#header {

	height: 108px;
	position: relative;

	}



#header div {

	height: 108px;

	}



#header ul {

	position: absolute;
	margin: 0 22px;
	bottom: 0px;
	list-style: none;

	}



#header li {

	margin-left: 0;
	float: left;
	margin-right: 4px;
	padding-left: 0;
	background: url("../images/site/tab-r.gif") 100% -100px no-repeat;
	padding-right: 10px;

	}



#header li a {

	background: url("../images/site/tab-l.gif") 0 -100px no-repeat;
	display: block;
	float: left;
	padding: 5px 10px;
	padding-right: 0;
	font-weight: bold;
	text-decoration: none;
	color: rgb(117, 211, 245); /*txt navbar inactif*/

	}



#header li.active {

	background: url("../images/site/tab-r.gif") 100% 0px no-repeat;

	}



#header li.active a {

	color: #FFFFFF;
	background: url("../images/site/tab-l.gif") 0 0 no-repeat;

	}



#header li:hover {

	position: relative;
	top: 2px;

	}

	

#header li:hover a {

	padding-bottom: 3px;
	color: #FFFFFF;

	}



#main {

	padding: 2em 1em 1.5em 2em;

	}



p.meta {

	color: #a0a2a3; /*gris moyen*/
	font-weight: normal;
	font-size: 0.9em;
	padding: 0.3em;
	background: #f7f9f7; /*blanc*/
	margin-bottom: 2.5em;

	}



p.meta a {

	text-decoration: none;
	color: #42271A; /*marron*/
	}



#sidebar {
	top: 1px; /* XX PLACEMENT VERTICAL DE LA SIDEBAR */
	position: absolute;
	margin-left: 490px;
	width:275px; /*largeur de la sidebar pour ie5*/
	padding: 2em 0.4em 2em 2.5em;

	color: #606263; /*gris fonce*/

	}



#sidebar ul {

	list-style: none;
	margin-bottom: 1.5em;

	}



#sidebar p {

	font-size: 0.9em;
	margin-bottom: 1.5em;

	}



#sidebar * {

	max-width: 25em;

	}



a {color: #00669F;} /*bleufonce*/

a:visited {color: rgb(117, 211, 245);} /*bleuclair*/

a:hover {background: #ACE5F9;} /*bleuclair*/



#sidebar li {

	margin-left: 0;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	font-size: 0.9em;
	

	}


#sidebar ul li {
	background: url("../images/site/bs.gif") 0 0.3em no-repeat;
	}

#sidebar li a {

	border-bottom: 1px solid #f0f2f3; /*gris clair*/
	text-decoration: none;
	display: block;
	height: 1%;

	}

#sidebar a {color: #42271A;} /*marronfonce*/

#sidebar a:visited {color: rgb(102, 182, 215);} /*bleufonce*/

#sidebar a:hover {background: rgb(115, 86, 82);} /*marronclair*/

#sidebar h3 {
	font: 1.1em "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-weight: Bold;
	margin-bottom: 0.7em;
	color: black;
	border-bottom: none;
	}



ul li {

	margin-left: 1em;
	padding-left: 15px;
	background: url("../images/site/b.gif") 0 0.3em no-repeat;

	}

	

ol li {

	margin-left: 3em;

	}



#sidebar .column {

	float: left;
	width: 11em;
	margin-right: 10px;

	}



#search {

	width: 11em;
	margin-bottom: 1.5em;

	}



#search label {

	font-weight: bold;
	font-size: 1.2em;
	color: black;
	display: block;

	}



#search input {

	width: 95%;
	border: 1px solid #eee;
	padding: 0.2em;

	}



#search input:hover {

	border: 1px solid #aaa;

	}



.comments h5 {

	margin-bottom: 0.3em;

	}



.comments li {

	margin-bottom: 0.6em;

	}

.zemError li {

	text-transform: capitalize;
	color: red;

	}


input, textarea {

	font-size: 1.1em;
	padding: 0.2em;

	}



#txpCommentInputForm label, #zemContactForm label {

	width: 6em;
	float: left;

	}



#txpCommentInputForm, #zemContactForm {

	width: 80%;
	margin: 2em 0;

	}



#preview, #zemSubmit {

	margin-left: 5.6em;
	text-transform: capitalize;

	}



#txpCommentInputForm p, #zemContactForm p {

	margin-bottom: 0.6em;

	}



#message {

	width: 80%;

	}



textarea {

	font: 1em Verdana, sans-serif;

	}