@charset "utf-8";
/* CSS Document */

h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#0131b4;
}
h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#666;
}

/*Contenu*/
#conteneur{
	width:900px;
}
#colonne1{
	width:340px;
	float:left;
	margin-left:10px;
	margin-top: 10px;
}
#colonne2{
	width:505px;
	float:right;
	margin-right:20px;
	margin-top: 20px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #0131b4;
	padding-left: 10px;
	margin-bottom: 10px;
}
#colonne2 p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	text-align: justify;
}
#colonne2 a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#0131B4;
	text-decoration: none;
}
.spacer {
  clear: both;
}
#sousmenu_a{
	width:320px;
	height:25px;
	margin-top: 16px;
	text-align: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sousmenu_b{
	width:330px;
	height:182px;
	text-align: left;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#sousmenu_a a{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	color:#0131b4;
	font-weight: 500;
	text-decoration: underline;
	text-align: left;
}
#sousmenu_b a{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	color:#666;
	font-weight: 500;
	text-decoration: underline;
}
#sousmenu_b p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	font-weight: 900;
	text-decoration: none;
	font-style: oblique;
	line-height: normal;
	font-variant: normal;
}
