/* -------------- Mise à zéro des styles ---------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	/*text-align: center;*/
}
a {
	color: #0392B0;
}
#container {
	/*margin: auto;*/
	width: 998px;
	text-align: center;
}
#bandeau-sup {
	width:998px;
	height:176px;
	background-image: url(../images/site/banner4.jpg);
	background-repeat: no-repeat;
	margin-left:0px;
}
#langues {
	float: right;
	padding-right:30px;
	font-size:10px;
}

#langues a {
	width: 19px;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	font-size:10px;
}
#fr-normal {
	width: 19px;
	height: 18px;
	float: left;
	background-image: url(../images/site/langue.jpg);
	background-repeat: no-repeat;
}
#fr-actif {
	width: 19px;
	height: 27px;
	float: left;
	line-height:27px;
	background-image: url(../images/site/langue-selec.jpg);
	background-repeat: no-repeat;
}
#nl-normal {
	width: 19px;
	height: 18px;
	float: left;
	background-image: url(../images/site/langue.jpg);
	background-repeat: no-repeat;
}
#nl-actif {
	width: 19px;
	height: 27px;
	float: left;
	line-height:27px;
	background-image: url(../images/site/langue-selec.jpg);
	background-repeat: no-repeat;
}
#en-normal {
	width: 19px;
	height: 18px;
	float: left;
	background-image: url(../images/site/langue.jpg);
	background-repeat: no-repeat;
}
#en-actif {
	width: 19px;
	height: 27px;
	float: left;
	line-height:27px;
	background-image: url(../images/site/langue-selec.jpg);
	background-repeat: no-repeat;
}
#de-normal {
	width: 19px;
	height: 18px;
	float: left;
	background-image: url(../images/site/langue.jpg);
	background-repeat: no-repeat;
}
#de-actif {
	width: 19px;
	height: 27px;
	float: left;
	line-height:27px;
	background-image: url(../images/site/langue-selec.jpg);
	background-repeat: no-repeat;
}
#es-normal {
	width: 19px;
	height: 18px;
	float: left;
	background-image: url(../images/site/langue.jpg);
	background-repeat: no-repeat;
}
#es-actif {
	width: 19px;
	height: 27px;
	float: left;
	line-height:27px;
	background-image: url(../images/site/langue-selec.jpg);
	background-repeat: no-repeat;
}

#sitemapcontact {
	float: left;
	width: 100px;
	height:20px;
	margin-top: 5px;
}
#sitemapcontact a {
	color:#0392B0;
}
#sitemapcontact a:hover {
	font-weight: bold;
}

#titre-bandeau {
	clear: both;
	position:relative;
	top:80px;
	left:430px;
	!left:145px;
	text-align: left;
	color: #009ab7;
	font-size: 24px;
	width:400px;
	height:60px;
}
#titre-bandeau h4 {
	text-align: center;
	font-weight: bold;
	color:#f4a500;
	font-size: 24px;
}
#prive {
	float:right;
	width:26px;
	height:7px;
	margin-top:8px;
}

#breadcrumbs {
	position: relative;
	top:60px;
	left:-260px;
	font-size:10px;
	color: #3e94c4;
}

#gauche {
	float: left;
	width: 192px;
	/*_width:189px;*/
	height:360px;
	margin-left: 1px;
	background-image: url(../images/site/bg-gauche.jpg);
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
}
#menu{
    position:absolute;
    left:5px;
    width:152px;
    width/**/:150px;
    margin:0;
    padding:0;
    text-align: left;
    font-size:11px;
     z-index:100;
    }
    
#menu span{
    display:none;
    }
    
#menu ul{
    margin:0;
    padding:0;
    position:absolute; /* important */
    width:152px;
    width/**/:150px;
}
#menu a:hover {
	text-decoration:underline;
}
    
#menu li ul{
    visibility:hidden;
}
#menu li ul{
    margin-left:167px; /* be careful */
    margin-top:-17px;
    width:176px;
    border:1px solid #0093A7;
}
#menu li ul a {
	color:#000;
	font-size:11px;
}
#menu li ul a:hover {
	text-decoration:underline;
}    
#menu a{
    text-align:left;
    color:#000;
    font-size:11px;
    display:block;
    width:150px;
    text-decoration:none;
    margin:0;
    padding:3px 0 3px 0; 
    }
    
#menu span{
    /* hide some accessibility stuff */
    display:none;
    }
        
#menu li{
    width:130px;
    height:24px;
    display:block;    
    float:left;  
    list-style:none;
    margin:0;
    padding:0;
    }
/* IE PC selector */
* html #menu li {
    display:inline; /* solve a IE PC list bug */
    float:none; /* solve a IE5 clav nav bug */
    }
    
/*a.linkOver{
    background-color: #eee;
    }*/
