/* 
================================
 Container Styles for DotNetNuke - XDMediaMadness Themes - Copyright Nina Meiers - dnn3@xd.com.au - 
================================
*/  


/* Border Colour around the Conatiner */
.Onglet-orange_Master
{
	border-right: orange 1px solid;
	padding-right: 0px;
	border-top: orange 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	border-left: orange 1px solid;
	width: 100%;
	padding-top: 0px;
	border-bottom: orange 1px solid;
	background-color: papayawhip;
}

/* Container Title Formatting */
.Onglet-orange_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-orange_Content {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 15px;
	color: #404040;
}


.Onglet-orange-no {
	background-image: url(orangePix/Onglet-orange-no.gif);
	background-repeat: repeat-x;
	height: 27px;
}

.Onglet-orange-n {
	background-image: url(orangePix/Onglet-orange-n.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 27px;
}

.Onglet-orange-ne {
	background-image: url(orangePix/Onglet-orange-ne.gif);
	background-repeat: repeat-x;
	height: 27px;
}

.Onglet-orange-so {
	background-image: url(orangePix/Onglet-orange-so.gif);
	background-repeat: repeat-x;
	height: 27px;
}

.Onglet-orange-se {
	background-image: url(orangePix/Onglet-orange-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;
}*/
