BODY {
	text-align: center;
	background:#336666 url(../img/bodyFonduHaut.jpg) repeat-x scroll left top;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-family: tahoma, verdana;
}

H1 {
	padding: 0px 10px;
	color: #336666;
	font-size: 1.4em;
	font-weight: bold;
}

H2 {
	padding: 0px 10px;
	color: #336666;
	font-size: 1.2em;
	font-weight: normal;
}

H3 {
	padding: 0px 10px;
	color: #336666;
	font-size: 1em;
	font-weight: bold;
}

.colonneCentrale a:link		{ color: #336666; }
.colonneCentrale a:visited	{ color: #336666; }
.colonneCentrale a:hover		{ color: #99cccc; }
.colonneCentrale a:active	{ color: #99cccc; }

.piedDePage a:link		{ color: #99cccc; }
.piedDePage a:visited	{ color: #99cccc; }
.piedDePage a:hover		{ color: #99cccc; }
.piedDePage a:active		{ color: #99cccc; }

DIV#centerBodyContent {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

TABLE#bodyContent {
	border-spacing: 0px;
	border-collapse: collapse;
	border: 0px solid #000000;
	
}

TABLE#bodyContent TD {
	border: 0px solid #000000;
}

TABLE#bodyContent TR TD.entete {
	width: 900px;
	padding: 0px;
	text-align: center;
}

TABLE#bodyContent TR TD.colonneGauche {
	width: 200px;
	padding: 0px 10px 40px 10px;
	vertical-align: text-top;
}

TABLE#bodyContent TR TD.colonneCentrale {
	width: 700px;
	padding: 0px 10px 40px 10px;
	text-align: justify;
	vertical-align: top;
}

TABLE#bodyContent TR TD.piedDePage {
	padding: 20px 10px;
	font-size: 0.9em;
	text-align: center;
}

.piedDePage H2 {
	color: #99cccc;
}

.piedDePage .principal {
}

.piedDePage .secondaire {
	font-size: 0.8em;
}

.piedDePage .coordonnees {
	font-size: 0.8em;
	font-weight: bold;
	color: #99cccc;
}

TABLE#bodyContent TABLE.defaultTable { width: 100%; }

TABLE.defaultTable {
	border-spacing: 0px;
	border-collapse: collapse;
	border: 0px;
	empty-cells: show;
}

TABLE.defaultTable TR TD { padding: 0px; background: url("../img/table/background.png") repeat; }
TABLE.defaultTable TR.tabHaut TD { height: 8px; background: url("../img/table/top.png") repeat-x; }
TABLE.defaultTable TR.tabHaut TD.tabGauche { width: 8px; background: url("../img/table/topLeft.png") no-repeat; }
TABLE.defaultTable TR.tabHaut TD.tabDroite { width: 8px; background: url("../img/table/topRight.png") no-repeat; }
TABLE.defaultTable TR TD.tabGauche { width: 8px; background: url("../img/table/left.png") repeat-y; }
TABLE.defaultTable TR TD.tabDroite { width: 8px; background: url("../img/table/right.png") repeat-y; }
TABLE.defaultTable TR.tabBas TD { height: 8px; background: url("../img/table/bottom.png") repeat-x; }
TABLE.defaultTable TR.tabBas TD.tabGauche { width: 8px; background: url("../img/table/bottomLeft.png") no-repeat; }
TABLE.defaultTable TR.tabBas TD.tabDroite { width: 8px; background: url("../img/table/bottomRight.png") no-repeat; }

/*	MENU GAUCHE	*/
#leftMenu A:link			{ color: #336666; text-decoration: none; }
#leftMenu A:visited		{ color: #336666; text-decoration: none; }
#leftMenu A:hover		{ color: #666666; text-decoration: underline; }
#leftMenu A:active		{ color: #666666; text-decoration: underline; }

TABLE#leftMenu {
	width: 200px;
	text-align: left;
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
	border: 0px;
}

TABLE#leftMenu TR TD H1 {
	font-size: 1em;
	font-weight: normal;
	margin: 6px 0px;
}


