/* CSS Document */
/*html, body {
	width:100%;
	/*font: 1em "Trebuchet MS", helvetica, sans-serif ;
}*/

/* On définit les marges haute et basse à 10px et les marges droite et gauche à 0 */
/* On met le padding à 0 pour le navigateur Opera qui définit des padding par défaut pour le body */
/* On utilise text-align: center ; pour Internet Explorer, c'est la seule façon de centrer 
	les éléments de type block avec ce navigateur */
body{
	margin: 10px;
	padding: 0 ;
	text-align: center ;
	/* On a ajouté de quoi mettre une police de caractère et une couleur de fond */
	/*modif du 14/04/2008*/
	/*font: 0.8em "Trebuchet MS", helvetica, sans-serif ;*/
	font: 0.9em "Trebuchet MS", helvetica, sans-serif ;
}

iframe{
  background-color: red;
	height: 500px;
	width: 500px;
}

/* On définit la largeur de la division qui contient l'ensemble de la page à 770 pixels */
/* margin: 0 auto ; est la méthode correcte pour centrer les éléments de type block 
	(comme les divisions), nous centrons donc cette division */
/* Il faut rétablir l'alignement à gauche que nous avons changé plus haut */			
div#conteneur{
  /*position: absolute;
  margin-left: -500px; 
  left: 50%; 
  margin-top: -370px; 
  top: 50%;*/
  margin: 0 auto;
  width: 990px; 
  height: 740px;
  text-align: left;
  border: 1px solid #ccc;
}

/**************************************************************************/
/* GESTION DES ERREURS
/**************************************************************************/
div#erreur{
	width: 80%;
	margin: 10% auto;
	padding: 10px;
	text-align: left;
	border: 1px solid #FF0000;
	border-right: 3px solid #FF0000;
}

div#erreur h1{
	padding-left: 35px ;
	line-height: 32px ;
	font-size: 1.4em ;
	background: url(../images/iconde.png) no-repeat left bottom ;
	color: #9b2 ;
	border-bottom: 1px solid #FF9900;
}

div#erreur p{
	text-align:center;
}

div#erreur a{
	color: #8a0;
	text-decoration: none;
}

div#erreur a:Hover{
	text-decoration: none;
	font-weight: bold;
	color: #9b2;
}

/**************************************************************************/
/* GESTION DELA PARTIE ENTETE
/**************************************************************************/

div#entete {
	margin-top: 15px;
	padding-right: 5px;
	margin-bottom: 10px;
	height: 140px;
	color: #800000;
	text-align: center;
	border-bottom: 9px solid #800000;
	font: 1.2em Verdana, "Trebuchet MS", helvetica, sans-serif ;
}

div#entete_gauche{
	float: left;
	width: 25%;
	height: 100%;
	border: 0px solid #000;
	background: url(../images/logo.png) no-repeat;
}

div#entete_gauche_bernoville{
	float: left;
	width: 25%;
	height: 100%;
	border: 0px solid #000;
	background: url(../images/logo_bernoville.png) no-repeat;
}

div#entete_gauche_pruvost{
	float: left;
	width: 25%;
	height: 100%;
	border: 0px solid #000;
	background: url(../images/logo_pruvost.png) no-repeat;
}

div#entete_milieu{
	float: left;
	width: 55%;
	height: 100%;
	border: 0px solid #0c9;
}

div#entete_droite{
	float: left;
	width: 20%;
	height: 100%;
	border: 0px solid #5d1;
	background: url(../images/fnaim.png) no-repeat center center;
}

div#entete_droite a{
	color: #800000;
	font: 13px Verdana, "Trebuchet MS", helvetica, sans-serif ;
	font-weight: bold;
	margin-top: 0px;
	text-align: right;
}

div#entete_droite.pruvost{
	background: url(../images/logo_pruvost2.png) no-repeat center center;
}

div#entete_droite.bernoville{
	float: left;
	width: 20%;
	height: 100%;
	border: 0px solid #5d1;
	background: none;
}

div#entete p{
	margin-top: 0px;
	margin-bottom: 10px;
}

