html * {
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	background-image:url('/images/design/background.jpg');
}
#header {
	width:610px;
	height:56px;
	background-image:url(/images/design/header.jpg);
	margin:0 auto 0 auto;
	/*border: 1px solid #0f0;*/
	padding: 88px 0 0 250px;
}

#menu ul{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	width:580px;
	/*margin:88px 0px 0 230px ;*/
	padding:0px;
	height:40px;
/*	border:1px solid #00f;*/

}
#menu li {
	list-style-type:none;
	float:left;
	text-align:center;
	font-size:small;
	color:#888;
	background-image:url(/images/design/separate_menu.jpg);
	background-repeat: no-repeat;
	background-position:top right;
	height:35px;
	padding:10px 18px 0 18px;
}
#menu li.noborder {
	background-image:none;
}
#menu a {
	color:#333;
	/*text-decoration:none;*/
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:small;
	display:block;
	text-decoration: none;
}
#menu a:hover{
    color:#0899ae;
	text-decoration: underline;
		/*background-color:#fcc533;*/
}
#bloc_gauche{
	float:left;
	margin-left:0;
	margin-right: 80px;
}
#bloc_gauche_haut{
    width: 170px;
    min-height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 5px 5px 5px;
    background-color: #fff;
    border-color: #0899ae;
    border-style: solid;
    border-width: 1px;
}
#bloc_gauche_bas{
    width: 170px;
    min-height: 200px;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 5px 5px 5px 5px;
    background-color: white;
    border-color: #0899ae;
    border-style: solid;
    border-width: 1px;
}
#bloc_droit {
	margin-left: 220px;
	padding-right: 50px;
}
#content {
	width:810px;
	padding:8px 0 18px 50px;
	background-image:url('/images/design/content.jpg');
	margin:0 auto 0 auto;
    font-size: small;
}
#content p ul {
	text-align:justify;
	margin:16px 0 0 10px;

}
.a_suite {
	text-decoration:underline;
	font-size:x-small;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-align:right;
    color: gray;
}

#footer {
	width:860px;
	background-image:url('/images/design/footer.jpg');
	background-position:center;
	background-repeat:no-repeat;
	margin:0 auto 0 auto;
	height:50px;
}
#footer span {
	display:block;
	float:left;
	font-size:11px;
	font-weight: bold;
	padding-top: 15px;
	padding-left:10px;
}
.mauve{
	color:#a90077;
}
.bleu{
	color:#002da8;
}

.orange{
	color:#fe9b00;
}

h2 {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-size: 11pt;
    color:#0899ae;
    text-align: center;
     font-weight: normal;
}
h3 {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-size: 11pt;
    color:#0899ae;
    font-weight: normal;
}

.contact {
	margin: 0;
	padding: 0;
}

.contact li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 4px;
}
.contact label {
	float:left;
	display:block;
	width:150px;
	text-align: right;
	padding-right:10px;
	cursor:pointer;
}

.contact input {
	border: 1px solid #ccc;
}

.contact input:focus {
	background-color:#eee;
}

.contact textarea:focus {
	background-color: #eee;
}

.contact .warning {
	display:block;
	background-color: #f00;
	color:#fff;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin:10px;
}

.none {
	display:none;
}
