@charset "utf-8";
/* CSS Document */

body {
font-family: "Trebuchet MS", Arial;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	border-bottom:1px dashed #ccc;
}
h2 {
	font-size: 13px;
	color:#666666;
	border:1px solid #ccc;
	padding:4px;
	margin-top:10px;
}
p{
	font-size: 12px;
	margin-top:10px;
	}
a{
	color:#7DC0C9;}
a:hover{
	text-decoration:none;}
	
#formItineraire{
	width:300px;
	clear:both;}

ul{
	font-size: 12px;
	}
{
	text-align:center;
	padding:5px;
	font-size: 12px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

.tablePartenaires{
	clear:both;
	margin-top:10px;
}
.tablePartenaires table{
	margin:0;
}
.tablePartenaires td{
		padding:3px !important;
		border-bottom:1px dashed #ccc !important;
}

