body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 14px;
	background-color: #69C;
	margin: 1% 3%;
}
/*html>body { font-size: normal; }*/

#page {
	color: #000;
	background-color: #fff;
	background-image: url("background.jpg");
	background-repeat: repeat;
	border: 1px solid #000;
}


/* ############ LOGO ############ */

#logo {	
	background-color: #ffe;
	background-image: url("tuxrondgrand.png");
	background-repeat: no-repeat; 
	background-position: 2%;
	border: 1px solid #ccb;
	margin: 1%;
	padding: 1% 100px;
}

#logo h1 {
	font-size: 170%;
}

#logo a {
	color: #000;
	text-decoration: none;
}

#logo a:hover { background-color: #ffb; }


/* ############ MENU ############ */

#menu {
	position: absolute;  /* essayer float:left; avec IE */
	width: 18%;
	background-color: #fff3f3;
	border: 1px solid #ffc9c9;
	line-height: 150%;
	margin: 1%;
}

#menu h1 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 3px;
	text-transform: uppercase;
}

#menu h2 {
	font-size: 110%;
	font-weight: bold;
	margin-left: 12px;
	margin-bottom: 3px;
	font-variant: small-caps;	
}

#menu ul {
	padding-left: 0;
	list-style-type: none;
	margin: 0;
}

#menu a {	
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding-left: 1em;
	margin: 0;
}

#menu .bleu , #menu .vert , #menu .orange { margin: 1em; }

#menu .bleu h1 { border-bottom: 3px blue solid; }
#menu .bleu a {	color: blue; }
#menu .bleu a:hover { background-color: #caecff; }

#menu .vert h1 { border-bottom: 3px green solid; }
#menu .vert a {	color: green; }
#menu .vert a:hover { background-color: #c8ffd0; }

#menu .orange h1 { border-bottom: 3px #f60 solid; }
#menu .orange a { color: #f60; }
#menu .orange a:hover { background-color: #ffecce; }


/* ############ CONTENU ############ */

#contenu {
	background-color:#f0f0ff;
	border: 1px solid #c6c9ff;
	line-height: 150%;
	margin: 0 1% 2em 21.5%;
	padding: 0 2% 3em 2%;   /* si menu float, alors width:auto; et padding-left=largeur du menu */
}

#contenu hr {
	height: 3px;
}

#contenu .titre {
	margin-top: 3%;
	font-size : 150%;
	text-align: right;
}

#contenu .soustitre {
	font-size: 200%;
	font-weight: normal;
	text-align: center; 
	margin: 1em 0 1em 0; 
}

#contenu h1 {
	font-size : 150%;
	color:#069;
	text-align: left;
	font-variant: small-caps; 
	margin: 1em 0 0.3em 1em;
}

#contenu h2 {
	color: #069;
	font-weight: bold;
	font-size: small;
	border-bottom: 1px dotted #069;
	line-height: 110%;
	margin-bottom: 0;
}

#contenu h3 {
	color: #069;
	font-weight: normal;
	font-size: small;
	margin-bottom: -0.75em;
}

#contenu strong {
	color:#069;
}

#contenu .coldroite {
	float: right;
	text-align: right;
	width: 40%;
	margin-top: -1.1em;
}

#contenu .colgauche {
	padding: 2em;
}

#contenu .chapitre {
	background-color: #fff;
	border: 1px dashed #069;
	padding: 1em;
	
}

#contenu .indent {
	margin-left:  2em;
}

#contenu a:link { color: green; }
#contenu a { color: #069; 	/*#69c;*/ }
#contenu a:hover { font-weight:bold; font-size: 95% }

#contenu img { 
	float: right;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	border: 0; 
}

#contenu img.enligne {
	border: 0; 
	float: none;
	vertical-align: top;
}

#contenu input, textarea {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
}


/* ############ PIED ############ */

#pied {
	margin: 0 1% 2em 21%;
	text-align:center;
}

#pied table {
	width: 100%;
}


/* ############ CARTE ############ */

#carte {
	width: 369px;
	height: auto;
	background-image: url("fond_carte.png");
	border: 1px solid black;
	margin: 3% 10%;
}

#carte h1 {
	text-align: center;
	margin: 0.5em;
}

#carte h2 {
	font-style: italic;
	margin: 0.5em 0;
}

#carte ul {
	text-align: right;
	line-height: 1.2;
	list-style-type: none;
	margin: 3%;
}


/* ############ HAUT DE PAGE ############ */

#return {
	position: absolute;  /* pour IE */
	position: fixed;	/* ignore par IE qui ne le comprends pas !*/
	top: 90%;
	left: 8em;
	width: 10em; 
}
   
#return a {
	display: block; 
	margin: 0; 
	padding: 0.25em; 
	letter-spacing: 1px; 
	text-align: center; 
	font-weight: bold; 
	color: #337;
	text-decoration: none;
	background-color: #ffc;
	border: 1px dashed #337;
}

#return a:hover {background: green;}
