/* 
================================
 Container Styles for DotNetNuke - XDMediaMadness Themes - Copyright Nina Meiers - dnn3@xd.com.au - 
================================
*/  


/* Border Colour around the Conatiner */
.Onglet-bleu_Master {
	width: 100%;
	background-color: transparent;
	border-right: #99ccff 1px solid; 
	border-top: #99ccff 1px solid; 
	border-left: #99ccff 1px solid; 
	border-bottom: #99ccff 1px solid; 
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Container Title Formatting */
.Onglet-bleu_Title {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;  /* Change Title Color HERE */
	font-weight: bolder;
}

/* Manages the color and padding of text & padding in container contentpane
   You cannot modify the font-family through this element */
	
.Onglet-bleu_Content {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 15px;
	color: #404040;
}


.Onglet-bleu-no {
	background-image: url(bleuPix/Onglet-bleu-no.gif);
	background-repeat: repeat-x;
	height: 27px;
}

.Onglet-bleu-n {
	background-image: url(bleuPix/Onglet-bleu-n.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 27px;
}

.Onglet-bleu-ne {
	background-image: url(bleuPix/Onglet-bleu-ne.gif);
	background-repeat: repeat-x;
	height: 27px;
}

.Onglet-bleu-so {
	background-image: url(bleuPix/Onglet-bleu-so.gif);
	background-repeat: repeat-x;
	height: 27px;
}

.Onglet-bleu-se {
	background-image: url(bleuPix/Onglet-bleu-se.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 27px;
}

/* use for extra formatting - effect is page wide - so use with care */
/* p {
	margin: 0px;
}*/
