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

html, body {
margin:0;
padding:0;
width:100%;
}

table {
	width:100%;
	border-collapse: collapse;
	border-collapse:collapse;
	border-spacing:0;
}
	
a:link, a:visited {
	outline: none; 
	font: bold 11pt Calibri;
	text-decoration: none;
	color: #0606E1;
	}
	
a:hover {
	outline: none; 
	font: bold 11pt Calibri;
	text-decoration: none;
	color: #E10659;
	}
	
h1 {
	font-size: 29pt; 
	font-family: Calibri; 
	font-weight: bold; 
	color: #000080;
	line-height: normal;
	text-align: center;
	}
h1:first-letter{text-transform : uppercase;}
	
h2 {
	font-size: 26pt; 
	font-family: Calibri; 
	font-weight: bold; 
	color: #000080;
	line-height: normal;
	text-align: center;
	}
h2:first-letter{text-transform : uppercase;}
	
h3 {
	font-size: 23pt; 
	font-family: Calibri; 
	font-weight: bold; 
	color: #000080;
	line-height: normal;
	text-align: center;
	}
h3:first-letter{text-transform : uppercase;}
	
h4 {
	font-size: 20pt; 
	font-family: Calibri; 
	font-weight: bold; 
	color: #000080;
	line-height: normal;
	}	
h4:first-letter{text-transform : uppercase;}

h5 {
	font-size: 17pt; 
	font-family: Calibri; 
	font-weight: bold; 
	color: #000080;
	line-height: normal;
	}	
h5:first-letter{text-transform : uppercase;}

h6 {
	font-size: 14pt; 
	font-family: Calibri; 
	font-weight: bold; 
	color: #000080;
	line-height: normal;
	}	
h6:first-letter{text-transform : uppercase;}
	
td {
	font-size: 11pt;
	font-family: Calibri; 
	font-weight: normal;
	padding: 0;
	color: #000080;
	}

td.bordall {
color: #000080; 
font-size: 17pt; 
font-family: Calibri; 
font-style: normal; 
font-weight: bold;
border-bottom-width: thin;
border-top-width: thin;
border-left-width: thin;
border-right-width: thin;
border-style: solid;
border-color: #000080;
}

td.none{
	display: none;
	visibility:hidden	
	}

img {
	border-style: none;
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	} 

li.text, li.tick{ 
 	padding-bottom:2pt; 
	font-size: 11pt;
	font-family: Calibri; 
	font-weight: normal;
	list-style-image:url(images/ticksml.html);
	color: #000080;
	}
	
.hdr_container{
margin:0;
padding:0;
width: 100%;
height: 130px; //change to whatever size you wish
background-color:#FFF;
border:0;
overflow: hidden;
}

.hdrleft_box{
  background-color: #000080;
  float: left;
  height: 130px;
  padding: 0 1em;
  width: 15%;
  }

.hdrright_box{
  background-color: #ffc20e;
  height: 130px;
  overflow: hidden;
  padding: 0 1em;
}

.body_container{
margin:0;
padding:0;
width: 100%;
height: 680px; //change to whatever size you wish
background-color:#fff;
border:0;
overflow: hidden;
}

.bodyleft_box{
  background-color: #ffc20e;
  float: left;
  height: 680px;
  padding: 0 1em;
  width: 15%;
  }

.bodyright_box{
  background-color: #fff;
  height: 680px;
  overflow: hidden;
  padding: 0 1em;

}

.ftr_container{
margin:0;
padding:0;
width: 100%;
height: 50px; //change to whatever size you wish
background-color:#fff;
border:0;
overflow: hidden;
}

.ftrleft_box{
  background-color: #000080;
  float: left;
  height: 50px;
  padding: 0 1em;
  width: 15%;
  }

.ftrright_box{
  background-color: #ffc20e;
  height: 50px;
  overflow: hidden;
  padding: 0 1em;
}

.footer{
margin:0;
padding:0;
width: 100%;
height: 100px; //change to whatever size you wish
clear: both;
position:relative;
background-color:#888;
border:0;
}

.font14 {
	font-size: 14pt;
	font-family: Calibri; 
	font-weight: bold;
	padding: 0;
	color: #000080;
	}

.menu1 {
      width: 100%;
      background: none;
    }
	
.menu1 ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
	
.menu1 li{
      margin: 0;
      padding: 0;
      float: left;
      padding-right: 1em;
    }

.menu1 li2{
      float: center;
      padding-right: 50px;
    }

button { 
	width:90px;height:26px;
	border:0;
}

#fr button.yes { background:url(images/envoyer_up.jpg); }

#fr button.yes:hover { background: url(images/envoyer_down.jpg); }

#fr button.no { background:url(images/annuler_up.jpg); }

#fr button.no:hover { background: url(images/annuler_down.jpg); }

 .novisi { visibility: hidden }
 .nodisp { display: none }

