h3.vert
{
	color: #559500;
}

h3.actNom
{
	margin-bottom: 0px;
}

div.actSep
{
	height: 1px;
	background: #ffdddd;
}

table.actListing
{
	border-collapse: collapse;
}

table.actListing tr td
{
	margin: 0px;
	padding: 0px;
}

table.actListing tr td.title
{
	width: 329px;
}

table.actListing tr td a
{
	color: #666666;
}

table.regionListing tr td
{
	border-bottom: 1px solid #DDDDDD;
	border-right: 20px solid white;
	padding-bottom: 3px;
	width: 215px;
}

table.regionListing tr td a
{
	text-decoration: none;
	color: #666666;
}

table.regionListing tr td
{
	font-size: 11px;
	font-weight: bold;
	color: green;
}

table.regionListing tr td div
{
	float: right;
	display: inline
}

table.actlisting
{
	border: solid 1px black;
}

table.actlisting th
{
	font-size: 12px;
	padding: 5px;
	text-align: center;
	border: solid 1px black;
}

table.actlisting td
{
	padding: 5px;
	border: solid 1px black;
}

body { font: 80% Arial, Helvetica, sans-serif; margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666; property: value; }
.oneColFixCtr #container { background-color: #ffffff; background-image: url(../images/fond.jpg); background-repeat: no-repeat; width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent { padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #texte { width: 726px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.contenanTxt { padding: 10px 20px 24px 30px; background-color: #ffffff; background-image: none;
}

.contenanTxtAct { padding: 10px 20px 24px 15px; background-color: #ffffff; background-image: none;
}

.cellCommandite1  { background-color: white; background-image: url(../images/partenaires/images/partenairesBG_01.jpg); background-repeat: no-repeat; text-align: center; padding: 0 0 2px; width: 182px; height: 88px }
.cellCommandite2  { background-color: #fff; background-image: url(../images/partenaires/images/partenairesBG_02.gif); text-align: center; padding: 2px 0; width: 182px; height: 92px }
.cellCommandite3   { background-color: #fff; background-repeat: no-repeat; background-position: 0 0; text-align: center; padding: 2px 0 0; width: 182px; height: 88px }
.tableauCommandite { background-color: #fff; }
/*********************************************************************************************
!Styles des liens
*********************************************************************************************/


a:link
{
	color: #0081af;
}

a:visited
{
	color: #00aeef;
}

a:hover
{
	color: #a0be69;
}

a:active
{
	color: #a0be69;
}

/*********************************************************************************************
!Styles des titres
*********************************************************************************************/


h1
{
	color: #559500;
	font-size: 24px;
	line-height: 26px;
}

h2
{ color: #0081af; font-size: 20px; line-height: 22px; }

h3
{ color: #666666; font-size: 16px; line-height: 18px; }


