/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 271px;
	padding: 3px 5px;
	background: #FFFFFF url(/images/homepage16.gif) repeat-x left top;
	border: 1px solid #CCCCCC;
}

#subpage1 .input1 {
	width: 131px;
}

.input2 {
	width: 67px;
	height: 21px;
	background: url(/images/homepage17.gif) no-repeat left top;
	border: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
	line-height: 120%;
	text-align: justify;
}

.citation {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;	
	text-align: right;
	

}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000;
}

.text2 {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #728594;
}
.btn_questionnaire {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #728594;
	text-align:center;
}


.text1_orange {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #E5650E;
}


/** LISTS */

.list1, .list1:link, .list1:visited, .list1:active {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 200%;
}

.list1_orange, .list1_orange:link, .list1_orange:active, .list1_orange:visited {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 200%;
	color: #E5650E;
	text-align:left;
}

.list1_orangeMTL, .list1_orangeMTL:link, .list1_orangeMTL:visited, .list1_orangeMTL:active {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 140%;
	color: #E5650E;
	text-align:left;
}

.email_orange {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 150%;
	color: #E5650E;
}



.list1_gray, .list1_gray:link, .list1_gray:active, .list1_gray:visited {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 200%;
	color: #4C4C4C;
	text-align:left;
	
}

.list1_grayMTL, .list1_grayMTL:link, .list1_grayMTL:visited, .list1_grayMTL:active {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 140%;
	color: #4C4C4C;
	text-align:left;
	
}

.list1 a, .list1 a:link, .list1 a:visited, .list1 a:active {
	padding-left: 15px;
	background: url(/images/homepage10.gif) no-repeat left center;
}

/** LINKS */


a, a:link, a:visited, a:active {
	color: #2E5777;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}

.link1, .link1:link, .link1:visited, .link1:active {
	display: block;
	float: left;
	width: auto;
	height: 30px;
	padding: 15px 17px 0px 17px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.haut {
	color: #E5650E;
	text-align: right;
}

.link1:hover {
	background: url(/images/homepage05.gif) repeat-x left top;
	color: #204768;
}

.link2, .link2:link, .link2:visited, .link2:active {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}

/** STYLES */

.style1 {
	color: #E0E8EF;
	font-size:11px
}

.style1 a, .style1 a:link, .style1 a:visited, .style1 a:active {
	color: #E0E8EF;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(/images/homepage01.jpg) repeat left top; }
.bg2 { background: url(/images/homepage02.jpg) repeat-x left top; }
.bg3 { background-color: #FFFFFF; }
.bg4 { background: url(/images/homepage11.gif) repeat-y left top; }
.bg5 { background: url(/images/homepage18.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 45px;
	background: url(/images/homepage09.gif) repeat-x left center;
}



ul.menu, ul.menu ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
ul.menu li {
	list-style:none;
	margin:0;
	padding:0;
	line-height: 140%;
	text-align:left;
	margin-bottom:7px;
}

.menu li a, .menu li a:link, .menu li a:visited, .menu li a:active {
	color: #E5650E;
	font-weight:bold;
	text-decoration:underline;
}
.menu li a:hover {
	text-decoration:none;
}

.menu li ul {
	margin-top:7px;
	margin-left:20px;
}

.menu li ul li {
	list-style-image: url(/images/bullet.gif);
}

.menu li ul li a, .menu li ul li a:link, .menu li ul li a:visited, .menu li ul li a:active {
	color: #4C4C4C;
}

.menu li ul li ul {
	margin-left:10px;
}
.menu li ul li ul li{
	list-style-image:none;
}


.menu li ul li ul li a, .menu li ul li ul li a:link, .menu li ul li ul li a:visited, .menu li ul li ul li a:active {
	color: #4C4C4C;
	font-weight:normal;
}
