body {	background: #516173;	padding: 0px 0px; /* permet de centrer le fond (???)de la page*/ }
a { color: #fff;	text-decoration: none;/* bleu fonc� (liens ????? et du texte principal) */}
a:hover {color: #516173;	text-decoration:underline;/* bleu ciel (???) */}
strong {color: #95B7D0;	/* bleu ciel (phrase pia pierre) */}

#global {color: #516173;/* bleu fonc� */	background: url(../images/fond.jpg);/* banniere */	width:890px; height:750px;		max-width: 90em;	min-width: 850px;	margin: auto; background-repeat:no-repeat;}
#global1 {color: #516173;/* bleu fonc� */	
	background: url(../images/fondind.jpg); /* image de la page */
	width:100%; height:606px; background-repeat:no-repeat;/* dimension et r�p�tition image de la page */}
#navigation {	width: 26%; /* dimension colonne liens */	float: left;/* position colonne liens */background: none;/* car d�j� image de la page */	}
#navigation ul {	margin: 0px;	padding: 10px 10px 0px 10px;	list-style: none;/*  */}
#navigation a {	color: #192f41;	display: block;	height: 1%;	padding: 6px 5px 6px 53px;/* position menu */	line-height: 1.6em;	font-size: 1em;	text-decoration: none;}
#navigation a:hover {	font-weight: bold; color:#192f41 ;/* �paisseur ou changement de couleur au passage souris */
	background: url(../images/topwater_logo.gif); background-repeat:no-repeat;	}/* image au passage souris */
#navigation a.selected {	font-weight: bold; color:#192f41 ;/* �paisseur ou changement de couleur au passage souris */
	background: url(../images/topwater_logo.gif); background-repeat:no-repeat;	}/* image au passage souris */
	
#tete {	color: #192f41;	margin-left: 15%; text-align:center;	padding: 5px 50px ;	height:45px;	}
#contenu {	color: #192f41;	/* bleu fonc� */ margin-left: 15%; /* position du corps du texte dans la page */	padding: 5px 50px ;	height:430px;	overflow: auto;}
#contenu a {	color: #192f41;	text-decoration:underline;}/* bleu fonc� (lien dans la page) */
#contenu a:hover {	color: #182936;	text-decoration:none;/* bleu fonc� */}
#contenu a.selected {	font-size: 1.5em;   color:#182936; text-decoration:none;	}
#contenu strong {	color: #192f41;	}
#contenu > :first-child {	margin-top: 5px;/* position 1er �l�ment */}
#contenu p, #contenu li {	line-height: 1.5em;/* hauteur de lignes texte principal */text-align:justify;}

#formulaire label {	color: #c8f8f8;	 padding:2px;}/* bleu fonc� (texte de la page) */
#formulaire span { font-weight: bold; color:red;  /* couleur ast�risque */ }
#formulaire input{  background-color: #516173;	color: #ffffff;	height:18px; }
#formulaire textarea{ background-color: #516173;	font-family:verdana ; font-size:1em;	color: #ffffff;	}
#formulaire legend { font-weight: bold; color:#192f41;   }
#formulaire pre {	text-align:left; }/*  */
#formulaire fieldset {	margin:30px;/* espace entre les fieldset */	padding:5px;/* marges int�rieures dans les fieldset */}

#entete1 img{	margin: 0% 35% ;/* banni�re sur arri�re-plan haut*/}
#entete1 h6	{	margin: 0em 70em;color:#182936;	}
#entete1 h6	a{	color:#182936;	}
#entete1 h6 a:hover {	color:#ffffff; text-decoration:none;/* blanc*/}
#entete {	padding: 30px; height:100px;}
#entete h1 {	margin: 0px; padding-left:15px; padding-top:15px;}/* place du nom �levage */
#entete h1 img {	float: right;	margin: 7px 20px 10px 0px;/* position si image entete */}
#entete .citation {	margin: 20px 0px 15px 10px; font-style:italic;/* bleu (citation pia pierre) */}
#entete h5 {		font-style: italic;	color:#182936;}/* marquee de la page accueil*/
#entete h5 a {		font-style: normal;	color:#182936; text-decoration:underline;}/* marquee de la page accueil*/
#entete h5 a:hover {		font-style: italic;	color:#ffffff; text-decoration:none;}/* marquee de la page accueil*/

#pied {color: #182936; /* bleu fonc� (???) */background: none;/* couleur arri�re-plan */}
#pied {padding: 30px 20px;	font-family:comic sans ms;	font-size: 0.85em;  }
#pied p {margin: .5em 0em;}
#pied #copyright {text-align: center;	margin: .1em 0px 30px 10%;	font-size: 1em; 	color:#182936;}


