﻿body
{
    background-image: url("/Images/fond.png");
    background-repeat:repeat-x;
    background-color:#eaf9ff;
    font-family: @Arial Unicode MS;
    font-size:x-small;
}

.ms-searchbox {
    border:solid 1px #7f9db9;
}

.fondNews
{
    background-image: url("/Images/fondcadre_milieu.png");
    background-position:center;
    background-position:top;
    background-repeat:repeat-y;
    width:270px;
    height:224px;
}

.GridNews
{
    background-image: url("/Images/news_bckgrnd_gridwiew.png");
    background-position:center;
    background-position:top;
    background-repeat:repeat-y;
    width:271px;
    height:3px;
}


.Grid { border: solid 1px #FFFFFF; }
.Grid td
{/*
    border-bottom-color:#D1DDF1;
    border-bottom-style:ridge;
    border-bottom-width:thin;*/
	margin: 1px 1px 1px 1px;
	padding: 1px 5px 1px 1px;
	text-align: center;
}
.GridHeader
{
	color: Black;
	
	font-weight: bold;
	background-image: url('/Images/GridView/Caption_bg.jpg');
	background-repeat:repeat-x;
	font-family: Arial;
	font-size: small;
}
.GridItem
{
}
.GridSelected
{
	
}
.GridSelect
{
}
.GridAltItem
{
	background-color: white;
}
.GridRow
{
	font-family: Arial;
	font-size: small;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #EFF3FB;/*#2F4F4F;*/
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
	color: Black;
	font-weight: bold;
	background-image: url('/Images/GridView/Caption_bg.jpg');
	background-repeat:repeat-x;
	font-family: Arial;
	font-size: small;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #EFF3FB;
    border-top: none;
    padding: 5px;
    padding-top: 5px;
}

/* Modal popup */
.backgroundPopup
{
     background-color: Gray;
     filter: alpha(opacity=70);
     opacity: 0.7;
}
