/* blabla*/

#main  {
	min-height: 100%; /* -> 1 */
	width: 980px; /* -> 2 */
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	position: relative;
	background-color: #FFFFFF;
}
#bgfx {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-image: url(../img/BgFx1.png);
	background-repeat: repeat-y;
}

/* Voir -> Note 1 ci-dessous */
#TopBan {
	position: absolute;
	height: 260px;
	width: 100%;
	top: 10px;
	background-image: url(../img/BAN_BackGround_A.png);
	background-repeat: no-repeat;
	z-index: 10;
	background-color: #333333;
}
#HeaderTOP {
	height: 10px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	overflow: visible;
	visibility: visible;
	z-index: 120;
	position: absolute;
	background-image: url(../img/TopBanBlack.png);
	background-repeat: no-repeat;
	background-color: #000000;
}

#MainContent {
	top: 300px;
	width: 100%;
	background-color: #FFFFFF;
	left: 0px;
	height: 600px;
	background-image: url(../img/Background/MainContentFade_Blue_03.png);
	background-repeat: repeat-x;
	position: absolute;
	overflow: visible;
}
#Footer {
	font-size: 10px;
	color: #CCCCCC;
	bottom: 0px;
	width: 980px;
	position: fixed;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/Footer_1d.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	z-index: 10000;
	overflow: visible;
	visibility: visible;
}
#TopToolBar {
	background-color: #000000;
	position: absolute;
	height: 30px;
	width: 100%;
	top: 270px;
	background-image: url(../img/Naos_Menu_Deg_Black_1.png);
	background-repeat: repeat-x;
	background-position: left top;	/*padding: 12px 15px;*/
}
#vSeparator {
	background-image: url(../img/Sep01.png);
	background-repeat: repeat-y;
	position: absolute;
	height: 100px;
	width: 4px;
	top: 150px;
	right: 250px;
}


/* Menu de navigation */
#TopToolBar ul {
	margin: 0;
	list-style: none;
	/*text-align: center;*/
}
#TopToolBar li {
	display: inline;
}
#TopToolBar a {
	/*padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;*/
}
/* --- */

#homecontent {
	width: 650px;
	padding-left: 30px;
}

#LeftBox {
	border: 1px solid #CCCCCC;
	height: 350px;
	width: 200px;
	background-color: #FAFAFF;
	right: 30px;
	top: 10px;
	position: absolute;
}
#TEST_LOADING {
	background-color: #FFFFFF;
	height: 100px;
	width: 150px;
	border: thin solid #99CC00;
	visibility: visible;
	padding-top: 30px;
	position: absolute;
	left: 41px;
	top: 323px;
}
#MiniLoader {
	display: block;
	background-color: #FFFFFF;
	width: 80px;
	border: 1px solid #FF0000;
	position: absolute;
}


.MenuClock {
	color: #D3E43C;
	background-image: url(../img/pimp1.gif);
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
}


#LeftContent {
	width: 660px;
	padding-left: 40px;
	position: absolute;
	line-height: 1.6em;
}/*color: #D3E43E;*/
#LeftContent a {
	color: #660066;
	text-decoration: none;
}
#LeftContent a:hover {
	color: #D3E43E;
	text-decoration: none;
}


#RightBox {
	border: 1px solid #CCCCCC;
	height: 530px;
	width: 230px;
	right: 25px;
	top: 10px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;


}
#RightBox li {
	color: #CCFF00;
}
#RightBox ul {
	color: #FF0000;
}
#RightBox a {
	color: #000099;
	text-decoration: none;
}
#RightBox a:hover, a:focus, a:active {
	color: #0000FF;
	text-decoration: none;
}
.NoLink{
	color: #0033FF;
	text-decoration: underline;
}
#LogoBox {
	bottom: 1px;
	position: absolute;
	width: 100%;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 200px;
	background-color: #FFFFFF;
}

/* BOX SERVICES */
 
#BoxServices {
	border: 1px solid #CCCCCC;
	height: 180px;
	width: 620px;
	background-color: #F7FCFE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-left: 10px;
	visibility: visible;
	left: 45px;
	position: absolute;
		-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
}
#BoxServices li {
                color: #99CC00;
                list-style-type: circle;
                font-size: 14px;
}
 
#BoxServices li a {
                color: #006699;
                text-decoration: none;
}
#BoxServices li a:hover {
                color: #0000FF;
                text-decoration: underline;
}

 
 
 
#BoxServices a {
                color: #0099FF;
                text-decoration: none;
}
#BoxServices a:hover {
                color: #0000FF;
                text-decoration: underline;
}
#BoxServices ul {
                color: #000000;
                margin-left: 20px;
}
#BoxServices h2 {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 24px;
                color: #666666;
                margin-top: 6px;
                margin-right: 0px;
                margin-bottom: 2px;
                margin-left: 0px;
}
#BoxServices h4 {
                color: #666666;
                text-transform: uppercase;
                display: block;
                letter-spacing: 0.2em;
                margin-top: 0px;
                margin-right: 0px;
                margin-bottom: 0px;
                margin-left: 7px;
}
/* END */
.MiniTxT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
#main #Footer #minimenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
#main #Footer #minimenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
#main #Footer #minimenu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#rss {
	background-color: #F5F5FF;
	text-align: left;
}

#hitpar {
	visibility: hidden;
	height: 10px;
	width: 10px;
	position: absolute;
}

.SmallTxT {
	font-size: 9px;
	line-height: normal;
}
.descriptsmall {
	font-size: 9px;
	color: #999999;
	line-height: 1.4em;
}