﻿body
{
    font-family: Verdana, Arial, Helvetica;
    font-size: x-small;
}

.inputLabel
{
    font-family: Verdana, Arial, Helvetica;
    font-size: x-small;
    text-align: right;
    color: 2d416f;
}

.inputData
{
    font-family: Verdana, Arial, Helvetica;
    font-size: x-small;
}

.inputTitle
{
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    font-size: x-small;
}


a
{
    font-family: Verdana, Arial, Helvetica;
    color: #00356A;
}
a:active
{
    font-family: Verdana, Arial, Helvetica;
    color: #00356A;
}
a:hover
{
    font-family: Verdana, Arial, Helvetica;
    color: #00356A;
}
a:link
{
    font-family: Verdana, Arial, Helvetica;
    color: #00356A;
}
a:visited
{
    font-family: Verdana, Arial, Helvetica;
    color: #00356A;
}

.nouvelleTitre
{
    font-family: Verdana, Arial, Helvetica;
    font-size: x-small;
    font-weight: bold;
}
.nouvelleBox
{
    font-family: Verdana, Arial, Helvetica;
    font-size: small;
    font-weight: bold;
    font-style: italic;
    color: Navy;
}
.nouvelleAuteur
{
    font-family: Verdana, Arial, Helvetica;
    font-size: x-small;
    font-style: italic;
}
.nouvelleDate
{
    font-family: Verdana, Arial, Helvetica;
    font-size: x-small;
    font-style: italic;
}
.nouvelleArticle
{
    font-family: Verdana, Arial, Helvetica;
    font-size: x-small;
}
.nouvelleTable
{
    text-align: justify;
}
.nouvelleTableCell
{

}

.lienTitre
{
    font-family: Verdana, Arial, Helvetica;
    font-size: small;
    font-weight: bold;
}
.lienCategorie
{
    font-family: Verdana, Arial, Helvetica;
    font-size: small;
    font-weight:bold;
}
.lienDescription
{
    font-family: Verdana, Arial, Helvetica;
    font-size: small;
}
.lienTable
{
    width: 500px;
}
.lienTableCell
{
    padding: 20px;
}

/* Data Web Control Styles */

.DataWebControlStyle
{
    
}
.HeaderStyle
{
    background-color: #b7c6dc;
    color: White;
    text-align: left;
}
.AlternatingRowStyle
{
    background-color: #edecea;
    height: 25px;
}
.RowStyle
{
    height: 25px;
    background-color: #ffffff;
}
.SelectedRowStyle
{
    height: 25px;
    background-color: #99CCFF;
}
.ExpensivePriceEmphasis
{
    font-weight: bold;
    font-style: italic;
}
.LowUnitsInStockEmphasis
{
    color: #626262;
}
.AffordablePriceEmphasis
{
    background: yellow;
}
td.ProductPropertyLabel
{
	font-weight: bold;
	text-align: right;
}
.FooterStyle
{
    background-color: #cccccc;
    color: White;
    text-align: right;
    height: 20px;
}

.bodyAdmin
{
    padding: 0px;
    margin: 0px;
    background-color: #D1DCE9;
}



/* Menu Style */
.level1
{
    border: 1px solid #4F70A2;
    padding: 4px;
    font-family: Verdana, Arial, Helvetica;
    font-size: x-small;
    font-weight: bold;
}
.level2
{
    padding: 4px;
    font-family: Verdana, Arial, Helvetica;
    font-size: x-small;
    font-weight: bold;
    border-width: 1px;
}
.hoverstyle
{
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    background-color: #738FBB;
    border-style: solid;
    border-width: 1px;
    border-color: #b7c6dc;
}
.selectedStyle
{
    font-family: Verdana, Arial, Helvetica;
    font-size: x-small;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: White;
}
a.level1:link
{
    color: White;
}
a.level1:visited
{
    color: White;
}
a.level1:hover
{
    color: White;
}

.loginStyle
{
    color: White;
}
a.loginStyle:link
{
    color: White;
}
a.loginStyle:visited
{
    color: White;
}
a.loginStyle:hover
{
    color: White;
}


.photoList li
{
    display: inline;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
}

.dataPager
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
}

.newsticker 
{
    padding: 7px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-color: #3D567C;
}
.newsticker a
{
    padding: 7px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    background-color: #3D567C;
}

.modalBackground {
    background-color:#414141;
    filter:alpha(opacity=70);
    opacity:0.7;
}

