/* ELEMENTS DE BASE */

/* nouveaux bidules */

hr  { width: 100%; height: 1px; color: lightgrey; }

/* propriétés de la page */
body {
	height: 100%;
	font: 12px arial;
	color: #000000;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	/*background: #FDF9DB;*/
	background: url(grand_fond.jpg) top center;
	/*background: url(fond.jpg) top center;*/
	}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	}

/* propriétés d'un paragraphe */

p { 
	font: 16px arial;
	color: #000000;
	text-align: justify;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	}

/* propriétés des textes avec liens */

a:link, a:visited, a:active { 
	text-decoration: none;
	color: #595900;
	}

a:hover	{
	text-decoration: none;
	color: #FF0000;
	}

/* ELEMENTS SPECIFIQUES DU SITE*/


#bigbox {
	hidden: show;
	position: relative;
	top: 0px;
	width: 780px;
	margin: auto;
	/*margin-top: 15px;*/
	background: url(fond.jpg) top center;
	}

#header {
	position: absolute;
	top: 0px;
	left: -6px;
	width: 790px;
	height: 105px;
	}

#header_logo {
	font: 12px arial;
	font-weight: bold;	
	/*color: #8B8B32;*/
	color: #595900;
	text-align: center;
	width: 146px;
	top: 35px;
	left: -5px;
	position: absolute;
	}

#header_chroniques {
	position: absolute;
	top: 0px;
	left: -5px;
	width: 790px;
	height: 105px;
	background: url(luxiotte_b_lotus.jpg) top left no-repeat;
	}

#header_expos {
	position: absolute;
	top: 0px;
	left: -5px;
	width: 790px;
	height: 105px;
	background: url(luxiotte_b_fougeres.jpg) top left no-repeat;
	}

#menu {
	position: absolute;
	top: 105px;
	left: 0px;
	width: 155px;
	}

#centralbox {
	position: absolute;
	top: 105px;
	left: 170px;
	width: 440px;
	/*background: url(Pep.jpg);*/
	}

#centralboxtext {
        font: 18px times new roman; 
        line-height: 22px;
	position: absolute;
	top: 105px;
	left: 170px;
	width: 530px;
	
	/*background: url(Pep.jpg);*/
	}

.colonnA  {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 330px;
	}	

.colonnA  {
	position: absolute;
	top: 0px;
	left: 370px;
	width: 330px;
	}	

#colonnedroite {
	position: absolute;
	top: 105px;
	left: 625px;
	width: 155px;
	}	
	
#footer {
	position: relative;
	left: 50%;
	margin-left: -396px;
	width: 792px;
	height: 400px;
	border-top: 1px solid #808080;
	font: 12px Verdana;
	text-align: center;
	background: url(fond.jpg) top left;
	}

#footertext {
	position: relative;
	left: 41.5%;
	margin-left: -396px;
	width: 792px;
	height: 400px;
	border-top: 1px solid #808080;
	font: 12px Verdana;
	text-align: center;
	background: url(fond.jpg) top left;
	}

.menu_titre	{
	position: relative;
	font: 9pt Arial;
	font-weight: bold;
	color: #595900;
	text-align: right;
/*	background: #EBDB7E;*/
/*	background: #EBDB7E url(fond.jpg) top left;*/
	margin-bottom: 2px;
	padding-right: 3px;
/*	border: #595900 1px solid;*/
	}

.menu_rubrique	{
	position: relative;
	text-decoration: none;
	color: #808000;
	font: 9pt Arial;
	font-weight: bold;
	text-align: right;
/*	border-bottom: 1px solid;*/
/*	border: 1px solid;*/
	margin-bottom: 2px;
	padding-right: 3px;
	}

.menu_sans	{
	position: relative
	text-decoration: none;
	color: #808000;
	font: 9pt Arial;
	font-weight: bold;
	text-align: right;
	margin-bottom: 2px;
	padding-right: 3px;
	border: 1px solid;
	}

.Titre_Paragraphe_lien	{
	font: 15px Arial;
	font-weight: bold;
	color: #808000;
	text-align: justify;
	}


.Titre_Paragraphe	{
	font: 15px Arial;
	font-weight: bold;
	color: #595900;
	text-align: justify;
	background: #EBDB7E url(fond.jpg) top left;
/*	border: #595900 1px solid;*/
	}

.Titre_chronique	{
	font: 24px Arial;
	font-weight: bold;
	color: #595900;
	text-align: justify;
	}

.Titre_rubrique {
	color: #7F130A;
	font: 26px arial;
	font-weight: bold;
	}


#bandeau {
	width: 440px;
	/*background-color: #F8EDA5;*/
	font: 10pt arial;
	font-weight: bold;
	text-align: left;
	/*border-top: 1px #000000 solid; 
	border-bottom: 1px #000000 solid;*/
	}

.notes {
	font: 10px arial;
	}


.Image_left
	{
	float: left;
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 0px; 
	padding-bottom: 0px;
	margin: 0px;
	}

.Image_right
	{
	float: right;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 0px; 
	padding-bottom: 0px;
	margin: 0px;
	}




