body {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : small;
}

.clear {
	height : 1px;
	clear : both;
	overflow : hidden;
}

/*--------------------------------------------------------------------
/* PRINCIPAL
/**/

#principal {
	line-height : 150%;
}

#principal p {
	margin-top : 0;
}

#principal a {
	color : #FFFFFF;
	text-decoration : underline;
}

#principal a:hover {
	text-decoration : none;
}

#principal img {
	border : 1px solid #0065A4;
}

/*--------------------------------------------------------------------
/* ADMINISTRATION
/**/

.UsersTable {
	border: 2px #000000 solid;
	font-size: 8pt;
	border-collapse: collapse;
	width: 100%;
	
}

.UsersTable th {
	border: 1px #555555 solid;
	border-bottom: 2px #000000 solid;
	border-spacing: 0px;
}

.UsersTable td {
	border: 1px #555555 solid;
	border-spacing: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

/*--------------------------------------------------------------------
/* FORMULAIRES
/**/

.msgUpd {
	text-align : center;
	font-weight : bold;
}

label {
	font-weight : bold;
	width : 120px;
	text-align : right;
	margin-right : 10px;
	float : left;
}

DIV.ligne {
	border : 1px solid #6EA3C8;
}

DIV.separateurLignes {
	padding : 6px;
}

.ligne_champTexte input,
.ligne_champMemo textarea {
	border : 1px solid #000;
	color : #000;
	background-color : #fff;

	font-family : verdana;
	font-size : 10pt;
	
	padding-left : 5px;
	
	width : 355px;

	float : right !important;
}

.ligne_champInformation span {
	padding : 0;
	padding-left : 5px;

	margin : 0;
	
	width : 355px;
}

.ligne_champMemo textarea {
	width : 355px;
	height : 175px;
}

.ligne_boutonsSoumission {
	text-align : right;
}

.ligne_boutonsSoumission input {

	padding-top : 0.25em;	
	padding-bottom : 0.25em;
	padding-left : 15px;	
	padding-right : 15px;

	margin-left : 10px;

	background-color : #fff;
	color : #000;
	border : 1px solid #000;
	font-family : verdana;
	font-weight : bold;
	font-size : 8pt;
}

* html .ligne_boutonsSoumission input {
	vertical-align : middle;
}



/*--------------------------------------------------------------------
/* LES SECTIONS, LES SUJETS
/**/

#lesSections, #lesSujets {
	width : 100%;
	border : 2px solid #000;

	border-collapse: collapse;
}

#lesSections td, #lesSections th,
#lesSujets td, #lesSujets th {
	border : 1px solid #fff;
}


#lesSections th, #lesSujets th {
	text-align : center;

	background-color : #BA0000;
	color : #fff;

	padding-left : 5px;
	padding-right : 5px;
}

#lesSections td, #lesSujets td {
	padding : 5px;
}

.section, .sujet {
	font-size : x-small;
	line-height : 150%;
}

.section-titre_description {
	width : 50%;
}

.section-titre, .sujet-titre {
	font-weight : bold;
	/*font-size : small;
	line-height : 150%;*/
}

.section-nbSujets {
	width : 15%;
}

.section-nbReponses {
	width : 15%;
}

.section-dernierMessage {
	width : 20%;
}

TD.section-nbSujets,
TD.section-nbReponses,
TD.section-dernierMessage {
	text-align : center;
}

TD.sujet-auteur,
TD.sujet-nbReponses,
TD.sujet-nbVues,
TD.sujet-dernierMessage {
	text-align : center;
}


/*--------------------------------------------------------------------
/* LES MESSAGES
/**/

#lesmessages {

}

.message {
	position : relative;

	margin-bottom : 1em;

	padding-left : 10px;
	padding-right : 10px;

	padding-top : 10px;
	padding-bottom : 10px;
}

.message2 {
	border-top : 1px solid #4C8AB6;
	border-bottom : 1px solid #4C8AB6;

	background-color : #7DB0D3;
}

.message-date {
	color : #fff;
	font-size : x-small;
	line-height : 150%;
}

.message-auteur {
	font-weight : bold;
	margin-bottom : 1em;
	color : #000;
}

.message-contenu {
	font-size : 85%;
	line-height : 150%;
}

/*--------------------------------------------------------------------
/* LES MESSAGES et LES SUJETS
/**/
#options_sujets, #options_messages, #options_sections {
	margin-top : 1em;
}

#options_sujets a, #options_messages a, #options_sections a {
	padding-left : 15px;
	padding-right : 15px;
	display : block;
	text-align : center;
	padding-top : 1px;
	padding-bottom : 1px;
	border : 1px solid #000;
	background-color : #fff;
	color : #000;
	text-decoration : none;
	font-weight : bold;
	font-size : 8pt;

	float : right;
}

#options_messages .info {
	font-weight : bold;
	font-style : italic;
	float : right;
}

.options_message {
	position : absolute;
	font-size : x-small;
	top : 10px;
	right : 10px;
}

* html .options_message {
	right : 40px;
}

.options_sujet {
	font-weight : normal;
}

/*--------------------------------------------------------------------
/* VALIDATION
/**/

.messageValidationErreurs {
	border : 1px dotted #000;
	background-color : #fff4f4;
	padding : 10px;

	margin-bottom : 2em;

	color : #444;
}

.messageValidationOK {
	border : 1px dotted #000;
	background-color : #f4fff4;
	padding : 10px;
	font-weight : bold;

	margin-bottom : 2em;

	color : #444;
}
