body {
	font-family:verdana,tahoma,arial,sans-serif;
	font-size:0.8em;
	color:#FFFFFF;
	background-color:#000000;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-face-color:#000000;
	scrollbar-track-color:#000000;

}

td {
	font-family:verdana,tahoma,arial,sans-serif;
	font-size:0.8em;
	color:#FFFFFF;
}


table.formulaire {
	padding:6px;
}

td.formulaire_designation {
}
td.formulaire_champ {
}

/***
Liens
***/

a.titre_article {
	color: #CC0000;
	text-decoration:none;
}
a.titre_article:hover {
	text-decoration:underline;
}

a.rubrique {
	color: #CC0000;
	text-decoration:none;
	font-weight:normal;
}
a.rubrique:hover {
	text-decoration:underline;
}

a.sousrubrique {
	color: #804040;
	text-decoration:none;
}
a.sousrubrique:hover {
	text-decoration:underline;
}

a:link,a:active,a:visited{
	text-decoration:none;
	color:#FF9B37;
}
a:hover{
	text-decoration:underline;
}

/***
mise en forme
***/
table.content {
	width:100%;
	height:520px;
}

/** cartouche  relief leger **/
.box3 {
	border : 1px solid #FFFFFF;
	background: #000000;
	padding:3px;
}
/** titre2 **/
.titre2, a.titre2:link, a.titre2:visited,a.titre2:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
}

.titre2:hover, a.titre2:hover{
	text-decoration:underline;
	color:white;
}

/***
player video
***/
a.flowplayer, a.flowplayer img {
	display:block;				
	border:0px;		
}
div.playButton {
	background:url(/img/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-50px;
	left:10px;
	opacity:0.9;
	text-align:center;
	margin-bottom:-50px;
}
div.playButton:hover {
	opacity:1.0;		
}


#divcontent {
	background-image:url('/custom/groovythingz/images/bg_noir.png');
	height:430px;
	/*
	overflow:auto;
	height:500px;
	*/


	/*border:1px solid red;*/
}

.text_article {
	/*
	text-align:justify;
	*/
}

.titre_chapitre {
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	border-bottom:2px solid white;
	padding-bottom:4px;
}

.encadre {
	border:1px solid white;
}

.btn {
	border:1px solid white;
	background:#000000;
	color:white;
	font-weight:bold;
}

.textbox {
	border:1px solid black;
}

.titre_article {
	font-weight:bold;
	font-size:14px;
	color:white;
	border-bottom:1px dashed #ADADAD;
}

.petit {
	font-size:9px;
}

.fond_noir {
	background-image:url('/custom/groovythingz/images/bg_noir.png');
}
