﻿@import url("rte.css");
/* Reset all margins and paddings for browsers */
*{ 
	padding: 0;
	margin: 0;
}

html{
	background-color: #a51008;
}
body, html {
	height: 100%;
  	color: #293b3a;
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* `Headings */
h2 { font-size: 140% }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 105%; }

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset { margin-bottom: 10px; }
p, ol, ul { line-height: 170%; }
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: #1e8011 url(../images/header3.png) no-repeat top left;
	color: #fff;
	height: 201px;
	margin: 0;
	padding: 0;
	position: relative;
}
#header h1 {
	position: absolute;
	letter-spacing: normal;
	bottom: 85px;
	left: 20px;
	font: 2.2em "Lucida Sans", Verdana, sans-serif;
	color: #fff;
	line-height: normal;
	}
#header h1.headtext {
	position: absolute;
	font: 1.8em "Lucida Sans", Verdana, sans-serif;
	color: #fff;
	bottom: 65px;
	left: 35px;
}
	
#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: #19908f;
	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: #19908f;
}
#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 40px;
}
.tx-flseositemap-pi1 li {
	margin-top: 15px;
	list-style: none;
 background : url(../images/fleche.gif) no-repeat;
 background-position: 5px;
 padding-left: 10px;

}
.tx-flseositemap-pi1 a {
	color:	#b03b1e;
}
/******************************************************/
#blanc { background: #fff; margin: 5px; padding: 5px; }

#blanc li { margin: 10px 0 10px 5px; }

#blanc ul { margin: 10px 5px 5px 15px; }
