/* CSS Document */

/* BALISES HTML GLOBALE */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #6dc5d6;
	/background-color: #61bed1;
	height: 100%;
	padding: 0px 0px 20px 0px;
	
	text-align: center;
	background-image: url(images/int_bg_body.png);
	background-repeat: repeat-x;
}

a img {
	border: none;
}

/* ACCESSIBILITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#liensevitement { /* Block contenant les liens d'evitement */	
	width: 959px;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	text-align: right;
	color: #CEEFF6;	
	font-size: 0.6em;

}

#liensevitement a { /* Les liens d'evitement */
	color: #CEEFF6;
}
#liensevitement a:hover, #liensevitement a:focus, #liensevitement a:active { /* Rollover des liens d evitement */
	color: #00B1D2;
}
h2.access {  /* Balise H2 masquee */
	position: absolute;
	color: #FFFFFF;
	z-index: 100;
	top:-10000px;
}

/* STRUCTURE DE LA PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#conteneur { /* Conteneur global */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 959px;
	
	z-index: 1;

	text-align: left;
}


#bandeau {
	width: 959px;
	background-image: url(images/int_bandeau.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	
	height: 199px;		/*  !!!!!!!!	Laisser une hauteur mini au cas ou le flash ne se charge pas.			!!!!!!!!!!!!!    */
}
h1 {
	width: 254px;
	height: 199px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/bg_h1.png);
	background-repeat: no-repeat;
	z-index: 2;

}
h1 img {
	margin: 26px 0 0 48px;
}

#slogan {
		position: absolute;
		top: 99px;
		left: 25px;
		z-index: 60;
}

#masque {
		position: absolute;
		top: 0;
		left: 254px;
		z-index: 50;

}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRE DE RECHERCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#recherche {  /* Formulaire */
	position: absolute;
	top: 19px;
	right: 32px;
	z-index: 60;
}

#recherche label { /* Label */
	display: none;
}

#recherche img, #recherche input { 
	vertical-align: middle;
}

#recherche input { /* Champ de saisie */
	color: #a61b66;
	border: 1px solid #50bacf;
	font-size: 0.7em;
	width: 138px;
}
#recherche input.boutonok, input.boutonok  {
	width: 22px;
	height: 17px;
	
	background-image: url(images/bouton_ok.gif);
	border: medium none; 	/* NE PAS EFFACER CETTE LIGNE */
	background-repeat: no-repeat;
	background-color: #6F6F6F;
	
	color: #FFFFFF;
	font-weight: bold;
	
	text-align: center;
	font-size: 0.7em;	
}

#recherche input.boutonok:hover, input.boutonok:hover {
	background-image:url(images/bouton_ok-over.gif);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PRINCIPAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul#nav_principale {
	list-style: none;
	color: #fff;
	width: 218px;
	position: absolute;
	top: 146px;
	left: 0px;
	z-index: 99;
}

ul#nav_principale li {
	display: inline;
}

#rub_1 {
	position: absolute;
	top: 0;
	left: 0;
}

#rub_24 {
	position: absolute;
	top: 43px;
	left: 6px;
}
#rub_48 {
	position: absolute;
	top: 85px;
	left: 17px;
}
#rub_70 {
	position: absolute;
	top: 126px;
	left: 25px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_contenu {
	position: relative;
	width: 959px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/int_bg_conteneur.gif);
	background-repeat: repeat-y;
	z-index: 97;
}
#bas_block_contenu {
	background-image: url(images/int_bas_conteneur.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 20px 0;

}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* COLONNE 1 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#bg_colonne_1 {
	float: left;
	display: inline;
	width: 231px;
	margin: 0;
	background-image: url(images/pointe.gif);
	background-repeat: no-repeat;
}
#colonne_1 {
	width: 210px;
	height: 53px;
	margin: 0 0 20px 21px;
	padding: 121px 0 0 0;
	background-image: url(images/int_bg_col1.jpg);
	background-repeat: no-repeat;
	background-position: top right;

}
html>body #colonne_1 {
	height: auto;
	min-height: 53px

}
#colonne_1 h2 {
	background-image: url(images/bg_h2.gif);
	background-repeat: repeat-y;
	width: 210px;
}

#colonne_1 h2 span.haut {
	display: block;
	background-image: url(images/haut_bg_h2.jpg);
	background-repeat: no-repeat;
}

#colonne_1 h2 span.bas {
	display: block;
	background-image: url(images/bas_bg_h2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 13px 15px 28px 40px;

}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* COLONNE 2 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#colonne_2 {
	float: left;
	display: inline;
	width: 453px;
	margin: 0;
	padding: 0 37px 30px 39px;
	background-image: url(images/int_bg_col2.jpg);
	background-repeat: no-repeat;
	overflow-x: inherit!important;
	overflow-x: hidden;
	
	font-size: 0.8em;
}







/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* COLONNE 3 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#colonne_3 {
	float: left;
	display: inline;
	width: 199px;
	margin: 0;
	padding: 0;
	background-image: url(images/int_bg_col3.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow-x: inherit!important;
	overflow-x: hidden;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 	AGENDA */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_3 h2.agenda {
	margin: -34px 0 0 0;
	position: relative;
	z-index: 97;
	width: 199px;
}
#bas_calendrier {
	background-image:url(images/int_bas_agenda.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 0 14px 0;
	margin: -9px 0 0 0;
}
#zone_calendrier {
	background-image:url(images/int_bg_agenda.gif);
	background-repeat: repeat-y;
	background-position: left;
}


