/**********************************
     Feuille de style red CSS
     By ROCHER Daniel
***********************************/

/* options générales */
	body {
		margin : 0;
		padding : 0;
		font-family: times, arial, helvetica, serif;
		font-size: medium;
		font-style: italic;
		background : #FFF1D8;
		color: #8e1c00;
	}

/* Paragraphes */
	p {
		text-indent : 1cm;
	}

/* liens internet */
	a {
		color : #bf702b;
	}
	a:hover, a:focus, a:active, a:visited {
		color: #91803d;
	}

/* puces */
	ul, li {
		list-style-type: square;
	}

/* puces du menu */
	ul#menu, ul#menu li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	ul#menu {
		text-align: center;
	}

	ul#menu li a {
		display: block;
		color: #9a0c13;
		font-weight: bold;
		font-style: italic;
		font-size: 18px;
		font-family: times, arial, helvetica, serif;
		text-decoration: none;
		line-height: 40px;
	}

	ul#menu li a:hover,ul#menu li a:focus {
		color: #ce8a03;
	}
	
/* titres h1 à h5 */
	h1, h2, h3, h4, h5
	{
		font-family : times, arial, helvetica, serif;
		color: #ff8e05;
	}


/* bordures images*/
	img {
		border-width: 0px;
	}

	.bord {
		border-width: 2px;
		border-style: solid;
		border-color: #ce8a03;
	}

/* marges images pied de page  */
	.margeimage {
		margin: 15px;
	}

/* images centrage */
	div.centrer {
		text-align:center;
	}


/* frames */
	div.entete
	{
		position: fixed;
		top: 0%;
		left: 0%;
		height: 15%;
		width: 100%;
		overflow: auto;
		margin: 0px;
		display: block;
		overflow:hidden;
	}

	div.colonneGauche
	{
		position: fixed;
		top: 15%;
		left: 0%;
		height: 85%;
		width: 15%;
		overflow: auto;
		margin: 0px;
		display: block;
		overflow:hidden;
	}

	div.colonneDroite
	{
		position: fixed;
		top: 17%;
		left: 17%;
		height: 83%;
		width: 83%;
		overflow: auto;
		margin: 0px;
	}

/* marges images type Mime utilisee pour fichiers  */
	.imageMime {
		vertical-align: middle;
		margin: 4px;
	}

