* {
  margin: 0;
  padding: 0;
}

hr {
	clear: both;
	display: block;
	visibility: hidden;
	_margin: -8px 0;
	border: 0;
	height: 0;
}

a:link,
a:visited {
	color: #067CCD;
	text-decoration: none;
}

a:hover,
a:active {
	color: #067CCD;
}

img {
	border: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	margin: auto;
}


#page {
	position: relative;
    color: #213d7d;
	margin: 1px auto;	
    width: 860px;
}
#bandeau {
     border-bottom: 1px solid #CFCFCF;
	 position: relative;    
     height: 65px;
     padding-top: 10px;
}

#deconnect {
	position: absolute;
	top: 58px;
	right: 8px;
	font-size: 80%;
	font-weight: bold;
	padding-left: 15px;
	background: url(../graph/fleche-bleue.gif) no-repeat 0 50%;
}

#player {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.seq_titre {
	color: #668;
	position: relative;
	background: url(../graph/fleche-bleue.gif) no-repeat 10px 6px;	
	border-bottom: 1px solid #CFCFCF;
    width: 800px;
	padding: 2px 0 10px 24px;
	margin: 7px 0 0 15px ;
	font-size: 85%;
	font-weight: bold;
}
.msg_direct {
	color: #668;
	position: relative;
	background: url(../graph/fleche-bleue.gif) no-repeat 10px 6px;	
    width: 800px;
	padding: 2px 0 10px 24px;
	margin: 7px 0 0 15px ;
	font-size: 85%;
	height: 100px;
	font-weight: bold;
}

#col_gauche {
	float: left;
	position: relative;
}

#pop_cartouche {
	position: relative;
	margin-top: 15px;
		margin-bottom: 10px;
	margin-left: 15px;
	width: 324px;
}

#pop_down {
	position: relative;
	margin-top: 15px;
		margin-bottom: 10px;
	margin-left: 15px;
	width: 324px;
}

#pop_cartouche ul {
  list-style: none;
  min-height: 140px;

}
#pop_down ul {
  list-style: none;
}
#pop_cartouche li {
    color: #4C4C4C;
	background: url(../graph/petit-carre-gris.gif) no-repeat 15px 10px ;
	padding: 3px 0 0 24px;	
	font-size: 0.85em;
	margin: 0 0 0 0;
	text-align:justify;
	width: 310px;
}
#pop_down li {
    color: #4C4C4C;
	background: url(../graph/petit-carre-gris.gif) no-repeat 15px 10px ;
	padding: 3px 0 0 24px;	
	font-size: 0.85em;
	margin: 0 0 0 0;
	text-align:justify;
	width: 310px;
}


.telechar {
	color: #668;
	width: 344px;
	margin-top: 12px;
	padding: 12px 0 0 0px;
}
.telechar h3 {
  color: #668;
  padding: 0 0 0 14px;
  font-size: .85em;
}
.telechar ul {
  list-style: none;
}
.telechar li {
  color: #4C4C4C;
  background: url(../graph/petit-carre-bleu.gif) no-repeat 24px 10px ;
  padding: 3px 0 0 36px;	
  font-size: .85em;
}

#pied {
	clear: both;
   	border-top: 1px solid #CFCFCF;
	position: relative;
	padding: 10px 0 0 26px;
	font-size: .8em;
  	height: 27px;
  	text-align: left;
}
#pied a:link, #pied a:visited, #pied a:hover, #pied a:active {
	color: #4C4C4C;
}
#logopied {
  float: left;
  position: absolute;
  top: 3px;
  left: 10px;
}

#navpop {
	position: absolute;
	top: 18px;
	width: 75px;
	right: 20px;
	text-align: center;
}

#pop_suivant {
	position: absolute;
	top: 18px;
	right: 8px;
	background: url(../graph/fleche-bleue.gif) no-repeat 0px 3px;
  	text-align: left;

}
#pop_precedent {
	position: absolute;
	top: 18px;
	right: 97px;
	background: url(../graph/fleche-bleue-gauche.gif) no-repeat 0px 3px;
  	text-align: left;
}

