﻿/* styles site AFFI : version améliorée */

/* version d'origine */
body {
	margin: 0;
	padding: 0;
	/* fontes par défaut */
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
    color: #000000;
	background-color: #F2F3F7;
}

#contenu {
	position:absolute;
	top:150px;
	left:170px;
	width:788px;
	border:1px #CCCC99;
	background-color: #F2F3F7;
}

/* pour le menu déroulant : utilise aussi le script js montre()*/
#navigation {
	position:absolute;
	top:150px;
	left:10px;
	width:150px;
	font-weight: bold;
}

#navigation dl, #navigation dt, #navigation dd, #navigation ul, #navigation li{
  color:black;
  margin:2px 0;
  padding:0;
}

#navigation dt {
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	border: none;
	background: #C8D2DE;
}

#navigation li {
	list-style-type:none;
	padding:5px;
	font-weight: normal;
	margin:1px 0;
	background-color: #D4DEFA;
}

#navigation li a, #navigation dt a {
	text-decoration: none;
	height: 100%;
	display: block;
	color: #000000;
}

#navigation li a:hover, #navigation dt a:hover {
	background-color: #D8F2FE;
}

/* pour liens privés */
.prive {
  color: red;
}

#informations{
  position:absolute;
  left:10px;
  width:150px;
  top:400px;
  font-size:x-small;
}

h1{
  font-size:x-large;
  color:#000099;
}


H2 {
 MARGIN-TOP: 2px;
 margin-bottom: 20px;
 PADDING-LEFT: 10px;
/*  BACKGROUND: #b4c9e1; */
 background:#C8D2DE;
/* HEIGHT: 30px; */
/* COLOR: #fff; */
 color:black;
 TEXT-DECORATION: none;
 PADDING-TOP: 3px;
 PADDING-BOTTOM: 3px;
}

/* h2{
  font-size:large;
  color:#000099;
} */

h3{
  font-size:medium;
  color:#000099;

}

#logo img {
	position: absolute;
	left: 10px;
	top: 10px;
}

#logoAFC img {
	position: absolute;
	left: 700px;
	top: 22px;
}
#photos img {
	position: absolute;
	left: 300px;
	top: 22px;
}
#logoCerege img {
	position: absolute;
	left: 100px;
	top: 22px;
}
#logoIae img {
	position: absolute;
	left: 10px;
	top: 10px;
}
#Titre {
	left: 200px;
	top: 95px;
	position: absolute;
	font-size: large;
}

/* spécifique à myReview */

/* TR.header {background-color:#EEEEAA; color:black; text-align:left}
TR.odd {background-color:#FFFFCC}
TR.even {background-color:#FFFFAA} */

TR.header {background-color:#D0D1D5; color:black; text-align:left}
TR.odd {background-color:#F2F3F7}
TR.even {background-color:#F2F3D5}


P.expl {
  font-size:9px;
  color: red;
}



/* ajouts spécifiques 2010 */
div#header2010 {
   position:absolute;
   width:948px;
   height:140px;
   background-repeat:no-repeat;
   background: #002fa7;
   line-height:0;
   overflow:hidden;
   left: 10px;
}

strong#header2010-title{
  position:absolute;
  font-size:24px; 
  font: Verdana, Geneva, Arial, Helvetica, sans-serif; 
  color: #ffffff; 
  font-weight:normal;
  line-height:100%;
  margin:0;
  padding:0;
/*   white-space:pre; */
  left: 170px;
  top: 30px;
}

img#header2010-logo{
 position:absolute;
 left: 30px;
 top: 30px;
 border:1px solid #CCCCCC;
 padding:2px;
}
