body {
	background-image:url(../img/fond-redirect.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Arial;
	color:#fff;
	font-size:12px;
	}

a {	color:#fff;	text-decoration:underline;	}
a:hover { color:#000;	text-decoration:none; }

form {
	margin:0px;
	padding:0px;
	}	

/* Chargement */
.loading {
	color:#666;
	line-height:18px;
	font-size:11px;
	background:url(../img/loading.gif);
	background-repeat:no-repeat;
	background-position:5px;	
	padding-left:30px;
	width:120px;
	margin:10px auto 10px auto;
	}

/* Content */
.more_content {
	position:absolute;
	z-index:10px;
	margin-top:34px;
	left:0px;
	background-image:url(../img/redirect-fond-more.gif);
	background-repeat:x-repeat;
	background-position:bottom;
	width:100%;
	height:100px;
	}

.more_content ul {
	list-style:none;
	margin:0px;
  padding:0 0 0 5px;
	}

.more_content li {
  background-image:url(../img/raquo.gif);
  background-repeat:no-repeat;
  background-position: 0 6px;
  padding: 0 0 0 10px;
  margin: 0 0 0 0;
  font-size:11px;
  }

.more_content li a { color:#000; text-decoration:none; }
.more_content li a:hover { color:#666; text-decoration:underline; }

.titre {
	padding-top:15px;
  font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#fbc25b;
	}

.infos {
	font-family:Tahoma;
	font-size:10px;
	}

.content_frame {
	margin:5px;
	padding:5px;
	background:#fff;
	color:#000;
	border:1px solid #eee;
	}

/* Onglet */
.onglet_gauche {
	background-image:url(../img/redirect-onglet-gauche.gif);
	background-repeat:no-repeat;
	width:9px;
	height:36px;
	overflow:hidden;
	float:left;
  margin-top:34px;
	}

.onglet_fond {
	background-image:url(../img/redirect-onglet-fond.gif);
	background-repeat:x-repeat;
	height:36px;
	overflow:hidden;
	float:left;
  margin-top:34px;
	}

.onglet_content {
	font-family:Tahoma;
	font-size:11px;
	color:#000;
	margin:13px 10px 0 5px;
	}

.onglet_content a { color:#313131; text-decoration:none; }
.onglet_content a:hover { color:#bb0016; text-decoration:none; }

.onglet_droite {
	background-image:url(../img/redirect-onglet-droite.gif);
	background-repeat:no-repeat;
	width:9px;
	height:36px;
  margin-top:34px;
	overflow:hidden;
	float:left;
	}

.onglet_select {
	font-size:11px;
	width:250px;
	}