/* CSS Document */

/* BALISES HTML GLOBALE */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #b3a88c;
	height: 100%;
	padding: 0px 0px 0px 0px;
	
	text-align: center;
	background-image: url(images/home_bg.gif);
	background-repeat: no-repeat;
}

a img {
	border: none;
}

/* ACCESSIBILITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#liensevitement { /* Block contenant les liens d'evitement */	
	text-align: right;
	color: #b3a88c;
	font-size: 0.8em;
	
	width: 983px;
	position: relative;
	margin-left: auto;
	margin-right: auto;

}

#liensevitement a { /* Les liens d'evitement */
	text-decoration: none;
	color: #b3a88c;
}
#liensevitement a:hover, #liensevitement a:focus, #liensevitement a:active { /* Rollover des liens d evitement */
	text-decoration: underline;
	color: #003042;
}

/* STRUCTURE DE LA PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#conteneur { /* Conteneur global */
	/* background-color: #fff; */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 983px;
	z-index: 1;
	text-align: left;
}

#bandeau {
	z-index: 1;
	height: 253px;
	width: 983px;
	background-image: url(images/int_bandeau.jpg);
	background-repeat: repeat-y;
	background-color: #B3A88C;
	
	position: relative;
}

h1 img {
	margin: 12px 0 0 69px;
	z-index: 99;
	position: relative;

}
#slogan {
		position: absolute;
		top: 194px; /* 197 */ 
		left: 260px; /*250  */
		z-index: 99;
}

#masque {
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 2;

	width: 964px;
	height: 267px;
}
#bandeau h2.titre { /* Colonne gauche */
	position: absolute;
	bottom: 0;
	z-index: 99;
	margin: 0 0 20px 5px;
	text-align: center;
	width: 210px;
}


h2.access {  /* Balise H2 masquee */
	position: absolute;
	z-index: 100;
	top:-10000px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRE DE RECHERCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#recherche {  /* Formulaire */
	position: absolute;
	top: 13px;
	left: 223px;
	width: 200px;
	z-index: 99;
}

#recherche label { /* Label */
	display: none;
}

#recherche img, #recherche input { 
	vertical-align: middle;
}
#recherche p { /* Label */
	background-image: url(images/home_bg_input_recherche.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.1em;
	height: 25px;
}
#recherche input { /* Champ de saisie */
	color: #666666;
	/* border: 1px solid #54595C; */
	border: none;
	background-color: transparent;
	font-size: 0.9em;
	width: 134px;
	padding: 0 0 0 3px;
}
#recherche input.boutonok, input.boutonok  {
	width: 20px;
	height: 17px;
	

	background-image: url(images/bouton_ok_fr.gif);
	background-repeat: no-repeat;	

	border: none; 	/* NE PAS EFFACER CETTE LIGNE */
	color: #FFFFFF;
	font-weight: bold;
	
	text-align: center;
	font-size: 0.8em;
	padding: 0 0 0 0px;

}

#recherche input.boutonok:hover, input.boutonok:hover {
	color: #666666;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PRINCIPAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul#nav_principale {
	list-style: none;
	position: absolute;
	top: 54px;
	left: 226px;
	z-index: 99;
}

ul#nav_principale li {
	display: inline;
}

#rub_1 {
	position: absolute;
	top: 0px;
	left: 0px;

}
#rub_14 {
	position: absolute;
	top: -8px;
	left: 97px;

}
#rub_16 {
	position: absolute;
	top: -21px;
	left: 185px;

}
#rub_18 {
	position: absolute;
	top: -29px;
	left: 297px;

}
#rub_22 {
	position: absolute;
	top: -46px;
	left: 386px;

}


/* CONTENU EXTENSIBLE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_contenu { /* Block contenu */	
	z-index:90;
	
	background-image: url(images/int_bg_conteneur.gif);
	background-repeat: repeat-y;
	background-color: #B3A88C;
	
	padding: 0 0 30px 0;

}




/* COLONNE GAUCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#colonne_gauche { /* Colonne gauche */
	overflow-x: visible!important;
	overflow-x: hidden;
	
	float: left;
	width: 240px;
	height: 280px;
	
	background-image: url(images/int_bg_colgauche.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
html>body #colonne_gauche { /* Colonne gauche */
	height: auto;
	min-height: 280px;

}


