@charset "utf-8";
.img_links {
	border:none;
}
.txt_courant {
	font-family:"Futura Book",Futura,Calibri,Times,serif;
	font-size:14px;
	vertical-align:top;
	text-align:justify;
}

a:link {color: #000000; text-decoration:none}
a:visited {color: #000000; text-decoration:none}
a:hover {color: #000000; text-decoration:underline}
a:active {color: #000000; text-decoration:underline}

div#title{
  margin-top:40px;
  margin-bottom:60px;
  height:35px;
  /*width:600px;*/
  font-family:"Futura Book",Futura,Calibri,Times,serif;
  font-size:42pt;
}

div#subtitle{
  width:335px;
  font-family:"Futura Book",Futura,Calibri,Times,serif;
  font-size:21pt;
}

.main_page{
  width:350px;
}

.imgholder{
  width:225px;
  float:left
  
}

.textholder{
  width:500px;
  float:left
}

.clear{
  height:1px;
  clear:both;
}

.spacer{
  height:20px;
}

.wide{
  width:725px;
  margin-top:30px;
}

.no_padding{
  padding:0;
  margin:0;
}

ul{
  padding-left:20px;
}

ul.options{
  margin-top:20px;
  margin-bottom:40px;
  margin-left:0;
  padding-left:0;
  list-style:none;
  width:292px;
  font-family:"Futura Book",Futura,Calibri,Times,serif;
  font-size:13pt;
  display:block;
}
.options li{
  display:block;
  height:32px;
  width:292px;
  line-height:32px;
  margin-bottom:20px;
}

.options li a{
  display:block;
  height:32px;
  width:292px;
  background-color:#000;
  color:#FFF;
}

.options li a:hover{
  background-color:#FFF;
  color:#000;
  text-decoration:none;
}


