@charset "utf-8";
/* CSS Document */

/* CSS Reset */
* {
  margin: 0px;
  padding: 0px;
}

html {
	height: 100%;
}


/* Clearfix */
.clearfix:after { /* Firefox, Opera, IE8 */
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
 
html[xmlns] .clearfix {
	display: block;
}

/* PNG-Fix for IE */
img, div {
	behavior: url(../javascript/iepngfix.htc);
}


/* Body */
body {
	margin: 0;
	padding: 0;
	background: url(../images/background.jpg) repeat-x #8ebcd9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 100%;
}


/* Typography */
a:link {
	color: #000066;
	text-decoration: none;
}

a:visited {
	color: #8B9AA5;
	text-decoration: none;
}

a:hover { color: #a9cee4;
	text-decoration: none;
}

a:active { color: #8B9AA5;
	text-decoration: none;
}


p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
    line-height: 1.5em;
	margin-top: 1em;
/*	margin-bottom: 1.5em;
    text-align: justify;*/
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.67em;
	line-height: 0.9em;
	margin: 35px 0 16px 35px;
}

h1 span {
	display: none;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal;
	color: #FFFFFF;
	margin: 27px 0 0 22px;
	text-transform: capitalize;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.33em;
	line-height: 1.13em;
	margin-top: 1.13em;
	margin-bottom: 1.13em;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.17em;
	line-height: 1.29em;
	margin-top: 1.29em;
/*	margin-bottom: 1.29em;*/
}

hr {
    background-color: #000066;
    border: 0 none;
    height: 3px;
    margin: 5px 0;
}

.liste li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
    line-height: 1.5em;
	margin-left: 15px;
	padding: 5px 0 0 5px;
}

table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
    line-height: 1.5em;
	border-collapse: collapse;
}

/* --- Images and linked images without border --- */
img, a img {
	border: 0;
}


/* Layout */
#container {
	width: 960px;
	margin: 0 auto;
	height: 100%;
}

#header {
	width: 960px;
	height: 162px;
	margin: 5px 0 0 0;
	background: url(../images/header_bg.png) no-repeat;
	overflow: hidden;
	position: relative;
}

#company {
	font-size: 3.0em;
	font-weight: bold;
	color: #000066;
	position: absolute;
	top: 65px;
	left: 180px;
}


/* Navigation */
#navigation {
	width: 954px;
	height: 60px;
    margin: 0 auto;
	padding-left: 6px;
	background: url(../images/nav_bg.png) no-repeat;
}

.nav-links li {
	float: left;
	list-style-type: none;
	font-size: 14px;
	letter-spacing: -1px;
	text-align: center;
	text-transform: capitalize;
}

.nav-links li a {
	color: #3d4a4e;
	display: block;
	height: 35px;
	padding-top: 23px;
	text-decoration: none;
	width: 100px;
}

.nav-links a:hover, li#current a {
	background: url(../images/nav_hover.png) no-repeat;
	color: #ffffff;
}


/* Content Area */
#content-area {
	float: left;
	width: 960px;
	margin: 0 auto;
	background: url(../images/content_area_bg.png) repeat-y #c0d5e9;
/*	padding-bottom: 53px;*/
	position: relative;
	min-height: 75%;
}

* html #content-area {
	height: 100%;
}

#featured-area {
	width: 920px;
	float: left;
}

#content-area-left {
	width: 565px;
	float: left;
	padding: 10px 10px 10px 12px;
	overflow: hidden;
}

#content-area-right {
	width: 347px;
	float: right;
	padding: 10px 12px 10px 10px;
	overflow: hidden;
}

.main-content-article-top {
	width: 565px;
	height: 19px;
	background: url(../images/content_article_top_bg.png) no-repeat;
}

.main-content-title {
	width: 565px;
	height: 75px;
	float: left;
	background: url(../images/content_title_ribbon.png) no-repeat;
}

.main-content-article {
	clear: both;
	width: 527px;
	margin-left: 6px;
	border-left: 1px solid #aeb9c0;
	border-right: 1px solid #aeb9c0;
	padding: 0 15px 0 15px;
	background: #FFF;
}

.main-content-article-bottom {
    clear: both;
	width: 565px;
	height: 19px;
	background: url(../images/content_article_bottom_bg.png) no-repeat;
}

.sidebar-article-top {
	width: 347px;
	height: 19px;
	background: url(../images/sidebar_article_top_bg.png) no-repeat;
}

.sidebar-title {
	width: 312px;
	height: 75px;
	float: right;
	padding-left: 35px;
	background: url(../images/sidebar_ribbon.png) no-repeat;
}

.sidebar-article {
	clear: both;
	width: 309px;
	margin-right: 6px;
	border-left: 1px solid #aeb9c0;
	border-right: 1px solid #aeb9c0;
	padding: 0 15px 0 15px;
	background: #FFF;
}

.sidebar-article-bottom {
	clear: both;
	width: 347px;
	height: 19px;
	background: url(../images/sidebar_article_bottom_bg.png) no-repeat;
}

p.curriculum {
    float: left;
	margin-top: 0;
}

.foto {
	padding: 5px 10px 0 0;
	float: left;
}


/* Contact form */
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

fieldset legend {
	display: none;
}

fieldset h4 {
    background-color: #000066;
    color: #fff;
	margin: 0;
    padding: 3px 10px;
}

fieldset .fieldset_container {
	background:url(../images/fieldset_bg.jpg) bottom left no-repeat #f3f3f1 ;
    padding: 10px 0;
}

fieldset .fieldset_container .col_title {
    border-right: 1px solid #E2E1DD;
    float: left;
    padding: 5px 20px 5px 5px;
    text-align: right;
    width: 170px;
}

fieldset .fieldset_container .col_field {
	width: 306px;
    float: left;
    padding: 3px 5px 3px 20px;
}

fieldset .fieldset_container select {
    border: 1px solid #696969;
}

fieldset .fieldset_container .select_small {
    border: 1px solid #696969;
	width: 55px;
}

fieldset .fieldset_container .txt {
    border: 1px solid #696969;
    width: 226px;
}

fieldset .fieldset_container .txt_med {
    border: 1px solid #696969;
    width: 155px;
}

fieldset .fieldset_container .txt_small {
    border: 1px solid #696969;
    width: 66px;
}

fieldset .fieldset_container em {
    color: #7A2426;
}


textarea {
	font-family: Verdana, Geneva, sans-serif;
    font-size: 1em;
    border: 1px solid #696969;	
}

.col_field textarea {
    height: 6em;
    width: 291px;
}

.submit_area {
    padding: 10px 0;
}

.submit_area p {
    margin: 10px 0;
    text-align: right;
}

/* form validation */
div.error {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	color: #F00;
	margin-top: 1em;
	margin-bottom: 1.5em
}

label.error {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
    float: left;
    color: red;
    padding-left: .5em;
    vertical-align: top;
}

input.error {
    background: #f8dbdb;
	border: 1px solid #e77776 !important;  
}

textarea.error {
    background: #f8dbdb;  
	border: 1px solid #e77776 !important;
}


/* vCard */
#contact {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
    line-height: 1.5em;
	margin-top: 1.5em;
}
	


/* Footer */
#footer {
/*	float: left;
	position: relative; */
	clear: both;
	width: 946px;
	height: 53px;
	margin: -53px auto 0 auto;
	padding: 8px 0 0 14px;
	background: url(../images/footer_bg.png) no-repeat;
	color: #FFF;
	font-size: 10px;
}

#footer p a {
	color: #FFF;
	text-decoration: none;
}
