/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_transparent 
{
    width: 100%;
	background-color: transparent;
}
.containermaster_fondsrouge {
	width: 100%;
	background-image: url(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;
} 
.TitleRouge 
{
    color: #000000;
    text-decoration: none;
    font-family: Verdana; 
    font-size: 12px;
    font-weight: bold;  
}
.TitleRouge: link
{
    color: #000000;
    font-family: Verdana; 
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;  
}  
.TitleRouge: visited
{
    color: #000000;
    font-family: Verdana; 
    text-decoration: none;
    font-size: 12px;
    font-weight: bold; 
}
.TitleRouge: active   
{
    color: #000000;
    font-family: Verdana; 
    text-decoration: none;
    font-size: 12px;
    font-weight: bold; 
}
.TitleRouge: hover    
{
    color: #ff0000;
    font-family: Verdana; 
    text-decoration: none;
    font-size: 12px;
    font-weight: bold; 
} 
.TitleJaune 
{
    color: #FFFF66;
    text-decoration: none;
    font-family: Verdana; 
    font-size: 12px;
    font-weight: bold;  
}
.TitleJaune: link
{
    color: #FFFF66;
    font-family: Verdana; 
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;  
}  
.TitleJaune: visited
{
    color: #FFFF66;
    font-family: Verdana; 
    text-decoration: none;
    font-size: 12px;
    font-weight: bold; 
}
.TitleJaune: active   
{
    color: #FFFF66;
    font-family: Verdana; 
    text-decoration: none;
    font-size: 12px;
    font-weight: bold; 
}
.TitleJaune: hover    
{
    color: #ff0000;
    font-family: Verdana; 
    text-decoration: none;
    font-size: 12px;
    font-weight: bold; 
} 
