/* Feuille de style globale pour le site smivi.org */

/* Balises XHTML */
body{
	background: #f5f0e9 url(/images/fond.gif);
	font-family:verdana;
	color:#666666;
	font-size:11px;
	text-align:center;
}
a{
	color:#a88b68;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#666666;
	text-decoration:underline;
}
hr{
	clear:left;
	background-color:#d7c3a9;
	font-size:0;
	height:1px;
	border:none;
}
a img{
	border:none;
}
h1{
	font-size:15px;
}
h2{
	color:#a88b68;
	font-size:13px;
}

/* Eléments de formulaire */
fieldset{
	border:none;
	padding:0;
	margin:0;
}
fieldset p{
	clear:left;
	padding:2px 0 0 0;
	margin:0;
}
fieldset label{
	display:block;
	float:left;
	width:120px;
}
span.required{
	color:red;
	margin:0;
	display:inline;
}
input,textarea,select{
	border:1px solid #d7c3a9;
}
input:focus,textarea:focus,select:focus{
	background-color:#f5f0e9;
}

/* Conteneur de la page */
#page{
	width:95%;
	margin:0 auto 0 auto;
	background:#f3f0e9;
	border:1px solid #A88B68;
}

/* Haut de page */
#haut{
	text-align:left;
}
#haut h1#logo{
	height:200px;
	margin:0;
	padding:0;
	background:url(/images/fond_haut.jpg);
}
#haut h1#logo span.transparent{
	position:absolute;
	z-index:10;
	display:block;
	width:200px;
	height:200px;
	background:#ddd0c0;
	opacity:0.5;
	-moz-opacity:0.5;
}
#haut h1#logo a{
	position:relative;
	z-index:20;
	display:block;
	width:200px;
	height:200px;
	background:url(/images/logo.png) no-repeat center 0;
}
#haut h1#logo a span{
	display:none;
}

/* Menu */
#menu{
	width:100%;
	float:left;
	background:#e5dbce;
	border-top:1px solid #c4b6a4;
	border-bottom:1px solid #c4b6a4;
}
#menu ul{
	list-style:none;
	margin:0;
	padding:7px 0 0 20%;
	text-align:center;
}
#menu ul li{
	float:left;
}
#menu ul li a{
	display:block;
	width:125px;
	height:27px;
	line-height:22px;
	background:url(/images/bouton_menu.gif) no-repeat;
}
#menu ul li a:hover{
	background:url(/images/bouton_menu_hover.gif) no-repeat;
	text-decoration:none;
}
#menu span{
	display:block;
	width:27px;
	height:30px;
}
#menu span.debut{
	float:left;
	background:url(/images/fond_menu_gauche.gif) no-repeat center 12px;
}
#menu span.fin{
	float:right;
	background:url(/images/fond_menu_droite.gif) no-repeat center 12px;
}

/* Contenu */
#contenu{
	clear:both;
	overflow:auto;
}
#contenu h1{
	height:40px;
	margin:20px auto 20px auto;
	background-position:center 0;
	background-repeat:no-repeat;
}
#contenu h1 span{
	display:none;
}
#accueil #contenu h1{
	background-image:url(/images/titre.gif);
}
#projets_realisations #contenu h1{
	background-image:url(/images/titre_presentation.gif);
}
#situation_geographique #contenu h1{
	background-image:url(/images/titre_localisation.gif);
}
#tourisme_vallee_isle #contenu h1{
	background-image:url(/images/titre_tourisme.gif);
}
#contacts #contenu h1{
	background-image:url(/images/titre_contact.gif);
}
#contenu ul{
	list-style-image:url(/images/puce.gif);
}
#contenu ul li{
	padding-bottom:10px;
}

/* Colonnes */
.colonne{
	text-align:left;
	float:left;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #d7c3a9;
}
.premiere.colonne{
	margin-left:0;
	border-left:none;
}
.colonne.un-demi{
	width:48%;
}
.separateur{
	clear:both;
}

/* Encadrés et alignements */
.encadre{
	background:url(/images/ombre.gif) no-repeat;
	margin-bottom:10px;
}
.encadre img{
	margin:10px 16px 16px 10px;
}
.encadre p{
	color: #a88b68;
	font-size:10px;
	text-align:center;
}
.gauche{
	float:left;
	margin:0 20px 10px 0;
}
.droite{
	float:right;
	margin:0 0 10px 20px;
}

/* Boutons */
.bouton{
	background:url(/images/bouton.gif) no-repeat;
	display:block;
	width:92px;
	height:19px;
	font-size:9px;
	line-height:19px;
	text-align:center;
	margin:10px 0 0 0;
}
.bouton:hover{
	background:url(/images/bouton_hover.gif) no-repeat;
	text-decoration:none;
}

/* Bas de page */
#bas{
	clear:left;
	height:80px;
}
#bas a#top{
	margin:20px auto 20px auto;
	display:block;
	width:31px;
	height:29px;
	background:url(/images/top.gif) no-repeat;
}
#bas a#top span{
	display:none;
}
#bas address{
	float:left;
	font-style:normal;
	font-size:10px;
	text-align:left;
	padding:0 0 10px 10px;
}
#bas p#ircf{
	float:right;
	padding:0 10px 10px 0;
}

/* Configuration requise (Flash, IE5...) */
p#required{
	margin:10px auto 10px auto;
	width:150px;
	height:35px;
	background:url(/images/required.gif);
}
p#required span{
	display:none;
}

/* Carte interactive */
#carte{
	padding:20px;
	background:url(/images/fond_carte.gif) no-repeat center center;
}

/* Popup */
.popup #haut,
.popup #menu,
.popup #bas,
.popup #required{
	display:none;
}
.popup #contenu{
	text-align:left;
	padding:0 20px 0 20px;
}
.popup #contenu h1{
	height:auto;
}