/* COLONNE CONTENU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_contenu {	
	z-index: 90;	
	overflow-x: visible!important;
	overflow-x: hidden;
	float: left;
	width: 483px;
	height: 305px;
	background-image: url(images/int_bg_colcontenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 15px 0 15px;
}
html>body #colonne_contenu { /* Colonne gauche */
	height: auto;
	min-height: 305px;

}



/* COLONNE DROITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_droite {
	float: right;
	width: 230px;
	height: 280px;
	overflow-x: visible!important;
	overflow-x: hidden;
	background-image: url(images/int_bg_coldroite.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
html>body #colonne_droite { /* Colonne gauche */
	height: auto;
	min-height: 280px;

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PRATIQUE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#menu_pratique {
	float: left;
	position: relative;
	z-index: 99;
	margin: -107px 0 0 0;
}

#menu_pratique h2 {
	margin: 0px 0px 0px 10px;
}

ul#pratique  { /* menu_roll_arrondi  liste */
	list-style-type: none;
	width: 220px;
	margin: 0px 0px 12px 10px;
	
	background-image: url(images/home_bg_fondpratique.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 13px 0;
}
ul#pratique  li { /* menu_roll_arrondi  element liste */
	display: inline;
}
ul#pratique  li a { /* menu_roll_arrondi  element liste lien */
	display: block!important;
	display: inline-block;
	text-decoration:none;
	
	color: #fff;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;

	background-image: url(images/home_bg_menuroll_centre.gif);
	background-repeat: repeat-y;
}
ul#pratique li a.niveau1:hover, ul#pratique a.niveau1:focus, ul#pratique li a.niveau1actif { /* menu_roll_arrondi  element liste lien hover */
	text-decoration: underline;
	background-image: url(images/home_bg_menuroll_centre-over.gif);
	color: #d95810;
}
ul#pratique li a.niveau1:active {
	background-image: url(images/home_bg_menuroll_centre-over.gif);
	background-repeat: repeat-y;
}


ul#pratique  li span.texte {
	display: block;
	
	margin: 0px 0px 0px 5px!important;
	margin: -10px 0px 0px 5px;
	
	line-height: 1em;
	
	padding: 0 9px 0 27px;
	background-image: url(images/puce_pratique.gif);
	background-repeat: no-repeat;
	background-position: 0.3em 0.2em;
}

ul#pratique  li span.texte:hover, ul#pratique  li span.over {
	background-image: url(images/puce_pratique-over.gif);

}


/* Mis en place du backgroung image et roll over partie haute */
ul#pratique  li span.roll_haut {
	background-image: url(images/home_bg_menuroll_haut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 220px;
	height: 5px;
	
	display: block!important;
	display: inline-block;
}
ul#pratique li a.niveau1:hover span.roll_haut, ul#pratique li a.niveau1:focus span.roll_haut, ul#pratique li a.niveau1actif span.roll_haut {
	background-image: url(images/home_bg_menuroll_haut-over.gif);
}

ul#pratique li a.niveau1:active span.roll_haut {
	background-image: url(images/home_bg_menuroll_haut-over.gif);
}

/* Mis en place du backgroung image et roll over partie basse */
ul#pratique  li span.roll_bas {
	background-image: url(images/home_bg_menuroll_bas.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	width: 220px;
	height: 5px;
	
	display: block!important;
	display: inline-block;
}

ul#pratique  li a.niveau1:hover span.roll_bas, ul#pratique  li a:focus span.roll_bas, ul#pratique  li a.niveau1actif span.roll_bas {
	background-image: url(images/home_bg_menuroll_bas-over.gif);
}
ul#pratique li a.niveau1:active span.roll_bas {
	background-image: url(images/home_bg_menuroll_bas-over.gif);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU UTILE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#menu_utile h2 {
	margin: 10px 0px 0px 83px;

}
ul#utile  { /* menu_roll_arrondi  liste */
	list-style-type: none;
	width: 175px;
	margin: 7px 0px 0px 40px;
	padding: 0 0 13px 0;
}
ul#utile li { /* menu_roll_arrondi  element liste */
	display: inline;
}
ul#utile li a { /* menu_roll_arrondi  element liste lien */
	display: block!important;
	display: inline-block;
	text-decoration:none;
	
	color: #fff;
	font-weight: bold;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;

	background-image: url(images/home_bg_util_centre.gif);
	background-repeat: repeat-y;
}
ul#utile li a.niveau1:hover, ul#utile a.niveau1:focus, ul#utile li a.niveau1actif { /* menu_roll_arrondi  element liste lien hover */
	text-decoration: underline;
	background-image: url(images/home_bg_util_centre-over.gif);
}
ul#utile li a.niveau1:active {
	background-image: url(images/home_bg_util_centre-over.gif);
	background-repeat: repeat-y;
}