/**************************************************************************/
/* GESTION DELA PARTIE INTRODUCTION
/**************************************************************************/

div#intro {
	height: 650px;
	width: 990px;
	color: #800000;
	text-align: center;
	font: 0.6em Verdana, "Trebuchet MS", helvetica, sans-serif ;
}

div#intro_gauche{
	float: left;
	width: 800px;
	height: 630px;
	border: 0px solid #000;
	margin-left: 95px;
	text-align: center;
	background: url(../images/logo2.png) no-repeat;	
}

div#intro_droite{ 
    float: right;
	padding-top: 400px;
	width: 460px;
	border: 0px solid #000;
	text-align: center;
}

div#intro_droite h1{ 
	padding-left: 80px;
	padding-bottom: 10px;
	text-align: left;
}

div#intro_droite h2{ 
	font: 18px Verdana, "Trebuchet MS", helvetica, sans-serif ;
	font-weight: bold;
}

div#intro_droite h2 sup{ 
	color: #000;
	font: 13px "Trebuchet MS", helvetica, sans-serif ;
}

div#intro_droite a:hover sup{ 
	color: #c00;
}

div#intro_droite p{ 
	font: 13px "Trebuchet MS", helvetica, sans-serif ;
	text-align: center;
}

div#intro_droite a{ 
  text-decoration: none;
	font-weight: bold;
}

div#defil{
	font:24px Verdana, "Trebuchet MS", helvetica, sans-serif ;
	color: #194393;
}

#cadrpg { width:990px; margin:0 auto; overflow:hidden;}
#newshr { position:relative; width:990px; height:30px; overflow:hidden; 
          color:inherit;}
#defile { position:relative; margin-top:1px; background-color:transparent;font:24px Verdana, "Trebuchet MS", helvetica, sans-serif ;	color: #194393; }


div#franchise{
    float: right;
	font:12px Verdana, "Trebuchet MS", helvetica, sans-serif ;
}

/**************************************************************************/
/* GESTION DU CONTENU
/**************************************************************************/
/* On ajoute un petit élément décoratif sur le côté de la page et on crée un espace à gauche 
	et à droite du contenu */
div#contenu{
	float: left;
	padding: 0 0 0 0;
	padding-left: 10px;
	overflow: auto;
	height: 530px;
	width: 640px;	
	background: url(../images/test.png) no-repeat center center;
	border: 0px solid #CC99CC;
}

div#contenu h1{
	color: #800000;
	font: 13px/20px Verdana, "Trebuchet MS", helvetica, sans-serif ;
	font-weight: bold;
}

div#contenu h1:first-letter{
	color: #800000;
	font: bold 1.6em/20px Verdana,serif;
}

div#contenu h2{
	color: #800000;
	font: 16px/24px Verdana, "Trebuchet MS", helvetica, sans-serif ;
	font-weight: bold;
	text-align: center;
	padding-top: 160px;
	margin-bottom: -160px;
}

div#contenu h2:first-letter{
	color: #800000;
	font: bold 1.6em/20px Verdana,serif;
}

div#contenu h3{
	padding-top: 160px;
	margin-top: 90px;
	text-align: center;
	font: 16px/24px Verdana, "Trebuchet MS", helvetica, sans-serif ;
	font-weight: bold;	
}

div#contenu h3 a{
	color: #800000;
}

div#contenu h4{
	padding-top: 0px;
	margin-top: 0px;
	text-align: center;
	font: 14px/24px Arial, Verdana, "Trebuchet MS", helvetica, sans-serif ;
	font-weight: bold;	
}

img{
	text-decoration: none;
	border:0px;
}

div#contenu p{
	text-align: justify;
	padding-right: 10px;
	font: 13px/20px Verdana, "Trebuchet MS", helvetica, sans-serif ;
}

/**************************************************************************/
/* GESTION DU PIED DE PAGE
/**************************************************************************/
div#pieddepage{
	height: 15px;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/fond_pied.png) repeat-x;
}
	
div#pieddepage p, pre{
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	margin:0;
	padding:0;
	font-size: 10px;
	float: left;
	color: #1A4393;
}

