body, table, tr, td, p, div, span, ul, ol, li {
	font-family:"Times New Roman", Times, serif;
}

body {
	margin: 15px 0px 10px 0;
	padding: 0;
	background-color: #5A0611;
}

a {
	text-decoration: underline;
	color: #0033CC;
}

a:visited {
	text-decoration: underline;
	color: #0033CC;
}

a:active {
	text-decoration: underline;
	color: #0033CC;
}
	
a:hover {
	text-decoration: none;
	color: #0033CC;
}

a:visited:hover {
	text-decoration: none;
	color: #0033CC;
}
	
img {
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

p, td, th, ul, ol, li, blockquote, input {
	font-family:"Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
	
td, th {  
	vertical-align: top;
	}
	
em {
	font-style: italic;
}

form {
	padding: 0px;
	margin: 0px;
}

INPUT {
	background-color: #FFFFFF;
	border: #666666 1px solid;
	color: #000000;
	font-family: arial, verdana, ms sans serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 4px;
} 

TEXTAREA {
	background-color: #FFFFFF;
	border: #FFFFFF 1px solid;
	color: #00000;
	font-family: arial, verdana, ms sans serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 4px;
} 

ul {
	/*Hack pour espace a gauche de la liste 
	margin-left: 17px;
	margin-bottom: .5em;
	padding: 0;*/
	list-style-type:none;
	padding-left:0;
	margin-left:0;
}

li {
	margin-top: .2em;
	padding:0 0 5px 0;
}

.exposant {  
	font-size: .75em;
	vertical-align:35%; 
	/*vertical-align:super;*/
}




#backTop {
	background: url(fr/images/background/top.gif) no-repeat left top;
	padding:0 6px;
}

#backBottom {
	background: url(fr/images/background/bottom.gif) no-repeat left top;
	padding:0 6px;
}

#header {
	padding:0 6px;
	background: url(fr/images/background/back_repeat.gif) repeat-y left top;
}

#header .conteneur {
	position:relative;
}

#header .conteneur #icones {
	position:absolute;
	top:5px;left:680px;
}

#header td {
	color:#FFFFFF;font-size:12px;
}

#menu {
	padding:7px 6px 0 6px;
	white-space:nowrap;
	background: url(fr/images/background/back_repeat.gif) repeat-y left top;
}

#menu .conteneur {
	position:relative;
	background: url(fr/images/menu/back_menu.gif) repeat-x left top;
	height:52px;
}

#menu .conteneur #ligne {
	position:absolute;
	top:29px;left:294px;
}


/************ Contenu *************/


#contenu
{
	padding:0 6px;
	background: url(fr/images/background/back_repeat.gif) repeat-y left top;
}


/*** Menu de gauche ***/

#contenu #gauche {
	padding: 45px 0 5px 0;
	text-align: center;
	background-color:#FFFFFF;
}

#contenu #gauche td.top {
	background: url(fr/images/gauche/frame_top.gif) no-repeat left top;
}

#contenu #gauche td.contenu {
	background: url(fr/images/gauche/frame_back.gif) repeat-y left top;
	padding:10px 16px 10px 13px;
	text-align: left;
	font-size: .9em;
}

#contenu #gauche td.bottom {
	background: url(fr/images/gauche/frame_bottom.gif) no-repeat left top;
}

#contenu #gauche td.contenu p {
	padding:3px 0; border-top:1px solid #684012; font-size:13px;
}
#contenu #gauche td.contenu p.last {
	border-bottom:1px solid #684012;
}

#contenu #gauche td.contenu a {
	text-decoration: none; color: #684012;
}
#contenu #gauche td.contenu a:visited {
	text-decoration: none; color: #684012;
}
#contenu #gauche td.contenu a:active {
	text-decoration: none; color: #684012;
}

#contenu #gauche td.contenu a:hover {
	text-decoration: underline; color: #684012;
}
#contenu #gauche td.contenu a:visited:hover {
	text-decoration: underline; color: #684012;
}

/*** Fin Colonne de gauche ***/



#contenu #texte
{
	padding: 0px 20px 30px 0px;
	text-align: left;
	font-size: .9em;
	background-color:#FFFFFF;
	color:#684012;
}

#contenu #texte #recherche {
	padding:0 0 5px 0;
	text-align:right;
	font-size:12px;
}

#contenu #texte #recherche a {
	text-decoration: underline;
	color: #000000;
}

#contenu #texte #recherche a:visited {
	text-decoration: underline;
	color: #0033CC;
}

#contenu #texte #recherche a:active {
	text-decoration: underline;
	color: #0033CC;
}
	
#contenu #texte #recherche a:hover {
	text-decoration: none;
	color: #0033CC;
}

#contenu #texte #recherche a:visited:hover {
	text-decoration: none;
	color: #0033CC;
}

#contenu #texte h1
{
	font-size: 1.7em;
	font-weight: bold;
	padding: 0 0 .9em 0;
	margin: 0;
	font-style:italic;
}

#contenu #texte h2
{
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 .8em 0;
	margin: 0;
}

#contenu #texte h3
{
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 .8em 0;
	margin: 0;
}

#contenu #texte h4
{
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 .8em 0;
	margin: 0;
}


#contenu #texte p
{
	padding: 0 0 .8em 0;
	margin: 0;
}

#contenu #texte ul {
	padding-left:0;
	margin-left:17px;
	list-style-type: square;
}

#contenu #texte li {
	margin-top: .4em;
	padding:0 0 5px 0;
}


/* Hack pour grosseur de font pour un tableau qu'on ajoute dans le contenu
Dans le HTML, mettre un tableau dans un autre tableau*/

#contenu #texte table td
{
	font-size: 1.3em;
}

#contenu #texte table td table td
{
	font-size: .8em;
}

#contenu #texte table td table td p
{
	padding: 0 0 .8em 0;
}


#contenu #texte .fondBeige {
	background-color:#FFE8B7;
	padding:10px;
}

#contenu #texte .fondBeigePale {
	background-color:#FBF2D2;
	padding:10px;
}

#contenu #texte .zoom {
	text-align:left;
	padding:0 0 10px 0;
}

#contenu #texte .tableauLigneDuTemps td {
	padding: 3px 5px 3px 5px;
	text-align: left;
	font-size: 1em;
	color:#684012;
}

#contenu #texte .tableauLigneDuTemps td.date {
	padding: 3px 5px 3px 0px;
	border-right:solid 1px #684012;
	color:#684012;
}


/* Lien taiga */

#webmaster {
	text-align:right; color: #D1B494; padding: 8px 0; margin:0; 
	font-size:10px; width:761px; font-family:Arial, Helvetica, sans-serif;
}
#webmaster a:link {
	text-decoration:none; color: #D1B494;
}
#webmaster a:visited {
	text-decoration:none; color: #D1B494;
}
#webmaster a:hover {
	text-decoration:underline; color: #D1B494;
}
#webmaster a:visited:hover {
	text-decoration:underline; color: #D1B494;
}