﻿@import url("screen.css");

#contentWrapper
{
    background: #ffffff url(../images/welcomeBack.jpg) repeat-y;
}

#content
{
    width: 761px;
    margin:0px !important;
    padding:0px !important;
}

#toolbar
{
     width: 705px;
     height: 28px;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 3px;
     padding-bottom: 3px;
     background-image: url(../images/toolbar.png);
     margin-bottom: 5px; 
     margin-top: -10px;
}

#topBoxes
{
    height:150px;
    width:100%;
    margin-bottom:5px;    
}

#smallBox1,
#smallBox2
{
    width:320px;
    height:100%;

}

#smallBox1{
   /* float: left;*/
    clear:both;
    margin-top: 10px;
}

#smallBox2{
    /*float: right;*/
}

#smallBox1Header,
#smallBox2Header
{
    width:100%;
    height: 15px;
    background-image: url(../images/box320h.png);   
}

#smallBox1Content,
#smallBox2Content
{
    width:310px;
    min-height:40px;
    background-image: url(../images/box320c.png);   
    padding-left: 5px;
    padding-right: 5px;
    text-align:left;
    font-family: Verdana;
    font-size: 0.7em; 
    color: #15478e; 
}

#smallBox1Scroll,
#smallBox2Scroll
{
    width: 100%;
    height:100%;
    overflow-y: auto;    
}

#smallBox1Footer,
#smallBox2Footer
{
    width:100%;
    height: 15px;
    background-image: url(../images/box320f.png);  
}

#largeBox
{
   width:395px;
  /* float: right;*/
}

#largeBoxHeader
{
    width:100%;
    height: 15px;
    background-image: url(../images/box395h.png);   
}

#largeBoxContent
{
    width:365px;
    height:auto !important;
    height:60px;
    min-height:60px;
    background-image: url(../images/box395c.png);   
    padding-left: 15px;
    padding-right: 15px;
    text-align:left;
    font-family: Verdana;
    font-size: 0.7em; 
    color: #000000;
}

#largeBoxFooter
{
    width:100%;
    height: 15px;
    background-image: url(../images/box395f.png);    
}

#imageBox
{
	/*float: left;*/
	margin: 0px;
	width: 321px;
	height: 200px;
    border:0px;
    overflow: hidden;
}

#expressInfo
{
	/*float:left;*/
}

.shortcuts
{
   	font-family: Verdana; 
	font-weight: bold; 
	font-size: 14px; 
	color: #15478e;
}

.shortcutOver
{
   color: #ffffff; 
}
.blueInfoBoxMain
{
	background:  #ffffff URL(../images/acceuil/blueBoxTop.png) repeat-x; 
	width: 441px; 
	border-left: solid 3px #7186b7; 
	border-right: solid 3px #7186b7;
	border-top: solid 3px #7186b7; 
	border-bottom: solid 3px #7186b7;
	margin-top:5px;
	margin-left:5px;
}
.blueInfoBoxMain_blink
{
	background:  #ffffff URL(../images/acceuil/blueBoxTop.png) repeat-x; 
	width: 441px; 
	border-left: solid 3px orange; 
	border-right: solid 3px orange;
	border-top: solid 3px orange; 
	border-bottom: solid 3px orange;
	margin-top:5px;
	margin-left:5px;
}
.blueInfoBoxTitle
{
	height: 24px; 
	background:  transparent URL(../images/acceuil/blueBoxLogo.png) no-repeat; 
	text-align:left; 
	padding-top:0px;
	font-family: Verdana; 
	font-weight: bold; 
	font-size: 12px;
	padding-left:0px;
	color: #ffffff; 
}
.blueBoxContent
{
	height: 111px; 
	width:431px;
	min-height: 111px; 
	text-align: center; 
	padding-left: 5px;
	padding-right: 5px;
	overflow:auto;
	overflow-x:hidden;
}
.blueInfoBoxFooter
{
	 width: 441px;
	 height: 5px;
	 line-height:3px;
	 background: #e2e8f1 URL(../images/acceuil/blueBoxBottom.png) repeat-x;
	 text-align:center;
	 font-size:1px;
}

.yellowInfoBoxMain
{
	background: #ffffff URL(../images/acceuil/yellowBoxTop.png) repeat-x;
	width: 441px; 
	border-left: solid 3px #ffeec6; 
	border-right: solid 3px #ffeec6;
	margin-top:5px;
	margin-left:5px;
}
.yellowInfoBoxTitle
{
	height: 23px; 
	background:transparent URL(../images/acceuil/yellowBoxLogo.png) no-repeat; 
	text-align:left; 
	font-family: Verdana; 
	font-weight: bold; 
	font-size: 12px;
	padding-top:0px;
	padding-left:0px;
	color: #786a30; 
}
.yellowBoxContent
{
	height: 177px; 
	min-height: 177px; 
	width:431px;
	text-align: left; 
	padding-left: 5px;
	padding-right: 5px;
	overflow:auto;
	overflow-x:hidden;
}
.yellowInfoBoxFooter
{
	 width: 441px;
	 height: 5px;
	 line-height:3px;
	 background: #e2e8f1 URL(../images/acceuil/yellowBoxBottom.png) repeat-x;
	 text-align:center;
	 font-size:1px;
}

.infoBoxContent
{
	min-height: 60px; 
	text-align: center; 
	padding-left: 5px;
	padding-right: 5px;
}

.infoBoxContentItem
{
	width: 100%;
	border-bottom: dashed 1px #91a7b4; 
	padding-top: 5px;
	padding-bottom: 5px;
}

.infoBoxContentItemTitle
{
	text-align: left;
}

.infoBoxContentItemTitleLink
{
    position:static;
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	color: #15478e;
	text-decoration: underline;
}

.infoBoxContentItemText
{
	text-align: left;
	font-family: Verdana;
	font-size: 0.75em;
}
.infoBoxContentItemText a
{
    position:static;
}

.publicity300x250{
    padding:0px;
    padding-top:0px;
    margin:5px 5px 0px 5px;
}
.publicity300x100{
    padding:0px;
    padding-top:0px;
    margin:5px 5px 0px 5px;
}