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

.divarrondi { background:#FEC55E; width:100%; }
 
b.dtop, b.dbas{display:block;background:#4780B9; font-size:1px; }
b.dtop b, b.dbas b{display:block;height: 1px; font-size:1px;
    overflow: hidden; background:#FEC55E;}
b .r1 {margin: 0 5px ; font-size:1px;}
b.r2{margin: 0 3px ; font-size:1px;}
b.r3{margin: 0 2px ; font-size:1px;}
b.dtop b.r4, b.dbas b.r4{margin: 0 1px;height: 2px; font-size:1px;}

.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 {
text-decoration:none;
color: #000000;
}
a:visited {
text-decoration:none;
color: #000000;
}
a:hover {
text-decoration:none;
color: #004985;
}
a:active {
text-decoration:none;
color: #000000;
}