/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.Bord_Containers
{
   margin-bottom: 7px;
}
.hr_rouge  {
    height: 1px;
    background-color: #7F0707;
    border: 0;
    color: #7F0707;
}
.hr_noir  {
    height: 1px;
    background-color: #000000;
    border: 0;
    color: #000000;
}
.hr_jaune  {
    height: 1px;
    background-color: #ffff00;
    border: 0;
    color: #ffff00;
}
.containermaster_transparent 
{
    width: 100%;
	background-color: transparent;
	font-family: Verdana; 
}
.containermaster_fondsrouge {
	width: 100%;
	background-image: url(images/fonds-rouge.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #7F0708;
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_fondsjaune {
	width: 100%;
	background-color: #FBEBBB;
	border-right: #7F0707 1px solid; 
	border-top: #7F0707 1px solid; 
	border-left: #7F0707 1px solid; 
	border-bottom: #7F0707 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
} 
.containermaster_fondschampagne
{
	width: 100%;
	background-image: url(images/fonds-champagne.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #7F0708;
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TitleRouge , .TitreRouge SPAN
{
    color: #000000;
    text-decoration: none;
    font-family: Verdana; 
    font-size: 12px;
    font-weight: bold;  
}
.ContentRouge, .ContentRouge SPAN
{
    color: #7F0707;
    text-decoration: none;
    font-family: Verdana; 
} 
.ContentRouge A:link, .ContentRouge A:visited, .ContentRouge A:active
{
    font-family: Verdana;
	text-decoration: underline;
    color: #7F0707;
}
.ContentRouge A:hover
{
    font-family: Verdana;
    text-decoration: underline;
    color: #FF0000;
}
.TitleJaune , .TitreJaune SPAN
{
    color: #FFFF66;
    text-decoration: none;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}
.ContentJaune, .ContentJaune SPAN
{
    color: #FFFF66;
    text-decoration: none;
    font-family: Verdana;
}
.ContentJaune A:link, .ContentJaune A:visited, .ContentJaune A:active
{
    color: #FFFF66;
    text-decoration: none;
    font-family: Verdana;
	text-decoration: underline;
}
.ContentJaune A:hover
{
    color: #FFF4D4;
    text-decoration: none;
    font-family: Verdana;
	text-decoration: underline;
}
