/* Couleurs
	#2E1C86 => bleu fonc?
	#FFED00 => jaune logo
	#FFD361 => jaune barre de menu
	#FBF8EF => jaune brique
	#E60003 => rouge
*/

body, li, td{
	margin: 0px;
	font-family: "verdana";
	font-size: 10pt;
	color: #2E1C86;
}

body.main{
	background-image: url('../img/briques.gif');
	background-repeat: repeat;
	background-color: #FBF8EF;
}

.maintable{      
	width: 100%;
	text-align:center;
	margin: 0px;
}

.borderedtable{
	width: 1000px;
	height: 750px;
	text-align: left;
	margin: 0px;
}  

.sitetable, .menutop, .menuleft{
	width: 100%;
	margin: 0px;
	background-color: #FFFFFF;
}

.menutop{
	width: 614px;
	height: 121px;
}

.menuleft{
	width: 278px;
	height: 362px;
}

a, a:visited{
	color: #2E1C86;
}

a.boldred:visited{
	color: #E60003;
}

img {
    display: block;
}

a.nounderline{
	text-decoration: none;
}

.whitecomment{
	width:990px;
	margin: 0 auto 0 auto;
	color:#9c95c7;
	text-align:center
}







.boldblue{
	font-weight: bold;
	color: #2E1C86;
}

.boldred{
	font-weight: bold;
	color: #E60003;
}

.underblue{
	text-decoration: underline;
	color: #2E1C86;
}

.underred{
	text-decoration: underline;
	color: #E60003;
}

.title1blue{
	font-size: 16pt;
	font-weight: bold;
	color: #2E1C86;
}

.title1red{
	font-size: 16pt;
	font-weight: bold;
	color: #E60003;
}

.title2blue{
	font-size: 14pt;
	font-weight: bold;
	color: #2E1C86;
}

.title2red{
	font-size: 14pt;
	font-weight: bold;
	color: #E60003;
}

.title3blue{
	font-size: 12pt;
	font-weight: bold;
	color: #2E1C86;
}
.title4blue{
	font-size: 10pt;
	font-weight: bold;
	color: #2E1C86;
}
.title4red{
	font-size: 10pt;
	font-weight: bold;
	color: #E60003;
}

.title3red{
	font-size: 12pt;
	font-weight: bold;
	color: #E60003;
}
.redsurligne {
	font-size: 14pt;
	font-weight: bold;
	background-color: #E60003;
	color: #FFFFFF;

}

.redTextSimple{
	color: #E60003;
}

.yellowsurligne {
	font-size: 12pt;
	font-weight: bold;
	background-color: #FFFE00;
	text-align: center;
	height: 40px;
	padding: 5px;
}

.blueBorderTable{	
	border: 2px solid #968dc2;
	width: 100%;
	margin-top: 15px;
	padding: 8px;
}

.blueBorderTable td{
	border-bottom: 1px solid #968dc2;
}

.smallBlueBorderTable{	
	border: 2px solid #968dc2;
	width: 60%;
	margin-top: 15px;
	padding: 5px;
	text-align: center;
}

.smallBlueBorderTable td{
	color: #4D3E98;
	font-size: 14pt;
	font-weight: bold;
}

.smallBlueBorderTable td.inverse{
	color: #ffffff;
	background-color: #968dc2;
	font-size: 12pt;
	line-height: 135%;
}

.simulateur{
	background-color: #FFD361;
	width: 100%;
}

.simulateur td{
	padding: 5px;
}

.simulateur input{
	width: 100px;
}

.simulateur td.bordered{
	border-right: 1px solid #2e1c86;
	padding-right: 10px;
	text-align: right;
}

.completeBorder td{
	border-top: 1px solid #2e1c86;
	border-bottom: 1px solid #2e1c86;
}

#completeSimu{
	position: absolute;
	top: 360px;
	left: 15px;
	width: 625px;
	height: 335px;
	background-color: #ffffff;
	padding: 8px;
	border: 2px solid #2e1c86;
	visibility: hidden;
	display: none;
	z-index: 10;
}

.bluesurligne {
	font-size: 12pt;
	font-weight: bold;
	background-color:#2E1C86;
	color: #FFFFFF;
}

.blueSmallSurligne, .redSmallSurligne {
	font-size: 10pt;
	font-weight: bold;
	background-color:#2E1C86;
	color: #FFFFFF;
	padding: 4px;
}

.redSmallSurligne {
	background-color: #E60003;	
}

.bluepetit {
	font-size: 10pt;
	color:#2E1C86;
}

.whitetext{
	font-weight: bold;
	color: #ffffff;
}


/** Intégration Vlan 200901 **************************************/
#largeVlanDiv, #smallVlanDiv{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 800px;
    background-repeat: no-repeat;
}

#largeVlanDiv{
    width: 710px;
    background-image: url('../img/vlan_courbe_large.gif');
}

#smallVlanDiv{
    width: 540px;
    background-image: url('../img/vlan_courbe_small.gif');
}

#vlanLogo{
    position: absolute;
    top: 11px;
    left: 11px;
    width: 92px;
    height: 47px;
}

#vlanSimuLink{
    position: absolute;
    top: 12px; 
    right: 18px;
    height: 23px;
    text-align: right;
}

#vlanSimuLink a{
    color: #ffffff;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}

#vlanSimuLink img{
    display: inline;
    vertical-align: middle;
}

#vlanContent{
    position: absolute; 
    top: 75px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 5px;
}

.largeRedTitle, .smallRedTitle{
    font-size: 10pt;
    font-weight: bold;
    color: #E60003;
}

.largeRedTitle{
    font-size: 12pt;
}

.largeBlueContent, .smallBlueContent{
    font-size: 9pt;
    font-weight: bold;
    color: #2E1C86;
}

.largeBlueContent{
    font-size: 10pt; 
}

.largeBlueComment, .smallBlueComment{
    font-size: 7pt;
    font-weight: normal;
    color: #2E1C86;
}

.largeBlueComment{
    font-size: 9pt;
}

.vlanTdMargin{
    padding-bottom: 13px;
}

.vlanRedUnder{
    color: #E60003;
    text-decoration: underline;
}

#largeVlanEncart, #smallVlanEncart{
    font-size: 8pt; 
    text-align: left;
    background-color: #ffd200; 
    border: 1px solid #2E1C86; 
    padding: 5px;
    margin-top: 15px;
}

#largeVlanEncart{
    font-size: 11pt; 
}

.redContent{
    font-weight: bold;
    color: #E60003;
}

.smallVlanFooter{
    font-size: 8pt;
}

.largeVlanFooter{
    font-size: 11pt;
}

#vlanSimu{
    position: relative;
    top: 0px; 
    left: 0px; 
    width: 95%;
    background-color: #ffd200;
    border: 1px solid #2E1C86;
    padding: 6px;
}

#vlanSimu td{
    padding-bottom: 6px;
}

#vlanSimu form{
    margin: 0px;
}

.vlanInput{
    text-align: right;
}

#acteDiv{
    visibility: visible;
    display: block;
}

#abattDiv, #flaActeDiv, #flaAbattDiv{
    visibility: hidden;
    display: none;
}