@charset "utf-8";
html, body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Tahoma;
	background-image:url(../images/bg-main.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:100%;
}
#intro{}
.lblURL{display:none;}
#entete{
	background-color:#FFFFFF;
}
#mainbody {
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-y;
	height:100%;
	background-color:#FFFFFF;
}
.bodymargin{
	padding:90px 20px 10px 37px;
	background-repeat:no-repeat;
}
.bodymarginS{
	padding:10px 49px 10px 75px;
	background-image:url(../images/bg_content.gif);
	background-repeat:no-repeat;
	background-position:35px 12px;
}
#bg_shadow {}


#lblUserName,#lblPW{
	color:#8aa0b1;
	font-family:Tahoma;
	letter-spacing:1px;
	font-size:11px;
}
#input button{
	background-color:#d5dce5;
	border:#002c52 1px solid;
	padding:0px 4px;
	cursor:pointer;
}
#login input, #login .connexion{
	border:#d5dce5 1px solid;
	color:#002c52;
	font-family:Tahoma;
	letter-spacing:1px;
	font-size:12px;
}
.Copyright{
	font-size:9px;
	color:#888888;
}
#content{
border:#002c52 1px solid;
}
#login input{
	width:100px;
}
#login input.connexion{
	width:30px;
}
.connexion{
	background-color:#d5dce5;
	border:#002c52 1px solid;
	padding:0px 4px;
	cursor:pointer;
}

/* LINKS */
a.OrangeLink:link {
	color: #DC6018;
	font-size:10px;
}
a.OrangeLink:visited {
	color: #DC6018;
}
a.OrangeLink:hover {
	color: #DC6018;
	text-decoration:none;
}
a.OrangeLink:active {
	color: #DC6018;
}
a.Version:link {
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma;
	color: #FFFFFF;
}
a.Version:visited {
	color: #ffffff;
}
a.Version:hover {
	color: #ffffff;
	text-decoration:none;
}
a.Version:active {
	color: #ffffff;
}
a.CVLink:link {
	color: #DC6018;
	font-size:14px;
	font-weight:bold;
}
a.CVLink:visited {
	color: #DC6018;
	font-size:14px;
	font-weight:bold;
}
a.CVLink:hover {
	color: #DC6018;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
a.CVLink:active {
	color: #DC6018;
	font-size:14px;
	font-weight:bold;
}
a.contactLink:link {
	color: #DC6018;
	font-size:12px;
	font-weight:bold;
}
a.contactLink:visited {
	color: #DC6018;
}
a.contactLink:hover {
	color: #DC6018;
	text-decoration:none;
}
a.contactLink:active {
	color: #DC6018;
}
a.LinkTexte:link {
	color: #444444;
}
a.LinkTexte:visited {
	color: #444444;
}
a.LinkTexte:hover {
	color: #444444;
	text-decoration:none;
}
a.LinkTexte:active {
	color: #444444;
}
