/* Feuille de style du site bagneris.net */
html	{
	background: white;
	}

body	{
	background: transparent;
	color: black;
	font: 12px/1.6 Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

/* utilitaires */

.invisible, hr	{
		display: none;
		}
		
.centre {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img { 
	border: none;
}

a[hreflang]:after	{
			content: "\00A0[" attr(hreflang) "]";
			}

/* titre general */

h1 	{
	margin: 0 6% 2px 2%;
	padding: 3% 3% 1% 0;
	color: #444;
	font-size: x-large;
	font-stretch: expanded;
	font-weight: bold;
	text-align: right;
	background: transparent url(bandeau1.jpg) top right repeat-x;
	}

h1 span	{
	color: #A02020;
	}

/* menu principal */

#pmenu		{
		margin: 0 6% 1% 6%;
		padding: 0;
		}

#pmenu ul	{
		margin: 0;
		padding: 0;
		}

#pmenu li	{
		list-style-type: none;
		float: right;
		width: 9em;
		line-height: 2.3;
		text-align: center;
		background: #666;
/*		color: white; */
		border-left: 2px solid white;
		}

#pmenu li a	{
		text-decoration: none;
		color: white;
		display: block;
		}

#pmenu a:hover, #pmenu a.active:hover	{
		background: #cd3700;
		}

#pmenu a.active	{
		background: #8b1a1a;
		}

/* sous-menu */

#bmenu		{
		clear: both;
		position: absolute;
		top: 13.5em;
		left: 2%;
		width: 16em; 
		font-size: 0.95em;
		}

#bmenu h2, 
#bmenu table caption	{
		margin: 1em 0 0 0;
		padding: 3px 6px;
		font-weight: bold;
		font-size: 1em;
		border-top: 1px solid black;
		}

#bmenu ul	{
		margin: 0;
		padding: 0 0.6em;
		line-height: 1.4;
		list-style-type: none;
		}

#bmenu li {
		margin-bottom: 2%;
	}

#bmenu li a	{
		text-decoration: none;
		} 

#bmenu li a:hover
		{
		text-decoration: underline;
		}

#bmenu form,
#bmenu fieldset	{
		margin: 0;
		margin-bottom: 0.5em;
		border: none;
		}

#bmenu input	{
		font: 11px/1 fixed;
		}

/* titre de la page */

h2#nomenu	{
		clear: both;
		color: #666;
		margin: 2% 6% 1% 14em;
		padding: 0 1%;
		padding-top: 1%;
		font-weight: bold;
		font-size: 1.5em;
		border-bottom: 3px solid #666;
		}

h2#nomenu a	{
		color: #666;
		text-decoration: none;
		}

h2#nomenu a:hover	{
		color: #A02020;
		text-decoration: none;
		}

/* corps du texte */

a:link, a:visited	{
			color: #A02020;
			}

.retour {
		text-align: right;
		font-size: 90%;
	}

.cadre, .erreur	{
	margin: 2% 6% 1% 21em;
	max-width: 60em;
	width:expression( 
	    document.body.clientWidth > (500/12) * 
	    parseInt(document.body.currentStyle.fontSize)?
	        "60em":
	        "auto" );
	}

.cadre h2, .cadre h3, .section h1, .section h2	{
		margin-top: 4%;
		font-weight: bold;
		font-size: 1em;
		padding: 0 1%;
		color: #A02020;
		border-bottom: 2px solid #A02020;
		background: none;
		text-align: left;
		}

.section h2 {
		color: black;
		border: none;
		padding: 0.2em 3em;
	}


.cadre h3 a	{
		text-decoration: none;
		}

.cadre .day-date	{
			color: #A02020;
			font-size: 0.8em;
			position: relative;
			left: 1em;
			bottom: 0.1em;
			}

.cadre img	{
		margin: 0 3em 0.5em 2em;
		float: right;
		}

.cadre ul, .cadre dl { margin-top: -1em; }

.cadre p, .cadre ul, .cadre dl, .cadre ol, .cadre h4, .cadre form, .cadre table
		{
		padding: 0.1em 3em;
		text-align: justify;
		line-height: 2;
		}

.cadre h5	{
		padding: 0.1em 7.5em;
		}

.cadre pre	{
		margin: 0 7em;
		padding: 0.5em;
		background: #EEE;
		border-left: 1px solid red;
		overflow: auto;
		}

.cadre li
		{
		list-style-type: square;
		position: relative;
		left: 1em;
		}

.cadre li p, .cadre li pre
		{
		margin: 0.5em 0;
		padding: 0;
		}

img.portfolio	{
		float: none;
		display: block;
		margin: 0 auto;
		padding: 4px;
		border: 3px solid #444;
		}

table {
		width: 100%;
		margin: auto;
		border-collapse: collapse;
}

table th {
		text-align: center;
		color: white;
		font-weight: normal;
		background: #666;
		padding: 3px;
		text-align: center;
	}

table td {
		padding: 3px
	}

table tr {
		border-bottom: 1px solid #444;
		text-align: center;
	}

table.dld	{
		width: 70%;
		background: #EEE;
		text-align: center;
		margin: auto;
		border-collapse: collapse;
		}

.dld th		{
		background: #CCC;
		}

.dld th, .dld td	{
		border: 1px solid white;
}

/* sidebar block (licence CC) */

div.sidebar { background: #eed; border: 1px solid #ccc; margin: 0 3em;}
div.sidebar p, div.sidebar blockquote img, div.sidebar ul {margin: 0.5em; padding: auto 3em; line-height:1.2em; text-align: justify; font-size: 90%;}
div.sidebar p.first {text-align: center; font-weight:bold;}
div.sidebar blockquote blockquote {display:block; vertical-align: middle; margin: 0.2em 0; padding: 0 0.5em;}

/* pied de page */

p.fin		{
		clear: both;
		text-align: right;
		font-size: 0.95em;
		color: #666;
		margin: 0.5em 6% 0.5em 22.105em;
		border-top: 1px solid #666;
		padding-top: 0.5em;
		}
		
p.fin img	{
		border: 0;
		}


