@charset "UTF-8";

/* Generalitee */
html,body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	text-decoration: none;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
}

header,nav,article,aside,footer,hgroup,section {
	display: block;
	margin: 0;
	padding: 0;
	margin: 0;
}

h2 {
	color: #039;
}

img {
	border: 0px solid black;
}

a {
	text-decoration: none;
	color: navy;
}

object {
	z-index: 100;
}

del {
	background: #fcc;
}

ins {
	background: #cfc;
}

.no_border {
	border: none !important;
}

.header {
	height: 120px;
	background-color: #039;
}

.header_container {
	padding-top: 30px;
	margin: 0px auto auto auto;
	width: 685px;
	height: 120px;
}

.logo_cj {
	float: left;
	border-right: 1px solid white;
	padding-right: 55px;
}

.logo_client {
	float: right;
}

.images_container {
	height: 200px;
}

.wrapper {
	width: 800px;
	margin: 0px auto auto auto;
}

.image_left {
	float: left;
	width: 495px;
}

.image_right {
	float: right;
	width: 300px;
	text-align: right;
}

.textes_container p {
	margin: 0px 0px 4px 0px;
	padding: 3px 3px 3px 3px;
	background-color: #eff0fb;
}