/*#menu {
	float:left;
	position: relative;
	top: 5px;
	left: 5px;
	text-align: left;
	width: 150px;
	font-size:10px;
}
#menu a {
	color: #000000;
	text-decoration: none;
}
#menu dt {
	cursor: pointer;
	margin: 2px 0;;
	height: 20px;
	line-height: 20px;
	text-align: left;
	border: 1px solid gray;
	background: #ccc;
}
#menu li {
	text-align: left;
	padding-left: 30px;
	font-size:9px;
}
#menu li a:hover {
	font-weight:bold;
}

#menu li a, #menu dt a {
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}*/
.menu-first {
	position: relative;
	left:0;
	width:167px;
	height:24px;
	background-image: url(../images/site/bg-menu-1.jpg);
	background-repeat: no-repeat;
}
.menu-first a {
	position:relative;
	top: 2px;
	left: 30px;
	line-height: 100%;
	font-weight: bold;
}
.menu-first {
	position: relative;
	left:0;
	width:167px;
	height:24px;
	background-image: url(../images/site/bg-menu-1.jpg);
	background-repeat: no-repeat;
}
.menu-first a {
	position:relative;
	top: 2px;
	left: 30px;
	line-height: 100%;
	font-weight: bold;
}
.menu-all {
	position: relative;
	left:0;
	width:166px;
	height:29px;
	background-image: url(../images/site/bg-menu.jpg);
	background-repeat: no-repeat;
}
.s-menu-all {
	position: relative;
	left:0;
	width:176px;
	height:29px;
	background-image: url(../images/site/bg-smenu.jpg);
	background-repeat: no-repeat;
}

.menu-all a {
	position:relative;
	top: 7px;
	left: 30px;
	line-height: 100%;
	font-weight: bold;
}
.s-menu-all a {
	position:relative;
	top: 7px;
	left: 30px;
	line-height: 100%;
	font-weight: bold;
}
.menu-all-selec {
	position: relative;
	left:0;
	width:166px;
	height:29px;
	background-image: url(../images/site/bg-menu-selec.jpg);
	background-repeat: no-repeat;
}
.s-menu-all-selec {
	position: relative;
	left:0;
	width:166px;
	height:29px;
	background-image: url(../images/site/bg-menu-selec.jpg);
	background-repeat: no-repeat;
}
.menu-all-selec a {
	position:relative;
	top: 8px;
	left: 30px;
	line-height: 100%;
	font-weight: bold;
}
.s-menu-all-selec a {
	position:relative;
	top: 8px;
	left: 30px;
	line-height: 100%;
	font-weight: bold;
}
.menu-all p {
	position:relative;
	top: 8px;
	left: 30px;
	line-height: 100%;
	font-weight: bold;
}
.s-menu-all p {
	position:relative;
	top: 8px;
	left: 30px;
	line-height: 100%;
	font-weight: bold;
}
.menu-last {
	position: relative;
	left:0;
	width:166px;
	height:29px;
	background-image: url(../images/site/bg-menu.jpg);
	background-repeat: no-repeat;
}
.menu-last a {
	position:relative;
	top: 7px;
	left: 30px;
	line-height: 100%;
	font-weight: bold;
}
.menu-last p {
	position:relative;
	top: 8px;
	left: 30px;
	line-height: 100%;
	font-weight: bold;
}
.li-first {
	width:166px;
	height: 21px;
	background-image: url(../images/site/bg-smenu-1.jpg);
	background-repeat: no-repeat;
	padding-left:-20px;
}
.li-last {
	width:166px;
	height: 31px;
	background-image: url(../images/site/bg-smenu-der.jpg);
	background-repeat: no-repeat;
}
.li-all{
	width:166px;
	height: 29px;
	/*background-image: url(../images/site/bg-smenu.jpg);*/
	background-image: url(../images/site/bg-menu.jpg);
	background-repeat: no-repeat;
}

#recherche {
	position:relative;
	top:30px;
	left:790px;
	!left:470px;
	width:170px;
	height:50px;
}
#recherche p {
	float: left;
	padding-left:15px;
	color:#0691A4;
	font-size:10px;
}
#recherche a {
	font-size:10px;
}

.champ {
	position: relative;
	top: 13px;
	left:10px;
	float:left;
	width:110px;
	height:26px;
	border: none;
	padding-left:10px;
	/*padding-top:18px;*/
	background-image: url(../images/site/champ.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.bouton {
	position: relative;
	top:13px;
	left:18px;
	float: left;
	width:21px;
	height:20px;
	border: none;
	color:#ffffff;
	background-image: url(../images/site/bouton.jpg);
	background-repeat: no-repeat;
	background-color:#ffffff;
	padding-top:5px;
	padding-left:5px;
	font-size:8px;
	cursor: pointer;
}
.bouton a {
	font-size:8px;
	cursor: pointer;

}
#news {
	position:absolute;
	top:520px;
	left:0px;
	width:998px;
	height:60px;
	text-align: left;
	/*!padding-top:-5px;*/
	font-size:12px;
	z-index:200;

}
#news table {
	width:998px;
	margin-top:20px;
	background-image: url(../images/site/bg-news.jpg);
	background-repeat: no-repeat;
	z-index:200;
}
#news img {
	vertical-align:middle;
}
#news h1 {
	font-weight: bold;
	color: #014E59;
	margin-top:10px;
	padding-left:10px;
	font-size:14px;
	font-style: normal;

}