ul#utile  li span.texte {
	display: block;
	
	margin: -2px 0px -2px 5px!important;
	margin: -12px 0px -1px 5px;
	
	padding: 0 0 0 15px;
	background-image: url(images/puce_util.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.2em;
}

ul#utile  li span.texte:hover, ul#utile  li span.over {
	background-image: url(images/puce_util-over.gif);

}


/* Mis en place du backgroung image et roll over partie haute */
ul#utile  li span.roll_haut {
	background-image: url(images/home_bg_util_haut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 175px;
	height: 5px;
	
	display: block!important;
	display: inline-block;
}
ul#utile li a.niveau1:hover span.roll_haut, ul#utile li a.niveau1:focus span.roll_haut, ul#utile li a.niveau1actif span.roll_haut {
	background-image: url(images/home_bg_util_haut-over.gif);
}

ul#utile li a.niveau1:active span.roll_haut {
	background-image: url(images/home_bg_util_haut-over.gif);
}

/* Mis en place du backgroung image et roll over partie basse */
ul#utile  li span.roll_bas {
	background-image: url(images/home_bg_util_bas.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	width: 175px;
	height: 3px;
	
	display: block!important;
	display: inline-block;
}

ul#utile  li a.niveau1:hover span.roll_bas, ul#utile  li a:focus span.roll_bas, ul#utile  li a.niveau1actif span.roll_bas {
	background-image: url(images/home_bg_util_bas-over.gif);
}
ul#utile li a.niveau1:active span.roll_bas {
	background-image: url(images/home_bg_util_bas-over.gif);
}



ul#utile li a.margeactus {
	margin: 0px 0px 0px 7px;
}
ul#utile  li a.margeactus span.texte {	
	padding: 0 0 0 18px;
	background-position: 0.1em 0.2em;
}


ul#utile li a.margecyber {
	margin: 0px 0px 0px 13px;
}
ul#utile  li a.margecyber span.texte {	
	padding: 0 0 0 13px;
	background-position: 0.1em 0.2em;
}


ul#utile li a.margecontact {
	margin: 0px 0px 0px 6px;
}
ul#utile  li a.margecontact span.texte {	
	padding: 0 0 0 19px;
	background-position: 0.1em 0.2em;
}


ul#utile li a.margeliens {
	margin: 0px 0px 0px 9px;
}
ul#utile  li a.margeliens span.texte {	
	padding: 0 0 0 16px;
	background-position: 0.1em 0.2em;
}


ul#utile li a.margeplan {
	margin: 0px 0px 0px 4px;
}
ul#utile  li a.margeplan span.texte {	
	padding: 0 0 0 20px;
	background-position: 0.1em 0.2em;
}

ul#utile  li a.margesondages span.texte {	
	padding: 0 0 0 24px;
	background-position: 0.1em 0.2em;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* lien cyber */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul#utile  li a.roll_cyber { /* menu_roll_arrondi  element liste lien */
	background-image: url(images/home_bg_cyber_centre.gif);
}
ul#utile li a.roll_cyber:hover, ul#utile a.roll_cyber:focus, ul#utile li a.roll_cyberactif { /* menu_roll_arrondi  element liste lien hover */
	background-image: url(images/home_bg_cyber_centre-over.gif);
}
ul#utile li a.roll_cyber:active {
	background-image: url(images/home_bg_cyber_centre-over.gif);
}


/* Mis en place du backgroung image et roll over partie haute */
ul#utile  li a.roll_cyber span.roll_haut {
	background-image: url(images/home_bg_cyber_haut.gif);
	height: 5px;

}
ul#utile li a.roll_cyber:hover span.roll_haut, ul#utile li a.roll_cyber:focus span.roll_haut, ul#utile li a.roll_cyberactif span.roll_haut {
	background-image: url(images/home_bg_cyber_haut-over.gif);
}

ul#utile li a.roll_cyber:active span.roll_haut {
	background-image: url(images/home_bg_cyber_haut-over.gif);
}

