/*
 * dl.solution-interactive.com
 ********/
body {
	background: #1C414D url('images/fond.gif.png') repeat-y top center;
	color: #1C414D;
}
.tright { text-align: right; }


/* Header
----------------------------------------------- */
#header h1 {
    height: 175px;
    background: transparent url('images/bande-full.png') no-repeat top left;
}


/* navigation
----------------------------------------------- */

#sidebar ul li {
    background: #BBB url('images/bouton-inactif.png') repeat-x top left;
    border: 1px #E4E4E4 solid;
}
#sidebar ul li.selected {
    background: #BBB url('images/bouton-actif.png') repeat-x top left;
}

#sidebar ul li.selected a {
    color: #FFF;
}
/* Presentation
----------------------------------------------- */
#wrapper {
	background-color: white;
}

#page {
    background-color: white;
}

/* Content
----------------------------------------------- */
#content {
    background-color: white;
}

#content a {
    border: none;
}

#content .bigbutton {
	color: white;
	background: #82C376;
	border-color: white;
}

#content .bigbutton a,
#content .bigbutton a:hover {
	color: white;
}

#browse-button .bigbutton {
    background-image: url('images/parcourir-inact.png');
    height: 37px;
    width: 209px;
    padding: 0;
    text-align: center;
    font-size: 0px;
}

#file-list {
    background-color: #E8F5D3;
    padding: 0 15px;
}

#file-list .bigbutton{
    background-image: url('images/envoyer-inact.png');
    height: 24px;
    width: 110px;
    padding: 0;
    font-size: 0px;
}


#allcontacts h3 {
    font-weight: bold;
}

#choices-empty {
    font-weight: bold;
}


/* Autres
----------------------------------------------- */
.odd, .yui-dt-odd {
	background-color: #F1F1F1;
}


/* Footer
----------------------------------------------- */
#footer {
	margin: 0 auto;
    background:#1B414C url(images/footer-border-top.png) repeat-x scroll 0% 0%;
  	color: #BBB;
  	line-height: 1.6em;
  	padding: 20px 0;
}

#footer a {
    color:#BBB;   
}
.hide { display: none; }
