/* Start of CMSMS style sheet 'Normal' */
/*
	(c) 2008 NextWay.ch, Simon Jacquier
*/

* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

body {
	font: 0.8em Helvetica, Arial, sans-serif;
	text-align: center;
	background: #DADADA url(images/background.gif) repeat-y center 0;
}

.left {float: left;}
.right {float: right;}

a, a:visited {
	color: #104FA0;
}

a:hover, a:active {
	color: #607ca0;
}

#header {
	height: 111px;
	background: #fff url(images/header.gif) no-repeat 0 0;
	border-bottom: 6px solid #104FA0;
}

#navtabs {
	position: relative;
	top: 20px;
	right: 10px;
	text-align: right;
}

#navtabs img {
	padding-left: 1px;
}

#gradient-top {
	border-top: 1px solid #fff;
	background: transparent url(images/degrade_haut.gif) no-repeat 0 0;
	height: 20px;
}

#container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-color: transparent;
}

#content {
	float: right;
	width: 615px;
	margin: 6px 15px 15px 20px;
	line-height: 1.3;
}

#content p {
	margin: 0 0 10px 0;
}

#content img {
	text-decoration: none;
	border: 0;
}

h1, .page-title {
	font-size: 1.6em;
	padding: 0 0 15px 0;
	margin: 0;
	color: #104FA0;
}

h2, .page-subtitle {
	font-size: 1.3em;
	padding: 10px 0 5px 0;
	margin: 0;
	color: #104FA0;
}

#navigation {
	float: left;
	width: 180px;
	padding: 10px 10px 15px 10px;
	padding-bottom: 15px;
	line-height: 1.3;
}

#navigation a, #navigation a:visited {
	color: #000;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active {
	color: #fff;
}

.nav-section {
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	font-weight: bold;
	color: #104FA0;
	font-size: 1.2em;
	border-bottom: 2px solid #104FA0;
}

.nav-title {
	padding: 20px 0 5px 0;
	font-weight: bold;
	color: #000;
	font-size: 1.2em;
}

.currentpage {
	color: #fff !important;
}

.error_message {
	color: red;
	font-weight: bold;
	padding-bottom: 20px;
}

.error_message ul {
	list-style-type: none;
}

.form-textarea textarea {
	width: 450px;
	height: 250px;
}

div#footer {
	color: #999;
	margin-top: 35px;
	padding-top: 8px;
	border-top: 1px solid #ccc;
}

#footer a, #footer a:visited {
	color: #999;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #666;
	text-decoration: underline;
}
/* End of 'Normal' */

