/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.titre {
	color: #314784;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}
.boitetext { /* boite texte recherche*/
	width:100px;
	margin-left: 15px;
	margin-top: 2px;
	float: left;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	color: #314784;
	font-weight: bold;
}
.boiterecherche {
	height: 33px;
	width: 200px;
	margin-left: 5px;
	float: left;
	padding-top: 2px;
}
.boitehaut {
	width:100%;
	background-image: url(img/haut/fd-ongl-esp.gif);
	background-repeat: repeat-x;
	height: 35px;
	text-decoration: none;
 }

.ongletesp {
	height: 31px;
	text-decoration: none;
	width:300px;
	position: relative; /* démarre à 10 pixels de la droite de la boite parent */
	margin-right: 20px;
	float: right;
   /* largeur de la boite */
 }	
.ongletesp ul {
    margin:0;
    padding-right: 3%;
    list-style:none;
    
	}
.ongletesp li {
	float:right;
	background:url(img/haut/ongletespace.gif) no-repeat bottom;
	margin:0;
	padding:0;
	height: 29px;
	width: 120px;
	text-align: center;
	font-weight: bold;
    }
.ongletesp a {
	display:block;
	text-decoration: none;
	color:  #314784;
	
}	

.ongletesp a:hover {
	display:block;
	text-decoration: none;
	color: #f98a1e ;
	}	

.ongletesp li.choix{ /*style pour l'onglet actif position par rapport aux autres onglets*/
height: 32px;
position: relative;
top: 0px;
background:url(img/haut/ongletespace-actif.gif) no-repeat bottom;
color: #ffffff;
    }
.ongletesp li.choix a{ /*style pour l'onglet actif position par rapport aux autres onglets*/

color: #ffffff;
    }


.ongletesp li.choix a:hover{ /*style pour l'onglet actif position par rapport aux autres onglets*/
height: 32px;
position: relative;
top: 0px;
background:url(img/haut/ongletespace-actif.gif) no-repeat bottom;
color: #ffffff;
    }

.boitelogopub {
  
  margin:0 ; 
  padding:0 ; /* marges intérieures et extérieures */

  height:90px;
  width:100%;

  } /* Bordure du container (donc de tout le "tableau")*/

.boitelogo { /* boite gauche (avec le menu) */
	position: absolute; /* positionné par rapport à la boite parent (ici .container) */
	left: 8px; /* démarre à 10 pixels de la gauche de la boite parent */
	width: 420px; /* largeur de la boite */
	padding-top: 10px; /* marge intérieure haute */
	top: 37px;
   } /* encadrement discret de la boite */


.boitepub { /* boite droite (avec le commentaire) */
	float:right;
	position: relative; /* positionné par rapport à la boite parent (ici .container) */
	right: 10px; /* démarre à 10 pixels de la droite de la boite parent */
	width: 480px;
	 /* largeur de la boite */
	padding-top: 10px;
  } 

.spacer { /* force au retour à la ligne après des fenêtres float */
  clear:both;
  }


.onglethautgp  {
	float:left;
	width:100%;
	background: url(img/haut/fd-onglet.gif) repeat-x bottom;
	
	line-height:normal;
	font-weight: bold;
	color: #314784;
	font-variant: normal;
    }
	
.onglethautgp  ul {
    margin:0;
    padding:0;
    list-style:none;
     
	}
.onglethautgp  li {
	float:left;
	background: url(img/haut/onglet.gif) repeat-x top;
	margin:0;
	padding:0;
	    }
.onglethautgp  a {
	display:block;
	background:url(img/haut/onglet-coin.gif) no-repeat right top;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	text-decoration: none;
	color: #314784;
	}	
.onglethautgp  a:hover {
	color: #f98a1e;
	text-decoration: none;
	
	}	
	
.onglethautgp  li.choix{ /*style pour l'onglet actif position par rapport aux autres onglets*/
position: relative;
top: 0px;
background-image:url(img/haut/onglet-actif.gif);
    }


.onglethautgp  li.choix a{ /*selected main tab style */
	background-image:url(img/haut/onglet-coin-actif.gif);
	color: #ffffff;
}


.onglethautgp  li.choix a:hover{ /*selected main tab style */
text-decoration: none;

}


.contenuonglethtgp{ /*style du contenu des onglets*/
	width: 100%;
	margin-bottom: 1em;
	padding: 0px;
	background-color: #f0f0f0;
	height: 28px;
	background-image: url(img/haut/fd-bas.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	clear: left;
}
.pubinformation {
	width:auto;
	height:15px;
	margin-left:10px;
}
.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
	

