/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX ÉLÉMENTS --- */
html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	font-size: .6em;
	line-height: 1.25;
	color: black;
	background: #ffffff;
}

/* GENERAL */
html, body {
	height: 100%;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
}
h1, h2 {
	font-family: Verdana, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal;
}
h1 {font-size: 1.8em;}
h2 {font-size: 1.0em;}
h3 {font-size: 1.0em;}
h4 {font-size: 1em;}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0;
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}

/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Verdana, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}
a img {
	border: none;
}

/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: dimgray;
}
#theme {
  position: absolute;
  top: 1em;
  left: 1em;
}
/* PAGE */
#global {
	/*
	height: 100%; 
	min-height: 100%;
	*/
	background: #ffffff;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
	margin-bottom:10px;
	border: 1px solid #ffffff;
}
#centre {
	background-color: #FFFEEE;
	width:100%;	
}
/*
#bandeau {
	margin: 0px;
	padding: 0px;
	height: 168px;
	width: 789px;
	margin-left: auto;
  margin-right: auto;
}
*/
#bandeau {
	background-color: #FFFEEE;
	background-image: url(../sp/images/fond-bandeau.png);
	background-repeat: repeat;
}

#bandeau p {
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#sous-bandeau {
	color: #FFFFFF;
	background-color: #A04D16;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-family: "Trebuchet MS", "Arial", sans-serif;
font-size:13px;
	background-image: url(../sp/images/sous-bandeau.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}

#sous-bandeau a {
	color: #FFFFFF;
	text-decoration: none;

}

#sous-bandeau a:hover {
	color: #EAE3C9;
	text-decoration: none;

}
/* Contenu principal */
#contenu {
	color: #363B29;
	background: transparent;
	padding: 10px 20px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

/* En-tête */
#entete {
	padding: 15px 20px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	color:#303030;
	font-size: 23px;
}
#entete p {
	font-size: 21px;
}

/* Onglets */
#tabs {
	width: 761px;
}

/* Pied de page */
#pied {
	padding: 15px 20px;
	color: #6DA6D1;
	text-align: right;
}
#pied p {
	margin: .5em 0;
	font-size: 1.5em;
}
#pied a {
	color: #663333;
}

#copyright {
	text-align: right;
	font-size: 0.8em;
}
#copyright a {
	text-decoration: none;
	font-size: 0.8em;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}
.listederoulante {
	height: 200px;
	overflow: auto;
	border: 2px inset #f2f2f2;
	background: transparent; 
	margin: 10px;
	padding: 2px;
}
#Boite {
  position: fixed;
	right: 2px;
	top: 100px;
	background: transparent;
	padding: 0px;
	margin: 0px;
	width: 85px;
	/* height: 290px; */
}
#base {
	font-size: 20px;
	width: 90%;
	line-height: 100%;
	margin: 0px;
	padding: 15px;
	color: #813E11;
	text-align:right;
}
#langue {
	text-align:right;
	padding:10px;
}

#langue a {
	color: #663333;
	text-decoration: none;
}

#langue a:hover {
	color: #663333;
	text-decoration: underline;
}