body{
	background:#000000;
	margin:0px;
	padding:0px;
	text-align:center;
	
	/*Police*/
	color:#D33296;
	font-size:15px;
	
	/*Ascenceur*/
	scrollbar-face-color: #D33296;
	scrollbar-shadow-color: #D33296;
	scrollbar-highlight-color: #DA7DAD;
	scrollbar-3dlight-color: #99256C;
	scrollbar-darkshadow-color: #DA7DAD;
	scrollbar-track-color: #DA7DAD;
}
*{
	font-family:arial, verdana, times;
}
/****************************************Interface****************************************/
#conteneur_principal{
	/*Tailles, bordures, paddings*/
	width:887px;
	height:461px;
	border:1px solid #BF1F73;
	
	/* Positionnement */
	position:absolute;
    left:50%; 
    top:50%;
	margin-left:-443.5px;
	margin-top:-231.5px;
	
	/*Arrière plan*/
	background:#FFFFFF url(../template/griselda.jpg) no-repeat;
	background-position:0px 26px;
	
	/*Z-index*/
	z-index:1;
}
#conteneur_menu{
	/*Tailles, bordures, paddings*/
	width:887px;
	height:26px;
	
	/*Arrière plan*/
	background:#D33296;
	
	/*Police*/
	color:#DA7DAD;
	
	/*Positionnement*/
	position:relative;
	top:0px;
	left:0px;
	
	/*Z-index*/
	z-index:2;
}
#lecteur{
	/*Tailles, bordures, paddings*/
	width:380px;
	height:50px;
	
	/*background:#ffffff;*/
	
	/* Positionnement */
	position:absolute;
    left: 50%; 
    top: 50%;
	margin-left:66px;
	margin-top:-282px;
	
	/*Z-index*/
	z-index:2;
}
#logo{
	/*Tailles, bordures, paddings*/
	width:238px;
	height:186px;
	
	/* Positionnement */
	position:absolute;
    left: 50%; 
    top: 50%;
	margin-left:-470px;
	margin-top:-275px;

	/*Arrière plan*/
	background:url(../template/logo.gif) no-repeat;
	background-position:0px 0px;
	
	/*Z-index*/
	z-index:3;
}
#aurore{
	/*Tailles, bordures, paddings*/
	width:938px;
	height:125px;
	
	/* Positionnement */
	position:absolute;
    left:50%; 
    top:50%;
	margin-left:-472px;
	margin-top:141px;
	
	/*Arrière plan*/
	background:url(../template/aurore.gif) no-repeat;
	background-position:0px 0px;
	
	/*Z-index*/
	z-index:3;
}
#deco_top{
	/*Tailles, bordures, paddings*/
	width:85px;
	height:41px;
	
	/* Positionnement */
	position:absolute;
    left:50%; 
    top:50%;
	margin-left:-56px;
	margin-top:-153px;
	
	/*Arrière plan*/
	background:url(../template/deco_top.gif) no-repeat;
	background-position:0px 0px;
	
	/*Z-index*/
	z-index:5;
}
#deco_bottom{
	/*Tailles, bordures, paddings*/
	width:72px;
	height:43px;
	
	/* Positionnement */
	position:absolute;
    left:50%; 
    top:50%;
	margin-left:-56px;
	margin-top:122px;
	
	/*Arrière plan*/
	background:url(../template/deco_bottom.gif) no-repeat;
	background-position:0px 0px;
	
	/*Z-index*/
	z-index:5;
}
#content{
	/*Ascenceur*/
	overflow:auto;
	
	/*Tailles, bordures, paddings*/
	width:300px;
	height:229px;
	border:1px solid #000000;
	
	/* Positionnement */
	position:absolute;
    left:50%; 
    top:50%;
	margin-left:-35px;
	margin-top:-137px;
	
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
	padding-right:10px;
	
	/*Polices*/
	text-align:justify;
	
	/*Arrière plan*/
	background : #FFFFFF;
	
	/*Z-index*/
	z-index:4;
}
#titre_news{
	/*Tailles, bordures, paddings*/
	height:20px;
	border-bottom:2px solid #D33296;
	
	/*Polices*/
	text-align:center;
	font-size:17px;
}
#conteneur_news{
	/*Ascenceur*/
	overflow:auto;
	
	/*Tailles, bordures, paddings*/
	width:120px;
	height:260px;
	border:1px solid #E5ACC6;
	
	/* Positionnement */
	position:absolute;
    left: 50%; 
    top: 50%;
	margin-left:300px;
	margin-top:-137px;
	padding:5px;
	
	/*Polices*/
	text-align:center;
	color:#E772BB;
	font-size:12px;
	
	/*Arrière plan*/
	background : #FFFFFF;
	
	/*Z-index*/
	z-index:2;
}
#conteneur_news a, #conteneur_news a:visited, #conteneur_news a:link{
	color:#D33296;
	text-decoration:none;
	font-size:13px;
}
#conteneur_news a:active, #conteneur_news a:hover{
	color:#E772BB;
	text-decoration:underline;
	font-size:13px;
}
/*----------------MENU*----------------*/
#menu {
	/* Positionnement */
	position:absolute;
	left:50%; 
	top:50%;
	margin-left:-444px;
	margin-top:-232px;

	z-index:100;
	width: 890px;/* correction pour Opera */
}
#menu dl {
	float: left;
	width: 8.4em;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-size:15px;
	font-weight: bold;
	background: transparent;
	margin-left: 1px;
	margin-right: 1px;
	padding-top:6px;
	padding-bottom:3px;
	/*Bordure de test*/
	/*border: 1px solid red;*/
}
#menu dl dt a, #menu dl dt{
	color:#DA7DAD;
	font-weight: bold;
}
#menu dd {
	display: none;
	border: 1px solid #D33296;
}
#menu li {
	text-align: center;
	background: #ffffff;
}
#menu li a, #menu dt a {
	color: #D33296;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu dt a:hover, #menu dt a:focus,  #menu dl dt:hover,  #menu dl dt:focus {
	color:#000000;
	font-weight:bold;
	font-size:15px;	
}
#menu li a:hover, #menu li a:focus {
	background: #F3BAD8;
	font-size:15px;
	font-weight:normal;
}
/**************************************** / Interface****************************************/

