
/************************************************
 * DEFAUT.CSS
 ************************************************
 * http://www.koama.com/
 ************************************************
 * BUT :
 * Feuille de style pour tout ce qui n'est pas
 * positionnement : couleurs, marges, remplissage,
 * bordures, polices, etc.
 ************************************************/


/************************************************
 * Redefinition des balises
 ************************************************/

body {
	margin: 0;
	padding: 0;
	padding-left: 1px;
	text-align: center;
	
	background: #000 url(../images/interface/larrons/body-fond.jpg) repeat-y top center;
}
html>body {
	padding-left: 0;
}

a {
	color: #FA2A00;
}
a:hover {
	color: #000;
}

hr {
	visibility: hidden;
	clear: both;
}
a img {
	border: 0;
}

/************************************************
 * Identifiants
 ************************************************/

/*
 * Conteneur
 */
#conteneur {
	background: url(../images/interface/larrons/conteneur-fond.jpg) no-repeat top left;
	width: 955px;
	text-align: left;
	margin: 0 auto;
	
	height: 600px;
}
html>body #conteneur {
	height: auto;
	min-height: 570px;
}

	/*
	 * Header
	 */
	#header {
		font-family: verdana, arial, helvetica, sans-serif;
		color: #fff;
		font-size: 0.8em;
		margin: 0;
		padding: 0;
		border: 0;
	}

		/*
		 * Titre
		 */
		#titre {
			margin: 0;
			text-align: center;
			padding: 10px 0;
		}
		#titre h1 {
			display: none;
		}
		#titre img {
			border: 0;
		}
		#titre a {
			color: #fff;
			margin: 10px;
			font-size: 1em;
			font-weight: bold;
			font-variant: small-caps;
			margin: 5px;
		}
		
		/*
		 * Accessibilite
		 */
		#accessibilite {
			display: none;
		}
		
		

		
		/*
		 * Menu principal
		 */
		#menuprincipal {
			clear: both;
			text-align: center;
			margin: 0 auto;
			padding: 0;
			height: 55px;
			
			font-size: 10pt;
			text-transform: uppercase;
			font-weight: bold;
		}
		#menuprincipal h2 {
			display: none;
		}
		#menuprincipal ul {
			margin: 0 auto;
			padding: 0;
			text-align: center;
		}
		#menuprincipal li {
			list-style-type: none;
			margin: 0;
			display: inline;
			position: relative;
		}
		
		/*
		 * Liens
		 */
		#menuprincipal a {
			text-decoration: none;
			color: #fff;
			padding: 2px 5px 5px 17px;
		}
		#menuprincipal a:hover {
			background: url(../images/interface/larrons/menu-icone-masque.png) no-repeat top left;
		}
		
		/*
		 * Rubrique actuelle
		 */
		#menuprincipal a.menu-on {
			color: #fff;
		}


	/*
	 * Navigation
	 */
	#navigation {
		width: 180px;
		float: left;
		font-size: 0.8em;
		margin: 0 5px 0 0;
		padding: 10px;
		font-family: arial, helvetica, sans-serif;
	}

		/*
		 * Elements communs aux sous-menus, actualites, identification, newsletter...
		 */
		#navigation div {
			border: 3px solid #FA2A00;
			margin: 20px 0;
			padding: 0 0 10px 0;
			background-color: #fff;
			color: #FA2A00;
			
			position: relative;
		}
		#navigation div img {
			position: absolute;
			left: 50%;
			top: -15px;
			margin-left: -25px;
		}
		html>body #navigation div img {
			margin-left: -10px;
		}
		#navigation div h2 {
			font-size: 1em;
			text-align: center;
			padding: 0;
			margin: 10px 0;
			text-transform:uppercase;
		}
		#navigation div form {
			margin: 5px;
		}
		#navigation div p {
			clear: both;
			text-align: center;
			margin: 0;
		}
		#navigation div label {
			float: left;
			width: 25%;
			padding: 0 5px;
			text-align: right;
		}
		#navigation div input {
			width: 100px;
		}
		#navigation div input.bouton {
			width: auto;
		}
		#navigation div ul {
			color: #FA2A00;
			margin: 0 0 0 20px;
			padding: 0;
		}
		#navigation div .centre {
			float: none;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
		}
		

		/*
		 * Recherche
		 */
		#recherche {
			clear: both;
			padding-top: 10px;
		}
		#recherche h2 {
			margin: 0;
			padding: 0;
		}
		#recherche p {
			margin: 0;
			padding: 0;
		}
		#recherche form {
			text-align: right;
			margin: 0;
		}
		#recherche input {
			vertical-align: middle;
			font-size: 10px;
			margin: 0;
			padding: 0;
		}


		/*
		 * Agenda
		 */
		#agenda table {
			width: 100%;
			margin: 0;
			padding: 0;
		}
		#agenda th, #agenda td {
			text-align: center;
			margin: 0;
			padding: 0;
		}
		#agenda table, #agenda tr, #agenda th, #agenda td {
			border: 1px solid #339;
			font-size: 0.95em;
			margin: 0;
			padding: 0;
			border-collapse: collapse;
			border-spacing: 0;
		}


	/*
	 * Contenus
	 */
	#contenus {
		width: 650px;
		float: left;
		margin: 0 0 0 5px;
		padding: 0 20px 0 5px;
		font-family: arial, helvetica, sans-serif;
	}
	
	#contenus h1 {
		font-size: 1em;
		text-align: center;
		color: #A70400;
	}

		/*
		 * Composant
		 */
		.composant h2 {
			font-size: 1em;
			color: #A70400;
			text-transform: uppercase;
			margin: 2px 0;
			background: url(../images/interface/larrons/contenu-titre-icone-o.png) no-repeat top left;
			padding: 10px 0 10px 40px;
		}
		.composant img {
			border: 0;
		}
		.composant .accroche {
			font-size: 1em;
			margin-bottom: 5px;
			color: #fff;
		}
		.composant .texte {
			font-size: 0.8em;
		}

		.composant .imgLeft {
			margin: 5px;
			float: left;
			text-align: right;
		}
		.composant .imgRight {
			margin: 5px;
			float: right;
			text-align: right;
		}
		.composant .imgCenter {
			display: block;
			text-align: center;
			margin: 5px auto;
			clear: both;
		}
		.composant .imgCenter img {
			text-align: center;
			margin: 5px auto;
		}
		.composant .imgcontenu {
			display: block;
			clear: both;
		}
		.composant .zoom {
			text-decoration: none;
			font-size: 0.8em;
		}
		.composant .navigcontenu {
			margin-top: 10px;
		}
		
		/*
		 * PDF
		 */
		.composant .pdf {
			float: left;
			margin-top: 10px;
			clear: both;
			font-size: 0.8em;
		}
		.composant .pdf ul {
			list-style-image: url(../images/interface/commun/pdf.png);
			margin: 5px 15px;
			padding: 0;
		}
		.composant .pdf li {
			padding-left: 5px;
		}
		html>body .composant .pdf ul {
			margin: 5px 20px;
		}
		html>body .composant .pdf li {
			padding-left: 0;
		}
		/*
		 * Liens
		 */
		.composant .liens {
			float: left;
			clear: both;
		}
		.composant .liens ul {
			list-style-type: square;
		}
		
		/*
		 * Navigcontenu
		 */
		.navigcontenu {
			font-size: 0.7em;
			text-align: right;
			clear: both;
		}
		.navigcontenu a {
			text-decoration: none;
		}
		
		/*
		 * Imprimer
		 */
		#imprimer {
		
			display: none;
		
		}

		
		
	/*
	 * Pied de page
	 */
	#pieddepage {
		clear: both;
		background-color: #fff;
		font-size: 0.7em;
		text-align: center;
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#pieddepage p {
		display: inline;
	}
	
	
		/*
		 * Identification
		 */
		#identification {
			font-size: 10px;
			display: inline;
			text-align: right;
			float: right;
		}
		#identification input {
			font-size: 10px;
			padding: 0;
			margin: 0;
			width: auto;
		}
		#identification #login {
			width: 30px;
		}
		#identification #passwd {
			width: 30px;
		}


/************************************************
 * Classes
 ************************************************/

/*
 * Petit texte
 */
.petit {
	padding: 2px;
	font-size: 0.7em;
}

/*
 * Element du menu actuellement selectionne
 */
.menu_actuel {
	font-weight: bold;
}

/*
 * Images icônes (loupe, etc)
 */
.icone {
	border: 0;
	vertical-align: middle;
}

/*
 * Champs plus grands
 */
.champmoyen {
	width: 175px;
 }
.champlarge {
	width: 200px;
}
.champgrand {
	width: 200px;
	height: 4em;
}

/*
 * Liens pour édition
 */
.editeur {
	text-align: right;
}

/*
 * Pour lien "powered by"
 */
.poweredby {
	margin-top: 10px;
	font-size: 0.5em;
	font-family: arial, helvetica, sans-serif;
	color: black;
	text-align: center;
}
.poweredby a {
	color: black;
	text-decoration: none;
}


/*
 * Formulaire de contact
 */
.formContact {
	margin-top: 20px;
}
.formContact p {
	clear: both;
	margin: 3px;
}
.formContact label {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 10px;
}