/* Feuille de style pour le contenu des pages
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import "charte.css";

 h1{
font-family:Georgia, "Times New Roman", Times, serif;
padding-bottom:5px;
border-bottom:1px solid #555;
font-size:18px;
color:#010080;
margin-bottom: 5px;
padding-top:15px;
/*float:left;*/
width:100%;

}
 h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
color:#008BD0;
border-bottom:1px solid #7FBCDE;
clear:both;
margin-bottom: 5px;
/*float:left;*/
width:100%;
}
h3{
border-bottom:0px solid #000168;
font-size:15px;
display:block;
color:#ffffff;
}

#tableau01 td{
  padding: 3px !important;
}

#tableau02 td{
  padding: 3px !important;
}

#accueil p{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: justify;
  line-height: 18px;
}

#accueil p.couleur{
	color: #ffffff;
}

.petit{
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#7FBCDE;
}

/****************************************EDitable areea***************************/

.photo_right{
  float:right;
  margin-left: 10px;
  border:solid 1px #000000;
  padding:3px;
}
.photo_left{
  float:left;
  margin-right: 10px;
  border:solid 1px #000000;
  padding:3px;
}

.photo_standard{
  float:left;
  margin-right:0px;
  margin-left: 12px;
  margin-top: 10px;
  border:solid 1px #000000;
  padding:3px;
}

.photo_standard1{
  float:left;
  margin-right:0px;
  margin-left: 55px;
  margin-top: 8px;
  margin-bottom:5px;
  border:solid 1px #000000;
  padding:3px;
}

.cellLeft{
  text-align:left !important;
  padding-left:5px;
}


/* *************Button Devis******************** */
.button-devis{
  background-color: #E9EFFD;
  border: 1px solid black;
	width: 80px;
	height: 20px;
	cursor: pointer;
  color: black;
}
.buttonOver-devis{
  background-color: #FDFDFD;
  border: 1px solid black;
  width: 80px;
	height: 20px;
	cursor: pointer;
}

/****************Devis***************************/
.border{
   border:1px solid #000000 ;
   display: table;
   width: 800px;
}
.border1{
   border:1px solid #000000 ;
   display: table;
   width: 800px;
}