.pmilieu{
	width: 100%;
	text-align: center;
	margin-top: 0px;
}

.pmilieu a{
	color: #000;
	text-decoration: none;
}

.pmilieu a:hover{
	color: #CC99CC;
}

/**************************************************************************/
/* GESTION DE LA PAGE PARTENAIRE
/**************************************************************************/
div#partenaire img{
	width: 100px;
	height: 100px;
}

div#partenaire td{
	text-align: justify;
	font: 10px/20px Verdana, "Trebuchet MS", helvetica, sans-serif ;
	line-height: 10px;
}

div#partenaire td.desc{
	width: 400px;
}

div#partenaire td.photos{
	width: 100px;
}

div#partenaire table.tab1{
	width: 600px;
	border-bottom: 1px solid #e9c71d;
	border-left: 1px solid #800000;
	background: url(../images/fond1.png);
	margin-bottom: 5px;
}

div#partenaire table.tab2{
	width: 600px;
	border-top: 1px solid #800000;
	border-right: 1px solid #e9c71d;
	background: url(../images/fond2.png);
	margin-bottom: 5px;
}

div#partenaire p{
  background: url(../images/titre_02.png) no-repeat;
  text-align: left;
  margin-top: 20px;
	padding-left: 12px;
  font: 1.2em Verdana, "Trebuchet MS", helvetica, sans-serif;
	font-weight: bold;
}

div#partenaire p a{
  color: #000;
}

/**************************************************************************/
/* GESTION DE LA PARTIE DROITE POUR PUBLICITE
/**************************************************************************/

div#droite{
	width: 165px;
	height: 508px;
	float: right;
	border-left: 1px solid #ddd;
	padding-left: 5px;
}

.pub_img{
  width: 165px;
	height: 160px;
	float: left;
}

div#droite img{
  max-width: 160px;
	max-height: 160px;
	border-bottom: 0px solid #800000;
}



div#pub2{
	width: 160px;
	height: 165px;
	margin-top: 5px;
	border-bottom: 1px solid #800000;
}

div#pub3{
	width: 160px;
	height: 165px;
	margin-top: 5px;
}

div#droite img.centered {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

/**************************************************************************/
/* GESTION DE S FAVORIS
/**************************************************************************/

div#favoris{
	text-align: right;
	border: 0px solid #000;
	padding-right: 5px;
	font: 1.2em Verdana,serif;
}


/**************************************************************************/
/* GESTION DE LA FICHE CONTACT
/**************************************************************************/

form#frm_contact dd{ width: 400px;}

fieldset#z_contact{
  margin: 0 auto;
  width: 500px;
}
  
form#frm_contact textarea{  
  width: 350px;
  height: 90px;
}

form#frm_contact input.bouton{
  margin-left: 254px;
  width:100px;
  float: none;
  font-size: 1em;
  border: 1px solid #719AC3;
  border-left: 2px solid #719AC3;
  border-bottom: 2px solid #719AC3;
  background: #fff;
}

fieldset#z_contact legend{
  background: #fff url(../images/lettre.png) no-repeat;
  line-height: 30px;
  height: 30px;
  padding-left: 40px;
  border: none;
  font-weight: bold;
  font: small-caps 1.5em/30px Georgia,serif;
  color: #c00;
   border : 1px dotted #719AC3;
}

form#frm_contact ul{
  font: 13px/20px Verdana,serif;
}

form#frm_contact h1{
  font: 13px/20px Verdana,serif;
  font-weight: bold;
  width: 500px;
  margin-left: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

form#frm_contact p{
  font: 13px/20px Verdana,serif;
  font-weight: bold;
  width: 500px;
  margin-left: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

form#frm_contact dt{
	float: left;
	width: 115px;
}

form#frm_contact h1:first-letter { font: bold 1.6em/20px Verdana,serif;}

sup{
  color: #f00;
}

/**************************************************************************/
/* GESTION DE LA FICHE ACCES
/**************************************************************************/


form#frm_acces dt{padding-left: 8px; width: 150px;}

