/* GENERAL - début */
body, .body {
	background-color: #857558;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

img {
    border: 0px;
}

form, input {
	margin : 0px;
	padding : 0px;
}

	/* TEXTES - début */
	body,div,td {
		color: #FFF;	
		font-family: Tahoma, Verdana;
		font-size: 11px;
		line-height: 16px;
		vertical-align: top;
	}
	
	h1.title { /* Jaune or */
		font-size: 18px;
		color: #f49c00;
	}
	
	.textcolor1 { /* Jaune or */
		color: #f49c00;
	}
	
	.textcolor2 { /* Gris */
		color: #E0E1DD;
	}
	/* TEXTES - fin */
	
/* GENERAL - fin */

.content {
	background-image: url('images/logo_off.jpg');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 765px;
	height: 600px;
}

.ctt {
	float: right;
	margin-right: 20px;
	width: 325px;
	text-align: justify;
}

.contact {
	float: left;
	width: 350px;
	padding: 265px 0px 0px 50px;
	text-align: left;
	font-style: italic;
}