body {
     height:100%;
     margin:0;
     padding:0;
}

#contenu
{
	background: #757575;
}

/* HACK UQAM*/
#chemin
{
	margin-top: 3px;
}
* html body #chemin
{
	margin-top: 0px;
}
/* FII HACK UQAM*/

.tblContent
{
	border: none;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

.pointer
{
	cursor: pointer;
}


* html body p.kofi
{
	font-size: 120%;
}

/* MODE EDIT */
.editHeader
{
	background-color: #B4C1CA;
	padding: 3px 0px 3px 5px;
	font-family: Arial;
	font-size: 16px;
	font-weight: 600;
	color: #3B5770;
}

.headerBtns
{
	float: right;
}

.editFooter
{
	border: solid 1px #B4C1CA;
	padding: 3px 0px 3px 0px;
	color: #3B5770;
	margin-bottom: 20px;
	font-size: 12px;
}

.footerBtns
{
	margin: 0px;
	background-image: url(  "../images/admin/ico_add.gif" );
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0px 3px 30px;
}
a.footerBtns:hover
{
	color: #FF7800;
	background-image: url(  "../images/admin/ico_add_over.gif" );
	background-repeat: no-repeat;
	background-position: left center;
}

.editItem
{
	background-image: url(  "../images/admin/ico_mod.gif" );
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0px 3px 30px;
	font-size: 12px;
}

a.editItem:hover
{
	color: #FF7800;
	background-image: url(  "../images/admin/ico_mod_over.gif" );
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
}

.editModTitre
{
	font-size: 12px;
}

.adminContour
{
	width: 100%;
	border: solid 1px #B4C1CA;
}

.adminHeader
{
	background-image: url(  "../images/admin/ico_admin.gif" );
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #B4C1CA;
	padding: 3px 0px 3px 25px;
	font-family: Arial;
	font-size: 16px;
	font-weight: 600;
	color: #3B5770;
}

.tblAdmin
{
	margin: 5px 0px 5px 0px;
	color: #3B5770;
	font-size: 12px;
}

.btnAdmin
{
	background-image: url(  "../images/admin/ico_pattern.gif" );
	background-repeat: repeat-x;
	background-position: left left;
	border: solid 1px #123452;
	height: 18px;
	font-size: 11px;
}

.warning
{
	color: #B20F0F;
	background-image: url(  "../images/admin/ico_warning.gif" );
	background-repeat: no-repeat;
	padding: 5px 0px 5px 30px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: 600;
}
.testWPTitle
{
	padding: 5px;
	background: #ffaaaa;
}

/* FIN MODE EDIT */

/* DU MENU HORIZONTAL */
#menuHorizontal
{
	margin-top: -5px;
	margin-bottom: 15px;
}

*html #menuHorizontal
{
	margin-top: 0;
}

#menuHorizontal ul
{
	margin: 0;
	padding: 0;
}

#menuHorizontal ul li
{
	list-style-type: none;
	display: inline;
	border-left: 2px solid #b3b3b3;
	padding-top: 1px;
	padding-bottom: 1px;
}

*html #menuHorizontal ul li
{
	padding-top: 5px;
}

#menuHorizontal ul li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	padding: 1px 4px 2px 5px;
	color: #669966;
}

#menuHorizontal ul li a:hover
{
	background-color: #ffffcc;
	color: #993333;
}

/* FIN DU MENU HORIZONTAL */

.editContent
{
	position: absolute;
	top: 110px;
	z-index: 900;
	width: 100%;
}

.menuAccueil
{
	margin: 1px 0px 2px 0px;
}

.divContenu
{
	width:560px;
	_width:590px;
}

.noCultureText
{
	border:solid 1px #aa0000;
	background-color: #ffdddd;
	padding:5px;
}

