﻿/* ------------------------------------------------------- GÃ©nÃ©rique */
body 
{
/* background-image: url(../im/bck1.jpg); background-attachment: fixed; */
background-color: #F9F9F9;
font-family: Verdana, 'Bitstream Vera Sans', Arial, Helvetica, sans-serif;
margin: 7px;
padding: 0;
}
/* ------------------------------------------------------- Liens */
a:link, a:visited, a:active {
	color: #222; text-decoration: none; font-weight: bold;
}
a:hover   {
	color: #222; text-decoration: underline; font-weight: bold;
}
a img     {
	border-color: #222;
}
/* ---------------------------------------------------------- Gestion du Menu Vertical */
#menu {
	padding-left:5px;
}
#menu h1 {
	color : #0C4B7B;
	font-size: 11px;
	font-weight: bold;
	margin-bottom:3px;
	padding-left:27px;
}
#menu li {
	color : #333;
	font-size: 11px;
}
#menu li a {
  color : #333;
  margin-left:5px;
}
#menu li a:hover {
  color:#FF8816;
}
#menu ul {
	margin-left:0;
	margin-top:0;
	list-style-image: url(../im/carrea.gif);
	list-style-type: none;
	padding-left:22px;
}
/* ---------------------------------------------------------- Gestion des News */
#infos {
	padding-left:0.5px;
	margin-top: 7px;
	margin-bottom: 5pt;
}
#infos li {
	color : #333;
	font-size: 11px;
}
#infos li a {
  color : #333;
  margin-left:0.5px;
}
#infos li a:hover {
  color:#FF8816;
}
#infos ul {
	margin-left:0;
	margin-top:0;
	list-style-image: url(../im/flech.gif);
	list-style-type: none;
	padding-left:22px;
}
/* ------------------------------------------------------- Les Headers */
.titre {
	color:     #0C4B7B; 								/* Bleu  10    */
	font-size: 9pt;
	height: 12px;
	padding: 0;
	margin: 0;
}
.titre a {
  color: #0C4B7B;
}
.titre a:visited {
  color: #0C4B7B;
}
.titre a:hover {
  color:#FF8816;
}
.sujet {
	font-size: 9pt;
	margin-top: 0px;
	padding: 0;
}
.sujet a:hover {
  color:#FF8816;
}
h1 {
	color:     #0C4B7B; 								/* Bleu  10    */
	font-size: 10pt;
	margin-top: 5pt;
}
.milieu {
  text-align: center;
}
/* ------------------------------------------------------- Les CentrÃ©s */
.bleu10gc {
	color:     #0C4B7B;
	font-size: 10px;
	font-weight: bold;
    text-align: center;
}
.bleu11gc {
	color:     #0C4B7B;
	font-size: 11px;
	font-weight: bold;
    text-align: center;
}
.noir10gc {
	color:     #222;
	font-size: 10px;
	font-weight: bold;
    text-align: center;
}
.noir06 {
	color: #333;
	font-size: 0.65em;
}
/* ------------------------------------------------------- Pied de Page */
.trait {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0C4B7B;
}
/* ------------------------------------------------------- BanniÃ¨res Google */
#vignette img {
	display: block;
	width: 740px;
	height: 111px;
	border: 20px;
}
#vignette a:hover {
  color:#FF8816;
}
#pays {
    text-align: center;
	font-size: 8pt;
}
#pays a {
  color : #333;
}
#pays a:hover {
  color:#FF8816;
}
.googlec {
  text-align: center;
  font-size: 8pt;
}
#logo{
	background-image: url('../im/logo.gif');
	background-repeat:no-repeat;
    display:block;
    height:43px;
  	margin-left: 60px;
    width:145px;
}
/* ------------------------------------------------------- Data Size */
.dat5    { width: 5%;  }
.dat5l   { width: 5%;  text-align: left;   }
.dat16   { width: 16%; }
.dat16c  { width: 16%; text-align: center; }
.dat17   { width: 17%; }
.dat25   { width: 25%; }
.dat25c  { width: 25%; text-align: center; }
.dat25l  { width: 25%; text-align: left;   }
.dat33   { width: 33%; }
.dat50   { width: 50%; }
.dat75   { width: 75%; }
.dat90c  { width: 90%; text-align: center; }
.dat100  { width: 100%; }
.datmenu { width: 100%; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC; }
