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

html{
	background-color: #eee;
}
body, html {
	height: 100%;
  	color: #29333b;
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.4em;
	margin: 10px 0;
}
h3 {
	font-size: 1.3em;
	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: #ff8c00;
}
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: #210fa8 url(../images/header.jpg);
	color: #fff;
	height: 201px;
	position: relative;
}
#header h1 {
	position: absolute;
	bottom: 60px;
	left: 200px;
	font: 3em "Lucida Sans", Verdana, sans-serif;
	color: black;
	}
#header h1:after {
	display: block;
	margin-left: -3px;
	margin-top: -46px;
	color: #3db60b;
	content: attr(title);
}

#image {
	position: absolute;
	left: 20px;
	top: 0;
}
#slide {
	position: absolute;
	right: 0;
}
/*************************************************************************/
/*                             Sidebar                                   */
/*************************************************************************/
#sidebar {
	float: right;
	width: 199px;
}
#contentside {
	margin: 15px 10px;
}
#logo {
	position: absolute;
	bottom: 25px;
	right: 23px;
}
/*************************************************************************/
/*                             contenu                                   */
/*************************************************************************/
#content {
/* On laisse de la place ? droite 
	pour l'autre colonne */
	float: left;
	width: 530px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px 0 10px;
}

/*************************************************************************/
/*                             links                                     */
/*************************************************************************/
#links { 
	background: #2e9a68;
  	color: #6F6F74;
	margin: 0;
  	padding: 4px 21px 4px 0;
	font-size: 80%;
	letter-spacing: 0.1em;
  	text-transform: uppercase;
	text-align: right;
}
#links a {
	text-decoration: none;
	color: #9a302e
}
#links a:hover {
	text-decoration: underline;
}
/*************************************************************************/
/*                             pied                                      */
/*************************************************************************/
#footer {
position: absolute;
	width: 750px;
	bottom: 0;
	text-align: right;
	background: #2e9a68;
	color: #a9a9a9;
}
#footer ul {
	margin: 3px 15px;
}
#footer li {
	display: inline;
	margin: 0 .1em;
	color: #3f3f3f;
	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: #9a302e;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/*************************************************************************/
/*                             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: #07126e;
}

/*************************************************************************/
/*                            Listen im Content                          */
/*************************************************************************/
#content ul {
	margin: 10px 5px 5px 15px;
}
#content li {
	margin: .1em 0 .1em 15px;
}
.fleche {
	list-style: disc outside url(../../images/fleche.gif);
}
.droitetop {
	float: right;
	margin: 15px 15px 5px 5px;
}

