/* 
================================
 Container Styles for DotNetNuke
================================
*/  
.container {
	margin-bottom: 15px;
	}
	
.containermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #07875f 1px solid; 
	border-top: #07875f 1px solid; 
	border-left: #07875f 1px solid; 
	border-bottom: #07875f 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_vert {
	width: 100%;
	background-color: #07875f;
	border-right: #07875f 0px solid; 
	border-top: #07875f 0px solid; 
	border-left: #07875f 0px solid; 
	border-bottom: #07875f 0px solid; 
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}
.containermaster_texte {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #07875f 0px solid; 
	border-top: #07875f 0px solid; 
	border-left: #07875f 1px solid; 
	border-bottom: #07875f 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.pub {
	width: 100%;
	background-color: transparent;
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
#ensavoirplus {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #07875f;
	text-decoration: none;
	margin-left: 280px;
}
#ensavoirplus:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #07875f;
	text-decoration: underline;
	margin-left: 280px;
}
#traitgauche {
background-image:url(images/traitgauche.png);
background-position: left bottom;
background-repeat: no-repeat;
}
#traitdroit {
background-image: url(images/traitdroit.png);
background-position: right bottom;
background-repeat: no-repeat;
}
#traitbas{
background-image:url(images/ligneverte_horizon.png);
background-position: bottom left;
background-repeat:no-repeat;
}
#ContentPane {
background-image: url(images/ligneverte_vertic.png);
background-position: left;
background-repeat: repeat-y;
}
#BHG {
background-image: url(images/bhg.png);
background-position: left top;
background-repeat: no-repeat;
}
#BHD {
background-image: url(images/bhd.png);
background-position: right top;
background-repeat: no-repeat;
}
#BBG {
background-image: url(images/bbg.png);
background-position: left bottom;
background-repeat: no-repeat;
}
#BBD {
background-image: url(images/bbd.png);
background-position: right bottom;
background-repeat: no-repeat;
}
#BH {
background-image: url(images/bh.png);
background-position: left top;
background-repeat: repeat-x;
}
#BG {
background-image: url(images/bg.png);
background-position: left top;
background-repeat: repeat-y;
}
#BD {
background-image: url(images/bd.png);
background-position: right top;
background-repeat: repeat-y;
}
#BB {
background-image: url(images/bb.png);
background-position: left bottom;
background-repeat: repeat-x;
}
#RHG {
background-image: url(images/rhg.png);
background-position: left top;
background-repeat: no-repeat;
}
#RHD {
background-image: url(images/rhd.png);
background-position: right top;
background-repeat: no-repeat;
}
#RBG {
background-image: url(images/rbg.png);
background-position: left bottom;
background-repeat: no-repeat;
}
#RBD {
background-image: url(images/rbd.png);
background-position: right bottom;
background-repeat: no-repeat;
}
#RH {
background-image: url(images/rh.png);
background-position: left top;
background-repeat: repeat-x;
}
#RG {
background-image: url(images/rg.png);
background-position: left top;
background-repeat: repeat-y;
}
#RD {
background-image: url(images/rd.png);
background-position: right top;
background-repeat: repeat-y;
}
#RB {
background-image: url(images/rb.png);
background-position: left bottom;
background-repeat: repeat-x;
}
/*
Sixxac Menu
http://sixxac.com
*/

.SXMenuFull
{
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.SXMenuContainer
{
  margin-left: 15px;
/*  width: 100%;*/
}

.SXMenuItem
{
  font-weight: bold;
  cursor: hand;
  font-size: 11px;
  font-family: Arial;
  text-align: left;
}

.SXMenuItem A
{
  width: 100%;
}

.SXMenuEnabled A:hover, .SXMenuSelected A:hover
{
  color: #4071ae; 
font-weight: bold;
  cursor: hand;
  font-size: 11px;
  font-family: Arial;
  text-decoration: none; 
/*  width: 100%; */
}

.SXMenuEnabled
{
 color: #000000;
  cursor: default;
  width: 100%;
  margin-top: 3px;
  display: list-item;
  list-style-image: url(images/ptcarre.png);
  list-style-position: inside;
     
}

.SXMenuDisabled
{
  color: #666666;
  cursor: default;
  width: 100%;
  margin-top: 10px;
  display: list-item;
  list-style-image: url(images/ptcarre.png);
  list-style-position: inside;
}

.SXMenuSelected
{
}

.SXMenuActive
{
  color: #4071ae;
 font-style: bold;  
  cursor: default;
  text-decoration: underline;
  display: list-item;
  list-style-image: url(images/ptcarre.png);
  list-style-position: inside;
}

.SXMenuLink
{
}
