/* CSS Document */

body {

	height: 100%;
	margin: 0;
   	background-color: #C9DAFF;
	text-align: center;
	}
	
a {
	color: #C8AB72;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #0035AD;
	}

div#global {
	/*min-height: 100%;*/
	width: 980px;
	margin: auto;
	padding: 0 ;
	background: url(images/fondscorps.gif) center repeat-y;
	top: 0px;
}

div#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 50px;
	overflow: auto;
	}

div#en_tete
{
   width: 980px;
   height: 131px;
   background-color: #0035AD;
   /*background-image: url("images/haut.jpg");*/
   background-repeat: no-repeat;
   /*margin-bottom: 10px;*/
}

div#menu_verticale
{
   width: 980px;
   height: 25px;
	background: url(images/bandeau980.gif) no-repeat top;
}
	
div#menu {
	float: left;
	width: 200px;
	height: auto;
	/*background: url(images/logoRB.gif) no-repeat bottom right;*/
	/*margin-bottom: 40px*/
	}

div#corps {
	float: right;
	width: 780px;
	height: auto;
	}

div#pied_de_page {
	clear : both;
	width: 100%;
	height :24px;
	bottom: -1px;
	}

/**********************/
.fonds {

	}

.fonds p {
   font-family: "Trebuchet MS", Arial;
   font-size: 12px;
   color:#000000; 
   font-weight:bold;
   margin-left: 5px;
   margin-right: 5px;
	}

.fonds h1 {
   font-family: "Trebuchet MS", Arial;
   font-size: 16px;
   color:#FFFFFF; 
   font-weight:bold;
   margin-left: 5px;
   font-variant: normal;
   margin-bottom: 0px;
	}

.fonds h2 {
   font-family: "Trebuchet MS", Arial;
   font-size: 12px;
   color:#0035AD; 
   font-weight:bold;
   margin-left: 5px;
   margin-bottom: 0px;
	}
	
.fonds h3 {
   font-family: "Trebuchet MS", Arial;
   font-size: 18px;
   font-variant: small-caps;
   color:#0035AD; 
	}
	
/**********************/

h1{
   font-family: "Trebuchet MS", Arial;
   font-size: 18px;
   font-variant: small-caps;
   color:#0035AD; 
}

h3{
   font-family: "Trebuchet MS", Arial;
   font-size: 10px;
   color:#0035AD; 
}

p{
   font-family: "Trebuchet MS", Arial;
   font-size: 14px;
   color:#000000; 
}

h5{
   font-family: "Arial", Arial;
   font-size: 12px;
   color:#000000;
   font-weight:bold;
}

/*CSS pour la page RB en bref*/
.date{
   font-family: "Trebuchet MS", Arial;
   font-size: 12px;
   color:#0035AD;
   font-weight:bold;
   float: left;
   /*padding-right: 50px;*/
}

.pdate{ /*Pour les paragraphes de RB en bref*/
	/*margin-right: 30px;*/
	margin-left: 70px;
	margin-right: 100px;
   font-family: "Trebuchet MS", Arial;
   font-size: 11px;
   text-align: justify;
}

.dessous
{
   clear: both;
}
/**********************/

/**********************/
.publication h2{
	/*background-color:#0035AD;*/
	color:white;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
}

.publication p{
	/*background-color:#C9DAFF;*/
	margin-top:1px;
	font-size:11px;
	margin-left:10px;
}

.publication{
	width:10%;
	margin-right:auto;
}
/**********************/

/**********************/

.bas a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none
}

.bas a:hover {
	color: #C8AB72;
}

/**********************/

.menu_verticale a{
	color: #000000;
	font-weight: bold;
	text-decoration: none
}

.menu_verticale a:hover {
	color: #ffffff;
}
/**********************/

/*Design FORMULAIRES*/

p.titreForm {
  background:#EFE2cE;
  padding:.2em .3em;
  font-size:0.9em;
  font-weight: bold;
  border:1px outset #C8AB72;
  position:relative;
  margin-bottom:-1em;
  width:11em;
  margin-left:1em;
  margin-top:1em;
}

fieldset {
  border:none;
  margin-bottom:1em;
  width:290;
  padding-top:1.5em;
}

/* fieldset coordonnees */
fieldset#formulaire {
  background:#C9DAFF;
  border:1px outset #A1BEFF;
  padding-left:.6em;
}

#formulaire label {
  position:absolute;
  font-size:90%;
  padding-top:.2em;
  padding-left:.2em;
}

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}
