body {
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	margin: 0;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

#header h1 {
	float: left;
	margin: 0px 0 0 0px;
	font-size: 50px;
	letter-spacing: 7px;
}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 18px;
	letter-spacing: -2px;
}

.abox { color: #979d31;
	text-decoration: none;
}

.abox:hover {color: #000;
		text-decoration: underline;
}


a {
	color: #808080;
	text-decoration: none;
}

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

#menu1 {
	float: left;
	width: 190px;
	margin: 0px auto;
	padding-bottom: 0px; /* espace en dessous du menu */
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 190px;
	padding: 3px 0px;
	background-color: #f2f1ec;
	border-top: 1px solid #f2f1ec;
	border-bottom: 1px solid #B5B5B5;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #979d31 ;
}

#menu1 a:hover {
	background-color: #f9f8f5;
	border-top: 1px solid #f2f1ec;
	border-bottom: 1px solid #E3E3E3;
	color: #016891;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
	padding-top: 0px;
	border: 5px solid #FFFFFF;
	background: #f2f1ec; /* bg zone interieure */
	border-top: 5px solid #FFFFFF;
}

#colgauche {
	float: left;
	width: 190px;
	margin-top: 30px; /* Espace entre le top et le menu */
	padding: 0 10px 0 20px;
}

#coldroite {
	float: right;
	margin-top: 3px;
	width: 500px; /* Largeur esp zone content*/
	padding: 0 10px 0 20px;
}

#content h2 {
    text-align: right;
	margin-bottom: 20px;
	font-size: 20px; /* TITRES*/
	letter-spacing: -1px;
	color: #808080;
}


#footer {
    text-align: center;
	width: 760px;
	height: 28px;
	margin: 0 auto;
	padding-top: 2px;
	color: #b4b1a0;
	background: #fff;
}

.cssform p{
width: 342px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px solid #d1d1c9;
height: 1%;
}

.cssform label{
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
color: #016890;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 300px;
height: 40px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 0px;
}

