/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(Images/background01.jpg);
	background-repeat: no-repeat;
}

/** FORMS */

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



#subpage1 .input1 {
	width: 131px;
}



/** 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: 13px;
	color: 243D17C;
	text-align: justify;
	line-height: 120%;
	
}

.text {
	margin-left: 22px;
	color: #243D17;
	text-align: justify;
	
	
}

.text_statement {
	font-family: Monotype Corsiva;
	margin-left: 22px;
	color: #1C2265;
	font-size: 22px;
	text-align: center;
	font-style: italic;
	
	
}


.text_mission {
	margin-left: 22px;
	color: #243D17;
	text-align: center;
	
	
}

.white {
	color: #FFFFFF;
	font-size: 12px;
	
	
	
}

.subtitle {
	margin-left: 22px;
	margin-right: 22px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #243D17;
	
}

.copyright {
	margin-bottom: 15px;
	font-size: 12px;
	color: #FFDE00;
}




/** LINKS */


a {
	color: #000066;
}

a:hover {
	text-decoration: none;
}

.link_faq {
	color: #000066;
	text-decoration: none;
	
}

.link-copyright {
	margin-bottom: 15px;
	font-size: 12px;
	color: #FFDE00;
}

.link-bold {
	color: #000066;
	font-weight: bold;
}



.link1 {
	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;
}


.link2 {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}

/** STYLES */

.style1 {
	color: #E0E8EF;
	font-size:11px
}

.style1 a {
	color: #E0E8EF;
}

.style1 a:hover {
}


/** MISC */



img { border: none; }


hr { display: none; }

.hr1 {
	clear: both;
	height: 45px;
	background: url(images/homepage09.gif) repeat-x left center;
}

