@charset "utf-8";
/* CSS Document */

h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#F7941D;
}

/*Contenu*/
#conteneur{
	width:900px;
}
#colonne1{
	width:420px;
	float:left;
	margin-left:20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
#colonne2{
	width:420px;
	float:right;
	margin-right:20px;
	margin-top: 10px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #F7941D;
	padding-left: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
#colonne2 p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#F7941D;
	font-weight: 400;
}
#colonne2 a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	text-decoration: none;
}
.spacer {
  clear: both;
}

#colonne1 p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#F7941D;
	font-weight: 400;
}
#colonne1 a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	text-decoration: none;
}
