@charset "utf-8";
/* CSS Document */
body {
	background-image:url(/img/background/trans.gif);
	background-repeat:repeat;
}
.barre {
	margin:5px;
	margin-bottom:30px;
	background:#fff0ee;
}
.blanc {
	padding-left:240px;
	padding-right:240px;	
}
.comment {
	width:100%;
	background:#FFF;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}
* html .comment {
	width:100%;
	float:none;
}
.col {
	width:220px;
	padding:5px;
	text-align:left;
	background:#FFF;
}
.col ul {
	list-style-type:none;
	margin:5px;
}
.col ul li {
	border-bottom:#F9F9F9 1px solid;
	padding:1px;
}
.col h3 {
	border-bottom:1px dashed;
}
.barre h2 {
	font-size:20px;
}
.dom {
	float:left;
	width:50%;
	text-align:center;
}
.ext {
	padding-left:50%;
	text-align:center;
}

.barre_bas {
	position:fixed;
	bottom:0px;
}
.barre_bas ul {
	list-style-type:none;
}
.barre_bas ul li {
	height:30px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	margin-right:5px;
	border:#666 1px solid;
	line-height:30px;

	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-radius-topleft:10px;
	
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-radius-topright:10px;
}
.barre_bas ul li.rouge {
	background-image:url(/img/nav/degrade_rouge.gif);
}
.barre_bas ul li.rouge a {
	color:#FFF;
	font-weight:bold;
}
.barre_bas img {
	padding-left:5px;
	padding-right:5px;
}
#com div {
	display:block;
	margin:2px;
}
#com div ul {
	border:1px #fff0ee solid;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	list-style-type:none;
	
	background-position:bottom;
	background-image:url(/img/background/live_rose.png);
	background-repeat:repeat-x;
}
.dom1 {
	padding-right:50%;
}
.dom2 {
	padding-left:50%;
}
.dom0 ul li {
	text-align:center;
}
.dom1 ul li {
	padding:5px;
}
.dom2 ul li {
	padding:5px;
}
.minute {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#711e22;
}
.dom1 ul li.minute {
	float:right;
}
.dom2 ul li.minute {
	float:left;
}
.evt {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#666;
}
.coms {
	text-align:left;
	width:98%;
}
.fl1 {
	float:left;
}
.fr1 {
	float:right;
}
.fr2 {
	float:left;
}
.fl2 {
	float:right;
}