fieldset#z_acces{
  margin: 0 auto;
  width: 300px;
}

form#frm_acces input.bouton{
  margin-top: 20px;
  margin-left: -65px;
  width:200px;
  float: none;
  font-size: 1em;
  border: 1px solid #719AC3;
  border-left: 2px solid #719AC3;
  border-bottom: 2px solid #719AC3;
  background: #fff;
}

fieldset#z_acces legend{
  line-height: 30px;
  height: 30px;
  padding-left: 10px;
  border: none;
  font-weight: bold;
  font: small-caps 1.5em/30px Georgia,serif;
  color: #c00;
   border : 1px dotted #719AC3;
}

form#frm_acces h1{
  font: 13px/20px Verdana,serif;
  font-weight: bold;
  width: 500px;
  margin-left: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

form#frm_acces p{
  font: 13px/20px Verdana,serif;
  font-weight: bold;
  width: 500px;
  margin-left: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

form#frm_acces h1:first-letter { font: bold 1.6em/20px Verdana,serif;}

table#liste_recherche{
	border-collapse: collapse;
	table-layout: auto;
	margin-top: 10px;
	font: 13px/20px Verdana,serif;
}

table#liste_recherche td, tr{
  border: 1px solid #660000;
}

table#liste_recherche td.right{
  text-align: right;
}

table#liste_recherche td.rightb{
  text-align: right;
  font-weight: bold;
  color: #000;
  background: #dbd8d8;
}

table th{
	height: 25px;
	background: url(../images/test3.gif) repeat-x;
	padding: 5px;
	color: #000;
	text-align: center;
	border: 1px solid #660000;
	background: #dbd8d8;
}

  /*===========================================================================================//
      //===================                                                                                              =========================//
      //===================                     GESTION AFFICHAGE DIVERS                 =========================//
      //===================                                                                                              =========================//
	//===========================================================================================*/


form{
  margin: 0;
  padding: 0;
  padding-top: 0px;
}

 input, select{
	height: 20px;
	padding: 0px;
	margin: 0px;
	font: 1em "Trebuchet MS", helvetica, sans-serif;
}

dl{
	margin: 0;
	padding: 0;
}

dt{
	float: left;
	width: 500px;
}

dd{
	font-weight: bold;
	margin: 0px 0px 1px 116px;
}

li.liste{
  list-style-image: url(../images/titre_02.png);
}



form input{
  height: 16px;
  font-size: 1.2em;
}

form select{
  height: 24px;
  width : 80%;
  font-size: 1.2em;
}

form textarea{
  font-size: 1.2em;
}

form legend, legend{
  font-size: 1em;
  padding: 2px 10px 2px 10px;
  margin:0;
  margin-bottom: 5px;
  font-weight: bold;
  border: 1px solid #719AC3;
  background : #fff;
}

form fieldset, fieldset{
  text-align: justify;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 5px 5px 5px 5px;
  border : 1px dotted #719AC3;
  background : #fff;
  width: 680px;
}

form input.bouton{
  height: 25px;
  width: 150px;
  text-align:center;
  border: none;
  font: 0.8em "Trebuchet MS", helvetica, sans-serif;
  color: #c00;  
  font-weight: bold;
  cursor: pointer;
}

form input.bouton2{
  height: 25px;
  width: 150px;
  text-align:center;
  border: none;
  font: 0.8em "Trebuchet MS", helvetica, sans-serif;
  color: #c00;  
  font-weight: bold;
  cursor: pointer;
}

a{
  color: #000;
  text-decoration: none;
}

a:hover{color: #c00; text-decoration: underline; }

a.titre{
  font-weight: bold;
  font: 1.1em verdana;
  color: #1021AD;
  text-decoration: underline;
}

a.red{
	text-decoration: underline;
}

h2{
	margin-left: 40px;
}

li.label3{
	padding-bottom: 0px;
	margin-left: -40px;
	font: 0.9em verdana, comic sans ms, Arial, Helvetica, sans-serif;
	list-style-image: url(../images/titre_02.png);
}

