@charset "utf-8";


#onebox {
	float: left;
	width: 755px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
}


.entete_bleu {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #2476AE;
	text-align: center;
	font-weight: bold;
	height: 30px;
	padding-top: 10px;
}
.entete_taupe {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #877973;
	text-align: center;
	font-weight: bold;
	height: 30px;
	padding-top: 10px;
}
.item {
	margin-top: 15px;
	background-color: #FFFFFF;
	clear: left;
	width: auto;
}

.item .image_bleu {
	float: left;
	border: thin solid #DFEEF9;
	margin-right: 10px;
	
}

.item .image_taupe {
	float: left;
	border: thin solid #EAE7E6;
	margin-right: 10px;	
}

.item .texte_bleu {
	float: left;
	padding-left: 10px;
	background-color: #DFEEF9;
	width: 592px;
	border: thin solid #DFEEF9;
}

.item .texte_taupe {
	float: left;
	padding-left: 10px;
	background-color: #EAE7E6;
	width: 592px;
	border: thin solid #EAE7E6;
}

.texte_bleu h2 {
	font-size: 16px;
	color: #2476AE;
	padding: 0px;
	line-height: 20px;
	margin-bottom: 10px;
}

.texte_taupe h2 {
	font-size: 16px;
	color: #877973;
	padding: 0px;
	line-height: 20px;
	margin-bottom: 10px;
}

.item p {
	padding-bottom : 5px;
}
.item ul {
	padding-top : 0px;
	padding-left : 20px;
	list-style-type: square;
}
.item ul li {
	padding-bottom : 5px;
}

.trait {
	background-image: url(../images/boutons/trait-poin-d%C3%A9grad%C3%A9-tp.png);
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	background-repeat: no-repeat;
	background-position: center;
}

.espace {
	height: 20px;
	clear: both;
}
