/* 
================================
 Container Styles for DotNetNuke - XDMediaMadness Themes - Copyright Nina Meiers - dnn3@xd.com.au - 
================================
*/  


/* Border Colour around the Conatiner */
.Onglet-jaune_Master {
	width: 100%;
	background-color: transparent;
	border-right: yellow 0px solid; 
	border-top: yellow 0px solid; 
	border-left: yellow 0px solid; 
	border-bottom: yellow 0px solid; 
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Container Title Formatting */
.Onglet-jaune_Title {
	font-family: verdana;
	font-size: 12px;
	color: #990000;  /* Rouge fonc sur fond jaune */
	font-weight: bolder;
}

/* Manages the color and padding of text & padding in container contentpane
   You cannot modify the font-family through this element */
	
.Onglet-jaune_Content {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 10px;
	color: #404040;
}


.Onglet-jaune-no {
	background-image: url(JaunePix/Onglet-jaune-no.gif);
	background-repeat: repeat-x;
	height: 27px;
}

.Onglet-jaune-n {
	background-image: url(JaunePix/Onglet-jaune-n.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 27px;
}

.Onglet-jaune-ne {
	background-image: url(JaunePix/Onglet-jaune-ne.gif);
	background-repeat: repeat-x;
	height: 27px;
}

.Onglet-jaune-so {
	background-image: url(JaunePix/Onglet-jaune-so.gif);
	background-repeat: repeat-x;
	height: 27px;
}

.Onglet-jaune-se {
	background-image: url(JaunePix/Onglet-jaune-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;
}*/
