/* CSS Document */

*
{
	margin  : 0;
	padding : 0;
}

#topContent
{
	padding-left : 12px;
}

#mainContent
{
	margin-top : 10px;
	background : url(../../images/utile/tableMiddleRepeat.jpg) top left repeat-y;
}

#main
{
	background : url(../../images/utile/tableTop.jpg) top left no-repeat;
}

#bottom
{
	width      : 862px;
	background : url(../../images/utile/tableBottom.jpg) bottom left no-repeat;
}

#content
{
	padding    : 125px 20px 20px 20px;	
	width      : 620px;
	min-height : 250px;
}

.nomCommanditaire
{
	font-size     : 12px;
	font-weight   : bold;
	border-bottom : 1px solid #ed720a;
}

.nomResponsable
{
	color         : #868686;
	border-bottom : 1px solid #ed720a;
}

.lienSite
{
	border-bottom : 1px solid #ed720a;
}

/* Define CSS for the Footer Class */ 
#content a:link, #content a:active, #content a:visited
{
	color           : #ff9933;
	text-decoration : none;
}

#content a:hover
{
	text-decoration : underline;
	color           : #ff9933;
}