/*Basic elements*/
body {
	margin: 0px 3px 0px 3px;
	background-color: #E6EBF1;
	color: #555555;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: medium;
	font-weight: bold;
}
p {
	vertical-align: top;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #6666CC;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #6666CC;
}
a:active {
	text-decoration: none;
}

/*Specific divs*******************************/

/*Main Frame ----Container-------------------*/
#container {
	background: transparent url(body_bg.gif) repeat-y top left;
	margin: 0px auto 0px auto;
/*	top: 211px;*/
	height: auto;
	width: 1000px;
}
#supportingText {
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	z-index: 1;
}
#supportingText li {
	padding-top: 10px;
}
#supportingText span {
	font-weight: bold;
}
#corps {
	position: relative;
	height: auto;
	margin: 0px 3px 0px 210px;
	padding: 0px 3px 3px 12px;
	width: 750px;
	z-index: 2;
	text-align: justify;
	left: 0px;
	top: 0px;
        overflow: auto;
}
#corps h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 170%;
	font-style: normal;
	font-weight: bold;
}
#corps h2 {
	font-size: 140%;
	font-style: normal;
	font-weight: bold;
}
#Colonne1 {
	position: relative;
	height: auto;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 3px 12px;
	width: 350px;
	z-index: 1;
	text-align: left;
	left: 0px;
	top: 0px;
}
#Colonne2 {
	position: absolute;
	height: auto;
	margin: 0px 3px 0px 280px;
	padding: 0px 0px 3px 12px;
	width: 450px;
	z-index: 1;
	text-align: left;
	left: 0px;
	top: 0px;
}
#Colonne1 p {
	vertical-align: top;
}
#Colonne2 p {
	vertical-align: top;
}
/*Bannière-------pageHeander-----------------*/

#pageHeader {
	background-image: url(Header.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 145px;
	width: 1000px;
	padding-top: 65px;
}
#pageHeader h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin-left: 380px;
}
#pageHeader h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin-left: 390px;
}
#pageHeader h2 span {
	font-style:italic;
	}
	
#quickSummary {
	position: relative;
	margin: 6px 0px 0px 428px;
	width: 300px;
	height: 97px;
	z-index: 2;
}

#quickSummary p  {
	position: relative;
	margin: 6px 0px 0px 0px;
	width: 300px;
	height: auto;
	z-index: 2;	
	font-size: 10px;
/*	line-height: 125%;*/
}
/*Links--------------------------------------*/
#linkBox{
	position: absolute;
	top: 231px;
	height: auto;
	width: 187px;
	margin: 0px 10px 10px 10px;
	z-index: 2;
}
#linkList {
	background: transparent url(link_bg.png) repeat-y;
	padding: 1px 10px 10px 20px;
	height: auto;
}
#linkList ul {
	margin: 0px 6px;
	padding: 0px;
	list-style-type: none;
}

#linkList li {
	margin: 0px;
	padding: 1px 0px;
	font-size: small;
	list-style-type: disc;
}
#linkList a {
	font-size: small;
}
#footer {
	background: url(footer_bg.gif) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 54px;
	z-index: 0;
}
/* images ------------------------------------------------*/
#extraDiv1 {
	position: absolute;
        margin: 0px 10px;
	top: 460px; 
	width: 100%;
	z-index: 0;
}

#extraDiv1 span {
	background: transparent url(photo.jpg) no-repeat top left;
	background-size: 187px 240px;
	margin: 0px;
	padding: 0px;
	width: 187px;
	height: 249px;
	display: block;
}

#extraDiv2 {
	position: absolute;
        margin: 0px 10px;
	top: 460px; 
	width: 100%;
	z-index: 0;
}

#extraDiv2 span {
	background: transparent url(photo2.jpg) no-repeat top left;
	background-size: 187px 240px;
	margin: 0px;
	padding: 0px;
	width: 187px;
	height: 249px;
	display: block;
}


#logo {
	position: absolute;
        margin: 0px 820px;
	top: 25px; 
	width: 100%;
	z-index: 0;
}