/*	PAGE:	CONTACT	*/
#semParisContact H2 {
	margin-left: 40px;
}

UL#contact {
	margin: 0px 0px 0px 40px;
	list-style: none;
}

#semParisContactEmail LABEL {
	float: left;
	width: 20%;
	line-height: 22px;
	margin: 2px 20px 2px 0px;
	text-align: right;
}

#semParisContactEmail INPUT {
	margin: 2px 0px;
}

#semParisContactEmail INPUT#contactEmailFrom {
	width: 50%;
}

#semParisContactEmail INPUT#contactEmailSubject {
	width: 50%;
}

#semParisContactEmail INPUT#contactEmailPhone {
	width: 30%;
}

#semParisContactEmail INPUT#contactEmailSubmit {
	display: block;
	width: 20%;
	margin: 4px auto;
}

#semParisContactEmail TEXTAREA{
	width: 98%;
	height: 200px;
	margin: 2px 0px;
}

#semParisContactEmail DIV#contactEmailReponse{
	width: 98%;
	font-size: 1.1em;
	color: #336666;
	margin: 2px 0px;
	text-align: center;
}

#emailRedirection INPUT#contactEmailSubmit {
	display: block;
	width: 30%;
	margin: 4px auto;
}

/*	PAGE:	forgottenAccountInformations	*/
#forgottenAccountInformations { padding: 10px; }

#forgottenAccountInformations H2 {
	margin-left: 40px;
}

#forgottenAccountInformations LABEL {
	float: left;
	width: 20%;
	line-height: 22px;
	margin: 2px 20px 2px 0px;
	text-align: right;
}

#forgottenAccountInformations INPUT {
	margin: 2px 0px;
}

#forgottenAccountInformations INPUT#email, #forgottenAccountInformations INPUT#lastname, #forgottenAccountInformations INPUT#firstname {
	width: 40%;
}

#forgottenAccountInformations INPUT#submit {
	display: block;
	width: 20%;
	margin: 4px auto;
}

#forgottenAccountInformations TEXTAREA{
	width: 100%;
	height: 200px;
}

#forgottenAccountInformations DIV#emailReponse{
	width: 98%;
	font-size: 1.1em;
	color: #336666;
	margin: 2px 0px;
	text-align: center;
}

#emailRedirection INPUT#contactEmailSubmit {
	display: block;
	width: 30%;
	margin: 4px auto;
}


/*	PAGE:	REFERENCES	*/
TABLE.clientReferences {
	width: 100%;
	font-size: 0.9em;
	border-collapse: collapse;
}

.clientReferences TR TH { border: 1px dashed #999999; }

.clientReferences TR TD {
	text-indent: 4px;
	border-bottom: 1px dashed #99cccc !important;
}

.clientReferences .leftTH{
	float: left;
	width: 60%;
	padding: 10px 0px;
	line-height: 20px;
	text-align: right;
}

.clientReferences .rightTH{
	float: right; 
	width: 35%;
	height: 20px;
	padding: 12px 0px 0px;
	text-align: left;
}

.clientReferences TR TD.leftColumn { border-left: 1px dashed #99cccc !important; }
.clientReferences TR TD.rightColumn { border-right: 1px dashed #99cccc !important; }


/*	PAGE:	WP	*/
FORM#WPConnection {
	width: 400px;
	height: 84px;
	padding: 40px;
	margin: 0px auto;
}

FORM#WPConnection LABEL {
	float: left;
	width: 25%;
	line-height: 22px;
	margin: 2px 0px;
}

FORM#WPConnection INPUT {
	float: right;
	width: 70%;
	margin: 2px 0px;
}

FORM#WPConnection INPUT#WPConnection {
	width: 100%;
	margin: 2px 0px;
}

DIV.WPConnectionError {
	width: 100%;
	text-align: center;
	color: #ff0000;
}

TABLE.tableWPList {
	width: 100%;
	empty-cells: display;
}

TD#status {
	width: 10px;
}