* {
	margin: 0;
	padding: 0;	
}

html, body { 
	background-color: #CCC;
	color: #000;

	font-family: arial, sans-serif;
}

body {
	text-align: center;
}

img {
	border: 0;
}

a, a:link, a:visited {
	/*color: #419184;*/
	color: #003973;
	text-decoration: underline;
}

#container {
	background: #FFFFFF url(../images/background.png) repeat-y scroll 50% 0;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	text-align: left;
	width: 930px;
}

#header {
	background: #000000 url(../images/header.png);
	color: #FFFFFF;
	
	clear: both;

	height: 100px;
}

#logo {
	clear: left;
	float: left;
	margin: 22px 0 0 20px;
	display: none;
}

#slogan {
	position: absolute;
	top: 20px;
	left: 190px;
	font-size: 1.3em;
	display: none;
}

#slogan p#ligne2{
	margin: 5px 0 0 20px;
}

ul#language-selector {
	clear: right;
	float: right;
	
	font-size: 0.7em;
	color: #FFF;
	
	list-style-type: none;

	padding: 5px 10px 0px 0px;
	
	display: none;
}

#language-selector li {
	float: left;
	padding-left: 8px;
}

#search-form {
	clear: right;
	float: right;
	
	padding: 10px 0 0 0;
	width: 250px;
}

#search-form select, #search-form input {
	font-size: 0.7em;
}

#search-form p {
	padding-right: 10px;
	text-align: right;
}

input#search-field {
	background-color: #E6E6E6;
	border-width: 0;
	padding: 2px;
	text-indent: 2px;
	width: 150px;
}

input#search-button {
	background-color: #777;
	border: solid 1px #AAA;
	color: #FFF;
	cursor: pointer;
	padding: 1px 4px 1px 4px;
	text-align: center;
}

#menu-horizontal {
	/* DARK */
	/*background-color: #6BBA70;*/
	/*background-color: #9FB5CB;*/
	/*background-color: #809CB9;*/
	background-color: #CC6600;
	height: 25px;
}

#menu-horizontal div {
	float: left;
}

#menu-horizontal div.active {
	background-color: #FFFFFF;
}

#menu-horizontal div.active a {
	color: black;
}

#menu-horizontal div a {
	display: block;
	text-decoration: none;
	
	color: white;
	
	height: 20px;

	padding: 5px 15px 0px 15px;

	font-size: 0.8em;
}

#middle {
	/* DROP SHADOW */
	/* background: transparent url(//www.ibm.com/i/v16/t/sprites-t1.gif) repeat-x scroll 0 -810px;*/
	padding: 20px 0 0 180px;
}

#content {
	float: left;
	position: relative;
	width: 100%;
	
	font-size: 0.8em;
}

#central {
	clear: left;
	float: left;
	width: 520px;
	
	font-size: 0.95em;
	min-height: 500px;
}

#central h1 {
	font-size: 1.7em;
	font-weight: normal;
	border-bottom: 1px solid #AAA;
}

#central h2 {
	font-size: 1.4em;
	margin-top: 20px;
}

#central div + h2 {
	margin-top: 10px;
}

#central h4 {
	margin-top: 16px;
}

#central table {
	margin: 7px 0px 7px 0px;
}

#central p {
	margin: 7px 0px 7px 0px;
}

#central td p {
	margin: 0;
}

#central ul {
	list-style-type: square;
	margin: 5px 0px 5px 30px;
}

#central div.csc-textpic-imagerow ul {
	margin: 5px 0px 5px 0px;
}

#central ol {
	list-style-type: square;
	margin: 5px 0px 5px 30px;
}

#central li {
	padding-left: 5px; 
}

form#mailform {
	margin-top: 20px;
}

fieldset.csc-mailform  {
	border: 0 none;
}

.csc-mailform-field {
	width: 600px;
}

.csc-mailform-field label {
	float: left;
	width: 100px;
}

.csc-mailform-field input {
	padding-top:2px;
}

.csc-mailform-field input, .csc-mailform-field textarea, .csc-mailform-field select {
	background-color: #FFFFFF;
	border: 1px solid #515151;
	margin-bottom: 4px;
	padding: 2px;
	width: 400px;
}

.csc-mailform-field input.csc-mailform-submit {
	/*background-color: #FF9F33;
	border: 1px solid #FF8700;*/
	
	background-color: #DDD;
	border: 1px solid #666;
	
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 100px;
	width: 200px;
	
	cursor: pointer;
}

form#contactform {
	margin-top: 20px;
}

form#contactform .powermail_mandatory_js {
	color: red;
	margin-left: 100px;
	margin-bottom: 5px;
}

form#contactform fieldset  {
	border: 0 none;
}

form#contactform legend  {
	display: none;
}

form#contactform fieldset div {
	width: 600px;
}

form#contactform fieldset div label {
	float: left;
	width: 100px;
}

form#contactform fieldset div input {
	padding-top:2px;
}

form#contactform fieldset div input, form#contactform fieldset div textarea, form#contactform fieldset div select {
	background-color: #FFFFFF;
	border: 1px solid #515151;
	margin-bottom: 4px;
	padding: 2px;
	width: 400px;
}

form#contactform fieldset div input[type="submit"] {
	/*background-color: #FF9F33;
	border: 1px solid #FF8700;*/
	
	background-color: #DDD;
	border: 1px solid #666;
	
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 100px;
	width: 200px;
	
	cursor: pointer;
}

#cartouche {
	
}

#languages_selector {
	margin-left: 540px;
	height: 20px;
	font-size: 0.8em;
	text-decoration: none;
}

#languages_selector div {
	float: left;
	margin-right: 5px;
}

#sidebar {
	clear: right;
	float: right;
	width: 210px;
}

#sidebar div.news-list-item {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	
	font-size: 0.9em;
	color: #666;
	
	padding: 5px 5px 5px 5px;
	margin: 0px 10px 20px 0px;
}

#sidebar h2 {
	display: block;
	font-size: 1em;
	color: #444444;
	border-bottom: 1px solid #AAA;
	margin-bottom: 5px;
}

#navigation {
	float: left;
	left: -170px;
	margin: 0 0 0 -100%;
	position: relative;
}

#navigation h1 {
	background-color: #223B23;
	color: #FFFFFF;
	font-weight: normal;
	
	width: 155px;
	margin-bottom: 10px;
	font-size: 0.8em;
	padding: 4px 0px 4px 5px;
}

#navigation div {
	/* DARK */
	/*background-color: #6BBA70;*/
	/*background-color: #99CC33;*/
	/*background-color: #9FB5CB;*/
	background-color: #BFCEDC;
	width: 150px;
	margin-bottom: 2px;
	font-size: 0.8em;
}

#navigation div.active {
	/* LIGHT */
	/*background-color: #A3D4A6;*/
	/*background-color: #E8E5B0;*/
	background-color: #DDD;
}

#navigation a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 2px 0px 2px 5px;
}

#spacer {
	height: 30px;
	clear: both;
	/*DROP SHADOW FOR FOOTER */
}

#footer {
	background-color: #9FB5CB;
	border-top: 1px solid #444;
	clear: both;
	color: #000;
	height: 18px;
	
	text-align: left;
	
	padding: 0px 0px 4px 10px;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer span {
	padding-right: 8px;
	font-size: 0.7em;
}