/* CSS Document */

body {
	font-family: Verdana, Tahoma, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #666666;
	background-image: url(../images/background-repeat.gif);
	background-repeat: repeat;
	text-align: center;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	color: #000066;
}

a:hover {
	text-decoration: none;
	color: #002469;
}

hr {
	border: 1px solid #000066;
}

.form_field {
	width: 160px;
	height: 15px;
	background-color: #CBE4FF;
	border: 1px solid #002469;
	font-family: Verdana, Tahoma, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	color: #002469;
}

.form_text_field {
	width: 160px;
	height: 200px;
	background-color: #CBE4FF;
	border: 1px solid #002469;
	font-family: Verdana, Tahoma, Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	color: #002469;
}

.text_form_field {
	width: 280px;
	height: 20px;
	background-color: #CBE4FF;
	border: 1px solid #002469;
	font-family: Verdana, Tahoma, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #002469;
}

.textarea_form_field {
	width: 280px;
	height: 200px;
	background-color: #CBE4FF;
	border: 1px solid #002469;
	font-family: Verdana, Tahoma, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #002469;
}

.align_right {
	text-align: right;
}

#background {
	position: relative;
	width: 100%;
	height: 800px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}

#wrapper {
	position: relative;
	width: 720px;
	margin: auto;
	top: -800px;
}

#header {
	position: relative;
	width: 720px;
	height: 127px;
	margin: auto;
	text-align: left;
}

#logo {
	position: relative;
	width: 434px;
	height: 102px;
	padding-top: 25px;
	float: left;
}

#main_buttons {
	position: relative;
	width: 286px;
	height: 28px;
	float: left;
	padding-top: 4px;
	text-align: right;
}

#main_buttons a {
	color: #002469;
	text-decoration: none;
}

#main_buttons a:hover {
	color: #002469;
	text-decoration: underline;
}

#search {
	position: relative;
	width: 286px;
	height: 32px;
	float: left;
	text-align: right;
}

#space_over_icons {
	position: relative;
	width: 286px;
	height: 35px;
	float: left;
}

#icons {
	position: relative;
	width: 286px;
	height: 28px;
	float: left;
	text-align: right;
	vertical-align: middle;
}

#menu {
	position: relative;
	width: 720px;
	height: 30px;
	padding-top: 5px;
}

#space_over_content {
	position: relative;
	width: 720px;
	height: 10px;
}

#content_home {
	position: relative;
	width: 720px;
	height: 314px;
	text-align: left;
}

#content {
	position: relative;
	width: 520px;
	padding-bottom: 40px;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 40px;
	text-align: justify;
}

#home_news {
	position: absolute;
	width: 480px;
	height: 236px;
	background-color: #4C6390;
	border: 1px solid #273040;
	left: 200px;
	top: 16px;
	padding: 10px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#home_news a {
	color: #B0CAFF;
	text-decoration: underline;
}

#home_news a:hover {
	color: #B0CAFF;
	text-decoration: none;
}

#content_title {
	position: relative;
	width: 520px;
	height: 24px;
	border-bottom: 1px solid #002469;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #002469;
	font-weight: bold;
}

#content_text {
	position: relative;
	width: 520px;
	padding-top: 20px;
	line-height: 20px;
	color: #002469;
	font-size: 12px;
	min-height: 400px;
}

#content_text_left {
	position: relative;
	width: 520px;
	padding-top: 20px;
	line-height: 20px;
	color: #002469;
	text-align: left;
	min-height: 400px;
}

#space_under_text {
	position: relative;
	width: 520px;
	height: 10px;
	clear: both;
}

#space_over_services {
	position: relative;
	width: 720px;
	height: 10px;
}

#services {
	position: relative;
	width: 720px;
	height: 100px;
	padding-bottom: 10px;
}

#space_over_footer {
	position: relative;
	width: 720px;
	height: 36px;
	color: #123557;
}

#footer {
	position: relative;
	width: 720px;
	height: 28px;
	background-color: #123557;
	color: #FFFFFF;
}

#newsletter {
	position: relative;
	width: 500px;
	float: left;
	line-height: 28px;
	vertical-align: middle;
	text-align: left;
	padding-left: 20px;
}

#indique {
	position: relative;
	width: 180px;
	float: left;
	line-height: 28px;
	vertical-align: middle;
	text-align: right;
	padding-right: 20px;
}

#indique a {
	color: #FFFFFF;
	text-decoration: none;
}

#indique a:hover {
	text-decoration: underline;
}

#copyright {
	position: relative;
	text-align: center;
	font-size: 11px;
	color: #333333;
	top: 10px;
}