@charset "utf-8";


#twobox1 {
	float: left;
	width: 350px;
	padding-left: 10px;
	padding-right: 10px;
}

#twobox2 {
	float: left;
	width: 350px;
	padding-left: 10px;
	padding-right: 10px;
}
#twobox1 .entete {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #008CC3;
	text-align: center;
	font-weight: bold;
	height: 30px;
	padding-top: 10px;
	margin-right: 50px;
	margin-left: 50px;
}
#twobox2 .entete {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #000080;
	text-align: center;
	font-weight: bold;
	height: 30px;
	padding-top: 10px;
	margin-right: 50px;
	margin-left: 50px;
}
.item1 {
	margin-top: 15px;
	background-color: #EDECEB;
	clear: left;
	width: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	height: 445px;
}

.item2 {
	margin-top: 15px;
	background-color: #EDECEB;
	clear: left;
	padding: 5px;
	text-align: center;
}

#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;
}
