* {
padding: 0px;
margin: 0px;
}

body {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
scrollbar-face-color: #ffffff;
scrollbar-track-color: #eeeeee;
scrollbar-arrow-color: #ffffff;
background-color: #333333;
}

#Iframe {
background-color: #ffffff;
}

#Global {
width: 100%;
height: 100%;
margin: auto;
background-color: #333333;
}

.NormalLink {
color: #999999;
font-size : 1em;
text-decoration: none;
font-weight : bold;
}

a.OrangeLink {
color: #FF6600;
font-size : 1em;
text-decoration: none;
font-weight : bold;
}

a.OrangeLink : hover {
color: #FF9900;
font-size : 1em;
text-decoration: none;
font-weight : bold;
}

p {
margin: 0 0 1em 0;
}

h1{
font-size: 26px;
color: #5097CB;
font-family: Arial;
font-weight : normal;
margin: 0px 0px 0px 10px;
}

h2{
color: #666666;
font-size: 12px;
margin: 0px 0px 0px 0px;
font-weight : normal;
}

h3{
margin-top : 10px;
font-size: 18px;
color: #5097CB;
font-family: Arial;
font-weight : normal;
}

#clearer {
clear: both;
}

/*Header */

#HeaderBox {
background-color: #333333;
display: block;
padding: auto;
margin: auto;
margin-top: 30px;
width: 980px;
height: 105px;
position: relative;
}
#Logo{
	background: url(../images/logo-doc.png) no-repeat top;
	display: inline;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 350px;
	height: 95px;
}
#HeaderNav {
float: right;
margin: 68px 0px 0px 0px;
}
#LangBox {
position : absolute;
display : inline;
color : #CCCCCC;
top:-20px;
right:5px;
}
#LangBox a {
font-size : .75em;
color : #CCCCCC;
text-decoration: none;
font-weight : bold;
}
#LangBox a.lang_fr {
display:inline-block;
width:16px;
height:16px;
background:url(../Images/sprite_langue.png) -48px 0px no-repeat;
}

#LangBox a.lang_en {
display:inline-block;
width:16px;
height:16px;
background:url(../Images/sprite_langue.png) -16px 0px no-repeat;
}

#LangBox a.lang_fr:hover {background-position:-32px 0px;}
#LangBox a.lang_en:hover {background-position:0px 0px;}

#MainBox{
background:#FDFDFD;
width : 100%;
min-height:433px;
}

#Line {
position: relative;
display : block;
width : 100%;
height : 0px;
margin: auto;
border-top : 1px solid #bebebe;
}

#MainBoxAllWidth {
position: relative;
display : block;
width : 100%;
background:#333333;
margin: auto;
text-align: justify;
}
#MainBox980px {
position: relative;
display : block;
width : 980px;
height : auto;
margin: auto;
padding-left: 10px;
text-align: justify;
overflow: hidden;
padding-bottom:10px;
background-color: #FDFDFD;
}
#MainBox980pxScroll {
position: relative;
display : block;
width : 980px;
height : auto;
background:#FDFDFD;
margin: auto;
text-align: justify;
overflow: auto;
padding-bottom:10px;:
}
#MainBoxTitle {
position: relative;
color: #3376AC;
font-size:1.2em;
margin: 0px 5px 0px 5px;
padding: 14px 5px 0px 5px;
font-weight : bold;
}
#FooterBox{
background-color: #333333;
display: block;
padding: auto;
margin: auto;
width:980px;
height: 30px;
}
#FooterNavLeft {
float: left;
width:380px;
display : inline;
margin: 10px 0px 0px 0px;
}
#FooterNavRight {
float: right;
display : inline;
margin: 15px 0px 0px 0px;
}
.FooterLink {
color: #999999;
font-size : 0.6em;
text-decoration: none;
font-weight : normal;
}
