#contenu {
	background-position: center center;
	background-repeat: repeat-y;
	text-align: center;
	color: #FFF;
	background-color: #abaaaa;
}
.body {
	background-color: #1C8098;
	background-position: center center;
	text-align: center;
}
#cadre {
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
}
.body #cadre table tr td {
	font-size: 18px;
	text-align: left;
}
.texte16 {
	font-size: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.body #cadre #contenu tr .texte16 ul {
	color: #000;
}
#cadre_image {
	text-align: center;
	width: 250px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.cadre_texte_bandeau {
	padding-left: 5px;
}

h1 {
	font-size: 18px;
	width: 895px;
}
h3 {font-size: 13px;}
p {
	text-align: justify;
	text-indent: 0em;
}

.small {font-size: 12px;}
.mini {        font-size: 11px;}
.minimini {font-size: 10px;}
.gras {
	font-size: 13px;
	font-weight: bold;
}

.h1 {
	color: #ffffff;
	padding-left: 45px;
	font-weight : bold;
	font-size: 16px;
	background-image: url(/Templates/images/h1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
}
.h2{
	color: #ffffff;
	padding-left: 65px;
	font-weight : bold;
	font-size: 16px;
	background-image: url(/Templates/images/h2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
}
.h3{
	color: #ffffff;
	padding-left: 65px;
	font-weight : bold;
	font-size: 16px;
	background-image: url(/Templates/images/h3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
}
a {
	font-size: 13px;
	text-decoration: none;
	font-weight : bold;
}
a:link {
	color:#26425e
}
a:visited {
	color:#26425e
}
a:active {color:#5e262d}
a:hover{
	color: #5e262d;
	text-decoration: underline;
}

div.float {
 	float: left;
	 	text-align: justify ;
	 padding: 10px;
 }
 
 div.floatanim {
 	float: left;
	 	text-align: justify ;
	 padding: 10px;
 }

div.float p {
 	text-align: justify ;
	font-style: italic;
	font-size: 12px; 
  }
  
div.floatd {
 	float: right;
	 	text-align: justify ;
	 padding: 10px;
 }
 
 div.floatdrapeau {
 	float: right;
	 padding-right: 10px;
 }

div.floatd p {
 	text-align: justify;
	font-size: 12px; 
  }
  
 .spacer {
  clear: both;
  	border-bottom-style:dotted; border-bottom-width:1px; border-color:#ED1C24;
}

 div.floatimgcentre{
 
 	float: center;
	 	text-align: center;
	 padding-right: 0px;
 }
 
 a.info {
  position:relative;
}
a.info:hover {
   background: none; 
   z-index: 500; 
}
a.info span {display: none;}
a.info:hover span {
   display: inline; 
   position: absolute;
   white-space: nowrap;
   font-size:15px;
   font-weight:normal;
   width:150px;
   top: 40px; 
   left: 50px;
   background: white;
   padding: 3px;
   border: 1px solid #5D779A;
   border-top: 4px solid #5D779A;
}

.clearer {
	clear: both;
	}

