/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}


/* BALISES HTML */
body {
	background-color: #6B8DC9;
	height: 100%;
	
	padding: 0px 0px 0px 0px;
}

a img {
	border: none;
}


/* CONTENEUR GLOBAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* conteneur global */
#conteneur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1003px;
	
	z-index: 1;
	
	background-image: url(images/page_bg_conteneur.gif);
	background-repeat: repeat-y;
	
	background-color: #FFFFFF;
	

	
	
}

/* BANDEAU */
#bandeau {
	width: 1003px;
	height: 147px;
}

/* LOGO */
h1 {
	width: 255px;
	height: 147px;
	
	float: left;
	
	background-color: #fff;
	
	background-image: url(images/page_bg_h1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h1 img {
	margin: 0px 0px 0px 70px;
}
/*
Tansféré dans spip_int_bandeau_*.css
#bandeau p {
	float: left;
	width: 131px;
	height: 138px;
	
	background-color: #0071b9;
	background-image: url(images/page_bandeau.gif);
	background-repeat: no-repeat;
	
	padding: 9px 0px 0px 617px;
}*/

#bandeau p img {
	vertical-align: middle;
}
#bandeau p a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
#bandeau p a:hover {
	text-decoration: underline;
}



/* BANDEAU GAUCHE */
#bandeau_gauche {
	float: left;
	width: 276px;
	
	overflow: hidden;
}

#block_navrecherche {
	height: 181px;
	padding: 18px 0px 0px 0px;
	
	background-color: #fff;
	
	background-image: url(images/page_bg_nav.gif);
	background-repeat: repeat-y;
	background-position: 255px 0px;
}
html>body #block_navrecherche {
	height: auto;
	min-height: 181px;
}
ul#navigation {
	list-style-type: none;
}
ul#navigation li {
	display: inline;	
}

ul#navigation li a {
	display: block;
	text-align: right;
	padding: 0px 68px 0px 0px;
	height: 17px;
	line-height: 17px;
	
	background-image: url(images/page_bg_menu.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
ul#navigation li a img {
	margin: 4px 0px 0px 0px;
}
/* SOUS MENU */
ul#ssmenu {
	list-style-type: none;
}

/* RECHERCHE */
#recherche {
	margin: 65px 33px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: right;
}
#recherche p {
	color: #0071b9;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
#recherche img, #recherche input {
	vertical-align: middle;

}
#recherche input {
	color: #000;
	border: 1px solid #d0d0d0;
	width: 85px;

}

ul#pratiques {
	height: 78px;
	list-style-type: none;
	padding: 13px 0px 0px 59px;
	
	background-image: url(images/page_bg_pratique.gif);
	background-repeat: no-repeat;
	background-position: 255px 0px;
	

}

ul#pratiques li {
	display: inline;
}
ul#pratiques li a, ul#pratiques li {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}
ul#pratiques li a:hover {
	text-decoration: underline;
}

/* CONTENU */
#contenu {
	float: left;
	
	width: 650px;
	height: 450px;
	
	padding: 25px 30px 30px 15px;

}
/* Hack pour regler une hauteur mini a la fois sous ie et firefox (ie ne reconnait pas le min height, les ligne suivantes ne sont reconnues que par firefox) */
html>body #contenu {
	height: auto;
	min-height: 450px;
}

/* Mis en forme div infos sur les agences carto  */
.infos {
	position:absolute;
	left: 340px;
	top: 20px;
	
	width: 230px;
	/* height: 200px; */
	z-index: 300;
	visibility: hidden;
	
	background-color: #FFFFFF;
	border: 1px solid #00a9d7;
	
	padding: 5px;
	
	overflow: hidden;
}
.infos #block_extras {
		margin-top: 20px;
		border: none;
}


.infos .extras {
	clear: both;
	margin-left: 0px;
	border: none;

	
	
}
.infos .extras strong {
	color: #000;
	font-size: 110%;

}


/*
on definit la presentation des deux blocs d'informations (paire de valeur : description / infos)
Pour unr presentation sur 2 colonnes, decommenter le float et affecter une largeur (width) à alignextra et alignextra2
 */
.infos .alignextra, .infos .alignextra2 {
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-align: left;

}

.infos .alignextra {
	width: 25%;
	display: none;
	
}
.infos .alignextra2 {
	width: 74%;
}

.fermeture {
	width: 1em;
	height: 1em;
	line-height: 1em;
	float: right;
	
	background-color: #FF0000;
	
	margin: 2px 2px 2px 0px;
}
.fermeture a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/* Block echo : presentation liste echo de samat */
.block_echo {
	width: 30%;
	
	height: 100px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #00a9d7;
	
	padding: 5px;
	margin: 0px 0px 10px 5px;
	
	float: left;
}

/* BNADE BLEUE BAS DE PAGE */
#bandebleue {
	height: 30px;
	background-color: #0071B9;
}


