
	/** Feuille de style du site de diffusion du projet vocalyze
	 * Auteur : Sébastien Mosser [Copyleft 2005]
	 *
	 * This program is a free software. You can redistribute it under the terms
	 * of the standart GPL Licence.
	 *
	 */


 body {
	font-family: verdana, arial, sans-serif;
	font-size: 0.7em;
	margin: 0px;
	color: black;
	background-color: #8cacbb /*#A1C5DE;*/
 }	
 
 .right {
 	text-align: right;
 }
 
 .center {
 	text-align: center;
 }
 
 .adress {
 	list-style-type: none;
 }
 
 a.white {
 	color: white;
 }
 
 #header_title {
	background-color: #436976;/*#A1C5DE;*/
 	color: white;
 }
 
 #title {
 	margin: 0px;
 	font-size: 4em;
 	font-weight: bold; 
 	font-family: monospace;
 	text-align: center;
 }
 
 #header_menu {
 	clear: both;
 	background-color: #436976;
 	color: white;
	width: 100%;
	margin: 0px;
	margin-bottom: 2%;
 	text-align: right;
 	float: right;
 }
 
 .menu {
 	list-style-type: none;
	font-size: 1em;
 	margin: 0;
 	margin-top: 1%;
 }
 
 .activated {
 	background-color: #8cacbb;
 	border: 2px solid ;
 	font-weight: bold;
 }
 
 
 #header_menu li {
 	float: right;
 	margin-left: 1px;
 	margin-right: 1px;
 	border: 2px solid #8cacbb;
 	padding: 4px;
 }
 
 #header_menu a {
 	display: block;
 	text-decoration: none;
 	color: black;
 	font-family: monospace;
 }
 
 #header_menu a:hover {
 	background: #8cacbb;
 	color: white;
 }
 
 #page_center {
 	clear: both;
 	margin: 5%;
 	font-size: 1.2em;
 }
 
 #page_center h1 {
 	width: 100%;
 	margin-top: 2%;
 	margin-bottom: 2%;
 	background-color: #436976;
 	color: white;
 	text-align: center;
 	font-size: 1.9em;
 	font-family: monospace; 
 }
 
 #page_center p {
 	margin-left: 7%;
 	margin-right: 7%;
 }
 
 #page_center a {
 	text-decoration: underline;
/* 	font-style: italic;*/
 	color: #436976;
 }

#page_center a:hover {
	background-color: #436976;
	color: white;
} 

 #page_center ul {
 	list-style-type: none;
 	margin-left: 9%;
 	margin-right: 9%;
 }
 
 #page_center ol {
 	margin-left: 9%;
 	margin-right: 9%;
 }
 
 #page_center input {
 	color: white;
 	background-color: #436976;
 	border-style: none;
 	border: 2px solid black;
 }
 
 #page_center input:hover {
  	color: #436976;
 	background-color: white;
 	border-style: none;
 	border: 2px solid black;	
 }
 #copyleft {
 	clear: both;
 	color: #436976;
 	font-size: 0.7em;
 	font-style: italic;
 	text-align: center;
 }
 
 #copyleft a{
	text-decoration: underline;
	color: #436976;
 }
 
 #copyleft p{
 	margin: 0;
 }
 