﻿/* CSS Document <style type="text/css"> */

a:active { color:  #69b4fd; text-decoration: none;}
a:hover {  color:  #52eb93; text-decoration: underline overline;}
a:link  {  color:  #4180e0; text-decoration: underline;}
a:visited { color: #c68a8b; text-decoration: underline;}


#top {
	text-align:left;
	padding-left: 25px ;
	background:  url(../navimage/puce-pov.png) no-repeat left bottom ;
}

#pied{
	/*text-align:center;
	padding-bottom: 200px ;
	padding-left: 25px ;*/
	margin-left:150px;
	width:600px;
	color : #aaaaaa;
	font-size: 1.0em;
}

#gauche {
   overflow: auto;
	background-color:white;
	margin-left:25px;
	width:100px;
	float:left;
}

#contenu {
    overflow: auto;
	margin-left:150px;
	width:600px;
	color : #aaaaaa;
	font-size: 1.0em;
}

#droite {
    overflow: auto;
	background-color:white;
	width:200px;
	margin-left:20px;
	float:right;
}


#droite h1 {
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.4em ;
	background:  url(../navimage/puce-pov.png) no-repeat left bottom ;
	color: #000 ;
	border-bottom: 1px solid #822;
	margin-right:10px;
	}

img {
	border: dotted #666666 3px; 
	/* border: none; */
	align: middle;
 }

.puce  { border: 0; }
 
  .fontClass {font-family: 'arial'; font-size: 12px; color:  #444444;}
  .capfontClass { font-size: 14px; font-weight: bold;   color:  #ffffff;}
  .capfontClass A {color: #ffffff; font-size: 9px;}
  .fgClass {background-color: #eeeeee;}
  .bgClass {background-color: #555555;}

