/* CSS Document */
.bouton
	{
	text-decoration:none;
	text-align:center;
	display:block;
	font-weight:bold;
	border-top:1px solid;
	border-left:1px solid;
	border-bottom:1px solid;
	border-right:1px solid;
	color: #FFFFFF;
	background-color: #FF0000;
	}

.bouton:hover 
	{
	background-color: #333333;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	color: #FFFFFF;
	}
.popInfo {
    /* Necessary: */
    position: absolute;
    display: none;
    z-index: auto;
	font-size: xx-small;
	color: #FFFFFF;
    background-color: #003366;
    border: thin solid #000000;
}
.cursor{
	cursor:pointer;
}

.btnComm,
.dateComm,
.nomComm,
.titreComm {
	background-color:#333333;
	font-weight:400;
}
.titreComm {
	width:100%;
	font-size:14px;
}
.nomComm {
	width:65%;
}
.dateComm,
.nomComm {
	font-size:12px;
}
.dateComm {
	font-style:italic;
	width:25%;
}
.btnComm {
	width:10%;
}
.commDel,
.commMaj,
.commEdit,
.commOpen {
	background-color:#333333;
	cursor:pointer;
	width:10px;
}
.msgComm {
	font-size:12px;
}
.oneComm {
	border:#66FFCC thin solid;
}

.galerieVideo {
	background-color:#333333;
}

.colTitreVideo,
.colPlayerVideo,
.colTitreVideo {
	font-size:20px;
	color:#000000;
	font-weight:200;
}

.videoref {
	border:#333333 thin solid;
	font-size:12px;
	color:#FFFFFF;
}
.videoplay,
.videostop {
	border:#66FFCC double solid;
	background-color:#000000;
	width:20px; 
	height:20px;
	cursor:pointer;
}
#vignetteVideo {
	border:#333333 thin solid;
}
.titreVideo,
.titreListeVideo {
	font-size:20px;
	font-weight:600;
	background-color:#333333;
	color:#FD6602;
}
.playerVideo {
	background-color:#333333;
}
