.ui-dialog {
  border:1px solid #ff9900;
}


.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.flash{
  display:block;
  margin:auto;
  padding:1em;
  width:50%;
  text-align:center;
  background:#f7e8df;
  font-size:1em;
  color:#555;
}
ul.apercu li{
  display:block;
  border-bottom:1px dotted #aaa;
  padding:9px 0;
  font-size:11px;
  color:#444;
}
ul.apercu h5 {
  display:block;
	width:100%;
}
ul.apercu h5 img{
  padding-left:10px;
}
ul.apercu .desc{
  margin-left:60px;
}
ul.apercu .miniature{
  float:left;
  border:1px solid #666;
}
ul.apercu a{
  color:#FF7628;
  text-decoration:none;
}
ul.apercu a img {
  vertical-align:-3px;
}
ul.apercu a:hover{
  text-decoration:underline;
}
ul.apercu .actions{
  padding-top:5px;
  border:0;
}
ul.apercu .actions img{
  margin-left:5px;
}
ul.apercu.playlist .desc{
  margin-left:90px;
}
ul.apercu.jeu .desc{
  margin-left:90px;
}
ul.apercu.jeu .desc p{
  margin-bottom:5px;
}
ul.apercu.musique.biglist .desc{
  margin-left:90px;
}
ul.apercu.musique.biglist .actions{
  border-top:1px dotted #aaa;
  margin:5px;
}
ul.apercu.musique.list li{
  padding:3px 0;
  border:0;
  border-bottom:1px dotted #999;
}
ul.apercu.musique.list .actions{
  float:right;
  margin-top:15px;
	border:0;
}
ul.apercu.musique.list .actions img{
  margin-left:3px;
}
ul.apercu.musique.list .desc{
  margin-left:60px;
}
.playlist ul.apercu.musique.list li{
  padding:3px 10px;
}
.playlist ul.apercu li.pair{
  background:#d7e5b4;
}
.playlist ul.apercu li.impair{
  background:#bcd287;
}

.submit{
  font-size : 11px;
  font-weight : bold;
  color : #ffffff;
  background:#f3a140 url(../images/bg_bouton.gif) top repeat-x;
  border : 1px solid #ffffff;
  cursor:pointer;
}
.submit:hover{
  background:#f3a140;
}

.commentaire {
 color:#555;
 padding:0 5px 5px 5px;
 border-bottom:1px dashed #aaa;
 margin-top:5px; 
}
.commentaire p img{
  float:left;
  margin:0 10px 5px 0;
}
.commentaire p .quiet{
  color:#777;
}
.commentaire p a{
  font-weight:bold;
  color:#dd0000;
  text-decoration:none;
}
.commentaire p a:hover{
  color:#ff5555;
  text-decoration:underline;
}

.demi .pub{
	background: url(../images/bg_publicite.png) right top no-repeat;
	width : 316px;
	padding-top : 11px;
	margin-bottom : 10px;
  text-align:center;
}
.homedecal .pub{
  background-position:230px 0;
}
.demi .pub_no{
  width : 316px;
  padding-top : 11px;
  margin-bottom : 20px;
  text-align:center;
}
.empile{
  margin-bottom : 10px;
}
.noboite {
  width:85%;
}
.boite, .noboite {
  margin:auto;
	margin-bottom:10px;
}
.entier .boite {
  width:100%;
}
.demi .boite {
  width:100%;
}
#gauche .boite {
  width:192px;
}

.boite .titre {
  height:31px;
  background-position:top left;
  background-repeat:no-repeat;
}
.boite .titre_sans_image {
  background:#737e83;
  height:31px;
	font-size:13px;
	line-height:31px;
	text-indent:1em;
	color:#fff;
	font-weight:bold;
  -moz-border-radius:12px 12px 0 0;
}
.boite .titre_sans_image h1{
  color:#fff;
  margin:0;
  height:31px;
  font-size:13px;
  line-height:31px;
  text-indent:1em;
  color:#fff;
  font-weight:bold;
}
.boite .titre_sans_image font{
  color:#000;
	font-weight:normal;
	padding-left:15px;
}
.boite .titre_sans_image a{
  height:100%;
}
.boite .titre_sans_image a img{
  vertical-align:middle;
}
.boite .contenu {
  border-color:#707f85;
	border-style:solid;
	border-width:0 1px 2px 1px;
	background-position:top;
	background-repeat:repeat-x;
}
.arrondi .contenu {
  -moz-border-radius:0 0 12px 12px;
}
.lien_final {
  text-align:right;
  padding-top:3px;
	clear:both;
}
.lien_final a{
	font-size:11px;
	display:block;
	font-weight:bold;
}

.actions_haut {
  display:block;
	width:100%;
	margin-bottom:7px;
}
.actions_haut a{
  padding-left:20px;
	color:#333;
} 

.form_error {
  color:#cc0000;
}

.fil{
  display:block;
  text-align:left;
  margin-bottom:10px;
}

.actualite_mini {
  text-align:left;
}
.actualite_mini h5 a{
  color:#a28291;
  font-size:12px;
}
.actualite_mini p{
  font-size:11px;
	margin-left:5px;
}
.actualite_mini hr {
  margin:4px 0;
	background-color:#debc7d;
}

.pop_loader {
  width:100%;
  height:150px;
  background:url(../images/pop-loader.gif) 50% no-repeat;
}

.tiers  { float:left; width:30%; }
.left   { float:left; }
.right  { float:right; }

.hide   { display:none; }
