body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #454545;
	line-height:18px;
	
	text-align:justify;
	background-image:url(images/bg-intern.jpg) ;
	background-repeat:repeat;
	
	
	}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#454545;
	line-height:18px;
	text-align:justify;
	}
.footer {
	background:url(images/bg-footer.jpg) repeat-x; font-size:11px; color:#FFF; }
	
a, a:link, a:visited{ color:#072566; text-decoration:none}

textarea {width: 100%; padding: 10px; margin: 10px 0 15px 0; font-size: 13px; font-family: Consolas,monospace;}
   textarea.html {height: 300px;}
   code, pre {font-family: Consolas,monospace; color: green;}
   ol li {margin: 0 0 15px 0;}
	
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
  text-align:left;

}

#cssmenu {
  height: 29px;
  background: url(images/bg-menu.jpg) repeat-x;

}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  
  color: #ffffff;
  display: inline-block;
  font-family:  Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight:normal;
  letter-spacing:1px;
  line-height: 29px;
  padding: 0 25px;
  text-decoration: none;
    background:url(images/sep.png) no-repeat right;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
  background:none
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0fa1e0;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a {

}
#cssmenu > ul > li:hover > a {
 
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
}
#cssmenu .has-sub {
  z-index: 1;
  background:none;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #0fa1e0;
  border-bottom: 1px dotted #6fc7ec;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
#cssmenu .has-sub ul li:hover a {
  background: #0c7fb0;
}
#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: #0c7fb0;
  border-bottom: 1px dotted #6db2d0;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #095c80;
}
.blue {
	color:#072566;
	font-size:18px;
	}
	
.ciel {
	color:#009cda;
	font-size:18px;
	}

.bloc {
	background:url(images/16.jpg) no-repeat top left;
	width:220px;
}
.bloc2 {
	background:url(images/18.jpg) no-repeat top left;
	width:220px;
}
.bloc3 {
	background:url(images/20.jpg) no-repeat top left;
	width:220px;
}
.bloc4 {
	background:url(images/22.jpg) no-repeat top left;
	width:220px;
}
.texteBloc {
	padding-top:10px;
	padding-left:10px;
	}
	
ul {
	background:none;
	
	}
li {
	background:url(images/pic.jpg) left top no-repeat ;
	padding-left:20px;
	list-style: none 
	}
	
.blue-12 {
	color:#072566;
	font-size:12px;
	font-weight:bold;
	}
	
.ciel-12 {
	color:#009cda;
	font-size:12px;
	font-weight:bold;
	}