﻿.RTCControlHeaderLogo
{
    background-color: #e8e8e8;    
}

.RTCControlHeaderLogo .LogoContent
{
    width:1000px;
    text-align:left !important;    
}

.RTCControlHeaderMenu
{
    background-color: #044796;    
}

.RTCControlHeaderMenu .MenuContent
{
    width:1000px;
    text-align:left !important;    
}

.RTCControlHeaderPage
{
    background-color: White;    
}

.RTCControlHeaderPage .PageContent
{
    width:1000px;
    text-align:left !important;    
}

.RTCControlHeaderStripe
{    
    /*background-color:#072a62;*/
    
    font-family: 'Roboto Slab', Helvetica, sans-serif;
        
    background: #072a62; /* Old browsers */
    background: -moz-linear-gradient(left, #072a62 0%, #044798 55%, #044798 60%, #072a62 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #072a62 0%, #044798 55%, #044798 60%, #072a62 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #072a62 0%, #044798 55%, #044798 60%, #072a62 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072a62', endColorstr='#072a62' , GradientType=1 ); /* IE6-9 */
    
}

.RTCControlHeaderStripe .StripeContent
{
    width:1000px;
    text-align:center;
    padding:2px 0 5px 0;
}

.RTCControlHeaderStripe .StripeContent .titre1
{
    float:left;
    font-size:16pt;
    color:White;
    line-height:normal;
    padding:0 10px 0 0;    
}

.RTCControlHeaderStripe .StripeContent .titre1 span
{
    color:#9bc942;
    font-family: 'Open Sans', sans-serif;
    font-size:19pt;
}

.RTCControlHeaderStripe .StripeContent .titre2
{
    float:left;
    font-size:11pt;
    color:White;
    line-height:normal;
    padding:0 0 0 10px;
    margin:12px 0 0 0;
    border-left:1px solid #6ed0f3;
}

.RTCControlHeaderStripe .StripeContent .link
{
    float:right;
    padding:10px 0 0 0;
}

.RTCControlHeaderStripe .StripeContent .link a
{
    background-color:#6dd0f7;
    color:#6ec30d;
    border:none;
    padding:3px 30px 3px 30px;
    cursor:pointer;
    font-size:11pt !important;
    font-weight:normal;
}
.RTCControlHeaderStripe .StripeContent .link a:link 
{
    text-decoration: none !important;
	color: #062b60 !important;
}
.RTCControlHeaderStripe .StripeContent .link a:visited
{
    text-decoration: none !important;
	color: #062b60 !important;
}
.RTCControlHeaderStripe .StripeContent .link a:active
{
    text-decoration: none !important;
	color: #062b60 !important;
}
.RTCControlHeaderStripe .StripeContent .link a:hover
{
    text-decoration: none !important;
	color: #062b60 !important;
}

