﻿* {
	margin: 0;
	padding: 0;
}

body
{
    
    background-image:url('../../images/white2.jpg');
    background-repeat:repeat;
    color: #000000;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height:20px;
    text-align:justify;
}
#main { 
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	background-color:#f5f5f5;
}
#admin 
{    
	padding-left: 140px;
	padding-top: 40px;
	min-height:600px;
	
}


img {
	border: none;
}

a 
{
    color:#0066ff;
}

#bottom 
{
    width: 100%; 
    text-align: center; 
    margin-top: 0px;
}


#header
{
    height: 220px;
    background-position: center;
    background-image: url(../../images/header.jpg);
    background-repeat: no-repeat;
    background-color:#ffffff;
}

#line
{
    height: 18px;   
    background-color:#ffffff;    
    color:#000000;
    border-bottom:solid 1px #525252;
    border-top:solid 1px #525252;
}
	    
#contentmiddle
{
    float: left;
    width:562px;   
    padding: 10px;
    min-height: 620px;
    background-color:#ffffff;
    
}
#contentleft {
    float:left;
    width:200px;  
    background-color:#f5f5f5;
    padding:3px;
}
#contentleft a
{
    
    text-decoration: none;
}
#contentleft a:hover {
    color:#000000;     
}
#contentright {
    float:left;
    width:200px;  
    background-color:#f5f5f5;
    text-align:left;
    line-height:12pt;
}

#contentright a
{
    
    text-decoration: none;
}

.clearfloat 
{
    clear:both;
}
.titrecolonne
{
    margin-top:4px;
    margin-bottom:4px;
    border-bottom:solid 2px #000000;
    border-top:solid 2px #000000;
    background-color:#525252;
    height:20px;
    padding-left: 6px;
    font-size: 10pt;
    letter-spacing: 2px;
    color:#ffffff;
    text-align:center;
    
}

.accordionHeader
{
    color: #993300;
    height: 20px;
    margin-top: 0px;
    padding-left: 4px;
    cursor: pointer;
    border-bottom: solid 1px #993300;
}
.accordionHeaderSelected
{
    
    color: #993300;
    height: 20px;
    margin-top: 0px;
    border-bottom: solid 2px #993300;
    padding-left: 2px;
    font-weight:bold;
}
.accordionContent 
{
    margin-left:4px;
    overflow:hidden;    
    padding:3px;
    font-size:8pt;
    line-height:12pt;
    text-align:left;
   
}

.accordionHeaderEdito
{
    color: #669966;
    height: 20px;
    margin-top: 0px;
    padding-left: 4px;
    cursor: pointer;
    border-bottom: solid 1px #669966;
}
.accordionHeaderSelectedEdito
{
    color: #669966;
    height: 20px;
    margin-top: 0px;
    border-bottom: solid 2px #669966;
    padding-left: 2px;
    font-weight: bold;
}
.accordionContentEdito
{
    margin-left:4px;
    overflow:hidden;    
    padding:3px;
    
    line-height:16pt;
    text-align:left;    
}

.modalBackground 
{
    background-color:#f5f5f5;
    filter:alpha(opacity=70);
    opacity:0.7;      
    }    
    
.popupstyle 
{
    border:solid 8px #dcdcdc;
    padding:8px;
    background-color:#525252;
    color:#ffffff;
    font-size:9pt;
    font-style:normal;
    }

.popupstyle a
{
    color:#87cefa;
}    
    
.message
{
    background-color: #cccc66;
    padding: 4px;
}
 
.parole
{
    background-color: #ffcc00;
    padding: 4px;
    line-height:12pt;
    font-size:8pt;
}

.titrepopup
{
    color: #ffcc00;
    font-variant: small-caps;
    font-size: 12pt;
}
.titreetab
{
    font-size: 10pt;
    font-variant: small-caps;
    color: #cc3300;
}
.titrepage

{
    font-size: 12pt;
    font-variant: small-caps;
    color: #cc3300;
}