@charset "utf-8";


#twobox1 {
	float: left;
	width: 440px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
}

#twobox2 {
	float: left;
	width: 440px;
	padding-left: 10px;
	padding-right: 0px;
	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_bleu {
	margin-top: 15px;
	background-color: #DFEEF9;
	clear: left;
	width: auto;
}

.item_taupe {
	margin-top: 15px;
	background-color: #EAE7E6;
	clear: left;
	width: auto;
}

.item_bleu .fltlft, .item_taupe .fltlft {
	margin-bottom: 0px;
}

#twobox1 h2, #twobox2 h2 {
	font-size: 16px;
	color: #877973;
	margin: 10px;
	padding: 0px;
	line-height: 20px;
}

#twobox1 p, #twobox2 p {
	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;
}
