@charset "utf-8";
/* CSS Document */
.ligne {
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#000;
	padding-bottom:5px;
}

.bordure {
	border-right:solid;
	border-right-width:3px;
	border-right-color:#F00;
}

div#corps{
  margin:0;
  padding:0 0 0 180px;
 }
 div#menuleft{
  margin:0;
  float: left;
 }
 
.c1{color:red;font-size:14pt}
.c2{color:white;font-size:14pt}

a:link {text-decoration:none}
a:visited {text-decoration:none}
a:hover {text-decoration:none}
a:active {text-decoration:none}
