/* 2009/03/20 : Modules Box for opiOM 
 * cynik
 */
div.modBox{
	width:470px; /* 480*/
	float:left;
	margin-right:5px;
	margin-bottom:20px;
}
div.modHeader{
	height:35px;
	text-align:center;
	background:#353535 url("http://www.opiom.net/templates/madeyourweb/images/modBox/boxBack-noir.png") repeat-x;
	clear:both;
	margin-bottom:10px;
}
div.modHeader:hover{
	cursor:move;
}
div.modBox-bleu div.modHeader{
	background:#003366 url("http://www.opiom.net/templates/madeyourweb/images/modBox/boxBack-bleu.png") repeat-x;
}
div.modBox-noir div.modHeader{
	background:#353535 url("http://www.opiom.net/templates/madeyourweb/images/modBox/boxBack-noir.png") repeat-x;
}
div.modBox-rouge div.modHeader{
	background:#C70000 url("http://www.opiom.net/templates/madeyourweb/images/modBox/boxBack-rouge.png") repeat-x;
}
div.modBox-orange div.modHeader{
	background:#BA500C url("http://www.opiom.net/templates/madeyourweb/images/modBox/boxBack-orange.png") repeat-x;
}
div.modHeader div.headerA,
div.modHeader div.headerC{
	height:100%;
	width:53px;	
}
div.modHeader div.headerA{
	background:url("http://www.opiom.net/templates/madeyourweb/images/modBox/biquetteCoinGauche.gif") no-repeat;
	float:left;
}
div.modHeader div.headerC{
	float:left;
	background:url("http://www.opiom.net/templates/madeyourweb/images/modBox/biquetteCoinDroit.gif") no-repeat;
}
div.modHeader div.headerB{
	float:left;
	width:364px; /* 374 largeur modBox - 2*53px (taille biquette coin ) */
	height:100%;
}
div.modHeader h5{
	line-height:35px;
	font-size:14px;
	font-family: Corbel, 
		    "Lucida Grande", 
		    "Lucida Sans Unicode", 
		    "Lucida Sans", 
		    "DejaVu Sans", 
		    "Bitstream Vera Sans", 
		    "Liberation Sans", 
		    Verdana, 
		    "Verdana Ref", 
		    sans serif;
	font-weight:normal;
	color:#FFF;
	display:inline;	
}
div.modContent{
	padding-left:10px;
	padding-right:10px;
}

/* SPECIFICS */
div.moduleNextMatch{
margin-left:50px;
}
/* Center video and pub*/
#modContent6,
#modContent8{
	text-align:center;
}
