#container
{
	width: 100%;
	height:100%;
	border-width:1px;
border-style:solid;
border-color:black;
}
#container1
{
width:100%;
clear:both;
border-width:1px;
border-style:solid;
border-color:black;
}
#bloc1
{
	width:45%;
	background-color:#FFFFFF;
	float:left;
	border-right-width:1px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: black;
}
#bloc2
{
	background-color:#FFFFFF;
	width:50%;
	float:left;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	vertical-align: middle;
}
#container2
{
width:100%;
clear:both;
}
#bloc3
{
	height:25em;
	background-color:#CCFFFF;
	width:10%;
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

#bloc4
{
	height:25em;
	background-color:#FFFFCC;
	width:83%;
	float:right;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-left: 5px;
	
}
#bloc5
{
height:8%;
background-color:#FFFFFF;
width:98%;
font-family:Arial, Helvetica, sans-serif;
font-size:8px;
text-align:center;
float:left;
clear:both;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990033;
	font-weight: bold;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #990033;
	text-align: left;
	padding: 10px;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #990033;
	padding: 30px;
}




/*  csssmenus4.css  */
ul.list-one
{
list-style:none;/*remove the bullets*/
margin:0px;/*remove the automatic margin that some
	browsers use for the text-indent.*/
padding:0px;/*remove the automatic padding that other
 browsers use for the text-indent.*/
 } 
 
 #menu li a
 {
 text-decoration:none;
 text-align:center;
 background-color:#990066;
 color:white;
 display:block;
 width:100px;
 padding:5px;
 margin:2px;
 border-right:5px solid white;
 }
#menu {
	float: right;
}
/*
#bloc6 {
	float: left;
	width: 65%;
}
*/
 
 #menu li a:hover
 {
 border-right:5px solid black;
 background-color:#0099CC;
 }

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36pt;
	color:#990033;
	padding: 10px;
}
h2
{
font-family:Arial, Helvetica, sans-serif;
font-size:16pt;
color:#990033;
}
h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#990033;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#990033;
	text-align: left;
	text-indent: 20px;
	padding: 10px;
}
h5
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#990033;
	text-align: left;
	text-indent: 20px;
	padding: 10px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