/* Mis en place du backgroung image et roll over partie basse */
ul#utile  li a.roll_cyber span.roll_bas {
	background-image: url(images/home_bg_cyber_bas.gif);
}

ul#utile  li a.roll_cyber:hover span.roll_bas, ul#utile  li a.roll_cyber:focus span.roll_bas, ul#utile  li a.roll_cyberactif span.roll_bas {
	background-image: url(images/home_bg_cyber_bas-over.gif);
}
ul#utile li a.roll_cyber:active span.roll_bas {
	background-image: url(images/home_bg_cyber_bas-over.gif);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* lien plan */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul#utile  li a.roll_plan { /* menu_roll_arrondi  element liste lien */
	background-image: url(images/home_bg_plan_centre.gif);
}
ul#utile li a.roll_plan:hover, ul#utile a.roll_plan:focus, ul#utile li a.roll_planactif { /* menu_roll_arrondi  element liste lien hover */
	background-image: url(images/home_bg_plan_centre-over.gif);
}
ul#utile li a.roll_plan:active {
	background-image: url(images/home_bg_plan_centre-over.gif);
}


/* Mis en place du backgroung image et roll over partie haute */
ul#utile  li a.roll_plan span.roll_haut {
	background-image: url(images/home_bg_plan_haut.gif);
	height: 5px;

}
ul#utile li a.roll_plan:hover span.roll_haut, ul#utile li a.roll_plan:focus span.roll_haut, ul#utile li a.roll_planactif span.roll_haut {
	background-image: url(images/home_bg_plan_haut-over.gif);
}

ul#utile li a.roll_plan:active span.roll_haut {
	background-image: url(images/home_bg_plan_haut-over.gif);
}

/* Mis en place du backgroung image et roll over partie basse */
ul#utile  li a.roll_plan span.roll_bas {
	background-image: url(images/home_bg_plan_bas.gif);
}

ul#utile  li a.roll_plan:hover span.roll_bas, ul#utile  li a.roll_plan:focus span.roll_bas, ul#utile  li a.roll_planactif span.roll_bas {
	background-image: url(images/home_bg_plan_bas-over.gif);
}
ul#utile li a.roll_plan:active span.roll_bas {
	background-image: url(images/home_bg_plan_bas-over.gif);
}



/* PIED DE PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	z-index: 1;
	text-align: center;
	clear: both;
	width: 983px;
	height: 27px;
	background-image: url(images/int_bg_footer.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 25px 0 0 0;
	/* margin: 20px 0 0 0;
	background-color: #B3A88C; */

}
html>body #footer {
	height: auto;
	min-height: 27px;

}
#footer a {
	color: #6F6F6F;
	font-size: 0.8em;
}
#footer ul { /* Liste */
	list-style-type: none;

}
#footer ul li {
display:inline;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU DIVERS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#menu_divers {
	float: right;
	font-size: 1em;
	text-align: right;
	padding-right: 30px;
}
#menu_divers span {
	display: none;
}



#menu_divers li a.artaccess, #menu_divers li a.artplan, #menu_divers li a.artmentions {
	padding: 2px 5px 3px 20px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #fff;
	font-size: 0.9em;

}

.artaccess {
	background-image: url(images/bg_access.gif);
}
.artplan {
	background-image: url(images/bg_artplan.gif);
}
.artmentions {
	background-image: url(images/bg_artmentions.gif);
}


/*
#menu_divers li a.artaccess:hover, #menu_divers li a.artplan:hover, #menu_divers li a.artmentions:hover {
	color: #f7dc71;
}
.artaccess:hover {
	background-image: url(images/bg_access-over.gif);
}
.artplan:hover {
	background-image: url(images/bg_artplan-over.gif);
}
.artmentions:hover {
	background-image: url(images/bg_artmentions-over.gif);
}

*/



/* DIVERS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* pour "pousser" si presence de float */
/* penser à placer un &nbsp; pour eviter le bug sous netscape (page à rallonge) */ 
.clear {
	clear: both;
	height: 0px; /* correction page a rallonge sous netscape*/
	line-height: 0px;
	font-size: 1px;
}
.clearliste {
	clear: both;
}

/* Pour affichage correct PNG */
.format_png { behavior: url(win_png.htc); }

.imprimer { /* paragraphe bouton Imprimer */
	float: right;
	margin-top: 10px;
}
.siimprimer { /* masquage image bandeau imprimer */
	display: none;
}


