#page {
	width:800px;
	background-color:#386bc6;
	border: 5px solid white;
	margin-left:auto;
	margin-right:auto;
}
html, body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
	background: 0 0 repeat-x #44a941;
    background-image:url(../images/vert.jpg);
	background-repeat: repeat;
}
div {
	text-align:center;
	}

div#bandeau {
    border-width:0px 0px 5px 0px;
    border-style:solid;
    border-color:white;
	width:800px;
	height:150px;
	background:url(../images/banniere.png);
	}
div#menu0 {

    text-align:left;
	float:left;
	width:180px;
	height:590px;
	background-color:#386bc6;
	}
	

	}	
div#menu4 {

    text-align:left;
	float:left;
	width:180px;
	height:600px;
	background-color:#386bc6;
	}
div#menup9 {

    text-align:left;
	float:left;
	width:180px;
	height:800px;
	background-color:#386bc6;
	}	
	
img#flotte {
    margin: 10px;	
}
	
div#texte {
	text-align:left;
	margin: 10px;
	  
}	
	
#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
}
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
  float: left;
  width: 175px;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 1px;
  left: 99%;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  top: 1px;
  left: 99%;
}
#cssmenu ul li {
  float: none;
}
#cssmenu ul {
  font-weight: bold;
}
#cssmenu ul ul {
  margin-top: 1px;
}
#cssmenu ul ul li {
  font-weight: normal;
}
/* Custom CSS Styles */
#cssmenu {
  border-radius: 5px 5 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  background-color: #386bc6;
  background-repeat: repeat-x;
  width: 200px;
}
#cssmenu:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background-color: white;
  background-repeat: repeat-x;
  color: #ffffff;
  display: block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 180%;
  padding: 13px 20px;
  text-decoration: none;
}
#cssmenu ul {
  border-right: 2px solid #386bc6;
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #0fa1e0;
  margin-top: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 0px 0 0 0;
  -moz-border-radius: 0px 0 0 0;
  -webkit-border-radius: 0px 0 0 0;
}
#cssmenu > ul > li:last-child > a {
  border-radius: 0 0 0 0px;
  -moz-border-radius: 0 0 0 0px;
  -webkit-border-radius: 0 0 0 0px;
}
#cssmenu > ul > li.active a {
  background-color: #386bc6;
  background-repeat: repeat-x;
}
#cssmenu > ul > li.active > a {
  box-shadow: inset 0 0 5px black;
  -moz-box-shadow: inset 0 0 5px black;
  -webkit-box-shadow: inset 0 0 5px black;
}
#cssmenu > ul > li:hover > a {
  background-color: #00c4f9;
  background-repeat: repeat-x;
  box-shadow: inset 0 0 5px black;
  -moz-box-shadow: inset 0 0 5px black;
  -webkit-box-shadow: inset 0 0 5px black;
  color: #ffffff;
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 150px;
  top: 5px;
  left: 100%;
}
#cssmenu .has-sub ul a {
  font-size: 12px;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #0fa1e0;
  border-bottom: 1px dotted #31b7f1;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
  background: #0c82b5;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #0c82b5;
  border-bottom: 1px dotted #0fa1e0;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #09638a;
}


		
div#contenu {
    text-align: left;
    border-width:0px 0px 2px 0px;
    border-style:solid;
    border-color:white;
	float:left;
	width:620px;
	height:690px;
	background-color:#386bc6;
	}
div#contenu1 {
    text-align: left;
    border-width:0px 0px 2px 0px;
    border-style:solid;
    border-color:white;
	float:left;
	width:620px;
	height:1200px;
	background-color:#386bc6;
	}
div#contenup23 {
    text-align: left;
    border-width:2px 10px 2px 2px;
    border-style:solid;
    border-color:white;
	float:left;
	width:620;
	height:1200px;
	background-color:#386bc6;
	}
		
div#contenu4 {
    text-align: left;
    border-width:0px 0px 0px 5px;
    border-style:solid;
    border-color:white;
	float:left;
	width:615px;
	height:600px;
	background-color:#386bc6;
	}
div#contenup9 {
    text-align: left;
    border-width:0px 0px 0px 5px;
    border-style:solid;
    border-color:#386bc6;
	float:left;
	width:615px;
	height:800px;
	background-color:#386bc6;
	}	
div#pied_page {
    border-width:5px 0px 0px 0px;
    border-style:solid;
    border-color:white;
	clear:both;
	width:800px;
	height:50px;
	background:url(../images/footer.png);
	}
	
div#pied_page1 {
    border-width:5px 5px 5px 5px;
    border-style:solid;
    border-color:white;
	clear:both;
	width:800px;
	height:100px;
	background:url(../images/footer.png);
	}
		
