/* CSS Document */
/***********************************************/
/* Sidexa.css                  	               */
/* Author: FLY                                 */
/* Last updated: 04 april 2008 		           */
/***********************************************/

/* generic styles */

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffffff;
}

body, tr, td {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

a:link	 		{ text-decoration:none; color:#000000; }
a:visited 		{ text-decoration:none; color:#000000; }
a:active 		{ text-decoration:none; color:#000000; }
a:hover 		{ text-decoration:none; color:#C25E00; }

#wrapper {
	width: 981px;
}

/* generic styles - eof */


/* main navigation bar */

table.mainnavtablemargin {
	margin-top: 0px;
	margin-bottom: 14px;
}
table.piednavtablemargin {
	margin-top: 14px;
	margin-bottom: 14px;
}
td.mainnavtd {
	background-color: #c25e00;
}

.mainnavbar {
	margin-top: 6px;
	margin-right: 13px;
	margin-left: 13px;
	margin-bottom: 5px;	
}

a.mainnavLink:link	{ text-decoration:none; color:#ffffff; }
a.mainnavLink:visited	{ text-decoration:none; color:#ffffff; }
a.mainnavLink:active 	{ text-decoration:none; color:#ffffff; }
a.mainnavLink:hover 	{ text-decoration:none; color:#000000; }

/* main navigation bar - eof */

/* zone styles */

.zoneborder {
	border: 2px solid #D0CFCD;
}
.onlineServWrapperOutside {
	width: 220px;
	margin-bottom: 14px;
	background-color: #dcd5ce;
}
.onlineServWrapperInside {
	width: 206px;
	margin-left: 14px;
	padding-top: 14px;
	padding-bottom: 21px;
}
.zone1WrapperOutside {
	width: 220px;
	height: 400px;
	margin-bottom: 7px;
	background-color: #c1d0df;
}
.zone1WrapperInside {
	width: 206px;
	height: 391px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.formfieldOnServ {
	width: 158px;
	font-size: 11px;
	color: #504e4f;
}
.loginWrapperOutside {
	width: 220px;
	margin-bottom: 7px;
	background-color: #c1d0df;
}

.loginWrapperInside {
	width: 206px;
	margin-left: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.formfieldLogin {
	width: 160px;
	font-size: 11px;
	color: #504e4f;
}

.bodyWrapper {
	height: 368px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.bodyWrapper2 {
	height: 368px;
	padding: 24px 14px 30px 14px;
	text-align: left;
}

.zone3WrapperOuter {
	width: 220px;
	margin-left: 10px;
	padding-bottom: 4px;
	background-color: #b8b2ae;
	text-align: left;
}

.zone3wrapperInner {
	width: 202px;
	height: 392px;
	margin-left: 4px;	
	padding-right: 10px;
	background-color: #fff;
}

ul.zone3_ul {
	padding-top:10px;
}

li.z3_bullet_red {
	list-style: none;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -30px;
	background-image:url(../images/bullet_mars.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	line-height: 12px;
}

li.z3_bullet_green {
	list-style: none;
	margin: 0px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -30px;
	background-image:url(../images/bullet_pine.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

/* zone styles - eof */

/* footer bar */

table.footertablemargin {
	margin-top: 0px;
	margin-bottom: 7px;
}

td.footertd {
	background-color: #7e7977;
}

.footermargin	{
	margin-top: 0px;
	margin-right: 13px;
	margin-left: 0px;
	margin-bottom: 0px;	
}

a.footerLink:link	{ margin-left:10px; text-decoration:none; color:#fff; }
a.footerLink:visited	{ margin-left:10px; text-decoration:none; color:#fff; }
a.footerLink:active 	{ margin-left:10px; text-decoration:none; color:#fff; }
a.footerLink:hover 	{ margin-left:10px; text-decoration:none; color:#ff9f5e; }

/* footer bar */

	.inputstyle
	{
	BORDER-RIGHT: 1px solid; 
	BORDER-TOP: 1px solid; 
	FONT-SIZE: 9pt; 
	BORDER-LEFT: 1px solid; 
	COLOR: Black; 
	BORDER-BOTTOM: 1px solid; 
	FONT-FAMILY: Arial; 
	BACKGROUND-COLOR: #FFFFFF;
	}
	.inputstyleButton{
	BORDER-RIGHT: 1px solid; 
	BORDER-TOP: 1px solid; 
	FONT-SIZE: 10pt; 
	BORDER-LEFT: 1px solid; 
	COLOR: Black; 
	BORDER-BOTTOM: 1px solid; 
	FONT-FAMILY: Arial; 
	BACKGROUND-COLOR: #F5F5F5;
	cursor : hand;
	}
    .inputstyleButton2
	{
	BORDER-RIGHT: 1px solid; 
	BORDER-TOP: 1px solid; 
	FONT-SIZE: 10pt; 
	BORDER-LEFT: 1px solid; 
	COLOR: Black; 
	BORDER-BOTTOM: 1px solid; 
	FONT-FAMILY: Arial; 
	BACKGROUND-COLOR: #FFFFFF;
	cursor : hand;
	}
    .inputwhiteleft
	{
	BORDER-RIGHT: 1px solid; 
	BORDER-TOP: 1px solid; 
	FONT-SIZE: 9pt; 
	BORDER-LEFT: 1px solid; 
	COLOR: Black; 
	BORDER-BOTTOM: 1px solid; 
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #FFFFFF;
	text-align : left;
	}
	.combosSylverold
	{
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : Black;
	text-decoration : none;
	background-color : Silver;
	}
	.combosWhite
	{
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : Black;
	text-decoration : none;
	background-color : White;
	}
    a.TexteMenuNoir
	{
	font-family : Arial;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
	color : black;
	}
	a.TexteBlancGras
	{
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	color : white;
	}
	a.LienOrangeGras:link
	{
	font-family : Arial;
	font-size : 12px;
	font-style : bold;
	font-variant : normal;
	font-weight : bold;
	text-decoration : underline;
	color : #C25E00;
	}
	a.LienOrangeGras:visited
	{
	font-family : Arial;
	font-size : 12px;
	font-style : bold;
	font-variant : normal;
	font-weight : bold;
	text-decoration : underline;
	color : #C25E00;
	}
	a.LienOrangeGras:hover
	{
	font-family : Arial;
	font-size : 12px;
	font-style : bold;
	font-variant : normal;
	font-weight : bold;
	text-decoration : underline;
	color : #C25E00;
	}
	a.LienMenuOrange:link
	{
	font-family : Arial;
	font-size : 10px;
	font-style : bold;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
	color : #C25E00;
	}
	a.LienMenuOrange:visited
	{
	font-family : Arial;
	font-size : 10px;
	font-style : bold;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
	color : #C25E00;
	}
	a.LienMenuOrange:hover
	{
	font-family : Arial;
	font-size : 10px;
	font-style : bold;
	font-variant : normal;
	font-weight : normal;
	text-decoration : underline;
	color : #C25E00;
	}
	.textPrincipalNoir
	{	font-family : Arial;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : Black;
	}
	.titreText
	{
	font-family : Arial;
	font-size : 18px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : #C25E00;
	text-decoration : none;
	}
		a.LientitreText:link
	{
	font-family : Arial;
	font-size : 18px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : #000000;
	text-decoration : underline;
	}
	a.LientitreText:visited
	{
	font-family : Arial;
	font-size : 18px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : #000000;
	text-decoration : underline;
	}
	a.LientitreText:hover
	{
	font-family : Arial;
	font-size : 18px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : #C25E00;
	text-decoration : underline;
	}
	.TextOrangeGras
	{
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : #C25E00;
	text-decoration : none;
	}
	.TextGrisGras
	{
	font-family : Arial;
	font-size : 14px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : #999999;
	text-decoration : none;
	}
	.TextBlancGras
	{
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
	}
	.erreurrouge
	{
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : #FF0000;
	text-decoration : none;
	}
	.textPrincipalGras
	{
	font-family : Arial, Verdana, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : #000000;
	}
	.titreTextPrincipal
	{
	font-family : Arial, Verdana, sans-serif;
	font-size : 20px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #C25E00;
	line-height: 20pt
	}
	.titreText
	{
	font-family : Arial;
	font-size : 18px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : #3059B4;
	text-decoration : none;
	}
	a.liennavigation:link
	{
	font-family : Arial;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : underline;
	color : #000000;
	}
	a.liennavigation:visited
	{
	font-family : Arial;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : underline;
	color : #000000;
	}
	a.liennavigation:hover
	{
	font-family : Arial;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : underline;
	color : #C25E00;
	}
	.textnavigation
	{
	font-family : Arial;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : black;
	text-decoration : none;
	}