#lien_agenda{
	margin: -16px 5px 0 64px;
	z-index: 99;
	position: relative;
	font-size: 0.7em;
}
#lien_agenda a {
	color:#338493;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ACTUALITES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#lien_actus {
	background-image: url(images/bg_actu.jpg);
	background-repeat: no-repeat;
	height: 42px;
	margin: 12px 0 0 1px;
	padding: 15px 21px 0 71px;
	text-align:center;
}
html> body #lien_actus {
	height:auto;
	min-height:42px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* OUTILS PRATIQUES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#lien_outils {
	background-image: url(images/bg_outils.jpg);
	background-repeat: no-repeat;
	height: 42px;
	margin: 0 0 0 1px;
	padding: 13px 21px 0 71px;
	text-align:center;
}
html> body #lien_outils {
	height:auto;
	min-height:42px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GUJAN HIER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#gujanhier {
	background-image: url(images/bg_gujanhier.jpg);
	background-repeat: no-repeat;
	height: 42px;
	margin: 0 0 0 1px;
	padding: 13px 21px 0 71px;
	text-align:center;
}
html> body #gujanhier {
	height:auto;
	min-height:42px;
}





#gujanhier a, #lien_outils a, #lien_actus a {
	color:#FFFFFF;
	font-size:0.8em;
	text-decoration: none;
	font-weight: bold;
}

#gujanhier a:hover, #lien_outils a:hover, #lien_actus a:hover {
	text-decoration: underline;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* AUTRES SITES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h2.titreautressites {
	margin: 25px 0 0 5px;
}

#autressites {
	margin: 0 26px 0 7px;
}
#autressites li {
	display: inline;
}
#autressites li a {
	display: block;
	color: #4e4e4e;
	font-size: 0.75em;
	padding: 2px 0 2px 27px;
	margin: 5px 0 5px 0;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
}
#autressites li a:hover {
	color: #628000;
	text-decoration: underline;
}
.autre_70 {
	background-image: url(images/bg_autre70.png);
}
.autre_70:hover {
	background-image: url(images/bg_autre70-over.png);
}
.autre_71 {
	background-image: url(images/bg_autre71.png);	
}
.autre_71:hover {
	background-image: url(images/bg_autre71-over.png);	
}
.autre_72 {
	background-image: url(images/bg_autre72.png);
}
.autre_72:hover {
	background-image: url(images/bg_autre72-over.png);
}
.autre_73 {
	background-image: url(images/bg_autre73.png);
}
.autre_73:hover {
	background-image: url(images/bg_autre73-over.png);
}
.autre_74 {
	background-image: url(images/bg_autre74.png);
}
.autre_74:hover {
	background-image: url(images/bg_autre74-over.png);
}
.autre_75 {
	background-image: url(images/bg_autre75.png);
}
.autre_75:hover {
	background-image: url(images/bg_autre75-over.png);
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FIL RSS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#rss {
	margin: 50px 0 0 7px;
	font-size: 0.8em;
}
#rss img {
	vertical-align: middle;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	width: 959px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;		
	clear: both;
	color: #6F6F6F;		
	
	background-image: url(images/home_bg_footer.gif);
	background-repeat: no-repeat;
}
#footer a {
	color: #6F6F6F;
	font-size: 0.8em;
}

#footer ul { /* Liste */
	list-style-type: none;

}
#footer ul li { /* Liste */
	display: inline;

}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU DIVERS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#menu_divers span {
	display: none;
}

#menu_divers {
	padding: 3px 0 10px 350px;
}
#menu_divers li a {
	color: #ededed;
	font-size: 0.7em;
	background-repeat: no-repeat;
	padding: 1px 0 1px 17px;
	margin: 0 15px 0 0;
	background-position: 0em 0.2em;	
}


#menu_divers li.artcontact a {
	background-image: url(images/picto_contact.gif);
}
#menu_divers li.artmentions a {
	background-image: url(images/picto_mentions.gif);
}
#menu_divers li.artplan a {
	background-image: url(images/picto_plan.gif);
}
#menu_divers li.artaccess a {
	background-image: url(images/picto_access.gif);
}


#menu_divers li {
	padding: 0 0 12px 0;
	background-repeat: no-repeat;
	background-position: bottom left;
	
}
#menu_divers li.artcontact {
	background-image: url(images/miroir_contact.gif);
}
#menu_divers li.artmentions {
	background-image: url(images/miroir_mentions.gif);
}
#menu_divers li.artplan {
	background-image: url(images/miroir_plan.gif);
}
#menu_divers li.artaccess {
	background-image: url(images/miroir_access.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); }
.format_png { behavior /*\**/: url()\9} /* HACK IE 8 */

.imprimer { /* paragraphe bouton Imprimer */
	float: right;
	margin-top: 10px;
}
.siimprimer { /* masquage image bandeau imprimer */
	display: none;
}
.display_none {
	display: none;
}

