@charset "utf-8";
/* CSS Document */
html, body{
	height:100%;
	padding:0px;
	margin:0px;
	font-family:Tahoma;
	background-image:url(../images/bg-main.gif);
	background-repeat:repeat-x;
	background-position:top;
}
form,h1{
	margin:0px;
	padding:0px;
}
ul{
	margin-top:10px;
}
li{
	list-style-type:square;
}
/* LINKS */
a:link,a:visited{
	color:#e06020;
	text-decoration:underline;
}
a:hover{
	color:#e06020;
	text-decoration:none;
}
a:active{
	color:#e06020;
	text-decoration:underline;
}
a.normal:link,a.normal:visited{
	color:#222222;
	text-decoration:underline;
}
a.normal:hover{
	color:#e06020;
	text-decoration:none;
}
a.normal:active{
	color:#222222;
	text-decoration:underline;
}
/*************************/
#template{
	margin:73px auto;
	margin-bottom:0px;
	border:#002c52 1px solid;
	width:960px;
	background-image:url(../images/bg-squares.gif);
	background-repeat:repeat-y;
}

#header-holder{
	height:189px;
}
#sub-header-holder{
	height:329px;
}
#sub-sub-header-holder{
	background-image:url(../images/bg-header-img.gif);
	background-repeat:repeat-y;
}
#menu-holder{
	width:230px;
	height:290px;
}
#menu{
	margin-top:18px;
}
#menu a, #menu div a{
	position:relative;
	float:left;
	width:190px;
	padding:3px 10px;
	color:#000000;
	text-decoration:none;
	font-family:Tahoma;
	letter-spacing:1px;
	font-size:14px;
	background:transparent;
}
#login{
	color:#8aa0b1;
	font-family:Tahoma;
	letter-spacing:1px;
	font-size:11px;
}
input.login, button{
	border:#d5dce5 1px solid;
	color:#002c52;
	font-family:Tahoma;
	letter-spacing:1px;
	font-size:12px;
}
button{
	background-color:#d5dce5;
	border:#002c52 1px solid;
	padding:0px 4px;
	cursor:pointer;
}
#content-texte-holder{
	margin:5px 5px 5px 3px;
	font-size:14px;
	color:#222222;
}
#content-texte-holder p{
	margin:0px;
	margin-bottom:5px;
}
#content-texte-holder .titre{
	font-size:15px;
	background-image:url(../images/arrow-right.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:10px;
	color:#e06020;
	letter-spacing:1px;
	font-weight:bold;
}
#content-texte-holder .titre2{
	font-size:15px;
	background-image:url(../images/arrow-right.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:10px;
	margin-top:18px;
	color:#e06020;
	letter-spacing:1px;
	font-weight:bold;
}
#content-texte-holder .titre-liste1{
	font-size:13px;
	background-image:url(../images/arrow-right-blue.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:10px;
	margin-left:10px;
	color:#133e62;
	letter-spacing:1px;
	font-weight:bold;
}
#content-texte-holder .titre-liste2{
	font-size:14px;
	background-image:url(../images/arrow-right.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:10px;
	color:#000000;
}
#content-texte-holder .titre-liste3{
	font-size:14px;
	background-image:url(../images/arrow-right-blue.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:10px;
	margin-left:10px;
	color:#000000;
}
#content-texte-holder .titre-liste4{
	font-size:14px;
	background-image:url(../images/arrow-right-grey.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:10px;
	margin-left:20px;
	color:#000000;
}
#content-texte-holder .titre-liste5{
	font-size:14px;
	padding-left:10px;
	margin-left:30px;
	color:#000000;
}
#content-texte-holder .texte-liste1{
	font-size:14px;
	margin-left:20px;
	color:#000000;
}
#menu div{
	position:relative;
	float:left;
}
#menu div a{
	width:185px;
	padding-left:15px;
}
#menu div div a{
	width:175px;
	padding-left:25px;
}
#menu a:hover,#menu a.selected{
	background-color:#d6e5f4;
}
#header-img-holder{
	margin:18px 0px;
	height:254px;
	
}
.menu-bullet{
	position:relative;
	float:left;
	font-size:3px;
	padding:0px 3px;
	height:18px;
	margin-right:5px;
}
.separatorV{
	width:3px;
	height:606px;
	position:absolute;
	top:284px;
}

#logo-holder{
	width:290px;
	height:159px;
}
.notes a{
	font-size:9px;
	color:#d5dce5;
}
div.think_efficient,div.think_efficient-fr{
	width:183px;
	height:50px;
	margin-left:18px;
}
#side-menu{
	background-color:#f9fbfd;
}
#side-menu td{
	padding:0px 5px;
}
#side-menu td p{
	margin:0px;
	margin-bottom:5px;
}
#side-menu p.titre{
	font-size:12px;
	font-weight:bold;
	color:#163D5A;
}
#side-menu td p a{
	font-size:12px;
}

/*ASP template*/
#mainbody {
	background-color:#FFFFFF;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-y;
	height:100%;
}