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

#page {
	color: #444;
	background-color: #fff3f3;
	border-left: 1px solid #ffc9c9;
}

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

#logo {	
	background-color: #ffe;
	background-image: url("tuxrondgrand.png");
	background-repeat: no-repeat; 
	background-position: 35px;
	border: 1px solid #ccb;
	padding: 10px 130px;
}

#logo h1 {
	 font: italic bold 150% arial,sans-serif;
}

#logo h2 { 
	font: normal 110% arial,sans-serif;
}

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

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

#logo .blue {
	color: #069;
}


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

#menu {
	float:left;
	width: 13em;
	background-color: #fff3f3;
	line-height: 150%;
}

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

#menu h2 {
	font-size: 100%;
	font-weight: normal;
	margin-left: 1em;
	margin-bottom: 3px;
	font-variant: small-caps;	
}

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

#menu a {	
	font-weight: normal;
	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-top: 1px solid #f0f0ff;
	border-bottom: 1px solid #f0f0ff;
	border-left: 1px solid #c6c9ff;
	border-right: 1px solid #c6c9ff;
	line-height: 150%;
	padding: 0 1em 1em 1em;  
	margin-left: 13em;
}

#contenu hr {
	height: 3px;
}

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

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

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

#contenu h2 {
	color: #069;
	font-weight: normal;
	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 {
	font-weight: normal;
	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;
}

#contenu td {
	width: 50%;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: .5em 1em;
}

#contenu form.central {
	text-align: center;
}

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

#return {
	position: relative;
	float: left;
	left: 2em;
	bottom: 3em;
	width: 9em; 
}
   
#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: yellow;}

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

#pied {
	text-align:center;
	font-size: x-small;
	padding: 1em;
	background-color: #eef4eb;
	border: 1px solid #DFE5DD;
}

#pied li {
	list-style-type: none;
	display: inline;
	margin: 5em;
}

#pied img {
	border: 0; 
	float: none;
	vertical-align: middle;
}

#pied a {	
	color: #069; 
	text-decoration: none;	
}

#pied a:link { color: green; }
#pied a:hover { font-weight:bold; font-size: 95% }

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

#carte {
	width: 369px;
	height: 213px;
	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 1em 0;
}

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

#carte ul.note {
	font-size: x-small;
}
