BODY, INPUT, TD
{
	font-size: 12px;
	font-family: Arial;
	color: #000000;
}
BODY, Table.MainTable
{
	background-color: #EBE4A9;
	background-color: #EBE4A9;
    background-image: url(../images/menu/mnuFDD.gif);
    background-repeat:repeat-x;
}

TD.TitreFond
{
    background-image: url(../images/titres/titreD.gif);
    background-repeat: repeat-x;
}

TD.CaptionPhoto
{
    font-size: 10px;
    text-align: center;
}


P
{
	text-align: justify;
}
.Center
{
	text-align: center;
}

A:visited, A:link, A:active, A:hover
{
	color: #955833;
	text-decoration: underline;
}
A:hover
{
	color: #DBB876;
}

/* Classes pour SCOBoutonTexte.ascx */
A.MenuBas:active, A.MenuBas:link, A.MenuBas:hover, A.MenuBas:visited
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #835D42;
}
A.MenuBas:hover
{
	color: #835D42;
}

A.MenuBasSelected:active, A.MenuBasSelected:link, A.MenuBasSelected:hover, A.MenuBasSelected:visited
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #835D42;
	font-weight: bold;
}
/*  - Classes pour SCOBoutonTexte.ascx */

/* Classes pour SCOBoutonMenu.ascx */
TD.Menu, TD.MenuSelected
{
    padding: 5px 0px 0px 18px;
    height:23px;
    width: auto;
}
TD.MenuSelected
{
    background-image: url(../images/menu/truelle.gif);
	background-position: 0px 3px;
	background-repeat:no-repeat
}
TD.SousMenu, TD.SousMenuSelected
{
    padding-top: 5px;
    padding-right: 5px;
    text-align: right;
    height:12px;
}

A.Menu:active, A.Menu:link, A.Menu:hover, A.Menu:visited
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
A.Menu:hover
{
	color: #E5D6BB;
}

A.MenuSelected:active, A.MenuSelected:link, A.MenuSelected:hover, A.MenuSelected:visited
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #E5D6BB;
	font-weight: bold;
}
/*  - Classes pour SCOBoutonMenu.ascx */

SPAN.Copyrights
{
	font-family: Arial, Tahoma;
	font-size: 10px;
	color: #955833;
	padding-left: 5px;
}

TD.TitrePage
{
	border-bottom: solid 1px #532C15;
}
SPAN.TitrePage
{
	top: 6px;
	font-family: Myriad, Arial Black, Tahoma;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #532C15;
	position: relative;
}
TD.ContenuPage
{
	padding-top: 18px;
	padding-right: 30px;
}
Img.Border1
{
	border: solid 1px black;	
}
SPAN.Exposant { position: relative; top: -5px; left: -3px; font-size: 10px;} 

OL { list-style: circle; }

/*  - Classes pour login.aspx */
#divConnexion { margin-right: auto; margin-left: auto; width: auto; text-align: center; margin-top: 40px; }


/*  - Classes pour default.aspx (client) */
#dgListeFichier
{
	margin-top: 20px;
	border: 1px solid black;	
}

.fichier
{
	height: 22px;	
}

.fichiertitre
{
	background-color: #6a6331;
	height: 25px;
	margin-left: 3px;
}

/*  - Classes pour default.aspx (admin) */
#dgListeClient
{
	margin-top: 20px;
	border: 1px solid black;
}

.client
{
	height: 22px;
}
.clientTitre
{
	background-color: #6a6331;
	height: 25px;
	margin-left: 3px;
}

.clientTitre a
{
	color: Black;	
}

.NomClient
{
	padding-left: 5px;	
}

/*  - Classes pour detail.aspx (admin) */

.nomFichier
{
	padding-left: 5px;	
}

.btnModification
{
	width: 100px;
	display:inline;
}

.divAlign
{
	width: 400px;
	margin-bottom: 15px;
}

.msgErreur
{
	color: Red;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;	
}

.inputAlign
{
	position:absolute;
	left: 280px;
}