#news a {
	font-size:12px;
	color: #0a94a5;
}
#news a:hover {
	font-weight: bold;
}
.news-headers {
	width:20%;
	border: 1px solid #B4DFE6;
	vertical-align: top;
	height:30px;
}

#menu-bas {
	position:absolute;
	top:620px;
	left:200px;
	/*color:#828282;*/
	font-size:10px;
	width:790px;
	height:10px;
}
#menu-bas a {
	color:#0392B0;
	font-size:10px;
}
#menu-bas a:hover {
	/*color:#828282;*/
	font-size:10px;
	font-weight:bold;
}

#footer {
	position:absolute;
	top:640px;
	left:0px;
	float:left;
	width:998px;
}
#easy-concept {
	position:absolute;
	top:650px;
	left:840px;
	text-align: right;
	padding-top:3px;
	!padding-top:-3px;
}
#easy-concept a {
	font-size:9px;
	color:#81a4a6;
}
#easy-concept img {
	vertical-align: middle;
}
#contenu {
	float: left;
	margin-top:-2px;
	width: 800px;
	_height:500px;
	background-image: url(../images/site/bg-contenu.jpg);
	background-repeat: no-repeat;
	text-align: left;
	z-index:10;
}
#contenu a {
	color: #3e94c4;
	font-size:12px;
}
#contenu a:hover {
	font-weight: bold;
}

#contenu h1{
	font-size:18px;
	font-weight:bold;
	font-style: italic;
	padding-top:20px;
	color: #009ab7;
}
#contenu h2{
	font-size:16px;
	padding-top:18px;
	font-weight:bold;
	font-style: italic;
	color: #009ab7;
}
#contenu h3{
	font-size:18px;
	padding-top:20px;
}
#contenu h4{
	text-align: center;
	font-weight: bold;
	color:#f4a500;
}
#contenu p{
	font-size:12px;
	padding-top:10px;
	color:#6a6a6a;
}
#contenu li {
	font-size:12px;
	padding-left:20px;
	color:#6a6a6a;
	
}


/* ****** BAS *********** */
.zoom {
height:95px;
_height:97px;
width:110px;

text-align:center;
float:left;
}

.zoomi {  behavior: url('/css/fichier3.htc');}

.zoomi img {
position:relative;
z-index:1;
margin:0 auto 0 auto;
height:90px;
width:90px;
}

.zoomi:hover img {
position:relative;
z-index:3;
margin:3px auto 0 auto;
height:110px;
width:110px;

}

/* ********MILIEU ******* */
.zoom1 {
height:95px;
_height:97px;
width:110px;


text-align:center;
float:left;
}

.zoomi1 {  behavior:url('/css/fichier2.htc');}

.zoomi1 img {
position:relative;
z-index:1;
margin:3px auto 0 auto;
height:90px;
width:90px;
}

.zoomi1:hover img {
position:relative;
z-index:3;
margin:-3px auto 0 auto;
height:110px;
width:110px;

}

#vignettes {
	text-align: center;
}
#vignettes td {
	height:120px;
	width:110px;
	vertical-align: top;
}
#vignettes img {
	vertical-align: middle;
}
.txt {

}
/* *****  HAUT *********** */
.zoom2 {
height:95px;
_height:97px;
width:110px;
text-align:center;
float:left;
}
.zoom2 p {

z-index:0;
text-align:center;

}



.zoomi2 {  behavior: url('/css/fichier.htc');}

.zoomi2 img {
position:relative;
z-index:1;
margin:6px auto 0 auto;
height:90px;
width:90px;
}

.zoomi2:hover img {
position:relative;
z-index:3;
margin-top:-6px;
height:110px;
width:110px;

}
#sitemap {
	width:80%
}
#sitemap h1 {
	text-align: left;
}
.level_xx {
	text-align:left;
	padding-top: 20px;
}
.level_yx {
	text-align:left;
	padding-left:20px; 
}
.level_yx_last {
	text-align:left;
	padding-left:20px;
	padding-bottom: 20px; 
}
.level_xx_last {
	text-align:left;
	/*padding-bottom: 20px;*/
	padding-top: 20px;
}
#result {
	margin-top:60px;
	text-align: left;
}
.search_title a {
	text-decoration: underline;
	line-height: 30px;
	color: #009ac1;
	font-weight: bold;
}
#bienvenue {
	position: relative;
	top:10px;
	_height:420px;
	margin-left:25px;
	/*margin-top:10px;*/
	text-align: left;
}
#bienvenue p {
	margin-top:-10px;
	font-size: 8px;
	font-variant: small-caps;
	color: #000000;
}
/* *****  JERRY *********** */
.zoom5 {
height:95px;
_height:97px;
width:110px;

text-align:center;
float:left;
}
.zoom5 p {

z-index:0;
text-align:center;

}




.zoomi5 img {
position:relative;
z-index:1;
margin:-12px auto auto;
height:110px;
width:110px;
}

/*.zoomi5:hover img {
position:relative;
z-index:3;
margin-top:-6px;
height:110px;
width:110px;

}*/
/* *****  FIN JERRY *********** */
