body
{
	margin: 0px 0px 0px 0px;
	background-color:#CC0000;
	background-image:url(images/fondpage.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {color:#000; text-decoration:none;}
a:link {color:#000; text-decoration:none;}
a:hover {color:#000; text-decoration:underline;}
a:visited {color:#000;}

.tabppal
{
	background-image:url(images/fondtab.jpg);
	background-repeat:repeat-y;
}

.bordgauche { width:7px;}
.borddroit { width:6px;}

.tdlateral
{
	width:149px;
	background-color:#DCEEFC;
}

.tdcoord { background-color:#EEE;}
.coord { padding: 5px 5px 10px 5px; }

.tdfooter
{
	height:37px;
	text-align:center;
	background-image:url(images/fondfooter.jpg);
	background-repeat:no-repeat;
	font-size:11px;
}

.tdcontenu { padding: 10px 10px 10px 10px; }

/* FORMULAIRES */
input,textarea
{
	border: 1px dotted #990000;
	background-color:#FFF;
}

.avertissement
{
	font-weight:bold;
	color:#FF0000;
}

.textfield {width:280px;}

.bouton 
{
	font-weight:bold;
	color:#CC0000;
	border-style:solid;
}
/**************/