/********************************************************************

	eNovus Solutions Globales
	Site Web: Équipes 4 Saisons

	Creer par: Patrick Giguere
	Date: 25 juillet, 2005
		
*********************************************************************/
body, th, td, p
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
	
body
{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../Images/misc/bg.jpg);
	background-position: top;
	background-color: #BACFDB;
	text-align: center; /* Use to center the page in IE 5 */
}

p
{
	line-height: 15px;
	margin: 10px 10px 10px 10px;
}

h1
{
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 10px 10px 10px;
}

h2
{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 10px 10px 10px;
}

h3
{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 10px 10px 10px;
}

ul
{
	display: block;
}

a img {
	border:0px;
}
	
/**************************************************************
	Links
***************************************************************/

a:active, a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color:#1C5BA2;
}

a:hover
{
	font-weight: bold;
	text-decoration: none;
}

/**************************************************************
	Text
***************************************************************/

.titre
{
	width: 505px;
	text-align: left;
}

.texte
{
	text-align: left;
}

/**************************************************************
	Layout
***************************************************************/

.mainDiv
{
	background-color: #FFFFFF;
	width: 754px;
	border: 1px solid #000000;
}

.nouvelles
{
	width: 249px;
	text-align: left;
}

/**************************************************************
	Form
***************************************************************/

.textfield
{
	width: 250px;
}

.textarea
{
	width: 450px;
}

/*************************************
		For Debug
*************************************/

div, table
{
	/*border: 1px solid Red;*/
}

