/**	DOCUMENT		**/
* {
	margin:0px;
	padding:0px;
}

body {
	height:100%;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #733B19;
	background-color: black;
	background-image:url(../im/motif-bg.gif);
	text-align: center;
	border:0px outset black;
}

/**	BALISES	**/
img {
	border: 0px none;
}
a {
	color: #e2c357;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/**	SPECIAL	**/
.hide, .loader {
	display: none;
}


/**	STRUCTURE DE LA PAGE	**/
#main {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-480px;
	width:960px;
	height:auto;
	/*background-color: #a76d2c;*/
	background-image: url(../im/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 178px;
	background-color: #a76d2c;
	/*border: 1px solid #FF0000;*/
}
/* En-tête */
#header {
	/*position: relative;*/
	/*background-image: url(../im/bandeau.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 141px;*/
}
/* Menu */
#menu {
	float:left;
	height: 37px;
	width:100%;
	text-align:left;
	line-height:normal;

	background-image: url(../im/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
/* Page */
#page {
	margin-top:36px !important;
	margin-top:-1px;
	background-image: url(../im/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #a76d2c;
	height:580px;
}
/* Contenu dans la page */
/* 
	Une zone à gauche 
	et une à droite 
*/
#content_left {
	position:absolute;
	left:0px;
	width:100%;
	height:478px;
	z-index:10;
	text-align:left;
	background-repeat: no-repeat;
	background-position: top left;
}
#content_right {
	position:absolute;
	right:0px;
	width:500px;
	z-index:20;
	padding:20px;
	text-align:left;
}
/* Pied de page */
#footer {
  /*position: relative;*/	
	/*height: 60px;*/
	border-top: 1px solid #985B28;
	border-bottom: 1px solid #985B28;
	padding:10px 0 10px 0;
	/*width: 100%;*/
	background-color: #a76d2c;
	text-align: center;
	font-size: 11px;
	color: #E2C357;
	/*z-index:50;*/
	
}
#footer a {
	color: #E2C357;
	text-decoration: none;
}
#footer a:hover {
/*	color: #733B19;*/
	color: #ffffff;
	text-decoration: underline;
}

#plan{
	padding-left:20px; 
	padding-top:20px; 
	padding-right:20px; 
	width:900px;
}

#plan a{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
}

#plan a:hover{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:underline;
}


/**	TITRES	**/
.titre1 {
	margin-top: 20px;
	color: #E2C357;
	font-size: 22px;
	font-weight: bold;
	letter-spacing:-1px;
}
.titre2 {
	margin-top: 20px;
	color: #9E3113;
	font-size: 22px;
	font-weight: bold;
	letter-spacing:-1px;
}

.titreactjur {
	margin-top: 20px;
	color: #915422;
	font-size: 16px;
	font-weight: bold;
	letter-spacing:-1px;
}

.titreactjur2 {
	margin-top: 20px;
	color: #E2C357;
	font-size: 16px;
	font-weight: bold;
	letter-spacing:-1px;
}


/**	TEXTES	**/
.center {
	text-align: center;
}
gras {
	font-weight: bold;
}
ital {
	font-style: italic;
}
p.parag1, li.parag1 {
	color: white;
	font-size: 13px;
	word-spacing: 0px;
	letter-spacing: 1px;
	line-height: 1.5em;
}
.mentions {
	color: white;
	font-size: 11px;
	word-spacing: 0px;
	letter-spacing: 1px;
	line-height: 1.5em;
}
p ul {
	list-style-position: outside;
}
li.parag1 {
	margin-left: 20px;
}

/****  CONTENU FLASH   ****/
#flashcontent {
	text-align: center;
}
.flashcontent {
	text-align: center;
}
