body {
	margin: 20px 0px 0px 0px;
	background-color: #1e1f1e;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}

/* ----- NEUTRAL --------------------------------------------------------------------------- */

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0px;
	padding: 0px;
}

a img,:link img,:visited img {
	border: none;
}

hr {
    height: 1px;
    margin: 20px 0px 20px 0px;
    background-color: #1e1f1e;
    color: #1e1f1e;
    border: 0px;
    padding: 0px;
    display: block;
}

.clearer {
	clear: both;
}

/* ----- CONTENT --------------------------------------------------------------------------- */

h1 {
	color: #534741;
	margin: 10px 0px 20px 0px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../img/construct/bg_titres.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

h2 {
	margin: 25px 0px 15px 0px;
	font-size: 13px;
	color: #606937;
}

p {
	margin: 0px 0px 10px 0px;
	color:#3E3E40;
}

ul {
	margin: 0px 0px 10px 30px;
	color:#3E3E40;
}

li {
	margin: 5px 5px 5px 0px;
	padding: 0px 0px 0px 5px;
	list-style: url(../img/construct/bullet.gif);
}

#content img {
	border-width: 1px 1px 5px 1px;
	border-color: #444444;
	border-style: solid;
}

#content a:link, #content a:visited {
	text-decoration: none;
	color: #606937;
}

#content a:hover {
	text-decoration: underline;
	color: #606937;
}

/* ----- CONSTRUCT ------------------------------------------------------------------------- */

#borderWhite {
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#borderRed {
	border-top: 2px solid #6f1416;
	border-bottom: 2px solid #6f1416;
	border-left: 1px solid #8f8f8f;
	border-right: 1px solid #8f8f8f;
}

#general {
	width: 760px;
	margin: 55px auto 10px auto;
	background-color: #ffffff;
	color: #1e1f1e;
	text-align: center;
}

#main {
	background-image: url(../img/construct/bg_content.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: 5px auto 5px auto;
	padding: 10px 0px 10px 0px;
	width: 750px;
	text-align: left;
}

#content {
	float: left;
	width: 580px;
	margin: 0px 10px 0px 20px;
}

/* ----- MENU ------------------------------------------------------------------------------ */

#menu {
	float: left;
	width: 134px;
	text-align: center;
	border-right: 1px solid #d3d4d5;
	font-size: 9px;
}

#menu a:link, #menu a:visited {
	margin: 20px auto 0px auto;
	display: block;
	width: 120px;
	height: 70px;
	background-position: center;
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover {
	color: #8f8f8f;
}

#menu a span {
	cursor: pointer;
	display: block;
	width: 120px;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	background-color: #534741;
}

#menuBas {
	padding: 2px 0px 4px 0px;
	background-color: #534741;
	color: #8f8f8f;
	font-size:9px;
}

#menuBas a:link, #menuBas a:visited {
	text-decoration: none;
	color: #d3d4d5;
}

#menuBas a:hover {
	text-decoration: none;
	color: #8f8f8f;
}

/* ----- FORM -------------------------------------------------------------------------------- */

fieldset {
	display: block;
	width: 500px;
	margin: 0px auto 15px auto;
	border: 1px solid #1e1f1e;
	text-align: left;
}

fieldset legend {
	margin: 3px;
	padding: 3px;
	background-color: #534741;
	border: 1px solid #1e1f1e;
	color: #ffffff;
	font-weight: bold;
}

label {
	margin: 7px 5px 0px 10px;
	display: inline;
	float: left;
	width: 180px;
	text-align: left;
	font-weight: bold;
}

input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	background-color: #ffffff;
	border: 1px solid #1e1f1e;
	font-size: 11px;
}

.error {
	color: #cc0000;
	font-weight: bold;
}

/* ----- BOTTOM ---------------------------------------------------------------------------- */

#copylien {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #4d4d4d; 
	text-decoration: none; 
	text-align:center;
}

div#copylien a:link, div#copylien a:visited { 
	color: #4d4d4d; 
	text-decoration: none;
}

div#copylien a:hover {
	color: #cccccc; 
	text-decoration: none; 
}

/* ------------------------------------------------------------------------------------------- */

#langues {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #4d4d4d; 
	text-decoration: none; 
	text-align:right;
	background-color:#1E1F1E; 
}

div#langues a:link, div#langues a:visited { 
	color: #4d4d4d; 
	text-decoration: none;
}

div#langues a:hover {
	color: #cccccc; 
	text-decoration: none; 
}