* { 
	margin: 0px;
	padding: 0px;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-align: justify;
	line-height: 1.3;
	}

html {}

body {
	padding-top: 273px;
	padding-bottom: 20px;
	background: #5DABDE url(bg.jpg) top center no-repeat;
	text-align:center;
	font: 0.9em Book Antiqua,  Garamond, Verdana, Arial, sans-serif;
	color: #000;
	}

/* elements utiles
texte italique	font-style:italic;
texte souligne 	<ins> ... </ins>
*/

#logo {display : none;}

/* elements block 
------------------------------------------------------ */

ul#head {
	font-size: 14px;
	position: absolute;
	left: 50%;
	top: 104px;
	margin-left: -60px;
	width: 360px;
	height: 40px;
	}


	ul#head li {
		display: block;
		float: right;
		width: 90px;
		height: 40px;
		}


	ul#head li a {
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
		line-height: 30px;
		}

		ul#head li a:hover {
			background: url(head.jpg) top center no-repeat;
			font-weight: bold;
			text-decoration: none;
			}

ul#menu {
	font-size: 14px;
	float: right;
	width: 160px;
	height: 230px;
	margin: 20px 0px;
	padding: 15px 20px;
	background: url(menu.jpg) top center no-repeat;
	}

	ul#menu li {
		margin-left: 15px;
		display: block;
		float: left;
		width: 100%;
		height: 22px;
		}


div#main {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFF;
	}


div#foot {
	font-size: 14px;
	width: 750px;
	background: #5DABDE url(foot.jpg) top center no-repeat;
	padding: 100px 5px 5px ;
	margin: 0px auto;
	text-align: right;
	}

	div#foot a {
		margin-right: 30px;
		color: #FFF;
		}

/* elements inline 
------------------------------------------------------ */

h1 {
	color: #57AE10;
	font-size: 1.5em;
	font-weight: bold;
	padding: 20px 40px 10px;
	}

p, .sign, .article {
	margin: 0px 10px;
	padding: 10px;
	quote: '"' '"' "«" "»";
	//quote: "\"" "\"" '&#147;' '&#148;';
	}

.sign {
	margin-top: 40px;
	margin-left: 400px;
	font-style: italic;
	}

i {
	font-style:italic;
	}

q {
	quote: "«" "»" '"' '"';
	}

.quote {
	margin: 20px;
	margin-right: 200px;
	padding: 10px;
	background-color: #A7FE60;
	border: 1px solid #57AE10;
	}

pre { /* block utilisé pour afficher du code (voir function.php pour la bidouille du code) */

	white-space: pre;
	min-height:50px;
	border: 1px solid #57AE10;
	overflow: auto;
	margin: 20px;
	padding: 10px;
	}

a:link,a:active,a:visited	{color: #57AE10; text-decoration: none}
a:hover			{color: #57AE10; text-decoration: underline}
/*a:after 			{content: url(link.png) } */
/* affiche un image a droite du texte before pour le mettre avant) */

/* liste definition
------------------------------------------------------ */

.def dl {
	margin-bottom: 0px;
	}

	.def dt {
		margin: 6px 0px;
		font-weight: bold;
	}

	.def dd {
		margin: 0px 0px 16px 16px;
	}

/* fieldset listing
------------------------------------------------------ */

fieldset {
	border: none;
	padding: 10px;
	background-color: transparent;
	}

	fieldset.list {
		padding: 10px;
		margin: 10px;
		border-bottom: 1px dashed #57AE10;
	}

	fieldset.list dl  {
		margin-bottom: 15px;
		clear: both;
		}

	fieldset.list dt {
		font-weight: bold;
		float: left;
		text-align: left;
		display: block;
		width: 70px;
		}

	fieldset.list dd {
		margin-left: 71px;
		vertical-align: top;
		padding-left: 5px;
		border-left: none;
		}

	fieldset.list dl:hover dt {
		color: #57AE10;
		}


/* other
------------------------------------------------------ */

div.spacer { 
	font-size: 0px;
	clear: both;
	}

img {
	border: 0px;
	vertical-align:text-top;
	}

.imgright, .imgleft {
	max-width: 725px;
	float: right;
	padding: 2px;
	margin: 0px 0px 0px 10px;
	}

	.imgleft {
		float: left;
		margin: 0px 10px 0px 0px;
		}


input, select, textarea {
	line-height: 1;
	color: #000;
	border: 1px solid #666;
	min-width: 30px;
	padding: 2px;
	font-weight: normal;
	/* cursor: pointer; */
	vertical-align: middle;
	}

	select {
		width: 168px;
		}

	input.button {
		color: #666;
		background-color: #FFF;
		font-weight: bold;
		}

		input.button:hover {
			background-color: #B8B8B8;
		}

	input.affich {
		background: transparent;
		border: none;
		color: #000;
		}