/**************************************** / Site Styles ****************************************/
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
h1{
	font-size:17px;
	font-weight:bold;
}
a, a:visited, a:link{
	color:#D33296;
	font-size:15px;	
}
a:active, a:hover{
	color:#F664BE;
}
input {
	border:solid 1px #D33296;
	color:#D33296;
	background:#DA7DAD;
	font-size:15px;
	height:1em;
	width:150px;
	margin-bottom:0.1em;
	margin-top:0.1em;
}
select {
	border:solid 1px #D33296;
	color:#D33296;
	background:#DA7DAD;
}
textarea {
	border:solid 1px #D33296;
	color:#D33296;
	background:#DA7DAD;
	font-size:15px;
	height:5em;
	width:150px;
	margin-bottom:0.1em;
	margin-top:0.1em;
}
/**************************************** / Site Styles ****************************************/
/****************************************  Formulaires ****************************************/
div.form_labels {
	float:left;
	margin-right:10px;
	margin:0px;
}
div.form_labels ul li{
	margin-bottom:0.35em;
}
div.form_champs {
	float:left;
}
input.bouton_envoi {
	height: 1.5em;
	font-weight: bold;
}
/**************************************** / Formulaires ****************************************/
/**************************************** Infos ajax ****************************************/
#info_message{
	/*Tailles, bordures, paddings*/
	width:200px;
	height:55px;
	border:2px solid #D33296;
	
	/*Arrière plan*/
	background:#E5ACC6;
	opacity:0;/*Pour Safari et Mozilla*/
	filter:alpha(opacity=0);/*Pour IE*/
	
	display:none;
	
	/*Police*/
	color:#D33296;
	font-size:15px;
	text-align:center;
	vertical-align:middle;
	
	/* Positionnement */
	position:absolute;
    left:50%; 
    top:50%;
	margin-left:25px;
	margin-top:-130px;
	
	/*Z-index*/
	z-index:101;
}
/**************************************** / Infos ajax ****************************************/
/**************************************** Albums *********************************************/
.tableaux_albums{
	/*Bordures*/
	border:1px solid #D34E98;
	border-collapse : collapse;
	/*Police*/
	font-size: 13px;
}
.titre_tableaux_albums{
	/*Padding*/
	padding:2px;
	/*Bordures*/
	border:1px solid #D34E98;
	/*Police*/
	font-weight:600;
	/*Fond*/
	background:#E6BED0;
}
.achat_tableaux_albums{
	/*Padding*/
	padding:2px;
	/*Bordures*/
	border:1px solid #D34E98;
}
.tableaux_albums td{
	padding:2px;
}
/**************************************** /Albums ********************************************/
