@import url("rte.css");
/* Reset all margins and paddings for browsers */
*{ 
	padding: 0;
	margin: 0;
}

html{
	background-color: #70ccec;
}
body, html {
	height: 100%;
  	color: #293b3a;
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.4em;
	margin: 15px 0;
	line-height: 150%;
}
h3 {
	font-size: 1.1em;
	margin: 10px 0;
}
h4 {
	font-size: 1.1em;
}
p, ol, ul {
	line-height: 170%;
}
p {
	margin: 10px 0;
}
a {
	text-decoration: none;
	font-weight: bolder;
	color: #3a1eb0;
}
a:hover {
	text-decoration: underline;
	color: #5d6b78;
}
img {
	border: none;
}

/**************************************************************************/
/*                         Structure                                      */
/*********************************************************/
/*                          Page                                          */
/**************************************************************************/
#page {
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	background: url(../images/global.png) center repeat-y;
}
/**************************************************************************/
/*                            Wrap                                        */
/**************************************************************************/
#wrap {
	/* éviter la superposition du pied de page et du contenu */
	padding-bottom: 60px; 
	overflow: hidden;
}
/**************************************************************************/
/*                         Tete                                           */
/**************************************************************************/
#header {
	background: #fac030 url(../images/plantes.jpg) top left no-repeat;
	color: #fff;
	height: 201px;
	margin: 0;
	padding: 0;
	position: relative;
}
#header h1 {
	position: absolute;
	letter-spacing: normal;
	bottom: 70px;
	left: 100px;
	font: 2.5em "Lucida Sans", Verdana, sans-serif;
	color: #fff;
	line-height: normal;
	}
#header h1.headtext {
	position: absolute;
	font: 1.8em "Lucida Sans", Verdana, sans-serif;
	color: #0e5f7c;
	font-weight: bold;
	bottom: 40px;
	left: 235px;
}
	
#slide {
	position: absolute;
	right: 0;
}
/*************************************************************************/
/*                             Sidebar                                   */
/*************************************************************************/
#sidebar {
	float: right;
	width: 199px;
}
#contentside {
	margin: 15px 10px;
}
#image {
	position: relative;
	right: -45px;
	bottom: 0px;
}
#logo {
	position: absolute;
	bottom: 25px;
	right: 23px;
}
/*************************************************************************/
/*                             contenu                                   */
/*************************************************************************/
#content {
/* On laisse de la place à droite 
	pour l'autre colonne */
	float: left;
	width: 520px;
	margin-left: 15px;
	margin-top: 10px;
	padding: 10px 0 10px;
}
#content ul {
	margin: 10px 5px 5px 15px;
}
/*************************************************************************/
/*                             links                                     */
/*************************************************************************/
#links { 
	background: #0e5f7c;
	margin: 0;
  	padding: 4px 21px 4px 0;
	font-size: 80%;
	letter-spacing: 0.1em;
  	text-transform: uppercase;
	text-align: right;
}
#links a {
	color: #fff;
}
#links a:hover {
	color: #d0d0d0;
}
/*************************************************************************/
/*                             pied                                      */
/*************************************************************************/
#footer {
position: absolute;
	width: 750px;
	bottom: 0;
	text-align: right;
	background: #0e5f7c;
}
#footer ul {
	margin: 3px 15px;
}
#footer li {
	display: inline;
	margin: 0 .1em;
	color: #eee;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
/* hide from incapable browsers */
head:first-child+body 
#footer li { white-space: nowrap; }
#footer a {
	margin: 3px 0;
	color: #1e4bb0;
}
/*************************************************************************/
/*                             menu                                      */
/*************************************************************************/
ul#menu {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	}
ul#menu li a {
	display: block;
	height: 30px;
	background: url(../images/menu.gif) no-repeat left top;
	padding-left: 35px;
	margin: 2px 0;
	border-bottom: 1px solid #d2c59e;
	color: #6f5f30;
	font: small-caps .9em/26px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-decoration: none;
}
ul#menu li a:hover {
	background-position: left bottom;
	color: #6f3040;
}
/*************************************************************************/
/*                             h**                                       */
/*************************************************************************/
#links a, #pied a {
	text-decoration: none;
}
#links a:hover, #pied a:hover {
	text-decoration: underline;
}
/**************************************************
seositemap
****************************************************/
.tx-flseositemap-pi1  {
	margin: 30px 60px;
}
.tx-flseositemap-pi1 li {
	margin-top: 15px;
	list-style: none;
 background : url(../images/fleche.gif) no-repeat;
 background-position: 5px;
 padding-left: 25px;

}
.tx-flseositemap-pi1 a {
	color:	#b03b1e;
}
