body{
margin:0;
padding:0;
background-image:url(../images/bg_body.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#f1f3f5;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	}
a:visited {
	font-family: arial;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
	}

a:hover {
	font-family: arial;
	font-size: 11px;
	color: #288ece;
	text-decoration: none;
}

a:active {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	}


#container0{
margin:auto;
width:980px;
background-image:url(../images/bg_container0.jpg);
overflow:auto;
}

#container{
margin:auto;
width:980px;
background-image:url(../images/bg_container.jpg);
background-repeat:no-repeat;
background-position:top;
text-align:center;
overflow:auto;
}

#header{
position:relative;
margin-left:16px;
width:946px;
height:215px;
}

#menu_head{
position:absolute;
height:11px;
top:5px;
right:5px;
}

#menu_head a{
color:#828384;
margin-right:5px;
font-size:11px;
text-decoration:none;
}

#header h1{
position:absolute;
margin:0;
padding:0;
font-size:20px;
bottom:15px;
left:200px;
color:#565656;
}

#menu_head a:hover{
text-decoration:underline;
}

#content{
width:946px;
margin-left:16px;
overflow:auto;
}

#footer
{
margin-left:13px;
width:946px;
height:50px;


background-color:#d9dadc;
color:#565656;
font-size:11px;
}


#left{
width:190px;
float:left;
}

#middle{
width:736px;
float:left;
margin-left:10px;
color:#29364b;
font-size:11px;
text-align:left;
}

#middle h2{
color:#565656;
}

#middle h2 img{
margin-right:10px;
}



/* menu */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relative;
left: 0;
width: 190px;
}

#menu dt {
cursor: pointer;
background-image:url(../images/bg_menu.jpg);
background-repeat:no-repeat;
height: 22px;
line-height: 22px;
margin:0;
border-top:1px solid #dbe2eb;
text-align: left;
text-indent:2px;
color:#455268;
}

#menu dd {
position: absolute;
z-index: 100;
left: 189px;
margin-top: -23px;
width:250px;
background-image:url(../images/bg_menu2.jpg);
background-color:#e9edf1;
background-repeat:repeat-y;
color:#455268;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: left;
text-indent:10px;
font-size: 11px;
height: 22px;
line-height: 22px;
}
#menu dt a {
color:#455268;
text-decoration: none;
margin-left:5px;
font-size: 11px;
height:22px;
width:190px;
}

#menu li a{
display:block;
color:#455268;
text-decoration:none;

}

#menu dt a:hover{
height:30px;
width:150px;
text-decoration:underline;
}

#menu li a:hover {
display:block;
text-decoration:underline;
color:#455268;
}

/* fin menu */
/*Ajout DIMSI*/

.homeTable
{    
    padding:5px;
}

.homeTableHeader
{    
    color:#288ece;
    font-family:Arial;
    font-weight:bold;
    font-size:14pt;
}

.homeTableElement
{
    border-bottom:1px dotted #cecece;
}

.date
{
    font-family:Arial;    
    font-style:italic;
    font-size:9pt;
}

.homeInfoTitle
{
    font-family:Arial;    
    font-weight:bold;
    font-size:11pt;
}

.gridStyleHeader
{
    background-color: #D4DDE3; 
    border-color: #3C5A6B;  
    font-weight: bold;     
    text-decoration: none;
    color: #6E8897;    
}

.gridStyleRow:hover
{
    background-color: #D4DDE3; 
    border-color: #3C5A6B;    
    text-decoration: none;    
}