html, body { /* il faut mettre ca ! */
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
	background: url("/img/common/bg_haut.jpg") repeat-x left top;
	margin: 0; 
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #686868;
}
#footer { /* le footer en absolu */
	text-align: center;
    height: 102px; /* par ex. */
    width: 100%;
	background: url("/img/common/bg_bas.jpg") repeat-x left top;
	
}
#footerC {
	margin: 0 auto;
	text-align: right;
    height: 102px;
    min-height: 102px;
    width: 776px;
	background: url("/img/common/bg_bas_c.jpg") no-repeat left bottom;
}
#footerC h2 {
	padding: 75px 25px 0 0;
	margin: 0;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif; 
}
a.blanc, a.blanc:visited, a.blanc:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.blanc:hover {
	color: #FFFFFF! important;
	text-decoration: underline! important;
}
#page { /* le conteneur de la page */
	margin-bottom: -102px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
table.general {
	background: url("/img/common/bg_haut_c.jpg") no-repeat left top;
}
#general {
	padding-bottom: 102px;
	margin: 0 auto;
	text-align: left;
  	width: 776px;
}
form {
	margin: 0;
	padding: 0;
}
a, a:visited, a:link {
	padding: 0;
	margin: 0;
	color: #7F807B;
	text-decoration: underline;
}
a:hover {
	padding: 0;
	margin: 0;
	color: #F44A07;
	text-decoration: none;
}
/* div général de la page */
hr#bloc{
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
#langue {
	width: 225px;
	text-align: right;
	padding-bottom: 30px;
}
#langue h3 {
	margin: 0;
	padding: 5px 0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif; 
}
#outils {
	margin: 0px;
	padding: 0;
	width: 225px;
	background: url("/img/common/bg_m3.gif") repeat-y left top;
}
#recherche {
	padding: 5px 10px 5px 15px;
}
#newsletter {
	padding: 5px 10px 5px 15px;
}
#outils h2 {
	padding: 0 0 7px 0;
	margin: 0;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
}
#outils h3 {
	padding: 0 0 7px 0;
	margin: 0;
	color: #bcd8aa;
	font-size: 12px;
	font-weight: bold;
}
.boxOutils {
	font-family: verdana, arial, helvetica, sans-serif;
	width: 150px;
	background-color: #FFFFFF;
	border: 4px #FFFFFF solid;
	font-size: 12px;
	color: #686868;
}
#menuHtml1, #menuJs1 {
	margin: 0px;
	padding: 0;
	width: 225px;
	background: url("/img/common/bg_m1.gif") repeat-y left top;
}
#menuHtml2, #menuJs2 {
	margin: 0px;
	padding: 0;
	width: 225px;
	background: url("/img/common/bg_m2.gif") repeat-y left top;
}
h1.menu {
	font-size: 13px;
	font-weight: bold;
	margin: 0 15px;
	padding: 0 0 5px 20px;
}
h2.menu {
	font-size: 12px;
	font-weight: normal;
	margin: 0 15px 0 25px;
	padding: 0 0 5px 20px;
}
#menuHtml1 h1.menu, #menuJs1 h1.menu {
	background: url("/img/common/plus1.gif") no-repeat left top;
}
#menuHtml2 h1.menu, #menuJs2 h1.menu {
	background: url("/img/common/plus2.gif") no-repeat left top;
}
#menuJs1 h2.menu {
	background: url("/img/common/plus_pt1.gif") no-repeat left top;
}
#menuJs2 h2.menu {
	background: url("/img/common/plus_pt2.gif") no-repeat left top;
}
a.menu, a.menu:visited, a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover{
	color: #FFFFFF! important;
	text-decoration: underline! important;
}
.enteteBleu {
	background: transparent;
	width: 100%;
	margin: 0;
}
.enteteBleu .enteteBleuTop {
	display: block;
	background: transparent;
}
.enteteBleu .b1, .enteteBleu .b2, .enteteBleu .b3, .enteteBleu .b4, .enteteBleu .b5 {
	display: block;
	overflow: hidden;
}
.enteteBleu .b1, .enteteBleu .b2, .enteteBleu .b3, .enteteBleu .b5 {
	height: 1px;
}
.enteteBleu .b1 {
	margin: 0 5px;
	background: #fff;
	border-bottom: 1px solid #2DA2DE;
}
.enteteBleu .b5 {
	margin: 0 5px;
	background: #fff;
	border-top: 1px solid #2DA2DE;
}
.enteteBleu .b2 {
	background: #FFF;
	border-left: 1px solid #2DA2DE;
	border-right: 1px solid #2DA2DE;
	margin: 0 3px;
	border-width: 0 2px;
}
.enteteBleu .b3 {
	background: #FFF;
	border-left: 1px solid #2DA2DE;
	border-right: 1px solid #2DA2DE;
	margin: 0 2px;
}
.enteteBleu .b4 {
	background: #FFF;
	border-left: 1px solid #2DA2DE;
	border-right: 1px solid #2DA2DE;
	height: 2px;
	margin: 0 1px;
}
.entete {
	background: transparent;
	width: 100%;
	margin: 0;
}
.entete .enteteTop {
	display: block;
	background: transparent;
}
.entete .b1, .entete .b2, .entete .b3, .entete .b4, .entete .b5 {
	display: block;
	overflow: hidden;
}
.entete .b1, .entete .b2, .entete .b3, .entete .b5 {
	height: 1px;
}
.entete .b1 {
	margin: 0 5px;
	background: #fff;
}
#type1 .entete .b1 {
	border-bottom: 1px solid #589E2A;
}
#type2 .entete .b1 {
	border-bottom: 1px solid #FC7700;
}
#type3 .entete .b1 {
	border-bottom: 1px solid #2DA2DE;
}
.entete .b5 {
	margin: 0 5px;
	background: #fff;
}
#type1 .entete .b5 {
	border-top: 1px solid #589E2A;
}
#type2 .entete .b5 {
	border-top: 1px solid #FC7700;
}
#type3 .entete .b5 {
	border-top: 1px solid #2DA2DE;
}
#type1 .entete .b2 {
	background: #FFF;
	border-left: 1px solid #589E2A;
	border-right: 1px solid #589E2A;
	margin: 0 3px;
	border-width: 0 2px;
}
#type2 .entete .b2 {
	background: #FFF;
	border-left: 1px solid #FC7700;
	border-right: 1px solid #FC7700;
	margin: 0 3px;
	border-width: 0 2px;
}
#type3 .entete .b2 {
	background: #FFF;
	border-left: 1px solid #2DA2DE;
	border-right: 1px solid #2DA2DE;
	margin: 0 3px;
	border-width: 0 2px;
}
.entete .b3 {
	background: #FFF;
	margin: 0 2px;
}
#type1 .entete .b3 {
	border-left: 1px solid #589E2A;
	border-right: 1px solid #589E2A;
}
#type2 .entete .b3 {
	border-left: 1px solid #FC7700;
	border-right: 1px solid #FC7700;
}
#type3 .entete .b3 {
	border-left: 1px solid #2DA2DE;
	border-right: 1px solid #2DA2DE;
}
.entete .b4 {
	background: #FFF;
	height: 2px;
	margin: 0 1px;
}
#type1 .entete .b4 {
	border-left: 1px solid #589E2A;
	border-right: 1px solid #589E2A;
}
#type2 .entete .b4 {
	border-left: 1px solid #FC7700;
	border-right: 1px solid #FC7700;
}
#type3 .entete .b4 {
	border-left: 1px solid #2DA2DE;
	border-right: 1px solid #2DA2DE;
}
.espace5 {
	margin-bottom: 5px;
	display: block;
	overflow: hidden;
}
.espace10 {
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}
.espace15 {
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}
.espace20 {
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}
#chemin_nav {
	padding: 8px 0;
}
#chemin_nav h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
a.chemin_nav, a.chemin_nav:visited, a.chemin_nav:link {
	text-decoration: none;
}
a.chemin_nav:hover{
	text-decoration: underline! important;
}
h6.titre1 {
	padding: 0;
	margin: 0;
	color: #589E2A;
	font-size: 12px;
	font-weight: bold;
}
h6.titre2 {
	padding: 0;
	margin: 0;
	color: #FC7700;
	font-size: 12px;
	font-weight: bold;
}
h6.media {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
.boxBig {
	font-family: verdana, arial, helvetica, sans-serif;
	width: 223px;
	background-color: #FFFFFF;
	border: 1px #b5b5b5 solid;
	font-size: 12px;
	color: #7F807B;
}
.boxLittle {
	font-family: verdana, arial, helvetica, sans-serif;
	width: 163px;
	background-color: #FFFFFF;
	border: 1px #b5b5b5 solid;
	font-size: 12px;
	color: #7F807B;
}
.boxMini {
	font-family: verdana, arial, helvetica, sans-serif;
	width: 79px;
	background-color: #FFFFFF;
	border: 1px #b5b5b5 solid;
	font-size: 12px;
	color: #7F807B;
}

.padRight10 { margin-right: 10px; }
.padLeft10 { margin-left: 10px; }
.pad10 { margin-left: 10px; margin-right: 10px; }

/* ne pas supprimer les trois css suivants */ 
/* polices de caractères d'affichage du copyright des images */ 
.classCopyrightImage { color: black; font-size: 10pt; font-family: Arial, Helvetica, sans-serif }
/* retrait du texte gauche et droite pour les images */ 
.leftImage { padding-right: 10px }
.rightImage { padding-left: 10px }
