/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


/* BALISES HTML */
html, body {
	background-color: #fff;
	
	font-family: Arial, Helvetica, sans-serif;
	
	margin: 0; padding: 0;
	text-align: center; /* pour corriger le bug de centrage IE */
	height: 100%;
	width: 100%;
}
html {
	overflow: auto;
}

a img {
	border: none;
}


/* CONTENEUR GLOBAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tableau{
	height: 100%;
	width: 1020px;      /* ici la largeur fixe de l'element a center */
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* on rétablit l'alignement normal du texte */

}
#tableau-td {
	vertical-align: top;

}
#conteneur {
	position: relative;
	/*
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -297px;
	*/
	margin-left: auto;
	margin-right: auto;
	
	width: 1020px;
	height: 600px;
	
	background-color: #fff;
	
	z-index: 1;
}

/* HAUT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#bandeau {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 1020px;
	height: 212px;
	
	background-image: url(images/bg_bandeau.jpg);
	background-repeat: no-repeat;
}

/* TITRE */
h1 {
	position: absolute;
	top: 0px;
	left: 40px;
}


/* UNE */
#une {
	position: absolute;
	top: 60px;
	left: 163px;
	
	width: 390px;
	height: 130px;
	overflow: hidden;
}
#une h2 {
	margin: 0px 0px 6px 0px;
}
.image_une {
	float: left;
}
#block_texte_une {
	width: 262px;
	float: left;
	margin: 0px 0px 0px 12px;
}
.date_une {
	/*color: #ffcb71;*/
	color: #d4ff60;
	font-size: 9px;
}
#une h3 a {
	color: #d4ff60;
	text-decoration: none;
	font-size: 12px;
}
.texte_une a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}
#une h3 a:hover, .texte_une a:hover {
	text-decoration: underline;	
}

/* Outils pratiques */
#outils {
	position: absolute;
	top: 80px;
	left: 677px;
	
	width: 150px;
	height: 118px;
}

#outils ul {
	list-style-image:none;
	margin: 0px 0px 0px 25px;
}
#outils ul li {
	display: inline;
}
#outils ul li a {
	display: block;
	
	background-image: url(images/puce_outils.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
	
	padding: 0px 0px 0px 13px;
	color: #610000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#outils ul li a:hover {
	text-decoration: underline;
}


/* RECHERCHE */
#recherche {
	position: absolute;
	top: 16px;
	left: 813px;
	
	width: 139px;
	height: 44px;
	
	background-image: url(images/bg_rechercher.gif);
	background-repeat: no-repeat;
	background-position: 0px 26px;
}
#recherche h2 {
	margin: 0px 0px 0px 50px;
}

#recherche p img {
	position: absolute;
	top: 26px;
	left: 115px;
}
#recherche input {
	position: absolute;
	top: 27px;
	left: 14px;
	color: #4e4c4b;
	width: 98px;
	height: 13px;
	border:1px solid #fff;
}

/* Marches publics */
#marches {
	position: absolute;
	top: 171px;
	left: 864px;
	
}

/* Menu  */
#menu {
	position: absolute;
	top: 212px;
	left: 0px;
	
	width: 98px;
	height: 13px;
	
	list-style-type: none;
}
#menu li {
	display:inline;
	
}
#menu li a {
	display:inline;
}

#illustration {
	position: absolute;
	top: 395px;
	left: 0px;
}

/* Actualites */
#actus {
	position: absolute;
	top: 212px;
	left: 262px;
	
	width: 390px;
	height: 160px;
	
	background-image: url(images/bg_actus.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
	padding: 20px 20px 20px 20px;
	
	overflow: hidden;
} 
.date_actu {
	color: #9e9787;
	font-size: 9px;
	
	margin: 10px 0px 0px 31px;
}
#actus h3 a {
	display: block;
	
	background-image: url(images/puce_outils.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	
	margin: 0px 0px 0px 16px;
	padding: 0px 0px 0px 13px;
	
	color: #c27d3f;
	font-size: 12px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.texte_actu {
	margin: 0px 0px 0px 31px;
}
.texte_actu a {
	color: #2e363b;
	font-size: 11px;
	text-decoration: none;
}
#actus h3 a:hover, .texte_actu a:hover {
	text-decoration: underline;
}
.image_actu {
	float: right;
	margin: 5px 10px 0px 10px!important;
	margin: 5px 10px 0px 10px;
}

.toutes {
	float: right;
	margin: 10px 40px 0px 0px!important;
	margin: 10px 30px 0px 0px;
}
.toutes a {
	color: #9e9787;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.toutes a:hover {
	text-decoration: underline;
}

/* Agenda*/
#agenda {
	position: absolute;
	top: 413px;
	left: 262px;
	
	width: 390px;
	
	height: 163px;
	/* min-height: 156px!important; */
	background-image: url(images/bg_agenda.jpg);
	background-repeat: no-repeat;
	background-position: 0px 103px;
	
	padding: 0px 20px 0px 20px;
	
	z-index: 100;
}
.date_agenda {
	color: #b07230;
	font-size: 9px;
	
	margin: 10px 0px 0px 31px;
}
#agenda h3 a {
	display: block;
	
	background-image: url(images/puce_agenda.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	
	margin: 0px 0px 0px 16px;
	padding: 0px 0px 0px 13px;
	
	color: #0089a7;
	font-size: 12px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.texte_agenda {
	margin: 0px 0px 0px 31px;
}
.texte_agenda a {
	color: #2e363b;
	font-size: 11px;
	text-decoration: none;
}
#agenda h3 a:hover, .texte_agenda a:hover {
	text-decoration: underline;
}

/* Demarches en ligne*/
#demarches {
	position: absolute;
	top: 212px;
	left: 677px;
	
	width: 343px;
	height: 182px;
	
	background-image: url(images/bg_demarches.jpg);
	background-repeat: no-repeat;
	
}
#demarches ul {
	list-style-type: none;
	margin: 0px 0px 0px 25px;
}
#demarches ul li {
	display: inline;
}
#demarches ul li a {
	display: block;
	background-image: url(images/puce_demarches.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	
	padding: 0px 0px 0px 13px;
	
	color: #195a9d;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#demarches ul li a:hover {
	text-decoration: underline;
}

/* Block nouveaux arrivants */
#block_arrivants {
	position: absolute;
	top: 394px;
	left: 677px;
	
	width: 307px;
	height: 182px;
	
	background-image: url(images/bg_block_arrivant.jpg);
	background-repeat: no-repeat;
}

/* Nouveaux arrivants */
#arrivants {
	position: absolute;
	top: 0px;
	left: 17px;
	
	width: 172px;
	height: 46px;
}

/* Illustration 2 */
#illustration2 {
	position: absolute;
	top: -10px;
	left: 201px;
}

/* Adresse */
#adresse {
	position: absolute;
	top: 77px;
	left: 17px;
	
	width: 163px;
	height: 66px;
	
	padding: 0px 0px 0px 10px;
	
	background-image: url(images/bg_adresse.jpg);
	
	background-repeat: no-repeat;
	background-position: right;
	
	border-left: 1px solid #cee2eb;
}
#adresse p {
	color: #181818;
	font-size: 11px;
}
/* Footer */
#footer {
	position: absolute;
	top: 576px;
	left: 262px;
	
	width: 626px;
	height: 24px;
	
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	
	list-style-type: none;
	z-index: 90;
	
	text-align: right;
	
	padding: 0px 132px 0px 0px;
}

#footer li {
	display: inline;
}